Let's Roll a BiFTA: Bi-refinement for Fine-grained Text-visual Alignment in Vision-Language Models
Yuhao Sun, Chengyi Cai, Jiacheng Zhang, Zesheng Ye, Xingliang Yuan, Feng Liu
TL;DR
BiFTA tackles redundancy in fine-grained text-visual alignment for CLIP-based vision-language models by introducing two refinements: View Refinement (IoU-based deduplication of cropped image patches) and Description Refinement (cosine-similarity pruning of diverse, LLM-generated descriptions). This dual refinement yields deduplicated, semantically diverse visual views and textual descriptions, enabling more accurate cross-modal alignment and improved zero-shot classification across six benchmarks and multiple CLIP backbones. The approach demonstrates consistent gains over state-of-the-art cross-alignment methods with modest offline preprocessing costs and no inference-time overhead, highlighting its practical impact and broad applicability to prompt-learning frameworks. Overall, BiFTA provides a principled, efficient solution to redundancy in visual-text alignment, enabling more reliable fine-grained recognition in real-world settings.
Abstract
Recent research has shown that aligning fine-grained text descriptions with localized image patches can significantly improve the zero-shot performance of pre-trained vision-language models (e.g., CLIP). However, we find that both fine-grained text descriptions and localized image patches often contain redundant information, making text-visual alignment less effective. In this paper, we tackle this issue from two perspectives: \emph{View Refinement} and \emph{Description refinement}, termed as \textit{\textbf{Bi}-refinement for \textbf{F}ine-grained \textbf{T}ext-visual \textbf{A}lignment} (BiFTA). \emph{View refinement} removes redundant image patches with high \emph{Intersection over Union} (IoU) ratios, resulting in more distinctive visual samples. \emph{Description refinement} removes redundant text descriptions with high pairwise cosine similarity, ensuring greater diversity in the remaining descriptions. BiFTA achieves superior zero-shot performance on 6 benchmark datasets for both ViT-based and ResNet-based CLIP, justifying the necessity to remove redundant information in visual-text alignment.
