ABE-CLIP: Training-Free Attribute Binding Enhancement for Compositional Image-Text Matching
Qi Zhang, Yuxu Chen, Lei Deng, Lili Shen
TL;DR
<3-5 sentence high-level summary> CLIP excels at global image-text alignment but struggles with fine-grained attribute-object binding in complex scenes. The authors introduce ABE-CLIP, a training-free framework that combines Local Token-Patch Alignment with a Semantic Refinement Mechanism to strengthen attribute binding without retraining the backbone, and they fuse refined local scores with global CLIP similarity via a binding-difference-based adjustment. Empirical results on attribution benchmarks (ARO-A, SugarCrepe, ABC-6K) and zero-shot retrieval tasks show substantial gains over baselines and competitive performance with trained methods, validating the approach’s effectiveness and robustness. The work offers a practical, plug-and-play path to improve compositional understanding in CLIP-like models, with ablations confirming the contribution of each component and potential for broader compositional reasoning extensions.
Abstract
Contrastive Language-Image Pretraining (CLIP) has achieved remarkable performance in various multimodal tasks. However, it still struggles with compositional image-text matching, particularly in accurately associating objects with their corresponding attributes, because its inherent global representation often overlooks fine-grained semantics for attribute binding. Existing methods often require additional training or extensive hard negative sampling, yet they frequently show limited generalization to novel compositional concepts and fail to fundamentally address the drawbacks of global representations. In this paper, we propose ABE-CLIP, a novel training-free Attribute Binding Enhancement method designed to strengthen attribute-object binding in CLIP-like models. Specifically, we employ a Semantic Refinement Mechanism to refine token embeddings for both object and attribute phrases in the text, thereby mitigating attribute confusion and improving semantic precision. We further introduce a Local Token-Patch Alignment strategy that computes similarity scores between refined textual tokens and their most relevant image patches. By aggregating localized similarity scores, ABE-CLIP computes the final image-text similarity. Experiments on multiple datasets demonstrate that ABE-CLIP significantly improves attribute-object binding performance, even surpassing methods that require extensive training.
