paper-with-me

Papers

No Images, No Problem: Retaining Knowledge in Continual VQA with Questions-Only Memory

2025-02-06 · Imad Eddine Marouf, Enzo Tartaglione, Stephane Lathuiliere, Joost Van de Weijer

Continual Learning in Visual Question Answering (VQACL) requires models to learn new visual-linguistic tasks (plasticity) while retaining knowledge from previous tasks (stability). The multimodal nature of VQACL presents unique challenges, requiring models to balance stability across visual and textual domains while maintaining plasticity to adapt to novel objects and reasoning tasks. Existing methods, predominantly designed for unimodal tasks, often struggle to balance these demands effectively. In this work, we introduce QUestion-only replay with Attention Distillation (QUAD), a novel approach for VQACL that leverages only past task questions for regularisation, eliminating the need to store visual data and addressing both memory and privacy concerns. QUAD achieves stability by introducing a question-only replay mechanism that selectively uses questions from previous tasks to prevent overfitting to the current task's answer space, thereby mitigating the out-of-answer-set problem. Complementing this, we propose attention consistency distillation, which uniquely enforces both intra-modal and inter-modal attention consistency across tasks, preserving essential visual-linguistic associations. Extensive experiments on VQAv2 and NExT-QA demonstrate that QUAD significantly outperforms state-of-the-art methods, achieving robust performance in continual VQA.

📄 PDF Abstract BibTeX arXiv:2502.04469

Code (1)

IemProg/QUAD 공식 구현 pytorch

Tasks

Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Contrast R-CNN for Continual Learning in Object Detection

2021-07-11 · Kai Zheng, Cen Chen

The continual learning problem has been widely studied in image classification, while rare work has been explored in object detection. Some recent works apply knowledge distillation to constrain the model to retain old k…

Continual Learningimage-classificationImage ClassificationKnowledge Distillation+3

Local vs Global continual learning

2024-07-23 · Giulia Lanzillotta, Sidak Pal Singh, Benjamin F. Grewe, Thomas Hofmann

Continual learning is the problem of integrating new information in a model while retaining the knowledge acquired in the past. Despite the tangible improvements achieved in recent years, the problem of continual learnin…

Continual Learning

Continual Learning as a Multiphase Moving-Boundary Problem

2026-06-01 · Snigdha Chandan Khilar arxiv

Continual learning struggles to balance retaining past knowledge with absorbing new tasks. Stefan-CL elegantly resolves this stability-plasticity dilemma through the physics of melting. It frames consolidated knowledge a…

Continual Learning

Lifelong Pretraining: Continually Adapting Language Models to Emerging Corpora

2021-10-16 · NAACL 2022 7 · Xisen Jin, Dejiao Zhang, Henghui Zhu, Wei Xiao 외

Pretrained language models (PTLMs) are typically learned over a large, static corpus and further fine-tuned for various downstream tasks. However, when deployed in the real world, a PTLM-based model must deal with data d…

Continual LearningContinual PretrainingLanguage ModellingTransfer Learning

Exploiting the Semantic Knowledge of Pre-trained Text-Encoders for Continual Learning

2024-08-02 · Lu Yu, Zhe Tao, Hantao Yao, Joost Van de Weijer 외

Deep neural networks (DNNs) excel on fixed datasets but struggle with incremental and shifting data in real-world scenarios. Continual learning addresses this challenge by allowing models to learn from new data while ret…

Continual LearningKnowledge DistillationRepresentation LearningSemantic Similarity+2