EP4681197A1 - Deep ahs: a deep learning approach to acoustic howling suppression - Google Patents
Deep ahs: a deep learning approach to acoustic howling suppressionInfo
- Publication number
- EP4681197A1 EP4681197A1 EP23939963.7A EP23939963A EP4681197A1 EP 4681197 A1 EP4681197 A1 EP 4681197A1 EP 23939963 A EP23939963 A EP 23939963A EP 4681197 A1 EP4681197 A1 EP 4681197A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- audio signal
- ahs
- neural
- network based
- model
- 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.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L21/00—Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
- G10L21/02—Speech enhancement, e.g. noise reduction or echo cancellation
- G10L21/0208—Noise filtering
- G10L21/0216—Noise filtering characterised by the method used for estimating noise
- G10L21/0224—Processing in the time domain
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L21/00—Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
- G10L21/02—Speech enhancement, e.g. noise reduction or echo cancellation
- G10L21/0208—Noise filtering
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L21/00—Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
- G10L21/02—Speech enhancement, e.g. noise reduction or echo cancellation
- G10L21/0208—Noise filtering
- G10L21/0216—Noise filtering characterised by the method used for estimating noise
- G10L21/0232—Processing in the frequency domain
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L25/00—Speech or voice analysis techniques not restricted to a single one of groups G10L15/00 - G10L21/00
- G10L25/27—Speech or voice analysis techniques not restricted to a single one of groups G10L15/00 - G10L21/00 characterised by the analysis technique
- G10L25/30—Speech or voice analysis techniques not restricted to a single one of groups G10L15/00 - G10L21/00 characterised by the analysis technique using neural networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; ELECTRIC HEARING AIDS; PUBLIC ADDRESS SYSTEMS
- H04R3/00—Circuits for transducers
- H04R3/02—Circuits for transducers for preventing acoustic reaction, i.e. acoustic oscillatory feedback
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/593—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04R—LOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; ELECTRIC HEARING AIDS; PUBLIC ADDRESS SYSTEMS
- H04R27/00—Public address systems
Definitions
- DEEP AHS A DEEP LEARNING APPROACH TO ACOUSTIC HOWLING SUPPRESSION
- the present disclosure is directed a set of advanced audio technologies acoustic howling suppression (AHS).
- AHS acoustic howling suppression
- Howling may arise due to the coupling between a microphone and a loudspeaker such as when there exists positive feedback therebetween.
- the microphone signal from a microphone in an audio system may be played out through a loudspeaker that is exposed in a same space and then picked up again by the same microphone, forming a closed acoustic loop.
- AHS solutions have been proposed to address this problem, including gain control, notch filter (NF), and adaptive feedback cancellation (AFC).
- the gain reduction method can be achieved by either manually reducing the volume of an amplifier or altering the position of audio devices.
- the NF methods attenuate howling by adjusting their filter coefficients to form a null at frequencies where howling appears.
- the NF methods require accurate detection of howling and inherently distort the target sound and even introduce unexpected howling frequencies.
- AFC attenuates howling by estimating the acoustic path between the loudspeaker and microphone using adaptive filters. Because the target signal and playback signal are highly correlated, de-correlation techniques may be usually required in AFC methods, which, however, inevitably distorts speech quality.
- a method and apparatus comprising memory configured to store computer program code and a processor or processors configured to access the computer program code and operate as instructed by the computer program code.
- the computer program is configured to cause the processor implement receiving code configured to cause the at least one processor to receive an audio signal obtained from a microphone; inputting code configured to cause the at least one processor to input the audio signal into a neural -network based AHS model, wherein the neural-network based AHS model is trained using a training audio signal; and outputting code configured to cause the at least one processor to output an AHS signal from the neural -network based AHS model in which AHS is applied to the audio signal, wherein the AHS signal is a version of the audio signal in which acoustic howling noise of the audio signal is suppressed and target audio of the audio signal is sustained.
- the neural -network based AHS model is trained with a loss function comprising a combination of a scale-invariance signal-to-distortion ratio (SISDR) in time domain and mean absolute error (MAE) of spectrum magnitude in frequency domain.
- SISDR scale-invariance signal-to-distortion ratio
- MAE mean absolute error
- the neural -network based AHS model is trained with teacher-forced learning.
- the neural -network based AHS model comprises a first gated recurrent unit (GRU) layer configured to apply an estimate to the audio signal.
- GRU gated recurrent unit
- the first GRU layer comprises 257 hidden units and two one-dimensional (ID) convolution layers.
- the neural -network based AHS model further comprises a second GRU layer configured to receive an output of the first GRU and to generate a covariance matrix of the acoustic howling noise and the target audio.
- the second GRU layer is configured to receive both the audio signal and the output from the first GRU.
- the neural -network based AHS model further comprises an enhancement fdter estimation layer comprising a self-attentive recurrent neural network (RNN) configured to provide a speech enhancement filter to an input channel of the audio signal.
- RNN self-attentive recurrent neural network
- inputs to the first GRU layer comprise the audio signal, a normalized log-power spectra (LPS) of the audio signal, a temporal correlation of the audio signal, a frequency correlation of the audio signal, and a channel covariance of the audio signal.
- LPS normalized log-power spectra
- the inputs to the first GRU layer comprise a concatenation of the temporal correlation of the audio signal, the frequency correlation of the audio signal, and the channel covariance of the audio signal
- FIG. l is a schematic illustration of a diagram in accordance with embodiments.
- FIG. 2 is a simplified block diagram in accordance with embodiments
- FIG. 3 is a simplified illustration in accordance with embodiments
- FIG. 4 is a simplified illustration in accordance with embodiments
- FIG. 5 is a simplified illustration in accordance with embodiments
- FIG. 6 is a simplified illustration in accordance with embodiments.
- FIG. 7 is a simplified illustration in accordance with embodiments
- FIG. 8 is a simplified flow diagram in accordance with embodiments
- FIG. 9 is a simplified flow diagram in accordance with embodiments.
- FIG. 10 is a simplified diagram in accordance with embodiments.
- FIG. 11 is a simplified flow diagram in accordance with embodiments.
- FIG. 12 is simplified diagrams in accordance with embodiments.
- FIG. 13 is a simplified illustration in accordance with embodiments.
- the embodiments may be implemented by processing circuitry (e.g., one or more processors or one or more integrated circuits).
- the one or more processors execute a program that is stored in a non-transitory computer-readable medium.
- Fig. 1 illustrates a simplified block diagram of a communication system 100 according to an embodiment of the present disclosure.
- the communication system 100 may include at least two terminals 102 and 103 interconnected via a network 105.
- a first terminal 103 may code video data at a local location for transmission to the other terminal 102 via the network 105.
- the second terminal 102 may receive the coded video data of the other terminal from the network 105, decode the coded data and display the recovered video data.
- Unidirectional data transmission may be common in media serving applications and the like.
- FIG. 1 illustrates a second pair of terminals 101 and 104 provided to support bidirectional transmission of coded video that may occur, for example, during videoconferencing.
- each terminal 101 and 104 may code video data captured at a local location for transmission to the other terminal via the network 105.
- Each terminal 101 and 104 may code video data captured at a local location for transmission to the other terminal via the network 105.
- the 104 also may receive the coded video data transmitted by the other terminal, may decode the coded data and may display the recovered video data at a local display device.
- terminals 101, 102, 103 and 104 may be illustrated as servers, personal computers and smart phones but the principles of the present disclosure are not so limited.
- Embodiments of the present disclosure find application with laptop computers, tablet computers, media players and/or dedicated video conferencing equipment.
- the network 105 represents any number of networks that convey coded video data among the terminals 101, 102, 103 and 104, including for example wireline and/or wireless communication networks.
- the communication network 105 may exchange data in circuit-switched and/or packet-switched channels.
- Representative networks include telecommunications networks, local area networks, wide area networks and/or the Internet.
- the architecture and topology of the network 105 may be immaterial to the operation of the present disclosure unless explained herein below.
- Fig. 2 illustrates, as an example for an application for the disclosed subject matter, the placement of a video encoder and decoder in a streaming environment.
- the disclosed subject matter can be equally applicable to other video enabled applications, including, for example, video conferencing, digital TV, storing of compressed video on digital media including CD, DVD, memory stick and the like, and so on.
- a streaming system may include a capture subsystem 203, that can include a video source 201, for example a digital camera, creating, for example, an uncompressed video sample stream 213. That sample stream 213 may be emphasized as a high data volume when compared to encoded video bitstreams and can be processed by an encoder 202 coupled to the video source 201, which may be for example a camera as discussed above.
- the encoder 202 can include hardware, software, or a combination thereof to enable or implement aspects of the disclosed subject matter as described in more detail below.
- the encoded video bitstream 204 which may be emphasized as a lower data volume when compared to the sample stream, can be stored on a streaming server 205 for future use.
- One or more streaming clients 212 and 207 can access the streaming server 205 to retrieve copies 208 and 206 of the encoded video bitstream 204.
- a client 212 can include a video decoder 211 which decodes the incoming copy of the encoded video bitstream 208 and creates an outgoing video sample stream 210 that can be rendered on a display 209 or other rendering device (not depicted).
- the video bitstreams 204, 206 and 208 can be encoded according to certain video coding/compression standards. Examples of those standards are noted above and described further herein.
- a receiver 302 may receive one or more codec video sequences to be decoded by the decoder 300; in the same or another embodiment, one coded video sequence at a time, where the decoding of each coded video sequence is independent from other coded video sequences.
- the coded video sequence may be received from a channel 301, which may be a hardware/software link to a storage device which stores the encoded video data.
- the receiver 302 may receive the encoded video data with other data, for example, coded audio data and/or ancillary data streams, that may be forwarded to their respective using entities (not depicted).
- the receiver 302 may separate the coded video sequence from the other data.
- a buffer memory 303 may be coupled in between receiver 302 and entropy decoder / parser 304 (“parser” henceforth).
- parser henceforth
- the buffer 303 may not be needed, or can be small.
- the buffer 303 may be required, can be comparatively large and can advantageously of adaptive size.
- the video decoder 300 may include a parser 304 to reconstruct symbols 313 from the entropy coded video sequence. Categories of those symbols include information used to manage operation of the decoder 300, and potentially information to control a rendering device such as a display 312 that is not an integral part of the decoder but can be coupled to it.
- the control information for the rendering device(s) may be in the form of Supplementary Enhancement Information (SEI messages) or Video Usability Information (VUI) parameter set fragments (not depicted).
- SEI messages Supplementary Enhancement Information
- VUI Video Usability Information
- the parser 304 may parse / entropy-decode the coded video sequence received.
- the coding of the coded video sequence can be in accordance with a video coding technology or standard, and can follow principles well known to a person skilled in the art, including variable length coding, Huffman coding, arithmetic coding with or without context sensitivity, and so forth.
- the parser 304 may extract from the coded video sequence, a set of subgroup parameters for at least one of the subgroups of pixels in the video decoder, based upon at least one parameters corresponding to the group. Subgroups can include Groups of Pictures (GOPs), pictures, tiles, slices, macroblocks, Coding Units (CUs), blocks, Transform Units (TUs), Prediction Units (PUs) and so forth.
- the entropy decoder / parser may also extract from the coded video sequence information such as transform coefficients, quantizer parameter values, motion vectors, and so forth.
- the parser 304 may perform entropy decoding / parsing operation on the video sequence received from the buffer 303, so to create symbols 313.
- the parser 304 may receive encoded data, and selectively decode particular symbols 313. Further, the parser 304 may determine whether the particular symbols 313 are to be provided to a Motion Compensation Prediction unit 306, a scaler / inverse transform unit 305, an Intra Prediction Unit 307, or a loop fdter 311.
- Reconstruction of the symbols 313 can involve multiple different units depending on the type of the coded video picture or parts thereof (such as: inter and intra picture, inter and intra block), and other factors. Which units are involved, and how, can be controlled by the subgroup control information that was parsed from the coded video sequence by the parser 304. The flow of such subgroup control information between the parser 304 and the multiple units below is not depicted for clarity.
- decoder 300 can be conceptually subdivided into a number of functional units as described below. In a practical implementation operating under commercial constraints, many of these units interact closely with each other and can, at least partly, be integrated into each other. However, for the purpose of describing the disclosed subject matter, the conceptual subdivision into the functional units below is appropriate.
- a first unit is the scaler / inverse transform unit 305.
- the scaler / inverse transform unit 305 receives quantized transform coefficient as well as control information, including which transform to use, block size, quantization factor, quantization scaling matrices, etc. as symbol(s) 313 from the parser 304. It can output blocks comprising sample values, that can be input into aggregator 310.
- the output samples of the scaler / inverse transform 305 can pertain to an intra coded block; that is: a block that is not using predictive information from previously reconstructed pictures, but can use predictive information from previously reconstructed parts of the current picture.
- Such predictive information can be provided by an intra picture prediction unit 307.
- the intra picture prediction unit 307 generates a block of the same size and shape of the block under reconstruction, using surrounding already reconstructed information fetched from the current (partly reconstructed) picture 309.
- the aggregator 310 adds, on a per sample basis, the prediction information the intra prediction unit 307 has generated to the output sample information as provided by the scaler / inverse transform unit 305.
- the output samples of the scaler / inverse transform unit 305 can pertain to an inter coded, and potentially motion compensated block.
- a Motion Compensation Prediction unit 306 can access reference picture memory 308 to fetch samples used for prediction. After motion compensating the fetched samples in accordance with the symbols 313 pertaining to the block, these samples can be added by the aggregator 310 to the output of the scaler / inverse transform unit (in this case called the residual samples or residual signal) so to generate output sample information.
- the addresses within the reference picture memory form where the motion compensation unit fetches prediction samples can be controlled by motion vectors, available to the motion compensation unit in the form of symbols 313 that can have, for example X, Y, and reference picture components.
- Motion compensation also can include interpolation of sample values as fetched from the reference picture memory when subsample exact motion vectors are in use, motion vector prediction mechanisms, and so forth.
- the output samples of the aggregator 310 can be subject to various loop filtering techniques in the loop filter unit 311.
- Video compression technologies can include in-loop filter technologies that are controlled by parameters included in the coded video bitstream and made available to the loop filter unit 311 as symbols 313 from the parser 304, but can also be responsive to meta-information obtained during the decoding of previous (in decoding order) parts of the coded picture or coded video sequence, as well as responsive to previously reconstructed and loop-fdtered sample values.
- the output of the loop fdter unit 311 can be a sample stream that can be output to the render device 312 as well as stored in the reference picture memory 557 for use in future interpicture prediction.
- Certain coded pictures once fully reconstructed, can be used as reference pictures for future prediction. Once a coded picture is fully reconstructed and the coded picture has been identified as a reference picture (by, for example, parser 304), the current reference picture 309 can become part of the reference picture buffer 308, and a fresh current picture memory can be reallocated before commencing the reconstruction of the following coded picture.
- the video decoder 300 may perform decoding operations according to a predetermined video compression technology that may be documented in a standard, such as ITU-T Rec. H.265.
- the coded video sequence may conform to a syntax specified by the video compression technology or standard being used, in the sense that it adheres to the syntax of the video compression technology or standard, as specified in the video compression technology document or standard and specifically in the profiles document therein. Also necessary for compliance can be that the complexity of the coded video sequence is within bounds as defined by the level of the video compression technology or standard. In some cases, levels restrict the maximum picture size, maximum frame rate, maximum reconstruction sample rate (measured in, for example megasamples per second), maximum reference picture size, and so on.
- the receiver 302 may receive additional (redundant) data with the encoded video.
- the additional data may be included as part of the coded video sequence(s).
- the additional data may be used by the video decoder 300 to properly decode the data and/or to more accurately reconstruct the original video data.
- Additional data can be in the form of, for example, temporal, spatial, or signal-to-noise ratio (SNR) enhancement layers, redundant slices, redundant pictures, forward error correction codes, and so on.
- SNR signal-to-noise ratio
- Fig. 4 may be a functional block diagram of a video encoder 400 according to an embodiment of the present disclosure.
- the encoder 400 may receive video samples from a video source 401 (that is not part of the encoder) that may capture video image(s) to be coded by the encoder 400.
- the video source 401 may provide the source video sequence to be coded by the encoder (303) in the form of a digital video sample stream that can be of any suitable bit depth (for example: 8 bit, 10 bit, 12 bit, ...), any colorspace (for example, BT.601 Y CrCB, RGB, ...) and any suitable sampling structure (for example Y CrCb 4:2:0, Y CrCb 4:4:4).
- the video source 401 may be a storage device storing previously prepared video.
- the video source 401 may be a camera that captures local image information as a video sequence.
- Video data may be provided as a plurality of individual pictures that impart motion when viewed in sequence.
- the encoder 400 may code and compress the pictures of the source video sequence into a coded video sequence 410 in real time or under any other time constraints as required by the application. Enforcing appropriate coding speed is one function of Controller 402. Controller controls other functional units as described below and is functionally coupled to these units. The coupling is not depicted for clarity. Parameters set by controller can include rate control related parameters (picture skip, quantizer, lambda value of rate-distortion optimization techniques, .. .), picture size, group of pictures (GOP) layout, maximum motion vector search range, and so forth. A person skilled in the art can readily identify other functions of controller 402 as they may pertain to video encoder 400 optimized for a certain system design.
- a coding loop can consist of the encoding part of an encoder 400 (“source coder” henceforth) (responsible for creating symbols based on an input picture to be coded, and a reference picture(s)), and a (local) decoder 406 embedded in the encoder 400 that reconstructs the symbols to create the sample data that a (remote) decoder also would create (as any compression between symbols and coded video bitstream is lossless in the video compression technologies considered in the disclosed subject matter). That reconstructed sample stream is input to the reference picture memory 405.
- the reference picture buffer content is also bit exact between local encoder and remote encoder.
- the prediction part of an encoder “sees” as reference picture samples exactly the same sample values as a decoder would “see” when using prediction during decoding.
- This fundamental principle of reference picture synchronicity (and resulting drift, if synchronicity cannot be maintained, for example because of channel errors) is well known to a person skilled in the art.
- the operation of the “local” decoder 406 can be the same as of a “remote” decoder 300, which has already been described in detail above in conjunction with Fig. 3. Briefly referring also to Fig.
- entropy coder 408 and parser 304 can be lossless, the entropy decoding parts of decoder 300, including channel 301, receiver 302, buffer 303, and parser 304 may not be fully implemented in local decoder 406.
- the source coder 403 may perform motion compensated predictive coding, which codes an input frame predictively with reference to one or more previously-coded frames from the video sequence that were designated as “reference frames.”
- the coding engine 407 codes differences between pixel blocks of an input frame and pixel blocks of reference frame(s) that may be selected as prediction reference(s) to the input frame.
- the local video decoder 406 may decode coded video data of frames that may be designated as reference frames, based on symbols created by the source coder 403. Operations of the coding engine 407 may advantageously be lossy processes.
- the coded video data may be decoded at a video decoder (not shown in Fig. 4)
- the reconstructed video sequence typically may be a replica of the source video sequence with some errors.
- the local video decoder 406 replicates decoding processes that may be performed by the video decoder on reference frames and may cause reconstructed reference frames to be stored in the reference picture memory 405, which may be for example a cache. In this manner, the encoder 400 may store copies of reconstructed reference frames locally that have common content as the reconstructed reference frames that will be obtained by a far-end video decoder (absent transmission errors).
- the predictor 404 may perform prediction searches for the coding engine 407. That is, for a new frame to be coded, the predictor 404 may search the reference picture memory 405 for sample data (as candidate reference pixel blocks) or certain metadata such as reference picture motion vectors, block shapes, and so on, that may serve as an appropriate prediction reference for the new pictures. The predictor 404 may operate on a sample block-by-pixel block basis to find appropriate prediction references. In some cases, as determined by search results obtained by the predictor 404, an input picture may have prediction references drawn from multiple reference pictures stored in the reference picture memory 405.
- the controller 402 may manage coding operations of the source coder 403, which may be for example a video coder, including, for example, setting of parameters and subgroup parameters used for encoding the video data.
- Output of all aforementioned functional units may be subjected to entropy coding in the entropy coder 408.
- the entropy coder translates the symbols as generated by the various functional units into a coded video sequence, by loss-less compressing the symbols according to technologies known to a person skilled in the art as, for example Huffman coding, variable length coding, arithmetic coding, and so forth.
- the transmitter 409 may buffer the coded video sequence(s) as created by the entropy coder 408 to prepare it for transmission via a communication channel 411, which may be a hardware/software link to a storage device which would store the encoded video data.
- the transmitter 409 may merge coded video data from the source coder 403 with other data to be transmitted, for example, coded audio data and/or ancillary data streams (sources not shown).
- the controller 402 may manage operation of the encoder 400. During coding, the controller 402 may assign to each coded picture a certain coded picture type, which may affect the coding techniques that may be applied to the respective picture. For example, pictures often may be assigned as one of the following frame types:
- An Intra Picture may be one that may be coded and decoded without using any other frame in the sequence as a source of prediction.
- Some video codecs allow for different types of Intra pictures, including, for example Independent Decoder Refresh Pictures.
- I picture may be one that may be coded and decoded without using any other frame in the sequence as a source of prediction.
- Some video codecs allow for different types of Intra pictures, including, for example Independent Decoder Refresh Pictures.
- a person skilled in the art is aware of those variants of 1 pictures and their respective applications and features.
- a Predictive picture may be one that may be coded and decoded using intra prediction or inter prediction using at most one motion vector and reference index to predict the sample values of each block.
- a Bi-directionally Predictive Picture may be one that may be coded and decoded using intra prediction or inter prediction using at most two motion vectors and reference indices to predict the sample values of each block. Similarly, multiple-predictive pictures can use more than two reference pictures and associated metadata for the reconstruction of a single block.
- Source pictures commonly may be subdivided spatially into a plurality of sample blocks (for example, blocks of 4 x 4, 8 x 8, 4 x 8, or 16 x 16 samples each) and coded on a block-by- block basis. Blocks may be coded predictively with reference to other (already coded) blocks as determined by the coding assignment applied to the blocks’ respective pictures.
- blocks of I pictures may be coded non-predictively or they may be coded predictively with reference to already coded blocks of the same picture (spatial prediction or intra prediction).
- Pixel blocks of P pictures may be coded non-predictively, via spatial prediction or via temporal prediction with reference to one previously coded reference pictures.
- Blocks of B pictures may be coded non-predictively, via spatial prediction or via temporal prediction with reference to one or two previously coded reference pictures.
- the encoder 400 which may be for example a video coder, may perform coding operations according to a predetermined video coding technology or standard, such as ITU-T Rec. H.265. In its operation, the encoder 400 may perform various compression operations, including predictive coding operations that exploit temporal and spatial redundancies in the input video sequence.
- the coded video data therefore, may conform to a syntax specified by the video coding technology or standard being used.
- the transmitter 409 may transmit additional data with the encoded video.
- the source coder 403 may include such data as part of the coded video sequence.
- Fig. 5 illustrates a simplified block-style workflow diagram 500 of exemplary view-port dependent processing an in Omnidirectional Media Application Format (OMAF) that may allow for 360-degree virtual reality (VR360) streaming described in OMAF.
- OMAF Omnidirectional Media Application Format
- video data A is acquired, such as data of multiple images and audio of same time instances in a case that the image data may represent scenes in VR360.
- the images Bi of the same time instance are processed by one or more of being stitched, mapped onto a projected picture with respect to one or more virtual reality (VR) angles or other angles/viewpoint(s) and region-wise packed. Additionally, metadata may be created indicating any of such processed information and other information so as to assist in delivering and rendering processes.
- VR virtual reality
- the projected pictures are encoded to data Ei and composed into a media file, and in viewport-independent streaming, and at video encoding block 504, the video pictures are encoded as data E v as a single-layer bitstream, for example, and with respect to data B a the audio data may also be encoded into data E a at audio encoding block 502.
- the data E a , E v , and Ei, the entire coded bitstream Fi and/or F may be stored at a (content delivery network (CDN)/cloud) server, and typically may be fully transmitted, such as at delivery block 507 or otherwise, to an OMAF player 520 and may be fully decoded by a decoder such that at least an area of a decoded picture corresponding to a current viewport is rendered to the user at display block 516 with respect to the various metadata, file playback, and orientation/viewport metadata, such as an angle at which a user may be looking through a VR image device with respect to viewport specifications of that device, from the head/eye tracking block 508.
- CDN content delivery network
- a decoder such that at least an area of a decoded picture corresponding to a current viewport is rendered to the user at display block 516 with respect to the various metadata, file playback, and orientation/viewport metadata, such as an angle at which a user may be looking through a VR image device with respect to view
- VR360 A distinct feature of VR360 is that only a viewport may be displayed at any particular time, and such feature may be utilized to improve the performance of omnidirectional video systems, through selective delivery depending on the user’s viewport (or any other criteria, such as recommended viewport timed metadata).
- viewport-dependent delivery may be enabled by tile-based video coding according to exemplary embodiments.
- the OMAF player 520 may similarly reverse one or more facets of such encoding with respect to the file/segment decapsulation of one or more of the data F’ and/or F’i and metadata, decode the audio data E ⁇ at audio decoding block 510, the video data E’ v at video decoding block 513, and the image data E ⁇ at image decoding block 514 to proceed with audio rendering of the data B’ a at audio rendering block 511 and image rendering of the data D’ at image rendering block 515 so as to output, in a VR360 format according to various metadata such as the orientation/viewport metadata, display data A’i at display block 516 and audio data A’ s at the loudspeakers/headphones block 512.
- the various metadata may influence ones of the data decoding and rendering processes depending on various tracks, languages, qualities, views, that may be selected by or for a user of the OMAF player 520, and it is to be understood that the order of processing described herein is presented for exemplary embodiments and may be implemented in other orders according to other exemplary embodiments.
- FIG. 6 illustrates a simplified block-style content flow process diagram 600 for (coded) point cloud data with view-position and angle dependent processing of point cloud data (herein “V-PCC”) with respect to capturing/generating/(de)coding/rendering/displaying 6 degree-of- freedom media.
- V-PCC view-position and angle dependent processing of point cloud data
- the described features may be used separately or combined in any order and elements such as for encoding and decoding, among others illustrated, may be implemented by processing circuitry (e.g., one or more processors or one or more integrated circuits), and the one or more processors may execute a program that is stored in a non-transitory computer-readable medium according to exemplary embodiments.
- the diagram 600 illustrates exemplary embodiments for streaming of coded point cloud data according to V-PCC.
- a real -world visual scene or a computergenerated visual scene may be captured by a set of camera devices or synthesized by a computer as a volumetric data, and the volumetric data, which may have an arbitrary format, may be converted to a (quantized) point cloud data format, through image processing at the converting to point cloud block 602.
- data from the volumetric data may be area data by area data converted into ones of points of the point cloud by pulling one or more of the values described below from the volumetric data and any associated data into a desired point cloud format according to exemplary embodiments.
- the volumetric data may be a 3D data set of 2D images, such as slices from which a 2D projection of the 3D data set may be projected for example.
- point cloud data formats include representations of data points in one or more various spaces and may be used to represent the volumetric data and may offer improvements with respect to sampling and data compression, such as with respect to temporal redundancies, and, for example, a point cloud data in an x, y, z, format representing, at each point of multiple points of the cloud data, color values (e.g., RGB, etc.), luminance, intensity, etc. and could be used with progressive decoding, polygon meshing, direct rendering, octree 3D representations of 2D quadtree data.
- the acquired point cloud data may be projected onto 2D images and encoded as image/video pictures with video-based point cloud coding (V-PCC).
- V-PCC video-based point cloud coding
- the projected point cloud data may be composed of attributes, geometry, occupancy map, and other metadata used for point cloud data reconstruction such as with painter’s algorithms, ray casting algorithms, (3D) binary space partition algorithms, among others for example.
- a scene generator may generate some metadata to be used for rendering and displaying 6 degrees-of-freedom (DoF) media, by a director’s intention or a user’s preference for example.
- DoF media may include the 360VR like 3D viewing of a scene from rotational changes on 3D axis X, Y, Z in addition to additional dimension allowing for movement front/back, up/down, and left/right with respect to a virtual experience within or at least according to point cloud coded data.
- the scene description metadata defines one or more scene composed of the coded point cloud data and other media data, including VR360, light field, audio, etc. and may be provided to one or more cloud servers and or file/segment encapsulation/decapsulation processing as indicated in Fig. 6 and related descriptions.
- file/segment encapsulation block 606 processes such that the coded point cloud data are composed into a media file for file playback or a sequence of an initialization segment and media segments for streaming according to a particular media container file format such as one or more video container formats and such as may be used with respect to DASH, among others as such descriptions represent exemplary embodiments.
- the file container also may include the scene description metadata, such as from the scene generator block 1109, into the file or the segments.
- the file is encapsulated depending on the scene description metadata to include at least one view position and at least one or more angle views at that/those view position(s) each at one or more times among the 6D0F media such that such file may be transmitted on request depending on user or creator input.
- a segment of such file may include one or more portions of such file such as a portion of that 6D0F media indicating a single viewpoint and angle thereat at one or more times; however, these are merely exemplary embodiments and may be changed depending on various conditions such as network, user, creator capabilities and inputs.
- the point cloud data is partitioned into multiple 2D/3D regions, which are independently coded such as at one or more of video encoding block 604 and image encoding block 605. Then, each independently coded partition of point cloud data may encapsulated at file/segment encapsulation block 606 as a track in a file and/or segement.
- each point cloud track and/or a metadata track may include some useful metadata for view-position/angle dependent processing.
- the metadata such as included in a file and/or segment encapsulated with respect to the file/segment encapsulation block, useful for the view- position/angle dependent processing includes one or more of the following: layout information of 2D/3D partitions with indices, (dynamic) mapping information associating a 3D volume partition with one or more 2D partitions (e g.
- any of a tile/tile group/slice/sub-picture 3D positions of each 3D partition on a 6DoF coordinate system, representative view position/angle lists, selected view position/angle lists corresponding to a 3D volume partition, indices of 2D/3D partitions corresponding to a selected view position/angle, quality (rank)information of each 2D/3D partition, and rendering information of each 2D/3D partition for example depending on each view position/angle.
- Calling on such metadata when requested may allow for more efficient 1 processing with respect to specific portions of the 6D0F media desired with respect to such metadata such that the V-PCC player may deliver higher quality images of focused on portions of the 6D0F media than other portions rather than delivering unused portions of that media.
- the view-position/angle metadata may be delivered, from the file/segment encapsulation block 606 or otherwise processed from the file or segments already at the cloud server, at cloud server block 607 such that the cloud sever may extract appropriate partition(s) from the store file(s) and merge them (if necessary) depending on the metadata from the client system having the V-PCC player 625 for example, and the extracted data can be delivered to the client, as a file or segments.
- a file decapsulator processes the file or the received segments and extracts the coded bitstreams and parses the metadata, and at video decoding and image decoding blocks 610 and 611, the coded point cloud data are then decoded into decoded and reconstructed, at point cloud reconstruction block 612, to point cloud data, and the reconstructed point cloud data can be displayed at display block 614 and/or may first be composed depending on one or more various scene descriptions at scene composition block 613 with respect to scene description data according to the scene generator block 609.
- Embodiments herein may be applied in such environments, such as 2 or more dimensional video conferencing, or hearing aids or karaoke environments or theatre environments or the like that may experience acoustic howling.
- the ultimate goal of howling suppression is to attenuate the playback signal and send only the target signal to the loudspeaker, which, in that sense, is similar to embodiments that regard acoustic echo cancellation (AEC).
- AEC acoustic echo cancellation
- Deep AHS aspects of what may be referred to as “Deep AHS” are utilized to address howling suppression. That is, AHS may be viewed herein as a supervised learning problem with the overall task to maintain only the target signal while suppressing the playback signal and background noise in a microphone recording. Considering that a playback signal and a target signal are highly correlated, embodiments herein may use a concatenation of temporal correlation (“corr ”), frequency correlation, and channel covariance (“cov .”) of input signals as feature and train an attention based recurrent neural network to estimate a complex ratio filter of the target signal.
- corr temporal correlation
- cov . channel covariance
- embodiments consider acoustic howling suppression (AHS) as a supervised learning problem and provide a deep learning approach, called Deep AHS, to address it.
- Deep AHS is trained in a teacher forcing way which converts the recurrent howling suppression process into an instantaneous speech separation process to simplify the problem and accelerate the model training.
- Ones of the disclosed embodiments utilize trained or training of an attention based recurrent neural network to extract the target signal from the microphone recording, thus attenuating the playback signal that may lead to howling.
- Different training strategies are utilized for one or more embodiments and a streaming inference method implemented in a recurrent mode used to evaluate the performance of the proposed method for real-time howling suppression.
- Deep AHS avoids howling detection and intrinsically prohibits howling from happening, allowing for more flexibility in the design of audio systems. Experimental results show the effectiveness of the disclosed embodiments for howling suppression under different scenarios.
- FIG. 7 illustrates an example 700 of a single-channel acoustic amplification system 701 with a microphone and a loudspeaker coupled in the same space 702.
- the target speech is picked up by the microphone as s(t), which is then sent to the loudspeaker for acoustic amplification.
- NL .) denotes the nonlinear distortion introduced by the loudspeaker
- /z(t) represents the acoustic path from loudspeaker to microphone
- * denotes linear convolution.
- Fig. 7 also illustrates the signal flow 703 of an acoustic howling suppression system according to embodiments herein.
- the loudspeaker signal x(t) will be a delayed and amplified version of y(t), and this playback signal d(t) will re-enter the pickup repeatedly
- n(t) represents the background noise
- At denotes the system delay from microphone to loudspeaker
- G the gain of amplifier.
- howling is generated in a recurrent manner rather than instantaneously. That is, howling starts as multiple playback signals and gradually forms a shrill sound after being amplified to a certain extent.
- acoustic howling is different from acoustic echo even though inappropriately handled acoustic echo (leakage) could also result in howling.
- Major differences between acoustic howling and acoustic echo include that both are essentially playback signals, while howling is generated gradually, and the playback signal that leads to howling is generated from the same source as that of the target signal whereas acoustic echo is usually generated from a different source (far-end speaker), which makes the suppression of howling more challenging.
- FIG. 8 represents an example flowchart 800 regarding an embodiment of teacher-forced learning for howling suppression.
- the AHS method can always perfectly process microphone recording and completely attenuates the playback component in it before sending it to the loudspeaker, there will be no howling problem under any circumstances. From the speech separation point of view, it seems that AHS can be seen as a speech separation problem where the target signal s(t) is a source to be separated from the microphone signal, which is similar to the idea of how deep learning based AEC is formulated.
- embodiments herein employ Deep AHS to train a model for howling suppression using teacher-forced learning. Assuming that once the model is properly trained, it should attenuate the playback signal in the microphone and send only target speech to the loudspeaker. During model training, embodiments take the target speech, s(t), as the teacher signal to replace the actual output s(t) in the subsequent computation of the network, as shown in signal flow 703.
- the playback signal d(t) is then a determined signal influenced only by s(t), and the repeating summation of multiple playback signals in Eq. (2) can be simplified to a one-time playback.
- the microphone signal during teacher forced learning is a mixture of the target signal, background noise, and a determined one-time playback signal. And the overall problem can thus be formulated as a speech separation problem.
- Training Deep AHS in a teacher-forced learning way not only simplifies the overall problem but also possible to diminish the uncertainty introduced in the adaptive process of AHS and results in a robust howling suppression solution.
- the playback signal can be regarded as a delayed, scaled, nonlinear version of s(t)
- using a delayed microphone signal helps the model to better differentiate the target signal from playback.
- Such embodiment of a training strategy may be referred to as “w Ref’.
- AHS may be achieved, to varying degrees, at S808 depending on one or more of those embodiments.
- the microphone signal y(t) and reference signal r(t), sampled at 16k Hz at S901, are firstly divided into 32-ms frames with 16 ms frameshift at S902.
- a 512- point short-time Fourier transform (STFT) is then applied at S903 to each frame, resulting in the frequency domain inputs, K(m, /) and R(m, f), with frame index m and frequency index , respectively.
- STFT 512- point short-time Fourier transform
- a normalized log-power spectra may be calculated at S904 along with a correlation matrix across time frames and frequency bins of microphone (log( ⁇ Y I 2 ), ⁇ P T _Y, ⁇ P F _Y) and reference signals (log( ⁇ R I 2 ), ⁇ P T _R, ⁇ P F _R), respectively, as input features.
- ⁇ P T _ * and are used to capture the signals' temporal and frequency dependency, which helps discriminate between howling and tonal components.
- Channel covariance of input signals is calculated at S905 as another input feature to account for crosscorrelation between them. A concatenation of these features is used at S906 for model training with a linear layer for feature fusion.
- Fig. 11 illustrates a flowchart 1100 regarding an architecture of Deep AHS for howling suppression according to embodiments of the disclosure.
- the network consists of three parts, where the first part 1001 employs a gated recurrent unit (GRU) layer with 257 hidden units and two ID convolution layers to estimate a complex -valued filter for playback suppression and playback estimation, respectively, at SI 101.
- GRU gated recurrent unit
- the estimates are then applied at SI 102 on the microphone signal Y to obtain the corresponding outputs, denoted as S + ⁇ N and D
- the LPS of these outputs, together with the fused feature for the first part, are concatenated at SI 103 and fused to serve as the inputs for the second part 1002.
- Another GRU layer and two ID convolution layers are utilized to estimate two filters for estimating the playback/noise and target speech from input channels Y, S'+'N, and Rj.
- the covariance matrix of playback/noise $ NN and target speech $ ss are then calculated at SI 106 for the third part 1003.
- the third part 1003 is for enhancement filter estimation, which is motivated by the idea of multi-channel signal processing. Embodiments regard the input Y and two estimates S ⁇ N, and
- the loss function for model training is defined as a combination of scale-invariance signal- to-distortion ratio (SI-SDR) in the time domain and mean absolute error (MAE) of spectrum magnitude in the frequency domain: where A is set to 10,000 to balance the value range of the two losses.
- SI-SDR scale-invariance signal- to-distortion ratio
- MAE mean absolute error
- a streaming inference method in which the output of the processor is looped back and added to the input in the following time steps, is therefore implemented to evaluate the performance of Deep AHS in a realistic and recurrent mode. Details of this streaming inference are shown in the example 1200 of Fig. 12.
- embodiments of this disclosure provide for a deep learning approach to acoustic howling suppression.
- the embodiments address AHS by extracting the target signal from microphone recording using an attention based recurrent neural network with properly designed features.
- the Deep AHS model is trained offline using teacher signals and evaluated in both offline and streaming manners to show its performance for howling suppression.
- Deep AHS formulates howling suppression, an adaptive procedure, as a supervised learning problem with the help of teacher-forced learning. It is fundamentally different from traditional AHS methods and does not require howling detection.
- a streaming inference method is implemented to evaluate the performance of Deep AHS in a recurrent manner.
- Deep AHS is robust to nonlinear distortions and can achieve howling and noise suppression jointly under different scenarios, which allows for higher loop gain and brings flexibility to the design of an audio system.
- multiple training strategies have been investigated for howling suppression.
- Embodiments of this disclosure regard acoustic howling suppression (AHS) as a supervised learning problem and employ a deep learning approach, called Deep AHS, to address it.
- Deep AHS is trained in a teacher forcing way which converts the recurrent howling suppression process into an instantaneous speech separation process to simplify the problem and accelerate the model training.
- the embodiments utilizes properly designed features and trains an attention based recurrent neural network to extract the target signal from the microphone recording, thus attenuating the playback signal that may lead to howling.
- Different training strategies are investigated and a streaming inference method implemented in a recurrent mode used to evaluate the performance of the proposed method for real-time howling suppression.
- Deep AHS avoids howling detection and intrinsically prohibits howling from happening, allowing for more flexibility in the design of audio systems. Experimental results show the effectiveness of the proposed method for howling suppression under different scenarios.
- FIG. 13 shows a computer system 1300 suitable for implementing certain embodiments of the disclosed subject matter.
- the computer software can be coded using any suitable machine code or computer language, that may be subject to assembly, compilation, linking, or like mechanisms to create code comprising instructions that can be executed directly, or through interpretation, micro-code execution, and the like, by computer central processing units (CPUs), Graphics Processing Units (GPUs), and the like.
- the instructions can be executed on various types of computers or components thereof, including, for example, personal computers, tablet computers, servers, smartphones, gaming devices, internet of things devices, and the like.
- FIG. 13 for computer system 1300 are exemplary in nature and are not intended to suggest any limitation as to the scope of use or functionality of the computer software implementing embodiments of the present disclosure. Neither should the configuration of components be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary embodiment of a computer system 1300.
- Computer system 1300 may include certain human interface input devices. Such a human interface input device may be responsive to input by one or more human users through, for example, tactile input (such as: keystrokes, swipes, data glove movements), audio input (such as: voice, clapping), visual input (such as: gestures), olfactory input (not depicted).
- the human interface devices can also be used to capture certain media not necessarily directly related to conscious input by a human, such as audio (such as: speech, music, ambient sound), images (such as: scanned images, photographic images obtain from a still image camera), video (such as two-dimensional video, three-dimensional video including stereoscopic video).
- Input human interface devices may include one or more of (only one of each depicted): keyboard 1301, mouse 1302, trackpad 1303, touch screen 1310, joystick 1305, microphone 1306, scanner 1308, camera 1307.
- Computer system 1300 may also include certain human interface output devices.
- Such human interface output devices may be stimulating the senses of one or more human users through, for example, tactile output, sound, light, and smell/taste.
- Such human interface output devices may include tactile output devices (for example tactile feedback by the touch-screen 1310, or joystick 1305, but there can also be tactile feedback devices that do not serve as input devices), audio output devices (such as: speakers 1309, headphones (not depicted)), visual output devices (such as screens 1310 to include CRT screens, LCD screens, plasma screens, OLED screens, each with or without touch-screen input capability, each with or without tactile feedback capability — some of which may be capable to output two dimensional visual output or more than three dimensional output through means such as stereographic output; virtual-reality glasses (not depicted), holographic displays and smoke tanks (not depicted)), and printers (not depicted).
- Computer system 1300 can also include human accessible storage devices and their associated media such as optical media including CD/DVD ROM/RW 1320 with CD/DVD 1311 or the like media, thumb-drive 1322, removable hard drive or solid state drive 1323, legacy magnetic media such as tape and floppy disc (not depicted), specialized ROM/ASIC/PLD based devices such as security dongles (not depicted), and the like.
- optical media including CD/DVD ROM/RW 1320 with CD/DVD 1311 or the like media, thumb-drive 1322, removable hard drive or solid state drive 1323, legacy magnetic media such as tape and floppy disc (not depicted), specialized ROM/ASIC/PLD based devices such as security dongles (not depicted), and the like.
- Computer system 1300 can also include interface 1399 to one or more communication networks 1398.
- Networks 1398 can for example be wireless, wireline, optical.
- Networks 1398 can further be local, wide-area, metropolitan, vehicular and industrial, real-time, delay-tolerant, and so on.
- networks 1398 include local area networks such as Ethernet, wireless LANs, cellular networks to include GSM, 3G, 4G, 5G, LTE and the like, TV wireline or wireless wide area digital networks to include cable TV, satellite TV, and terrestrial broadcast TV, vehicular and industrial to include CANBus, and so forth.
- Certain networks 1398 commonly require external network interface adapters that attached to certain general-purpose data ports or peripheral buses (1350 and 1351) (such as, for example USB ports of the computer system 1300; others are commonly integrated into the core of the computer system 1300 by attachment to a system bus as described below (for example Ethernet interface into a PC computer system or cellular network interface into a smartphone computer system).
- system bus as described below
- Such communication can be uni-directional, receive only (for example, broadcast TV), uni-directional send-only (for example CANbusto certain CANbus devices), or bi-directional, for example to other computer systems using local or wide area digital networks.
- Certain protocols and protocol stacks can be used on each of those networks and network interfaces as described above.
- Aforementioned human interface devices, human-accessible storage devices, and network interfaces can be attached to a core 1340 of the computer system 1300.
- the core 1340 can include one or more Central Processing Units (CPU) 1341, Graphics Processing Units (GPU) 1342, a graphics adapter 1317, specialized programmable processing units in the form of Field Programmable Gate Areas (FPGA) 1343, hardware accelerators for certain tasks 1344, and so forth.
- CPU Central Processing Unit
- GPU Graphics Processing Unit
- FPGA Field Programmable Gate Areas
- the system bus 1348 can be accessible in the form of one or more physical plugs to enable extensions by additional CPUs, GPU, and the like.
- the peripheral devices can be attached either directly to the core’s system bus 1348, or through a peripheral bus 1349. Architectures for a peripheral bus include PCI, USB, and the like.
- CPUs 1341, GPUs 1342, FPGAs 1343, and accelerators 1344 can execute certain instructions that, in combination, can make up the aforementioned computer code. That computer code can be stored in ROM 1345 or RAM 1346. Transitional data can be also be stored in RAM 1346, whereas permanent data can be stored for example, in the internal mass storage 1347. Fast storage and retrieval to any of the memory devices can be enabled through the use of cache memory, that can be closely associated with one or more CPU 1341, GPU 1342, mass storage 1347, ROM 1345, RAM 1346, and the like.
- the computer readable media can have computer code thereon for performing various computer-implemented operations.
- the media and computer code can be those specially designed and constructed for the purposes of the present disclosure, or they can be of the kind well known and available to those having skill in the computer software arts.
- the computer system having architecture 1300, and specifically the core 1340 can provide functionality as a result of processor(s) (including CPUs, GPUs, FPGA, accelerators, and the like) executing software embodied in one or more tangible, computer-readable media.
- processor(s) including CPUs, GPUs, FPGA, accelerators, and the like
- Such computer-readable media can be media associated with user-accessible mass storage as introduced above, as well as certain storage of the core 1340 that are of non-transitory nature, such as core-internal mass storage 1347 or ROM 1345.
- the software implementing various embodiments of the present disclosure can be stored in such devices and executed by core 1340.
- a computer-readable medium can include one or more memory devices or chips, according to particular needs.
- the software can cause the core 1340 and specifically the processors therein (including CPU, GPU, FPGA, and the like) to execute particular processes or particular parts of particular processes described herein, including defining data structures stored in RAM 1346 and modifying such data structures according to the processes defined by the software.
- the computer system can provide functionality as a result of logic hardwired or otherwise embodied in a circuit (for example: accelerator 1344), which can operate in place of or together with software to execute particular processes or particular parts of particular processes described herein.
- Reference to software can encompass logic, and vice versa, where appropriate.
- Reference to a computer- readable media can encompass a circuit (such as an integrated circuit (IC)) storing software for execution, a circuit embodying logic for execution, or both, where appropriate.
- the present disclosure encompasses any suitable combination of hardware and software.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Acoustics & Sound (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Human Computer Interaction (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- Quality & Reliability (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Otolaryngology (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Circuit For Audible Band Transducer (AREA)
- Cable Transmission Systems, Equalization Of Radio And Reduction Of Echo (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/327,418 US20240404542A1 (en) | 2023-06-01 | 2023-06-01 | Deep ahs: a deep learning approach to acoustic howling suppression |
| PCT/US2023/032731 WO2024248833A1 (en) | 2023-06-01 | 2023-09-14 | Deep ahs: a deep learning approach to acoustic howling suppression |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP4681197A1 true EP4681197A1 (en) | 2026-01-21 |
| EP4681197A4 EP4681197A4 (en) | 2026-03-11 |
Family
ID=93652500
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP23939963.7A Pending EP4681197A4 (en) | 2023-06-01 | 2023-09-14 | DEEP AHS: DEEP LEARNING APPROACH TO ACOUSTIC FEEDBACK SUPPRESSION |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20240404542A1 (en) |
| EP (1) | EP4681197A4 (en) |
| JP (1) | JP2026513195A (en) |
| CN (1) | CN121058061A (en) |
| WO (1) | WO2024248833A1 (en) |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110379412B (en) * | 2019-09-05 | 2022-06-17 | 腾讯科技(深圳)有限公司 | Voice processing method and device, electronic equipment and computer readable storage medium |
| CN111210021B (en) * | 2020-01-09 | 2023-04-14 | 腾讯科技(深圳)有限公司 | An audio signal processing method, a model training method, and related devices |
| US11250833B1 (en) * | 2020-09-16 | 2022-02-15 | Apple Inc. | Method and system for detecting and mitigating audio howl in headsets |
| CN114333749B (en) * | 2020-09-30 | 2025-07-15 | 腾讯科技(深圳)有限公司 | Howling suppression method, device, computer equipment and storage medium |
| US11776556B2 (en) * | 2021-09-27 | 2023-10-03 | Tencent America LLC | Unified deep neural network model for acoustic echo cancellation and residual echo suppression |
-
2023
- 2023-06-01 US US18/327,418 patent/US20240404542A1/en active Pending
- 2023-09-14 CN CN202380097632.1A patent/CN121058061A/en active Pending
- 2023-09-14 JP JP2025555812A patent/JP2026513195A/en active Pending
- 2023-09-14 EP EP23939963.7A patent/EP4681197A4/en active Pending
- 2023-09-14 WO PCT/US2023/032731 patent/WO2024248833A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| CN121058061A (en) | 2025-12-02 |
| EP4681197A4 (en) | 2026-03-11 |
| JP2026513195A (en) | 2026-04-23 |
| WO2024248833A1 (en) | 2024-12-05 |
| US20240404542A1 (en) | 2024-12-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11388437B2 (en) | View-position and angle dependent processing of point cloud data | |
| US12375636B2 (en) | Generating holographic or lightfield views using crowdsourcing | |
| JP2023543592A (en) | Methods, systems and computer programs executed by at least one processor of a video encoder and methods executed by at least one processor of a video decoder | |
| US20250356871A1 (en) | Kalmannet: a learnable kalman filter for acoustic echo cancellation | |
| WO2025090122A1 (en) | Speech codec based generative method for speech enhancement in adverse conditions | |
| US20250106436A1 (en) | Sei message for film grain synthesis mask | |
| US20250106437A1 (en) | Sei message for film grain synthesis | |
| EP4026074A1 (en) | Signaling timeout and complete data inputs in cloud workflows | |
| US20240404542A1 (en) | Deep ahs: a deep learning approach to acoustic howling suppression | |
| EP4026011A1 (en) | In-manifest update event | |
| US12494021B2 (en) | Apparatus for creating shared virtual AR conversational space on the network for multiple participants | |
| CN117242500A (en) | Apparatus for using edge processing to create virtual conversation spaces shared with AR devices and non-AR devices | |
| US12555560B2 (en) | Multi-channel acoustic howling suppression using Kalman filter with shared parameter estimation | |
| US12507005B2 (en) | Elevating acoustic howling suppression via recursive neural network training | |
| US12225066B2 (en) | Adaptive streaming for lightfield or holographic media | |
| US20250324072A1 (en) | Temporal resampling and restoration in video coding and decoding systems | |
| US20250142251A1 (en) | Deep audio zooming: beamwidth-controllable neural beamformer | |
| KR102727378B1 (en) | MPD Validity Expiration Processing Model | |
| HK40090345A (en) | Generating holographic or lightfield view using crowdsourcing | |
| HK40098255A (en) | Apparatus for creating virtual conversation space shared with ar device and non-ar device using edge processing |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20251013 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20260206 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G10L 21/00 20130101AFI20260202BHEP Ipc: G10K 11/178 20060101ALI20260202BHEP Ipc: H04B 3/20 20060101ALI20260202BHEP Ipc: H04B 3/23 20060101ALI20260202BHEP Ipc: G06N 3/08 20230101ALI20260202BHEP Ipc: G06N 20/00 20190101ALI20260202BHEP Ipc: G10K 11/04 20060101ALI20260202BHEP |