paper-with-me

홈 › Papers

Continual Learning for Image Captioning through Improved Image-Text Alignment

2025-10-07 · Bertram Taetz, Gal Bordelius arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.06009

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningImage Captioning

Similar Papers 제목 키워드 기반

ContCap: A scalable framework for continual image captioning

2019-09-19 · Giang Nguyen, Tae Joon Jun, Trung Tran, Tolcha Yalew 외

While advanced image captioning systems are increasingly describing images coherently and exactly, recent progress in continual learning allows deep learning models to avoid catastrophic forgetting. However, the domain w…

Continual LearningImage CaptioningVideo Captioning

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

Continual LearningImage CaptioningKnowledge Distillation

Towards Adaptable and Interactive Image Captioning with Data Augmentation and Episodic Memory

2023-06-06 · Aliki Anagnostopoulou, Mareike Hartmann, Daniel Sonntag

Interactive machine learning (IML) is a beneficial learning paradigm in cases of limited data availability, as human feedback is incrementally integrated into the training process. In this paper, we present an IML pipeli…

Continual LearningData AugmentationImage Captioning

Improved Adversarial Image Captioning

2019-03-27 · ICLR Workshop DeepGenStruct 2019 · Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jarret Ross 외

In this paper we study image captioning as a conditional GAN training, proposing both a context-aware LSTM captioner and co-attentive discriminator, which enforces semantic alignment between images and captions. We inves…

Image Captioning

Transformer based Multitask Learning for Image Captioning and Object Detection

2024-03-10 · Debolena Basak, P. K. Srijith, Maunendra Sankar Desarkar

In several real-world scenarios like autonomous navigation and mobility, to obtain a better visual understanding of the surroundings, image captioning and object detection play a crucial role. This work introduces a nove…

Autonomous NavigationImage CaptioningObjectobject-detection+1