CVOct 7, 2025

Continual Learning for Image Captioning through Improved Image-Text Alignment

arXiv:2510.06009v2h-index: 18Has CodeISVC
Originality Incremental advance
AI Analysis

This addresses the challenge of generating accurate captions over time for applications like assistive technologies, though it is incremental as it builds on existing pretrained models.

The paper tackles the problem of catastrophic forgetting in continual learning for image captioning by proposing a multi-loss framework that integrates prompt-based and contrastive alignment, achieving better semantic caption alignment compared to state-of-the-art methods.

Generating accurate and coherent image captions in a continual learning setting remains a major challenge due to catastrophic forgetting and the difficulty of aligning evolving visual concepts with language over time. In this work, we propose a novel multi-loss framework for continual image captioning that integrates semantic guidance through prompt-based continual learning and contrastive alignment. Built upon a pretrained ViT-GPT-2 backbone, our approach combines standard cross-entropy loss with three additional components: (1) a prompt-based cosine similarity loss that aligns image embeddings with synthetically constructed prompts encoding objects, attributes, and actions; (2) a CLIP-style loss that promotes alignment between image embeddings and target caption embedding; and (3) a language-guided contrastive loss that employs a triplet loss to enhance class-level discriminability between tasks. Notably, our approach introduces no additional overhead at inference time and requires no prompts during caption generation. We find that this approach mitigates catastrophic forgetting, while achieving better semantic caption alignment compared to state-of-the-art methods. The code can be found via the following link: https://github.com/Gepardius/Taetz_Bordelius_Continual_ImageCaptioning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes