Ask and Remember: A Questions-Only Replay Strategy for Continual Visual Question Answering
Imad Eddine Marouf, Enzo Tartaglione, Stephane Lathuiliere, Joost van de Weijer

TL;DR
This paper introduces QUAD, a novel continual VQA method that uses only past questions for regularization, reducing memory needs and privacy issues, while maintaining visual-linguistic knowledge across tasks.
Contribution
The paper proposes a question-only replay mechanism with attention distillation for continual VQA, addressing stability-plasticity trade-off without visual data storage.
Findings
QUAD outperforms existing methods on VQAv2 and NExT-QA datasets.
It effectively mitigates overfitting to current task answer spaces.
The approach reduces memory overhead and privacy concerns.
Abstract
Continual Learning in Visual Question Answering (VQACL) requires models to acquire new visual-linguistic skills (plasticity) while preserving previously learned knowledge (stability). The inherent multimodality of VQACL exacerbates this challenge, as models must balance stability across visual and textual domains while adapting to novel objects and reasoning tasks. Existing methods, primarily designed for unimodal settings, often fall short in addressing this dual requirement. In this work, we present QUestion-only replay with Attention Distillation (QUAD), a novel approach for VQACL that leverages only past task questions for regularization. By eliminating the need to store visual data, QUAD not only reduces memory overhead, but also alleviates privacy concerns. Our method introduces a Question-only Replay mechanism that selectively reuses prior task questions to counteract overfitting…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science
MethodsSoftmax · Attention Is All You Need
