paper-with-me

Papers

Revisiting Distillation for Continual Learning on Visual Question Localized-Answering in Robotic Surgery

2023-07-22 · Long Bai, Mobarakol Islam, Hongliang Ren

The visual-question localized-answering (VQLA) system can serve as a knowledgeable assistant in surgical education. Except for providing text-based answers, the VQLA system can highlight the interested region for better surgical scene understanding. However, deep neural networks (DNNs) suffer from catastrophic forgetting when learning new knowledge. Specifically, when DNNs learn on incremental classes or tasks, their performance on old tasks drops dramatically. Furthermore, due to medical data privacy and licensing issues, it is often difficult to access old data when updating continual learning (CL) models. Therefore, we develop a non-exemplar continual surgical VQLA framework, to explore and balance the rigidity-plasticity trade-off of DNNs in a sequential learning paradigm. We revisit the distillation loss in CL tasks, and propose rigidity-plasticity-aware distillation (RP-Dist) and self-calibrated heterogeneous distillation (SH-Dist) to preserve the old knowledge. The weight aligning (WA) technique is also integrated to adjust the weight bias between old and new tasks. We further establish a CL framework on three public surgical datasets in the context of surgical settings that consist of overlapping classes between old and new surgical VQLA tasks. With extensive experiments, we demonstrate that our proposed method excellently reconciles learning and forgetting on the continual surgical VQLA over conventional CL methods. Our code is publicly accessible.

📄 PDF Abstract BibTeX arXiv:2307.12045

Code (1)

longbai1006/cs-vqla 공식 구현 pytorch

Tasks

Continual LearningScene Understanding

Similar Papers 제목 키워드 기반

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

2024-06-27 · Malvina Nikandrou, Georgios Pantazopoulos, Ioannis Konstas, Alessandro Suglia

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 Conti…

Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

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…

Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

AVQACL: A Novel Benchmark for Audio-Visual Question Answering Continual Learning

2025-01-01 · CVPR 2025 1 · Kaixuan Wu, Xinde Li, Xinling Li, Chuanfei Hu 외

In this paper, a novel benchmark for audio-visual question answering continual learning (AVQACL) is introduced, aiming to study fine-grained scene understanding and spatial-temporal reasoning in videos under a contin…

Audio-visual Question AnsweringContinual LearningKnowledge DistillationQuestion Answering+2

AIM: Asymmetric Information Masking for Visual Question Answering Continual Learning

2026-04-16 · Peifeng Zhang, Zice Qiu, Donghua Yu, Shilei Cao 외 arxiv

In continual visual question answering (VQA), existing Continual Learning (CL) methods are mostly built for symmetric, unimodal architectures. However, modern Vision-Language Models (VLMs) violate this assumption, as the…

Visual Question AnsweringContinual Learning

VLM-Assisted Continual learning for Visual Question Answering in Self-Driving

2025-02-02 · Yuxin Lin, Mengshi Qi, Liang Liu, Huadong Ma

In this paper, we propose a novel approach for solving the Visual Question Answering (VQA) task in autonomous driving by integrating Vision-Language Models (VLMs) with continual learning. In autonomous driving, VQA plays…

Autonomous DrivingContinual LearningKnowledge DistillationQuestion Answering+2