CVAILGMay 11, 2021

AdaMML: Adaptive Multi-Modal Learning for Efficient Video Recognition

arXiv:2105.05165v266 citations
Originality Incremental advance
AI Analysis

This addresses efficiency bottlenecks in video recognition for real-world applications, representing an incremental advance in multi-modal learning.

The paper tackles the computational expense of multi-modal learning in video recognition by proposing AdaMML, an adaptive framework that selects optimal modalities per video segment, achieving 35%-55% reduction in computation while improving accuracy over state-of-the-art methods.

Multi-modal learning, which focuses on utilizing various modalities to improve the performance of a model, is widely used in video recognition. While traditional multi-modal learning offers excellent recognition results, its computational expense limits its impact for many real-world applications. In this paper, we propose an adaptive multi-modal learning framework, called AdaMML, that selects on-the-fly the optimal modalities for each segment conditioned on the input for efficient video recognition. Specifically, given a video segment, a multi-modal policy network is used to decide what modalities should be used for processing by the recognition model, with the goal of improving both accuracy and efficiency. We efficiently train the policy network jointly with the recognition model using standard back-propagation. Extensive experiments on four challenging diverse datasets demonstrate that our proposed adaptive approach yields 35%-55% reduction in computation when compared to the traditional baseline that simply uses all the modalities irrespective of the input, while also achieving consistent improvements in accuracy over the state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes