IP Library Granted Patent US 12,033,652
Granted Patent B2
US 12,033,652 · App. 17/827,424 · Granted Jul 9, 2024

System and method for acoustic echo cancelation using deep multitask recurrent neural networks

Inventors: Amin Fazeli (San Diego, CA); Mostafa El-Khamy (San Diego, CA); Jungwon Lee (San Diego, CA)
Assignee: Samsung Electronics Co., Ltd.
G10L21/0232G06N3/08G06N20/10H04R3/04G10L2021/02082
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,033,652
App. No.
17/827,424
Granted
Jul 9, 2024
Kind
B2
Abstract

A system for performing echo cancellation includes: a processor configured to: receive a far-end signal; record a microphone signal including: a near-end signal; and an echo signal corresponding to the far-end signal; extract far-end features from the far-end signal; extract microphone features from the microphone signal; compute estimated near-end features by supplying the microphone features and the far-end features to an acoustic echo cancellation module including a recurrent neural network including: an encoder including a plurality of gated recurrent units; and a decoder including a plurality of gated recurrent units; compute an estimated near-end signal from the estimated near-end features; and transmit the estimated near-end signal to the far-end device. The recurrent neural network may include a contextual attention module; and the recurrent neural network may take, as input, a plurality of error features computed based on the far-end features, the microphone features, and acoustic path parameters.

Claims (59)

1. A system comprising:

a processor; and

memory storing instructions that, when executed by the processor, cause the processor to:

receive a far-end signal and a near-end signal comprising at least an echo signal corresponding to the far-end signal;

generate, by a contextual-attention neural network, a plurality of estimated near-end features based at least in part on the received near-end signal and the received far-end signal, without using an estimated echo signal; and

generate, based on the plurality of estimated near-end features, an estimated near-end signal, the estimated near-end signal corresponding to the near-end signal without the echo signal.

2. The system of claim 1 , wherein the memory further stores instructions that, when executed by the processor, cause the processor to transmit the estimated near-end signal to a far-end device.

3. The system of claim 1 , wherein the far-end signal is received from a speaker device and the near-end signal is received from a microphone device that generates signals from the speaker device.

4. The system of claim 1 , wherein the memory further stores instructions that, when executed by the processor, cause the processor to:

generate, based on the far-end signal, a plurality of far-end features; and

generate, based on the near-end signal, a plurality of near-end features,

wherein the plurality of estimated near-end features are further generated by inputting one or more near-end features of the plurality of near-end features and one or more far-end features of the plurality of far-end features to the contextual-attention neural network.

5. The system of claim 4 , wherein:

the contextual-attention neural network further comprises an encoder configured to encode one or more near-end features and one or more far-end features into encoded features; and

the plurality of near-end features are generated from the encoded features.

6. The system of claim 5 , wherein:

the contextual-attention neural network further comprises a decoder configured to decode one or more encoded features.

7. The system of claim 6 , wherein the encoder and decoder comprise a plurality of gated recurrent units for encoding and decoding signal features.

8. The system of claim 6 , wherein:

the contextual-attention neural network further comprises a contextual-attention neural network module configured to generate one or more contextual-attention features from the encoded features; and

the decoder is configured to decode the one or more contextual-attention features to generate the plurality of near-end features.

9. The system of claim 8 , wherein:

the encoded features are supplied to a multi-head self-attention layer of the contextual-attention neural network module; and

the contextual-attention neural network module further comprises a multi-head attention layer configured to receive an output of the multi-head self-attention layer.

10. The system of claim 9 , wherein the contextual-attention neural network module further comprises a first layer normalization layer between the multi-head self-attention layer and the multi-head attention layer.

11. The system of claim 10 , wherein the contextual-attention neural network module further comprises a second layer normalization layer configured to compute the contextual-attention features in accordance with outputs from other layers of the contextual-attention neural network module.

12. The system of claim 1 , wherein the memory further stores instructions that, when executed by the processor, cause the processor to:

generate a plurality of acoustic path parameters in accordance with at least one of prior acoustic path parameters, prior far-end features, and prior near-end features; and

generate a plurality of error features based on the far-end features, a plurality of microphone features, and the acoustic path parameters.

13. The system of claim 1 , wherein:

the far-end signal supplied to the contextual-attention neural network comprises a current frame of far-end features and a causal window of a plurality of previous frames of far-end features; and

the near-end signal supplied to the contextual-attention neural network comprises a current frame of near-end features and the causal window of a plurality of previous frames of near-end features.

14. The system of claim 13 , wherein:

the estimated near-end features comprise a current frame of estimated near-end features and the causal window of a plurality of previous frames of estimated near-end features; and

the contextual-attention neural network is trained by iteratively training a plurality of parameters configuring the contextual-attention neural network to minimize differences between the estimated near-end features and a plurality of ground truth near-end features of a plurality of training data.

15. The system of claim 14 , wherein the training data is generated by:

loading a corpus of training data comprising recorded utterances from a plurality of different human speakers;

selecting a plurality of pairs of human speakers; and

for each pair of human speakers:

concatenating multiple utterances of a first speaker of the pair of human speakers to generate a training far-end signal;

transforming the concatenated utterances to simulate an acoustic path to generate a training echo signal;

padding an utterance of a second speaker of the pair of human speakers to generate a training near-end signal having a length equal to the training far-end signal; and

mixing the training echo signal with the training near-end signal to generate a training microphone signal.

16. The system of claim 15 , wherein the transforming the concatenated utterances comprises convolving the far-end signal with a room impulse response of a simulated room.

17. The system of claim 16 , wherein the transforming the concatenated utterances further comprises:

applying hard clipping to the far-end signal to generate a clipped far-end signal; and

applying sigmoidal distortion to the clipped far-end signal.

18. A method comprising:

receiving a far-end signal and a near-end signal comprising at least an echo signal corresponding to the far-end signal;

generating, by a contextual-attention neural network, a plurality of estimated near-end features based at least in part on the received near-end signal and the received far-end signal, without using an estimated echo signal; and

generating, based on the plurality of estimated near-end features, an estimated near-end signal, the estimated near-end signal corresponding to the near-end signal without the echo signal.

19. The method of claim 18 , further comprising:

generating, based on the far-end signal, a plurality of far-end features; and

generating, based on the near-end signal, a plurality of near-end features,

wherein the plurality of estimated near-end features are further generated by inputting one or more near-end features of the plurality of near-end features and one or more far-end features of the plurality of far-end features to the contextual-attention neural network.

20. One or more non-transitory computer-readable storage mediums comprising instructions, which when executed by a processor, cause the processor to:

receive a far-end signal and a near-end signal comprising at least an echo signal corresponding to the far-end signal;

generate, by a contextual-attention neural network, a plurality of estimated near-end features based at least in part on the received near-end signal and the received far-end signal, without using an estimated echo signal; and

generate, based on the plurality of estimated near-end features, an estimated near-end signal, the estimated near-end signal corresponding to the near-end signal without the echo signal.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 9, 2022
From: FAZELI, AMIN; EL-KHAMY, MOSTAFA; LEE, JUNGWON
To: SAMSUNG ELECTRONICS CO., LTD.
Reel/Frame 060758/0218 →
Continuity (6)
Continuation 16751094 · Jan 23, 2020
Continuation In Part 16573573 · Sep 17, 2019
Provisional Application 62914875 · Oct 14, 2019
Provisional Application 62838146 · Apr 24, 2019
Provisional Application 62825681 · Mar 28, 2019
Related Publication 20220293120A1 · Sep 15, 2022