Reframing Image Difference Captioning with BLIP2IDC and Synthetic Augmentation
Gautier Evennou, Antoine Chaffin, Vivien Chappelier, Ewa Kijak
TL;DR
This paper tackles Image Difference Captioning (IDC) in real-world settings by (i) adapting BLIP2 into a low-cost IDC model (BLIP2IDC) that encodes image differences via early attention on concatenated inputs and (ii) introducing Syned, a synthetic augmentation pipeline built on diffusion-based editing and LLM-ground-truth variation to enlarge IDC data. BLIP2IDC, fine-tuned with LoRA, outperforms existing two-stream IDC approaches on real-world benchmarks, and Syned further boosts CIDEr scores across models, establishing a new standard for IDC data quality and diversity. The combination of model adaptation and synthetic data yields improved generalization, particularly under distribution shifts, while acknowledging biases from pretraining, limitations of editing models, and potential LLM hallucinations. Overall, the work advances IDC by leveraging large-scale pretraining, end-to-end difference encoding, and scalable synthetic data to enable robust performance in real-world scenarios.
Abstract
The rise of the generative models quality during the past years enabled the generation of edited variations of images at an important scale. To counter the harmful effects of such technology, the Image Difference Captioning (IDC) task aims to describe the differences between two images. While this task is successfully handled for simple 3D rendered images, it struggles on real-world images. The reason is twofold: the training data-scarcity, and the difficulty to capture fine-grained differences between complex images. To address those issues, we propose in this paper a simple yet effective framework to both adapt existing image captioning models to the IDC task and augment IDC datasets. We introduce BLIP2IDC, an adaptation of BLIP2 to the IDC task at low computational cost, and show it outperforms two-streams approaches by a significant margin on real-world IDC datasets. We also propose to use synthetic augmentation to improve the performance of IDC models in an agnostic fashion. We show that our synthetic augmentation strategy provides high quality data, leading to a challenging new dataset well-suited for IDC named Syned1.
