Task Formulation Matters When Learning Continuously: A Case Study in Visual Question Answering
Continual learning is a promising alternative to the current pretrain-and-finetune paradigm: It aims to learn a model on a sequence of tasks without forgetting knowledge from preceding tasks. We investigate continual learning for Visual Question Answering and show that performance highly depends on task design, order, and similarity - where tasks may be formulated according to either modality. Our results suggest that incremental learning of language reasoning skills (such as questions about color, count etc.) is more difficult than incrementally learning visual categories. We show that this difficulty is related to task similarity, where heterogeneous tasks lead to more severe forgetting. We also demonstrate that naive finetuning of pretrained models is insufficient, and recent continual learning approaches can reduce forgetting by more than 20%. We propose a simple yet effective Pseudo-Replay algorithm, which improves results while using less memory compared to standard replay. Finally, to measure gradual forgetting we introduce a new metric that takes into account the semantic similarity of predicted answers.
Code (0)
등록된 구현이 없습니다.
Tasks
Continual LearningIncremental LearningQuestion AnsweringSemantic SimilaritySemantic Textual SimilarityVisual Question AnsweringVisual Question Answering (VQA)Similar Papers 제목 키워드 기반
Task Formulation Matters When Learning Continually: A Case Study in Visual Question Answering
Continual learning aims to train a model incrementally on a sequence of tasks without forgetting previous knowledge. Although continual learning has been widely studied in computer vision, its application to Vision+Langu…
Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)Continuity Laws for Sequential Models
Inductive biases influence the behavior and performance of sequential models. In this work, we study an underexplored inductive bias in sequential modeling: continuity in time. We ask a simple question: do models motivat…
Acoustic Source Localization with the Angular Spectrum Approach in Continuously Stratified Media
The angular spectrum approach (ASA)---a fast, frequency domain method for calculation of the acoustic field---enables passive source localization and modeling forward propagation in homogeneous media with high computatio…
Computational EfficiencyNeural PDE Solvers with Physics Constraints: A Comparative Study of PINNs, DRM, and WANs
Partial differential equations (PDEs) underpin models across science and engineering, yet analytical solutions are atypical and classical mesh-based solvers can be costly in high dimensions. This dissertation presents a …
Context Matters: Pushing the Boundaries of Open-Ended Answer Generation with Graph-Structured Knowledge Context
In the continuously advancing AI landscape, crafting context-rich and meaningful responses via Large Language Models (LLMs) is essential. Researchers are becoming more aware of the challenges that LLMs with fewer paramet…
Answer GenerationCommunity Question AnsweringKnowledge GraphsQuestion Answering+1