End-To-End Audiovisual Feature Fusion for Active Speaker Detection
Fiseha B. Tesema, Zheyuan Lin, Shiqiang Zhu, Wei Song, Jason Gu, Hong, Wu

TL;DR
This paper introduces a fast, end-to-end audiovisual framework for active speaker detection that fuses image features and raw audio, achieving real-time inference with high accuracy and robustness to noise.
Contribution
The work proposes a novel two-stream fusion model with raw audio features and image features, improving inference speed and robustness over existing ConvNet-based methods.
Findings
Achieves 88.929% accuracy on AVA-ActiveSpeaker dataset.
Predicts within 44.41 ms, suitable for real-time use.
Demonstrates improved robustness to noisy signals.
Abstract
Active speaker detection plays a vital role in human-machine interaction. Recently, a few end-to-end audiovisual frameworks emerged. However, these models' inference time was not explored and are not applicable for real-time applications due to their complexity and large input size. In addition, they explored a similar feature extraction strategy that employs the ConvNet on audio and visual inputs. This work presents a novel two-stream end-to-end framework fusing features extracted from images via VGG-M with raw Mel Frequency Cepstrum Coefficients features extracted from the audio waveform. The network has two BiGRU layers attached to each stream to handle each stream's temporal dynamic before fusion. After fusion, one BiGRU layer is attached to model the joint temporal dynamics. The experiment result on the AVA-ActiveSpeaker dataset indicates that our new feature extraction strategy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and Audio Processing · Music and Audio Processing · Speech Recognition and Synthesis
MethodsBidirectional GRU
