US20060253285A1 - Method and apparatus using spectral addition for speaker recognition - Google Patents

Method and apparatus using spectral addition for speaker recognition Download PDF

Info

Publication number
US20060253285A1
US20060253285A1 US11/483,574 US48357406A US2006253285A1 US 20060253285 A1 US20060253285 A1 US 20060253285A1 US 48357406 A US48357406 A US 48357406A US 2006253285 A1 US2006253285 A1 US 2006253285A1
Authority
US
United States
Prior art keywords
signal
frequency component
training
test
noise
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/483,574
Inventor
Xuedong Huang
Michael Plumpe
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US11/483,574 priority Critical patent/US20060253285A1/en
Publication of US20060253285A1 publication Critical patent/US20060253285A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L17/00Speaker identification or verification
    • G10L17/20Pattern transformations or operations aimed at increasing system robustness, e.g. against channel noise or different working conditions
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L17/00Speaker identification or verification
    • G10L17/04Training, enrolment or model building
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L21/00Processing of the speech or voice signal to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
    • G10L21/02Speech enhancement, e.g. noise reduction or echo cancellation
    • G10L21/0208Noise filtering
    • G10L21/0216Noise filtering characterised by the method used for estimating noise

Definitions

  • the present invention relates to speaker recognition.
  • the present invention relates to training and using models for speaker recognition.
  • a speaker recognition system identifies a person from their speech. Such systems can be used to control access to areas or computer systems as well as tailoring computer settings for a particular person.
  • the system asks the user to repeat a phrase that will be used for recognition.
  • the speech signal that is generated while the user is repeating the phrase is then used to train a model.
  • a user later wants to be identified by their speech they repeat the identification phrase.
  • the resulting speech signal is then applied against the model to generate a probability that the test signal was generated by the same person who produced the training signals.
  • the generated probability can then be compared to other probabilities that are generated by applying the test signal to other models.
  • the model that produces the highest probability is then considered to have been produced by the same speaker who generated the test signal.
  • the probability is compared to a threshold probability to determine if the probability is sufficiently high to identify the person as the same person who trained the model.
  • Another type of system would compare the probability to the probability of a general model designed to represent all speakers.
  • the performance of speaker recognition systems is affected by the amount and type of background noise in the test and training signals.
  • the performance of these systems is negatively impacted when the background noise in the training signal is different from the background noise in the test signal. This is referred to as having mismatched signals, which generally provides lower accuracy than having so-called matched training and testing signals.
  • the prior art has attempted to match the noise in the training signal to the noise in the testing signal. Under some systems, this is done using a technique known as spectral subtraction. In spectral subtraction, the systems attempt to remove as much noise as possible from both the training signal and the test signal. To remove the noise from the training signal, the systems first collect noise samples during pauses in the speech found in the training signal. From these samples, the mean of each frequency component of the noise is determined. Each frequency mean is then subtracted from the remaining training speech signal. A similar procedure is followed for the test signal, by determining the mean strength of the frequency components of the noise in the test signal.
  • Spectral subtraction is less than ideal as a noise matching technique.
  • spectral subtraction does not remove all noise from the signals. As such, some noise remains mismatched.
  • spectral subtraction performs a subtraction, it is possible for it to generate a training signal or a test signal that has a negative strength for a particular frequency. To avoid this, many spectral subtraction techniques abandon the subtraction when the subtraction will result in negative strength, using a flooring technique instead. In those cases, the spectral subtraction technique is replaced with a technique of attenuating the particular frequency.
  • a method and apparatus for speaker recognition matches the noise in training data to the noise in testing data using spectral addition.
  • the mean and variance for a plurality of frequency components are adjusted in the training data and the test data so that each mean and variance is matched in a resulting matched training signal and matched test signal.
  • the adjustments made to the training data and test data add to the mean and variance of the training data and test data instead of subtracting from the mean and variance.
  • FIG. 1 is a block diagram of one computing environment in which the present invention may be practiced.
  • FIG. 2 is a block diagram of an alternative computing environment in which the present invention may be practiced.
  • FIG. 3 is a flow diagram of one embodiment of a method of speaker recognition under the present invention.
  • FIG. 4 is a more detailed block diagram of a speaker recognition system of one embodiment of the present invention.
  • FIG. 5 is a more detailed block diagram of a noise matching component under one embodiment of the present invention.
  • FIG. 6 is a graph of a speech signal.
  • FIG. 7 is a flow diagram of a method of matching variances for a frequency component under one embodiment of the present invention.
  • the computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180 .
  • the remote computer 180 may be a personal computer, a hand-held device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110 .
  • the logical connections depicted in FIG. 1 include a local area network (LAN) 171 and a wide area network (WAN) 173 , but may also include other networks.
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • Memory 204 includes an operating system 212 , application programs 214 as well as an object store 216 .
  • operating system 212 is preferably executed by processor 202 from memory 204 .
  • Operating system 212 in one preferred embodiment, is a WINDOWS® CE brand operating system commercially available from Microsoft Corporation.
  • Operating system 212 is preferably designed for mobile devices, and implements database features that can be utilized by applications 214 through a set of exposed application programming interfaces and methods.
  • the objects in object store 216 are maintained by applications 214 and operating system 212 , at least partially in response to calls to the exposed application programming interfaces and methods.
  • Input/output components 206 include a variety of input devices such as a touch-sensitive screen, buttons, rollers, and a microphone as well as a variety of output devices including an audio generator, a vibrating device, and a display.
  • input devices such as a touch-sensitive screen, buttons, rollers, and a microphone
  • output devices including an audio generator, a vibrating device, and a display.
  • the devices listed above are by way of example and need not all be present on mobile device 200 .
  • other input/output devices may be attached to or found with mobile device 200 within the scope of the present invention.
  • a speaker recognition system 398 receives and stores a training signal.
  • the training signal is received through a microphone 404 , which detects a speech signal produced by speaker 400 and additive noise 402 .
  • the training signal is generated by the speaker reading a short identification text such as “Log me in”.
  • Microphone 404 converts the acoustic signal produced by speaker 400 and additive noise 402 into an electrical analog signal that is provided to an analog-to-digital converter 406 .
  • Analog-to-digital converter 406 samples the analog signal to produce digital values that are stored in a training data storage 407 .
  • the training data is shown as being stored as time domain values, those skilled in the art will recognize that the training data may be stored in the frequency domain or as a collection of feature vectors.
  • Noise identification units 504 and 505 can use any of a number of known techniques to classify the frames as speech or noise. As is known in the art, these techniques can operate on the windowed speech signal directly or on transformations of the speech signal such as Fast Fourier Transform values or mel-cepstrum features.
  • step 306 the means and variances of a plurality of frequency components in the noise of the training signal and in the noise of the test signal are adjusted so that the means and variances are the same in the noise of both signals. This is performed by a spectral adder 516 , which accesses the noise segments stored in noise storage 510 .
  • the technique for adjusting the means and variances of the noise is discussed further below in connection with FIG. 7 .
  • the method of FIG. 3 continues at step 310 by training a model based on the features extracted from the matched training signal. This training is performed by a trainer 424 of FIG. 4 based on the training identification phrase 426 .
  • the model is trained using matched training data that has had its noise matched to the noise in the matched test data. Also note that the matched test data is applied to the model. Under the present invention, such matching is thought to provide a more accurate probability measure for speaker identification.
  • Step 306 of FIG. 3 which shows the step of adjusting the variances and means of the noise in the training and test signals, represents a step of spectral addition that is performed in order to match the noise in the training signal to the noise in the test signal. Specifically, this step hopes to match the mean strength of each frequency in the noise of the test signal to the mean strength of each frequency in the noise of the training signal and to match the variance in the strength of each frequency component in the noise of these signals.
  • the matching is performed by first identifying which signal's noise has the higher mean strength for each frequency component and which signal's noise has the higher variance for each frequency component.
  • the test signal and the training signals are then modified by adding properly adjusted noise segments to each signal so that the mean and variance of each frequency component of the noise in the modified signals are equal to the maximum mean and maximum variance found in the noise of either signal.
  • a cross-condition is applied so that the noise segments that are added to the test signal come from the training signal and the noise segments that are added to the training signal come from the test signal.
  • the training noise has a mean of 5 and a variance of 2
  • the testing noise has a mean of 4 and a variance of 3.
  • the following noise will be added to the training signal: test noise at frequency F 1 modified such that when added to the training signal, the combined signal will have mean 5 (the greater of the two means) and variance 3 (the greater of the two variances).
  • the signal to add will have mean 0 and variance 1, since the mean of summed signals is always additive, and the variance of summed linearly independent signals is additive (see Fundamentals of Applied Probability Theory, Alvin M. Drake, McGraw-Hill Book Company, 1988, p 108).
  • the noise segment is shifted and scaled as discussed further below.
  • graph 804 of FIG. 8 An example of how a frequency component's strength values change over time is shown graph 804 of FIG. 8 where time is shown along horizontal axis 800 , and the strength of the frequency component is shown along vertical axis 802 . Note that although graph 804 is depicted as a continuous graph, the strength values can be either discrete or continuous under the present invention.
  • the strength of the frequency component is measured at each noise frame in the entire training corpus. For example, if the user repeated the identification phrase three times during training, the variance in the noise would be determined by looking at all of the noise frames found in the three repetitions of the training phrase.
  • the present invention determines which signal has the greater variance in the noise and then adds a noise segment to the other signal to increase the variance of the frequency component in the signal that has the lesser variance in the noise so that its variance in the noise matches the variance in the noise of the other signal. For example, if the variance of the frequency component in the noise of the training signal were less than the variance of the frequency component in the noise of the test signal, a modified noise segment from the test signal would be added to the training signal so that the variance in the noise in the training signal matches the variance in the noise in the test signal.
  • a noise segment is selected from the testing signal to be added to the training signal and from the training signal to be added to the test signal.
  • These noise segments typically include a plurality of frames of the training signal or testing signal and can be taken from noise storage 510 of FIG. 5 . Specifically, the strength values for the current frequency component are retrieved.
  • FIG. 9 An example of how the frequency component's strength for such a selected noise segment changes over time is shown as graph 904 in FIG. 9 .
  • time is shown along horizontal axis 900 and the strength of the frequency component is shown along vertical axis 902 .
  • graph 904 shows the frequency component as continuous, the frequency component may be continuous or discrete under the present invention.
  • step 708 of FIG. 7 the mean determined in step 706 is subtracted from each of the strength values of the frequency component across the entire noise segment. For an embodiment where the strength values are continuous, this involves subtracting line 906 of FIG. 9 from graph 904 of FIG. 9 . This subtraction results in a set of modified strength values for the frequency component of the noise segment.
  • a graph 1004 of such modified strength values is shown in FIG. 10 where time is shown along horizontal axis 1000 and strength is shown along vertical axis 1002 .
  • the mean strength of the frequency component in the noise segment is subtracted from the frequency component's strength values in order to generate a set of strength values that have zero mean but still maintain the variance found in the original noise segment.
  • the strength of the frequency component continues to vary as it did in the original noise segment, however, its mean has now been adjusted to zero.
  • step 710 once the values of the frequency component's strength have been adjusted so that they have zero mean, the values are scaled so that they provide a proper amount of variance.
  • This scaling factor is produced by multiplying each of the strength values by a variance gain factor.
  • the result of multiplying strength values by the gain factor of equation 1 is shown in graph 1104 of FIG. 11 where time is shown along horizontal axis 1100 and strength is shown along vertical axis 1102 .
  • the frequency component values has the same general shape as graph 1004 of FIG. 10 but is simply magnified or compressed.
  • the modified frequency component values of the noise segment have zero mean and a variance that is equal to the difference between the variance of the training signal and the variance of the test signal.
  • the modified values can be thought of as a variance pattern.
  • the strength values of this variance pattern cause the signal with the lesser variance in the noise to have a new variance in the noise that matches the variance in the noise of the signal with the larger variance in the noise. For example, if the test signal had a lower variance in its noise than the training signal, adding the variance pattern from the training noise segment to each of a set of equally sized segments in the test signal would generate a test signal with a variance due to noise that matches the higher variance in the noise of the training signal.
  • the step of adding the variance pattern to the strength values of the test signal or training signal is shown as step 712 .
  • the variance gain factor is set to zero. When multiplied by the strength values of the noise segment, this causes the modified noise segment to have a mean of zero and a variance of zero.
  • the test signal or training signal produced after step 712 may have a negative strength for one or more frequency components.
  • FIG. 12 shows strength values for the frequency component of either the test signal or training signal, with time shown along horizontal axis 1200 and strength shown along vertical axis 1202 . Since the strength values in FIG. 12 are taken from an actual test signal or training signal, all of the strength values in graph 1204 are positive.
  • FIG. 13 shows the result of the addition performed in step 712 where the strength values in segments of the test signal are added to respective strength values of the variance pattern shown in FIG. 11 . In FIG. 13 , time is shown along horizontal axis 1300 and strength is shown along vertical axis 1302 .
  • graph 1304 represents the addition of graph 1104 of FIG. 11 with graph 1204 of FIG. 12 .
  • graph 1304 includes negative values for some strengths of the frequency component because the variance pattern included some negative values after the mean of the noise segment was subtracted in step 708 .
  • one embodiment of the present invention searches for the most negative value in the entire signal that had its variance increased. This minimum value is shown as minimum 1306 in FIG. 13 . Once the minimum value has been identified, its absolute value is added to each of the strength values for the frequency component across the entire test signal and the entire training signal. This is shown as step 716 in FIG. 7 .
  • FIG. 14 provides a graph 1404 of the signal of FIG. 13 after this addition, showing that the strength for the frequency component now has a minimum of zero.
  • time is shown along horizontal axis 1400 and strength is shown along vertical axis 1402 . Since the strength value added to each of the strength values is the same, the variance of the noise in the test signal and training signal are unchanged.
  • the step of adjusting the modified test signal and training signal to avoid having negative values in those signals has been shown as occurring before the means of the noise of the two signals have been matched. In other embodiments, this step is performed after the means of the noise have matched.
  • One benefit of waiting to adjust the signals for negative values until after the means of the noise have been matched is that the step of matching the means of the noise may cause the signals to be increased to the point where they do not include any negative values.
  • step 716 the variances of the noise of the test signal and the training signal are matched and each signal only has positive strength values for each frequency component.
  • the steps of FIG. 7 are repeated for each desired frequency component in the test signal and training signal. Also note that the variance of the noise for some frequency components will be higher in the test signal than in the training signal, while for other frequency components, the variance of the noise in the test signal will be lower than in the training signal. Thus, at some frequencies, a variance pattern formed from a noise segment will be added to the test signal, while at other frequencies, a variance pattern formed from a noise segment will be added to the training signal.
  • the mean strength of the current frequency component in the noise of the training signal is determined. This mean can be calculated by accessing the strength values stored in noise storage 506 for the noise segments of the training signal.
  • the mean strength for the current frequency component in the noise of the test signal is determined by accessing the strength values found in noise storage 508 .
  • step 1504 of FIG. 15 the difference between the means in the noise of the test signal and the training signal are determined. This involves simply subtracting the mean strength of the noise of one signal from the mean strength of the noise in the other signal and taking the absolute value of the result.

Abstract

A method and apparatus for speaker recognition is provided that matches the noise in training data to noise in testing data using spectral addition. Under spectral addition, the mean and variance for a plurality of frequency components are adjusted in the training data and the test data so that each mean and variance is matched in a resulting matched training signal and matched test signal. The adjustments made to the training data and test data add to the mean and variance of the training data and test data instead of subtracting from the mean and variance.

Description

  • This application is a divisional of and claims priority from U.S. patent application Ser. No. 11/065,573 filed on Feb. 24, 2005, which was a divisional of and claims priority from U.S. patent application Ser. No. 09/685,534 filed on Oct. 10, 2000.
  • BACKGROUND OF THE INVENTION
  • The present invention relates to speaker recognition. In particular, the present invention relates to training and using models for speaker recognition.
  • A speaker recognition system identifies a person from their speech. Such systems can be used to control access to areas or computer systems as well as tailoring computer settings for a particular person.
  • In many speaker recognition systems, the system asks the user to repeat a phrase that will be used for recognition. The speech signal that is generated while the user is repeating the phrase is then used to train a model. When a user later wants to be identified by their speech, they repeat the identification phrase. The resulting speech signal, sometimes referred to as a test signal, is then applied against the model to generate a probability that the test signal was generated by the same person who produced the training signals.
  • The generated probability can then be compared to other probabilities that are generated by applying the test signal to other models. The model that produces the highest probability is then considered to have been produced by the same speaker who generated the test signal. In other systems, the probability is compared to a threshold probability to determine if the probability is sufficiently high to identify the person as the same person who trained the model. Another type of system would compare the probability to the probability of a general model designed to represent all speakers.
  • The performance of speaker recognition systems is affected by the amount and type of background noise in the test and training signals. In particular, the performance of these systems is negatively impacted when the background noise in the training signal is different from the background noise in the test signal. This is referred to as having mismatched signals, which generally provides lower accuracy than having so-called matched training and testing signals.
  • To overcome this problem, the prior art has attempted to match the noise in the training signal to the noise in the testing signal. Under some systems, this is done using a technique known as spectral subtraction. In spectral subtraction, the systems attempt to remove as much noise as possible from both the training signal and the test signal. To remove the noise from the training signal, the systems first collect noise samples during pauses in the speech found in the training signal. From these samples, the mean of each frequency component of the noise is determined. Each frequency mean is then subtracted from the remaining training speech signal. A similar procedure is followed for the test signal, by determining the mean strength of the frequency components of the noise in the test signal.
  • Spectral subtraction is less than ideal as a noise matching technique. First, spectral subtraction does not remove all noise from the signals. As such, some noise remains mismatched. In addition, because spectral subtraction performs a subtraction, it is possible for it to generate a training signal or a test signal that has a negative strength for a particular frequency. To avoid this, many spectral subtraction techniques abandon the subtraction when the subtraction will result in negative strength, using a flooring technique instead. In those cases, the spectral subtraction technique is replaced with a technique of attenuating the particular frequency.
  • For these reasons, a new noise matching technique for speaker recognition is needed.
  • SUMMARY OF THE INVENTION
  • A method and apparatus for speaker recognition is provided that matches the noise in training data to the noise in testing data using spectral addition. Under spectral addition, the mean and variance for a plurality of frequency components are adjusted in the training data and the test data so that each mean and variance is matched in a resulting matched training signal and matched test signal. The adjustments made to the training data and test data add to the mean and variance of the training data and test data instead of subtracting from the mean and variance.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of one computing environment in which the present invention may be practiced.
  • FIG. 2 is a block diagram of an alternative computing environment in which the present invention may be practiced.
  • FIG. 3 is a flow diagram of one embodiment of a method of speaker recognition under the present invention.
  • FIG. 4 is a more detailed block diagram of a speaker recognition system of one embodiment of the present invention.
  • FIG. 5 is a more detailed block diagram of a noise matching component under one embodiment of the present invention.
  • FIG. 6 is a graph of a speech signal.
  • FIG. 7 is a flow diagram of a method of matching variances for a frequency component under one embodiment of the present invention.
  • FIG. 8 is a graph of the strength of a frequency component as a function of time.
  • FIG. 9 is a graph of the strength of a frequency component as a function of time for a noise segment showing the mean of the strength.
  • FIG. 10 is a graph of the strength of the frequency component of FIG. 9 after subtracting the mean.
  • FIG. 11 is a graph of the strength of the frequency component of FIG. 10 after multiplying by a gain factor.
  • FIG. 12 is a graph of the strength of the frequency component for a segment of the test signal or training signal.
  • FIG. 13 is a graph of the segment of FIG. 12 after subtracting the variance pattern of FIG. 11.
  • FIG. 14 is a graph of the segment of FIG. 13 after adding the absolute value of the most negative value to all values of the frequency component.
  • FIG. 15 is a flow diagram of a method of matching means under one embodiment of the present invention.
  • FIG. 16 is a graph of the strength of a frequency component of one of the test signal or training signal.
  • FIG. 17 shows the graph of FIG. 16 after adding the difference in means.
  • DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS
  • FIG. 1 illustrates an example of a suitable computing system environment 100 on which the invention may be implemented. The computing system environment 100 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 100.
  • The invention is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, mircoprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. In addition, the invention may be used in a telephony system.
  • The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
  • With reference to FIG. 1, an exemplary system for implementing the invention includes a general-purpose computing device in the form of a computer 110. Components of computer 110 may include, but are not limited to, a processing unit 120, a system memory 130, and a system bus 121 that couples various system components including the system memory to the processing unit 120. The system bus 121 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus.
  • Computer 110 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 100. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, FR, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
  • The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way o example, and not limitation, FIG. 1 illustrates operating system 134, application programs 135, other program modules 136, and program data 137.
  • The computer 110 may also include other removable/non-removable volatile/nonvolatile computer storage media. By way of example only, FIG. 1 illustrates a hard disk drive 141 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152, and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156 such as a CD ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like. The hard disk drive 141 is typically connected to the system bus 121 through a non-removable memory interface such as interface 140, and magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as interface 150.
  • The drives and their associated computer storage media discussed above and illustrated in FIG. 1, provide storage of computer readable instructions, data structures, program modules and other data for the computer 110. In FIG. 1, for example, hard disk drive 141 is illustrated as storing operating system 144, application programs 145, other program modules 146, and program data 147. Note that these components can either be the same as or different from operating system 134, application programs 135, other program modules 136, and program data 137. Operating system 144, application programs 145, other program modules 146, and program data 147 are given different numbers here to illustrate that, at a minimum, they are different copies.
  • A user may enter commands and information into the computer 110 through input devices such as a keyboard 162, a microphone 163, and a pointing device 161, such as a mouse, trackball or touch pad. Other input devices (not shown) may include a joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 120 through a user input interface 160 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190. In addition to the monitor, computers may also include other peripheral output devices such as speakers 197 and printer 196, which may be connected through an output peripheral interface 190.
  • The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a hand-held device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110. The logical connections depicted in FIG. 1 include a local area network (LAN) 171 and a wide area network (WAN) 173, but may also include other networks. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation, FIG. 1 illustrates remote application programs 185 as residing on remote computer 180. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • FIG. 2 is a block diagram of a mobile device 200, which is an exemplary computing environment. Mobile device 200 includes a microprocessor 202, memory 204, input/output (I/O) components 206, and a communication interface 208 for communicating with remote computers or other mobile devices. In one embodiment, the afore-mentioned components are coupled for communication with one another over a suitable bus 210.
  • Memory 204 is implemented as non-volatile electronic memory such as random access memory (RAM) with a battery back-up module (not shown) such that information stored in memory 204 is not lost when the general power to mobile device 200 is shut down. A portion of memory 204 is preferably allocated as addressable memory for program execution, while another portion of memory 204 is preferably used for storage, such as to simulate storage on a disk drive.
  • Memory 204 includes an operating system 212, application programs 214 as well as an object store 216. During operation, operating system 212 is preferably executed by processor 202 from memory 204. Operating system 212, in one preferred embodiment, is a WINDOWS® CE brand operating system commercially available from Microsoft Corporation. Operating system 212 is preferably designed for mobile devices, and implements database features that can be utilized by applications 214 through a set of exposed application programming interfaces and methods. The objects in object store 216 are maintained by applications 214 and operating system 212, at least partially in response to calls to the exposed application programming interfaces and methods.
  • Communication interface 208 represents numerous devices and technologies that allow mobile device 200 to send and receive information. The devices include wired and wireless modems, satellite receivers and broadcast tuners to name a few. Mobile device 200 can also be directly connected to a computer to exchange data therewith. In such cases, communication interface 208 can be an infrared transceiver or a serial or parallel communication connection, all of which are capable of transmitting streaming information.
  • Input/output components 206 include a variety of input devices such as a touch-sensitive screen, buttons, rollers, and a microphone as well as a variety of output devices including an audio generator, a vibrating device, and a display. The devices listed above are by way of example and need not all be present on mobile device 200. In addition, other input/output devices may be attached to or found with mobile device 200 within the scope of the present invention.
  • Under the present invention, an apparatus and method are provided that improve the matching of noise between training data and test data. FIG. 3 shows one embodiment of a method for performing such matching.
  • In step 300 of FIG. 3, a speaker recognition system 398, shown in FIG. 4, receives and stores a training signal. The training signal is received through a microphone 404, which detects a speech signal produced by speaker 400 and additive noise 402. Typically, the training signal is generated by the speaker reading a short identification text such as “Log me in”. Microphone 404 converts the acoustic signal produced by speaker 400 and additive noise 402 into an electrical analog signal that is provided to an analog-to-digital converter 406. Analog-to-digital converter 406 samples the analog signal to produce digital values that are stored in a training data storage 407. Although the training data is shown as being stored as time domain values, those skilled in the art will recognize that the training data may be stored in the frequency domain or as a collection of feature vectors.
  • At step 302 of FIG. 3, speaker recognition system 398 receives a test signal from speaker 400 along with different additive noise 402. This test signal is typically generated by repeating the identification phrase that was used to generate the training data. Like the training signal, the test signal passes through a microphone and an analog-to-digital converter. Although only one microphone 404 and analog-to-digital converter 406 are shown in FIG. 4, those skilled in the art will recognize that a different microphone and analog-to-digital converter can be used during testing than was used during training. The digital values produced by analog-to-digital converter 406 are then provided to a noise matching component 408, which also receives the training data that is stored in training data storage 407.
  • At step 304, noise matching component 408 identifies and stores the spectrum of selected samples found in training signal and the test signal. The elements for performing this identification are shown in more detail in FIG. 5.
  • In FIG. 5, the test data and training data are each provided to a respective frame construction unit 500, 501, which divide the respective signals into frames, each typically 25 milliseconds long and each starting 10 milliseconds after the start of the previous frame. Each frame is multiplied by a respective window 502, 503, which is typically a Hamming window or a Hanning window. The resulting windows of speech are provided to respective noise identification units 504 and 505
  • Noise identification units 504 and 505 identify which frames contain only noise and which frames contain a combination of noise and speech. As can be seen in FIG. 6, a speech signal contains active speech regions and non-active speech regions. In FIG. 6, time is shown along horizontal axis 600 and the amplitude of the speech signal is shown along vertical axis 602. The speech signal of FIG. 6 includes one active region 604 that contains both noise and speech and two non-active regions 606 and 608 that contain only noise and represent periods where the speaker has paused.
  • Noise identification units 504 and 505 can use any of a number of known techniques to classify the frames as speech or noise. As is known in the art, these techniques can operate on the windowed speech signal directly or on transformations of the speech signal such as Fast Fourier Transform values or mel-cepstrum features.
  • When noise identification units 504 and 505 of FIG. 5 classify a frame as a noise frame, they pass the noise frame through a respective Fast Fourier Transform (FFT) 506, 508. Each FFT 506, 508 converts the values in the noise frame into a collection of frequency values representing the spectrum of the signal in the frame. These frequency values represent the relative strength of each frequency component in the spectrum of the signal and can be amplitude values or energy values. The FFTs produce complex numbers for the frequency values, energy is calculated as the square of the real value added to the square of the imaginary value. The amplitude is simply the square root of the energy. (Note that in the present application, and specifically in the claims, a reference to a strength value for a frequency component can be interpreted as either an amplitude value or an energy value.)
  • The strength values are stored in a noise storage 510. As is shown in FIG. 5, noise storage 510 is divided into two sections, a training storage. 512, which contains noise frames from the training speech and a test storage 514, which contains noise frames from the test speech.
  • Once the spectrum of the noise frames for the training signal and test signal have been stored at step 304 of FIG. 3, the process of FIG. 3 continues at step 306. In step 306, the means and variances of a plurality of frequency components in the noise of the training signal and in the noise of the test signal are adjusted so that the means and variances are the same in the noise of both signals. This is performed by a spectral adder 516, which accesses the noise segments stored in noise storage 510. The technique for adjusting the means and variances of the noise is discussed further below in connection with FIG. 7.
  • Once the variances and the means of each frequency component of the noise have been matched, the matched training signal is output by spectral adder 516 to a feature extractor 410 of FIG. 4. Feature extractor 410 extracts one or more features from the training signal. Examples of possible feature extraction modules that can be used under the present invention include modules for performing linear predictive coding (LPC), LPC direct cepstrum, perceptive linear prediction (PLP), auditory model feature extraction, and Mel-frequency cepstrum coefficients feature extraction. Note that the invention is not limited to these feature extraction modules and that other modules may be used within the context of the present invention.
  • Using the features extracted by feature extractor 410, the method of FIG. 3 continues at step 310 by training a model based on the features extracted from the matched training signal. This training is performed by a trainer 424 of FIG. 4 based on the training identification phrase 426.
  • Using the extracted features and the training phrase, trainer 424 builds an acoustic model 418. In one embodiment, acoustic model 418 is a Hidden Markov Model (HMM). However, other models may be used under the present invention including segment models. Typically, feature vectors can be evaluated against the model, giving a probability that each feature vector was spoken by the same speaker who trained the model. Some models are dependent on what is spoken (so-called text-dependent), other types of models (text-independent) simply evaluate whether any sequence of sounds came from the same speaker who trained the model.
  • Once the acoustic model has been trained, spectral adder 516 provides the matched test signal to feature extractor 410 which extracts the same type of features from the matched test signal that were extracted from the matched training signal.
  • At step 312 of FIG. 3, the extracted features from the matched test signal are applied to acoustic model 418 by a decoder 412. Using acoustic model 418, decoder 412 determines an overall probability that the matched test signal was generated by the same speaker who trained acoustic model 418. This output probability can either be compared to other probabilities generated for other sets of training data or can be compared to a threshold value to determine whether the probability provided by decoder 412 is sufficiently high to identify the speaker as the same person who trained the current model.
  • Note that in the method of FIG. 3, the model is trained using matched training data that has had its noise matched to the noise in the matched test data. Also note that the matched test data is applied to the model. Under the present invention, such matching is thought to provide a more accurate probability measure for speaker identification.
  • Step 306 of FIG. 3, which shows the step of adjusting the variances and means of the noise in the training and test signals, represents a step of spectral addition that is performed in order to match the noise in the training signal to the noise in the test signal. Specifically, this step hopes to match the mean strength of each frequency in the noise of the test signal to the mean strength of each frequency in the noise of the training signal and to match the variance in the strength of each frequency component in the noise of these signals.
  • Under most embodiments of the present invention, the matching is performed by first identifying which signal's noise has the higher mean strength for each frequency component and which signal's noise has the higher variance for each frequency component. The test signal and the training signals are then modified by adding properly adjusted noise segments to each signal so that the mean and variance of each frequency component of the noise in the modified signals are equal to the maximum mean and maximum variance found in the noise of either signal. Under one embodiment, a cross-condition is applied so that the noise segments that are added to the test signal come from the training signal and the noise segments that are added to the training signal come from the test signal.
  • As an example, let us say that at frequency F1, the training noise has a mean of 5 and a variance of 2, the testing noise has a mean of 4 and a variance of 3. The following noise will be added to the training signal: test noise at frequency F1 modified such that when added to the training signal, the combined signal will have mean 5 (the greater of the two means) and variance 3 (the greater of the two variances). Thus, the signal to add will have mean 0 and variance 1, since the mean of summed signals is always additive, and the variance of summed linearly independent signals is additive (see Fundamentals of Applied Probability Theory, Alvin M. Drake, McGraw-Hill Book Company, 1988, p 108). In order to make the test noise segment have these characteristics, the noise segment is shifted and scaled as discussed further below.
  • Similarly, the noise segment added to the test signal will be a training noise segment that has been scaled and shifted to have a mean of 1 and a variance of zero. When added to the test signal, the noise segment will cause the modified test signal to have mean 5 and variance 3 just like the modified training signal. As will be shown below, this technique of always selecting the signal with the higher mean or higher variance as the signal to match to, eliminates the need for flooring that causes spectral subtraction to be less than ideal.
  • The means and variances of the noise may be adjusted independently by adding two different respective signals to both the test speech signal and training speech signal or at the same time by adding one respective signal to both the test speech signal and the training speech signal. In embodiments where two signals are used, the mean may be adjusted before: the variance or after the variance. In addition, the means and variances do not have to both be adjusted, one may be adjusted without adjusting the other. In the discussion below, the embodiment in which two different signals are applied to both the test signal and the training signal is described. In this embodiment, signals to match the variances of the noise are first added to the speech signal and then signals to match the means of the noise are added to the speech signals.
  • The steps for adjusting the variance for a single frequency component of the noise are shown in FIG. 7. The method of FIG. 7 begins at step 700 where the variance of the noise in the training signal is determined. To determine the variance of a particular frequency component in the noise of the training signal, the method tracks strength values (i.e. amplitude values or energy values) of this frequency component in different noise segments stored in noise storage 510 of FIG. 5. Methods for determining the variance of such values are well known.
  • An example of how a frequency component's strength values change over time is shown graph 804 of FIG. 8 where time is shown along horizontal axis 800, and the strength of the frequency component is shown along vertical axis 802. Note that although graph 804 is depicted as a continuous graph, the strength values can be either discrete or continuous under the present invention.
  • To calculate the complete variance in the noise of the training signal, the strength of the frequency component is measured at each noise frame in the entire training corpus. For example, if the user repeated the identification phrase three times during training, the variance in the noise would be determined by looking at all of the noise frames found in the three repetitions of the training phrase.
  • After the variance of the frequency component in the noise of the training signal has been determined, the method of FIG. 7 continues at step 702 where the variance of the frequency component in the noise of the test signal is determined. The variance of the frequency component in the noise of the test signal is determined using; the same techniques discussed above for the training signal.
  • Once the variances of the frequency component in the noise have been determined for the training signal and the test signal, the present invention determines which signal has the greater variance in the noise and then adds a noise segment to the other signal to increase the variance of the frequency component in the signal that has the lesser variance in the noise so that its variance in the noise matches the variance in the noise of the other signal. For example, if the variance of the frequency component in the noise of the training signal were less than the variance of the frequency component in the noise of the test signal, a modified noise segment from the test signal would be added to the training signal so that the variance in the noise in the training signal matches the variance in the noise in the test signal.
  • Under one embodiment, the noise segments are not added directly to the signals to change their variance. Instead the mean strength of the frequency component is set to zero across the noise segment and the variance of the noise segment is scaled. These changes limit the size of the strength values that are added to the test signal or training signal so that the variances in the noise in the test signal and training signal match but the mean strength in the two signals is not increased any more than is necessary. The process of selecting a noise segment, setting the mean of the noise segment's frequency component to zero, and scaling the variance of the noise segment's frequency component are shown as steps 704, 706, 708 and 710 in FIG. 7.
  • First, at step 704, a noise segment is selected from the testing signal to be added to the training signal and from the training signal to be added to the test signal. These noise segments typically include a plurality of frames of the training signal or testing signal and can be taken from noise storage 510 of FIG. 5. Specifically, the strength values for the current frequency component are retrieved.
  • An example of how the frequency component's strength for such a selected noise segment changes over time is shown as graph 904 in FIG. 9. In FIG. 9, time is shown along horizontal axis 900 and the strength of the frequency component is shown along vertical axis 902. Although graph 904 shows the frequency component as continuous, the frequency component may be continuous or discrete under the present invention.
  • After the noise segment has been selected, the mean of the strength of the frequency component in the noise segment is determined at step 706. In FIG. 9, the mean is shown as horizontal line 906.
  • In step 708 of FIG. 7, the mean determined in step 706 is subtracted from each of the strength values of the frequency component across the entire noise segment. For an embodiment where the strength values are continuous, this involves subtracting line 906 of FIG. 9 from graph 904 of FIG. 9. This subtraction results in a set of modified strength values for the frequency component of the noise segment. A graph 1004 of such modified strength values is shown in FIG. 10 where time is shown along horizontal axis 1000 and strength is shown along vertical axis 1002.
  • The mean strength of the frequency component in the noise segment is subtracted from the frequency component's strength values in order to generate a set of strength values that have zero mean but still maintain the variance found in the original noise segment. Thus, in FIG. 10, the strength of the frequency component continues to vary as it did in the original noise segment, however, its mean has now been adjusted to zero.
  • In step 710, once the values of the frequency component's strength have been adjusted so that they have zero mean, the values are scaled so that they provide a proper amount of variance. This scaling factor is produced by multiplying each of the strength values by a variance gain factor. The variance gain factor, G, is determined by the following equation: G = σ TRAIN 2 - σ TEST 2 σ NOISE 2 Eq . 1
    where G is the variance gain factor, σTRAIN 2 is the variance in the noise of the training signal, σTEST 2 is the variance in the noise of the test signal, and σNOISE 2 is the variance of the values in the zero-mean noise segment produced at step 708.
  • The result of multiplying strength values by the gain factor of equation 1 is shown in graph 1104 of FIG. 11 where time is shown along horizontal axis 1100 and strength is shown along vertical axis 1102. The frequency component values has the same general shape as graph 1004 of FIG. 10 but is simply magnified or compressed.
  • After step 710, the modified frequency component values of the noise segment have zero mean and a variance that is equal to the difference between the variance of the training signal and the variance of the test signal. Thus, the modified values can be thought of as a variance pattern. When added to the signal with the lesser variance in the noise, the strength values of this variance pattern cause the signal with the lesser variance in the noise to have a new variance in the noise that matches the variance in the noise of the signal with the larger variance in the noise. For example, if the test signal had a lower variance in its noise than the training signal, adding the variance pattern from the training noise segment to each of a set of equally sized segments in the test signal would generate a test signal with a variance due to noise that matches the higher variance in the noise of the training signal. The step of adding the variance pattern to the strength values of the test signal or training signal is shown as step 712.
  • Note that for the signal with the higher variance in the noise, the variance gain factor is set to zero. When multiplied by the strength values of the noise segment, this causes the modified noise segment to have a mean of zero and a variance of zero.
  • Note that because of the subtraction performed in step 708, the test signal or training signal produced after step 712 may have a negative strength for one or more frequency components. For example, FIG. 12 shows strength values for the frequency component of either the test signal or training signal, with time shown along horizontal axis 1200 and strength shown along vertical axis 1202. Since the strength values in FIG. 12 are taken from an actual test signal or training signal, all of the strength values in graph 1204 are positive. However, FIG. 13 shows the result of the addition performed in step 712 where the strength values in segments of the test signal are added to respective strength values of the variance pattern shown in FIG. 11. In FIG. 13, time is shown along horizontal axis 1300 and strength is shown along vertical axis 1302. Graph 1304 of FIG. 13 represents the addition of graph 1104 of FIG. 11 with graph 1204 of FIG. 12. As shown in FIG. 13, graph 1304 includes negative values for some strengths of the frequency component because the variance pattern included some negative values after the mean of the noise segment was subtracted in step 708.
  • Since a negative strength (either amplitude or energy) for a frequency component cannot be realized in a real system, the strength values for the frequency component in the test signal and training signal must be increased so all of the values are greater than or equal to zero. In addition, the strength values must be increased uniformly so that the variance of the noise in the two signals is unaffected.
  • To do this, one embodiment of the present invention searches for the most negative value in the entire signal that had its variance increased. This minimum value is shown as minimum 1306 in FIG. 13. Once the minimum value has been identified, its absolute value is added to each of the strength values for the frequency component across the entire test signal and the entire training signal. This is shown as step 716 in FIG. 7.
  • FIG. 14 provides a graph 1404 of the signal of FIG. 13 after this addition, showing that the strength for the frequency component now has a minimum of zero. In FIG. 14, time is shown along horizontal axis 1400 and strength is shown along vertical axis 1402. Since the strength value added to each of the strength values is the same, the variance of the noise in the test signal and training signal are unchanged.
  • Note that the strength value must be added to both the test signal and the training signal regardless of which signal had its variance increased. If this were not done, the mean of the noise in one of the signals would increase while the mean of the noise in the other signal would remain the same. This would cause the means of the noise to become mismatched.
  • In FIG. 7, the step of adjusting the modified test signal and training signal to avoid having negative values in those signals has been shown as occurring before the means of the noise of the two signals have been matched. In other embodiments, this step is performed after the means of the noise have matched. One benefit of waiting to adjust the signals for negative values until after the means of the noise have been matched is that the step of matching the means of the noise may cause the signals to be increased to the point where they do not include any negative values.
  • After step 716, the variances of the noise of the test signal and the training signal are matched and each signal only has positive strength values for each frequency component.
  • Note that the steps of FIG. 7 are repeated for each desired frequency component in the test signal and training signal. Also note that the variance of the noise for some frequency components will be higher in the test signal than in the training signal, while for other frequency components, the variance of the noise in the test signal will be lower than in the training signal. Thus, at some frequencies, a variance pattern formed from a noise segment will be added to the test signal, while at other frequencies, a variance pattern formed from a noise segment will be added to the training signal.
  • Once the variances in the noise of the training signal and test signal have been matched, the means of the strength values in the noise of the two signals are matched. This is shown as step 308 in FIG. 3 and is shown in detail in the flow diagram of FIG. 15. As in the method of FIG. 7, the steps for matching a mean strength of the noise shown in FIG. 15 are repeated for each frequency component of interest in the noise of the test signal and training signal. Consistent with the discussion above, the mean strength of the noise can either be the mean amplitude or the mean energy, depending on the particular embodiment.
  • In step 1500 of FIG. 15, the mean strength of the current frequency component in the noise of the training signal is determined. This mean can be calculated by accessing the strength values stored in noise storage 506 for the noise segments of the training signal. In step 1502, the mean strength for the current frequency component in the noise of the test signal is determined by accessing the strength values found in noise storage 508.
  • In step 1504 of FIG. 15, the difference between the means in the noise of the test signal and the training signal are determined. This involves simply subtracting the mean strength of the noise of one signal from the mean strength of the noise in the other signal and taking the absolute value of the result.
  • In step 1506, the signal with the lower mean in the noise has all of its strength values for the frequency component increased by an amount equal to the difference between the means of the noise in the test signal and the noise in the training signal. This can be seen by comparing FIGS. 16 and 17. In FIG. 16, graph 1604 shows the strength of a frequency component of the test signal or training signal as a function of time. In FIG. 16, time is shown along horizontal axis 1600 and strength is shown along vertical axis 1602. FIG. 17 shows the same frequency component for the same signal after the difference between the means in the noise of the test signal and training signal has been added to the signal of FIG. 16. Thus, graph 1704 of FIG. 17 has the same shape of graph 1604 of FIG. 16 but is simply shifted upward. This upward shift does not change the variance in the noise, but simply shifts the mean of the frequency component across the signal. Thus, the variances in the noise continue to be matched after the steps of FIG. 15.
  • Note that for some frequency components, the mean of the frequency component in the noise in the test signal is greater than the mean of the frequency component in the noise in the training signal while at other frequencies the reverse is true. Thus, at some frequencies, the difference between the means of the noise is added to the test signal while at other frequencies the difference between the means of the noise is added to the training signal.
  • As mentioned above, in alternative embodiments, only one respective noise signal is added to each of the training signal and test signal in order to match both the variance and means of the noise of those signals. Thus, one noise signal generated from a training noise segment would be added to the test signal and one noise signal generated from a test noise segment would be added to the training signal. Under one embodiment, the one noise signal to be added to each speech signal is formed by adding the difference between the means of the noise to all of the values of the variance pattern of the signal with the lower mean in the noise. The resulting mean adjusted variance pattern is then added to its respective signal as described above.
  • From the above discussion it can be seen that after the steps of FIG. 7 and FIG. 15 have been performed for each frequency component in the test signal and training signal, the mean of each frequency component in the noise of the training and test signals is the same and the variance of the frequency component in the noise of each signal is the same. This means that the noise in the training data and test data are matched.
  • Multiple training signals can be dealt with in several ways. Two primary ways are discussed here. First, if all the training signals are considered to have been generated in the same noisy environment, they can be considered to be one training signal for the above description. If they might have come from separate noisy environments, such as would occur if they were recorded at separate times, the above description would simply be extended to multiple signals. The mean and variance of each frequency of the noise of all signals would be appropriately adjusted (through adding noise from the other conditions) to have the maximum mean and variance at each frequency in the noise of any of the multiple signals.
  • Although the present invention has been described with reference to particular embodiments, workers skilled in the art will recognize that changes may be made in form and detail without departing from the spirit and scope of the invention.

Claims (32)

1. A method of speaker recognition that generates a likelihood that the same speaker generated a training signal and a test signal, the method comprising:
generating a matched test signal and a matched training signal by performing steps for each of a plurality of frequency components, the steps comprising:
adding to the strength of the frequency component in one of the test signal or training signal so that the mean strength of the frequency component of noise in the matched test signal matches the mean strength of the frequency component of noise in the matched training signal;
determining the variance of the frequency component of noise in the training signal;
determining the variance of the frequency component of noise in the test signal; and
increasing the variance of the frequency component in one of the test signal or the training signal so that the variance of the frequency component in the noise of the matched training signal matches the variance of the frequency component in the noise of the matched test signal;
creating a model based on the matched training signal; and
applying the matched test signal to the model to produce the likelihood that a same speaker generated the training signal and the test signal.
2. The method of claim 1 wherein performing steps for each of a plurality of frequency components, further comprises the steps of:
determining the mean strength of the frequency component of noise in the training signal;
determining the mean strength of the frequency component of noise in the test signal, and
subtracting the mean strength of noise in the training signal from the mean strength of noise in the test signal to determine a value to add during the step of adding to the strength of the frequency component in one of the test signal or training signal.
3. The method of claim 1 wherein for each frequency component the step of adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the frequency component in the test signal.
4. The method of claim 1 wherein for each frequency component the step of adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the frequency component in the training signal.
5. The method of claim 1 wherein for some frequency components the step of adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the frequency component in the training signal and for other frequency components the step of adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the frequency component in the test signal.
6. The method of claim 1 wherein adding to the strength of the frequency component in one of the test signal or training signal does not change the variances of the frequency component in the test signal and the training signal.
7. (canceled)
8. The method of claim 1 wherein increasing the variance of the frequency component in one of the test signal or the training signal comprises:
deriving a variance pattern from a noise segment taken from one of the test signal or training signal; and
adding the variance pattern to all segments of one of the test signal or the training signal.
9. The method of claim 8 wherein deriving the variance pattern of the noise segment comprises:
determining the mean of the noise segment;
subtracting the mean of the noise segment from the noise segment to produce a zero-mean noise segment; and
multiplying the zero-mean noise segment by a gain factor to produce the variance pattern.
10. The method of claim 9 wherein adding the variance pattern to all segments of one of the test signal or training signal further comprises:
after adding the variance pattern determining the most negative value for the frequency component in one of the test signal or the training signal; and
adding a value equal to the magnitude of the most negative value to the frequency component of both the test signal and the training signal.
11. The method of claim 9 wherein adding the variance pattern to all segments of one of the test signal or training signal further comprises:
after adding the variance pattern and adding to the strength of the frequency component in one of the test signal or training signal, determining the most negative value for the frequency component in one of the test signal or the training signal; and
adding a value equal to the magnitude of the most negative value to the frequency component of both the test signal and the training signal.
12. The method of claim 8 wherein adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the variance pattern before adding the variance pattern to all segments of one of the test signal or training signal.
13. The method of claim 8 wherein deriving a variance pattern comprises deriving a variance pattern from a noise segment taken from the test signal and wherein adding the variance pattern comprises adding the variance pattern to all segments of the training signal.
14. The method of claim 8 wherein deriving a variance pattern comprises deriving a variance pattern from a noise segment taken from the training signal and wherein adding the variance pattern comprises adding the variance pattern to all segments of the test signal.
15. A method of identifying a speaker comprising:
receiving a training speech signal;
receiving a test speech signal;
for each of a plurality of frequency components adding to the variance of the frequency component in one of the training speech signal or test speech signal so that the variance of the frequency component of noise in a matched training speech signal matches the variance of the frequency component of noise in matched test speech signal, wherein adding to the variance of the frequency component comprises:
identifying a series of strength values for the frequency component in a segment of noise taken from one of the training speech signal or the test speech signal;
finding the mean of the series of strength values;
subtracting the mean from each strength value in the series of strength values to generate zero-mean strength values;
multiplying the zero-mean strength values by a gain factor to produce a variance pattern; and
adding the variance pattern to each segment of one of the training speech signal or the test speech signal;
generating a model from the matched training speech signal; and
comparing the matched test speech signal to the model to identify the speaker.
16. (canceled)
17. The method of claim 15 wherein after adding the variance pattern the method further comprises:
determining the most negative value for the strength of the frequency component in the one of the training speech signal or test speech signal to which the variance pattern was added; and
adding the absolute value of the most negative value to the strength of the frequency component over the entire training speech signal and the entire test speech signal.
18. The method of claim 15 further comprising for each of a plurality of frequency components adding to the frequency component of one of the test speech signal or the training speech signal so that the mean strength of the frequency component of the noise in the test speech signal is matched to the mean strength of the frequency component of the noise in the training speech signal.
19. The method of claim 15 further comprising before adding the variance pattern to each segment of one of the training speech signal or test speech signal:
adding a same value to each strength value of the variance pattern so that the mean strength of the frequency component of the noise in the matched test speech signal is matched to the mean strength of the frequency component of the noise in the matched training speech signal when the variance pattern is added to each segment of one of the training speech signal or the test speech signal.
20. (canceled)
21. A computer-readable medium having computer-executable instructions for performing speaker recognition, the instructions performing steps comprising:
receiving a training speech signal;
receiving a test speech signal;
adding to the strength of at least one frequency component across the entirety of one of the training speech signal or test speech signal in the production of a matched training speech signal and a matched test speech signal such that the mean strength of the frequency component in noise in the matched training speech signal is the same as the mean strength of the frequency component in noise in the matched test speech signal;
selectively adding to the strength of the frequency component in one of the training speech signal or the test speech signal in further production of the matched training speech signal and the matched test speech signal such that the variance of the strength of the frequency component of noise in the matched training speech signal is equal to the variance of the strength of the frequency component of noise in the matched test speech signal;
generating a model from the matched training speech signal; and
comparing the matched test speech signal to the model to identify a speaker.
22. The computer-readable medium of claim 21 wherein adding to the strength of a frequency component comprises:
determining the mean strength of the frequency component in noise in the training speech signal;
determining the mean strength of the frequency component in noise in the test speech signal;
determining the difference between the mean strength in noise in the training speech signal and the mean strength in noise in the test speech signal;
adding the difference to the strength of the frequency component in one of the training speech signal or test speech signal.
23. (canceled)
24. The computer-readable medium of claim 21 wherein selectively adding to the strength of the frequency component comprises:
selecting a noise segment from one of the training speech signal or the test speech signal;
identifying strength values of the frequency component in the noise segment;
determining the mean of the strength values;
subtracting the mean of the strength values from the strength values to produce a sequence of mean adjusted strength values;
multiplying the mean adjusted strength values by a gain factor to produce gain adjusted strength values;
adding the gain adjusted strength values to respective strength values of the frequency component in each of a plurality of segments that together constitute one of the training speech signal or test speech signal.
25. The computer-readable medium of claim 24 wherein adding to the strength of at least one frequency component across the entirety of one of the training speech signal or test speech signal comprises adding the same value to all of the gain adjusted strength values before adding the gain adjusted strength values to the respective strength values.
26. The computer-readable medium of claim 25 wherein selectively adding to the strength of the frequency component further comprises:
identifying the most negative value produced by adding the gain adjusted strength values to the respective strength values of the frequency component in each of a plurality of segments that constitute one of the training speech signal and test speech signal; and
adding a value equal to the absolute magnitude of the most negative value to each strength value of the frequency component in both the training speech signal and the test speech signal.
27. The computer-readable medium of claim 24 wherein the computer-executable instructions perform further steps comprising:
determining the variance of strength values of the frequency component in the noise of the test speech signal;
determining the variance of strength values of the frequency component in the noise of the training speech signal;
determining the variance of the strength values of the frequency component in the noise segment; and
determining the gain factor by subtracting the variance of the strength values of the frequency component in the noise of the test speech signal from the variance of the strength values of the frequency component in the noise of the training speech signal and dividing the difference by the variance of the strength values of the frequency component in the noise segment.
28. The computer-readable medium of claim 24 wherein selectively adding to the strength of the frequency component further comprises:
identifying the most negative value produced by adding the gain adjusted strength values to the respective strength values of the frequency component in each of a plurality of segments that constitute one of the training speech signal and test speech signal; and
adding a value equal to the absolute magnitude of the most negative value to each strength value of the frequency component in both the training speech signal and the test speech signal.
29. (canceled)
30. A method of speaker recognition that generates a likelihood that the same speaker generated a training signal and a test signal, the method comprising:
generating a matched test signal and a matched training signal by performing a step for each of a plurality of frequency components, the step comprising adding to the strength of the frequency component in one of the test signal or training signal so that the mean strength of the frequency component of noise in the matched test signal matches the mean strength of the frequency component of noise in the matched training signal, wherein for some frequency components the step of adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the frequency component in the training signal and for other frequency components the step of adding to the strength of the frequency component in one of the test signal or training signal comprises adding to the strength of the frequency component in the test signal;
creating a model based on the matched training signal; and
applying the matched test signal to the model to produce the likelihood that a same speaker generated the training signal and the test signal.
31. A method of identifying a speaker comprising:
receiving a training speech signal;
receiving a test speech signal;
for each of a plurality of frequency components adding to the variance of the frequency component in one of the training speech signal or test speech signal so that the variance of the frequency component of noise in a matched training speech signal matches the variance of the frequency component of noise in a matched test speech signal;
for each of a plurality of frequency components adding to the frequency component of one of the test speech signal or the training speech signal so that the mean strength of the frequency component of the noise in the matched test speech signal matches the mean strength of the frequency component of the noise in the matched training speech signal;
generating a model from the matched training speech signal; and
comparing the matched test speech signal to the model to identify the speaker.
32. A method of identifying a speaker comprising:
receiving a training speech signal;
receiving a test speech signal;
receiving a second training speech signal;
for each of a plurality of frequency components adding to the variance of the frequency component in one of the training speech signal or test speech signal so that the variance of the frequency component of noise in a matched training speech signal matches the variance of the frequency component of noise in a matched test speech signal, wherein adding to the variance of a frequency component in one of the training speech signal or test speech signal comprises:
identifying the largest variance of the frequency component in the noise of the test speech signal, the noise of the training speech signal and the noise of the second training speech signal; and
adding to the variance of the frequency component in one of the training speech signal or test speech signal so that the variance of the frequency component in the noise of the matched test speech signal matches the variance of the frequency component in the noise of the matched training speech signal;
generating a model from the matched training speech signal; and
comparing the matched test speech signal to the model to identify the speaker.
US11/483,574 2000-10-10 2006-07-10 Method and apparatus using spectral addition for speaker recognition Abandoned US20060253285A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/483,574 US20060253285A1 (en) 2000-10-10 2006-07-10 Method and apparatus using spectral addition for speaker recognition

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/685,534 US6990446B1 (en) 2000-10-10 2000-10-10 Method and apparatus using spectral addition for speaker recognition
US11/065,573 US7133826B2 (en) 2000-10-10 2005-02-24 Method and apparatus using spectral addition for speaker recognition
US11/483,574 US20060253285A1 (en) 2000-10-10 2006-07-10 Method and apparatus using spectral addition for speaker recognition

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/065,573 Division US7133826B2 (en) 2000-10-10 2005-02-24 Method and apparatus using spectral addition for speaker recognition

Publications (1)

Publication Number Publication Date
US20060253285A1 true US20060253285A1 (en) 2006-11-09

Family

ID=34700296

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/685,534 Expired - Fee Related US6990446B1 (en) 2000-10-10 2000-10-10 Method and apparatus using spectral addition for speaker recognition
US11/065,573 Expired - Fee Related US7133826B2 (en) 2000-10-10 2005-02-24 Method and apparatus using spectral addition for speaker recognition
US11/483,574 Abandoned US20060253285A1 (en) 2000-10-10 2006-07-10 Method and apparatus using spectral addition for speaker recognition

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/685,534 Expired - Fee Related US6990446B1 (en) 2000-10-10 2000-10-10 Method and apparatus using spectral addition for speaker recognition
US11/065,573 Expired - Fee Related US7133826B2 (en) 2000-10-10 2005-02-24 Method and apparatus using spectral addition for speaker recognition

Country Status (1)

Country Link
US (3) US6990446B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140188481A1 (en) * 2009-12-22 2014-07-03 Cyara Solutions Pty Ltd System and method for automated adaptation and improvement of speaker authentication in a voice biometric system environment
CN112289326A (en) * 2020-12-25 2021-01-29 浙江弄潮儿智慧科技有限公司 Bird identification comprehensive management system with noise removal function and noise removal method thereof

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3815388B2 (en) * 2002-06-25 2006-08-30 株式会社デンソー Speech recognition system and terminal
AU2003266040A1 (en) * 2002-09-06 2004-03-29 Measurement Microsystems A-Z Inc. Method and apparatus for improving characteristics of acoustic and vibration transducers
DE102004001863A1 (en) * 2004-01-13 2005-08-11 Siemens Ag Method and device for processing a speech signal
US8688441B2 (en) * 2007-11-29 2014-04-01 Motorola Mobility Llc Method and apparatus to facilitate provision and use of an energy value to determine a spectral envelope shape for out-of-signal bandwidth content
US8433582B2 (en) * 2008-02-01 2013-04-30 Motorola Mobility Llc Method and apparatus for estimating high-band energy in a bandwidth extension system
US20090201983A1 (en) * 2008-02-07 2009-08-13 Motorola, Inc. Method and apparatus for estimating high-band energy in a bandwidth extension system
US8463412B2 (en) * 2008-08-21 2013-06-11 Motorola Mobility Llc Method and apparatus to facilitate determining signal bounding frequencies
EP2182512A1 (en) * 2008-10-29 2010-05-05 BRITISH TELECOMMUNICATIONS public limited company Speaker verification
US8463599B2 (en) * 2009-02-04 2013-06-11 Motorola Mobility Llc Bandwidth extension method and apparatus for a modified discrete cosine transform audio coder
CN103514878A (en) * 2012-06-27 2014-01-15 北京百度网讯科技有限公司 Acoustic modeling method and device, and speech recognition method and device
GB201220907D0 (en) * 2012-11-21 2013-01-02 Secr Defence Method for determining whether a measured signal matches a model signal
TWI508576B (en) * 2013-05-15 2015-11-11 Lite On Opto Technology Changzhou Co Ltd Method and device of speaker noise detection
US9812150B2 (en) * 2013-08-28 2017-11-07 Accusonus, Inc. Methods and systems for improved signal decomposition
US20150264505A1 (en) 2014-03-13 2015-09-17 Accusonus S.A. Wireless exchange of data between devices in live events
US10468036B2 (en) 2014-04-30 2019-11-05 Accusonus, Inc. Methods and systems for processing and mixing signals using signal decomposition
US9792899B2 (en) 2014-07-15 2017-10-17 International Business Machines Corporation Dataset shift compensation in machine learning
JP6721365B2 (en) * 2016-03-11 2020-07-15 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカPanasonic Intellectual Property Corporation of America Voice dictionary generation method, voice dictionary generation device, and voice dictionary generation program
US10762905B2 (en) * 2018-07-31 2020-09-01 Cirrus Logic, Inc. Speaker verification
US11289098B2 (en) * 2019-03-08 2022-03-29 Samsung Electronics Co., Ltd. Method and apparatus with speaker recognition registration
US20230388562A1 (en) * 2022-05-27 2023-11-30 Sling TV L.L.C. Media signature recognition with resource constrained devices

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6067517A (en) * 1996-02-02 2000-05-23 International Business Machines Corporation Transcription of speech data with segments from acoustically dissimilar environments
US6735563B1 (en) * 2000-07-13 2004-05-11 Qualcomm, Inc. Method and apparatus for constructing voice templates for a speaker-independent voice recognition system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4933973A (en) * 1988-02-29 1990-06-12 Itt Corporation Apparatus and methods for the selective addition of noise to templates employed in automatic speech recognition systems
US5930749A (en) * 1996-02-02 1999-07-27 International Business Machines Corporation Monitoring, identification, and selection of audio signal poles with characteristic behaviors, for separation and synthesis of signal contributions
US6026359A (en) * 1996-09-20 2000-02-15 Nippon Telegraph And Telephone Corporation Scheme for model adaptation in pattern recognition based on Taylor expansion
GB9706174D0 (en) * 1997-03-25 1997-11-19 Secr Defence Recognition system
FR2761848B1 (en) * 1997-04-04 2004-09-17 Parrot Sa RADIOTELEPHONE VOICE COMMAND DEVICE, ESPECIALLY FOR USE IN A MOTOR VEHICLE
FR2771542B1 (en) * 1997-11-21 2000-02-11 Sextant Avionique FREQUENTIAL FILTERING METHOD APPLIED TO NOISE NOISE OF SOUND SIGNALS USING A WIENER FILTER
US6577997B1 (en) * 1999-05-28 2003-06-10 Texas Instruments Incorporated System and method of noise-dependent classification
TW466471B (en) * 2000-04-07 2001-12-01 Ind Tech Res Inst Method for performing noise adaptation in voice recognition unit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6067517A (en) * 1996-02-02 2000-05-23 International Business Machines Corporation Transcription of speech data with segments from acoustically dissimilar environments
US6735563B1 (en) * 2000-07-13 2004-05-11 Qualcomm, Inc. Method and apparatus for constructing voice templates for a speaker-independent voice recognition system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140188481A1 (en) * 2009-12-22 2014-07-03 Cyara Solutions Pty Ltd System and method for automated adaptation and improvement of speaker authentication in a voice biometric system environment
CN112289326A (en) * 2020-12-25 2021-01-29 浙江弄潮儿智慧科技有限公司 Bird identification comprehensive management system with noise removal function and noise removal method thereof

Also Published As

Publication number Publication date
US20050143997A1 (en) 2005-06-30
US7133826B2 (en) 2006-11-07
US6990446B1 (en) 2006-01-24

Similar Documents

Publication Publication Date Title
US7133826B2 (en) Method and apparatus using spectral addition for speaker recognition
EP1199708B1 (en) Noise robust pattern recognition
CN106486131B (en) A kind of method and device of speech de-noising
EP2431972B1 (en) Method and apparatus for multi-sensory speech enhancement
US7542900B2 (en) Noise reduction using correction vectors based on dynamic aspects of speech and noise normalization
EP2410514B1 (en) Speaker authentication
US7769582B2 (en) Method of pattern recognition using noise reduction uncertainty
US7254536B2 (en) Method of noise reduction using correction and scaling vectors with partitioning of the acoustic space in the domain of noisy speech
US20020188446A1 (en) Method and apparatus for distribution-based language model adaptation
EP1508893B1 (en) Method of noise reduction using instantaneous signal-to-noise ratio as the Principal quantity for optimal estimation
US6182036B1 (en) Method of extracting features in a voice recognition system
EP3989217B1 (en) Method for detecting an audio adversarial attack with respect to a voice input processed by an automatic speech recognition system, corresponding device, computer program product and computer-readable carrier medium
US20070150263A1 (en) Speech modeling and enhancement based on magnitude-normalized spectra
Kaur et al. Optimizing feature extraction techniques constituting phone based modelling on connected words for Punjabi automatic speech recognition
CN116208900A (en) Automatic test method, device, equipment and storage medium
Park et al. Noise robust feature for automatic speech recognition based on mel-spectrogram gradient histogram.

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014