CVJun 27, 2024

Enhancing Continual Learning in Visual Question Answering with Modality-Aware Feature Distillation

arXiv:2406.19297v130 citations
Originality Incremental advance
AI Analysis

This addresses forgetting in multimodal continual learning for VQA, which is an incremental improvement by focusing on modality-specific dynamics.

The paper tackles the problem of forgetting in multimodal continual learning for Visual Question Answering by showing that modalities evolve at different rates, and proposes a modality-aware feature distillation approach that outperforms existing baselines across models of varying scale in three settings.

Continual learning focuses on incrementally training a model on a sequence of tasks with the aim of learning new tasks while minimizing performance drop on previous tasks. Existing approaches at the intersection of Continual Learning and Visual Question Answering (VQA) do not study how the multimodal nature of the input affects the learning dynamics of a model. In this paper, we demonstrate that each modality evolves at different rates across a continuum of tasks and that this behavior occurs in established encoder-only models as well as modern recipes for developing Vision & Language (VL) models. Motivated by this observation, we propose a modality-aware feature distillation (MAFED) approach which outperforms existing baselines across models of varying scale in three multimodal continual learning settings. Furthermore, we provide ablations showcasing that modality-aware distillation complements experience replay. Overall, our results emphasize the importance of addressing modality-specific dynamics to prevent forgetting in multimodal continual learning.

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