CVMMASNov 29, 2021

AVA-AVD: Audio-Visual Speaker Diarization in the Wild

arXiv:2111.14448v560 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses speaker diarization for movies and documentaries, but it is incremental as it builds on existing datasets and methods.

The authors tackled the problem of audio-visual speaker diarization in challenging in-the-wild videos by creating the AVA-AVD dataset and designing the Audio-Visual Relation Network (AVR-Net), which outperforms state-of-the-art methods and is more robust to off-screen speakers.

Audio-visual speaker diarization aims at detecting "who spoke when" using both auditory and visual signals. Existing audio-visual diarization datasets are mainly focused on indoor environments like meeting rooms or news studios, which are quite different from in-the-wild videos in many scenarios such as movies, documentaries, and audience sitcoms. To develop diarization methods for these challenging videos, we create the AVA Audio-Visual Diarization (AVA-AVD) dataset. Our experiments demonstrate that adding AVA-AVD into training set can produce significantly better diarization models for in-the-wild videos despite that the data is relatively small. Moreover, this benchmark is challenging due to the diverse scenes, complicated acoustic conditions, and completely off-screen speakers. As a first step towards addressing the challenges, we design the Audio-Visual Relation Network (AVR-Net) which introduces a simple yet effective modality mask to capture discriminative information based on face visibility. Experiments show that our method not only can outperform state-of-the-art methods but is more robust as varying the ratio of off-screen speakers. Our data and code has been made publicly available at https://github.com/showlab/AVA-AVD.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes