CVCLCYLGDec 5, 2023

Describing Differences in Image Sets with Natural Language

Stanford
arXiv:2312.02974v261 citationsh-index: 19CVPR
Originality Incremental advance
AI Analysis

This addresses the challenge of manually analyzing large image sets for model and dataset understanding, offering a tool for researchers and practitioners, though it is incremental as it builds on existing captioning and re-ranking techniques.

The paper tackles the problem of automatically describing differences between two sets of images, termed Set Difference Captioning, by proposing VisDiff, a two-stage method that generates and re-ranks candidate descriptions using language models and CLIP, and it achieves this by evaluating on VisDiffBench, a dataset of 187 paired image sets, enabling applications like comparing datasets and models to reveal nuanced insights.

How do two sets of images differ? Discerning set-level differences is crucial for understanding model behaviors and analyzing datasets, yet manually sifting through thousands of images is impractical. To aid in this discovery process, we explore the task of automatically describing the differences between two $\textbf{sets}$ of images, which we term Set Difference Captioning. This task takes in image sets $D_A$ and $D_B$, and outputs a description that is more often true on $D_A$ than $D_B$. We outline a two-stage approach that first proposes candidate difference descriptions from image sets and then re-ranks the candidates by checking how well they can differentiate the two sets. We introduce VisDiff, which first captions the images and prompts a language model to propose candidate descriptions, then re-ranks these descriptions using CLIP. To evaluate VisDiff, we collect VisDiffBench, a dataset with 187 paired image sets with ground truth difference descriptions. We apply VisDiff to various domains, such as comparing datasets (e.g., ImageNet vs. ImageNetV2), comparing classification models (e.g., zero-shot CLIP vs. supervised ResNet), summarizing model failure modes (supervised ResNet), characterizing differences between generative models (e.g., StableDiffusionV1 and V2), and discovering what makes images memorable. Using VisDiff, we are able to find interesting and previously unknown differences in datasets and models, demonstrating its utility in revealing nuanced insights.

Code Implementations1 repo
Foundations

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

Your Notes