A New Method to Capturing Compositional Knowledge in Linguistic Space
Jiahe Wan
TL;DR
This work tackles zero-shot compositional understanding in vision–language models by introducing YUKINO, a method that maps images into pseudo-tokens within the CLIP embedding space via textual inversion. It combines an optimization-based inversion phase (OTI) with a distillation phase to train a fast inverter, Theta, and introduces a no-logic regularization scheme to stabilize token interactions. Through two-phase training on unlabeled data, YUKINO achieves state-of-the-art results on SugarCREPE and strong gains on Winoground, demonstrating improved compositionality without expensive labeled data. The approach yields faster inference while preserving high-quality image–caption alignment, offering practical benefits for retrieval tasks and robust cross-modal understanding in real-world applications.
Abstract
Compositional understanding allows visual language models to interpret complex relationships between objects, attributes, and relations in images and text. However, most existing methods often rely on hard negative examples and fine-tuning, which can overestimate improvements and are limited by the difficulty of obtaining hard negatives. In this work, we introduce Zero-Shot Compositional Understanding (ZS-CU), a novel task that enhances compositional understanding without requiring hard negative training data. We propose YUKINO (Yielded Compositional Understanding Knowledge via Textual Inversion with NO), which uses textual inversion to map unlabeled images to pseudo-tokens in a pre-trained CLIP model. We propose introducing "no" logical regularization to address the issue of token interaction in inversion. Additionally, we suggest using knowledge distillation to reduce the time complexity of textual inversion. Experimental results show that YUKINO outperforms the existing multi-modal SOTA models by over 8% on the SugarCREPE benchmark, and also achieves significant improvements in image retrieval tasks.
