paper-with-me

홈 › Papers

RATT: Recurrent Attention to Transient Tasks for Continual Image Captioning

2020-07-13 · NeurIPS 2020 12 · Riccardo Del Chiaro, Bartłomiej Twardowski, Andrew D. Bagdanov, Joost Van de Weijer

Research on continual learning has led to a variety of approaches to mitigating catastrophic forgetting in feed-forward classification networks. Until now surprisingly little attention has been focused on continual learning of recurrent models applied to problems like image captioning. In this paper we take a systematic look at continual learning of LSTM-based models for image captioning. We propose an attention-based approach that explicitly accommodates the transient nature of vocabularies in continual image captioning tasks -- i.e. that task vocabularies are not disjoint. We call our method Recurrent Attention to Transient Tasks (RATT), and also show how to adapt continual learning approaches based on weight egularization and knowledge distillation to recurrent continual learning problems. We apply our approaches to incremental image captioning problem on two new continual learning benchmarks we define using the MS-COCO and Flickr30 datasets. Our results demonstrate that RATT is able to sequentially learn five captioning tasks while incurring no forgetting of previously learned ones.

📄 PDF Abstract BibTeX arXiv:2007.06271

Code (2)

delchiaro/RATT 공식 구현 pytorch
MalvinaNikandrou/contvqa

Tasks

Continual LearningImage CaptioningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Real-Time Simulation of a Resilient Control Center for Inverter-Based Microgrids

2024-05-11 · Milad Beikbabaei, Ali Mehrizi-Sani

The number of installed remote terminal units (RTU) is on the rise, increasing the observability and control of the power system. RTUs enable sending data to and receiving data from a control center in the power system. …

CP-MoE: Consistency-Preserving Mixture-of-Experts for Continual Learning

2026-05-18 · Yang Liu, Toan Nguyen, Flora D. Salim arxiv

Catastrophic forgetting remains a major obstacle to continual learning in large language models (LLMs) and vision--language models (VLMs). Although Mixture-of-Experts (MoE) architectures offer an efficient path to scalin…

Continual LearningVisual Reasoning

SeerAttention-R: Sparse Attention Adaptation for Long Reasoning

2025-06-10 · Yizhao Gao, Shuming Guo, Shijie Cao, Yuqing Xia 외

We introduce SeerAttention-R, a sparse attention framework specifically tailored for the long decoding of reasoning models. Extended from SeerAttention, SeerAttention-R retains the design of learning attention sparsity t…

4kGPU

PowerAttention: Exponentially Scaling of Receptive Fields for Effective Sparse Attention

2025-03-05 · Lida Chen, Dong Xu, Chenxin An, Xintao Wang 외

Large Language Models (LLMs) face efficiency bottlenecks due to the quadratic complexity of the attention mechanism when processing long contexts. Sparse attention methods offer a promising solution, but existing approac…

DistrAttention: An Efficient and Flexible Self-Attention Mechanism on Modern GPUs

2025-07-23 · Haolin Jin, Mengbai Xiao, Yuan Yuan, Xiao Zhang 외 arxiv

The Transformer architecture has revolutionized deep learning, delivering the state-of-the-art performance in areas such as natural language processing, computer vision, and time series prediction. However, its core comp…

Time Series Prediction