paper-with-me

Papers

Positive-Augmented Contrastive Learning for Vision-and-Language Evaluation and Training

2024-10-09 · Sara Sarto, Nicholas Moratelli, Marcella Cornia, Lorenzo Baraldi, Rita Cucchiara

Despite significant advancements in caption generation, existing evaluation metrics often fail to capture the full quality or fine-grained details of captions. This is mainly due to their reliance on non-specific human-written references or noisy pre-training data. Still, finding an effective metric is crucial not only for captions evaluation but also for the generation phase. Metrics can indeed play a key role in the fine-tuning stage of captioning models, ultimately enhancing the quality of the generated captions. In this paper, we propose PAC-S++, a learnable metric that leverages the CLIP model, pre-trained on both web-collected and cleaned data and regularized through additional pairs of generated visual and textual positive samples. Exploiting this stronger and curated pre-training, we also apply PAC-S++ as a reward in the Self-Critical Sequence Training (SCST) stage typically employed to fine-tune captioning models. Extensive experiments on different image and video datasets highlight the effectiveness of PAC-S++ compared to popular metrics for the task, including its sensitivity to object hallucinations. Furthermore, we show that integrating PAC-S++ into the fine-tuning stage of a captioning model results in semantically richer captions with fewer repetitions and grammatical errors. Evaluations on out-of-domain benchmarks further demonstrate the efficacy of our fine-tuning approach in enhancing model capabilities. Source code and trained models are publicly available at: https://github.com/aimagelab/pacscore.

📄 PDF Abstract BibTeX arXiv:2410.07336

Code (1)

aimagelab/pacscore 공식 구현 pytorch

Tasks

Caption GenerationContrastive Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Positive-Augmented Contrastive Learning for Image and Video Captioning Evaluation

2023-03-21 · CVPR 2023 1 · Sara Sarto, Manuele Barraco, Marcella Cornia, Lorenzo Baraldi 외

The CLIP model has been recently proven to be very effective for a variety of cross-modal tasks, including the evaluation of captions generated from vision-and-language architectures. In this paper, we propose a new reci…

Contrastive LearningImage CaptioningVideo Captioning

Fast-MoCo: Boost Momentum-based Contrastive Learning with Combinatorial Patches

2022-07-17 · Yuanzheng Ci, Chen Lin, Lei Bai, Wanli Ouyang

Contrastive-based self-supervised learning methods achieved great success in recent years. However, self-supervision requires extremely long training epochs (e.g., 800 epochs for MoCo v3) to achieve promising results, wh…

Contrastive LearningLinear evaluationSelf-Supervised Learning

Towards Highly Transferable Vision-Language Attack via Semantic-Augmented Dynamic Contrastive Interaction

2026-03-05 · Yuanbo Li, Tianyang Xu, Cong Hu, Tao Zhou 외 arxiv

With the rapid advancement and widespread application of vision-language pre-training (VLP) models, their vulnerability to adversarial attacks has become a critical concern. In general, the adversarial examples can typic…

Contrastive Learning

GPS: Graph Contrastive Learning via Multi-scale Augmented Views from Adversarial Pooling

2024-01-29 · Wei Ju, Yiyang Gu, Zhengyang Mao, Ziyue Qiao 외

Self-supervised graph representation learning has recently shown considerable promise in a range of fields, including bioinformatics and social networks. A large number of graph contrastive learning approaches have shown…

Adversarial RobustnessContrastive LearningGraph ClassificationGraph Representation Learning+2

Improving Contrastive Learning of Sentence Embeddings with Case-Augmented Positives and Retrieved Negatives

2022-06-06 · Wei Wang, Liangzhu Ge, Jingqiao Zhang, Cheng Yang

Following SimCSE, contrastive learning based methods have achieved the state-of-the-art (SOTA) performance in learning sentence embeddings. However, the unsupervised contrastive learning methods still lag far behind the …

AttributeContrastive LearningLanguage ModelingLanguage Modelling+5