MMCVASDec 2, 2019

An Attention-Based Speaker Naming Method for Online Adaptation in Non-Fixed Scenarios

arXiv:1912.00649v1
Originality Incremental advance
AI Analysis

This addresses delays in model preparation for video analysis applications like automatic subtitle labeling, though it is incremental as it builds on existing gradient-based methods.

The paper tackles the inefficiency of retraining neural networks for speaker naming when new characters are added, by proposing an attention-based method that uses online adaptation without gradient updates. It shows comparable or higher accuracy to state-of-the-art models while reducing setup time.

A speaker naming task, which finds and identifies the active speaker in a certain movie or drama scene, is crucial for dealing with high-level video analysis applications such as automatic subtitle labeling and video summarization. Modern approaches have usually exploited biometric features with a gradient-based method instead of rule-based algorithms. In a certain situation, however, a naive gradient-based method does not work efficiently. For example, when new characters are added to the target identification list, the neural network needs to be frequently retrained to identify new people and it causes delays in model preparation. In this paper, we present an attention-based method which reduces the model setup time by updating the newly added data via online adaptation without a gradient update process. We comparatively analyzed with three evaluation metrics(accuracy, memory usage, setup time) of the attention-based method and existing gradient-based methods under various controlled settings of speaker naming. Also, we applied existing speaker naming models and the attention-based model to real video to prove that our approach shows comparable accuracy to the existing state-of-the-art models and even higher accuracy in some cases.

Foundations

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

Your Notes