paper-with-me

Papers

AspectCLIP: Optimizing CLIP Representation Space via Aspect-Guided Consistency Regularization

2026-07-15 · Yiyang Yao, Shanglin Liu, Jianming Lv, Chengjun Wang, Jinyi Li, Yuchan Jie, Zhihua Jin arxiv

Contrastive Language-Image Pretraining learns a shared representation space through large-scale contrastive learning. However, existing methods that enforce global consistency regularization overlook a key challenge: the inherent information asymmetry between images and text: captions typically describe only one specific aspect of an image, thus images with similar visual content can be paired with completely divergent textual content and semantic information. Consequently, global regularizers inadvertently impose constraints between visually similar images whose captions describe divergent aspects, introducing semantic distortion into the representation space. We propose AspectCLIP, a framework that reformulates consistency regularization to respect this one-to-many structure. AspectCLIP first partitions training samples into attribute clusters based on textual similarity to identify aspect-coherent groups, then applies full cyclic consistency within each cluster while restricting cross-cluster regularization to prototype-level comparisons. This aspect-guided regularization enforces strict geometric alignment only when images and texts describe a consistent facet, while allowing flexibility across divergent aspects. Extensive experiments on downstream tasks demonstrate that AspectCLIP consistently outperforms traditional methods and achieves a more structured representation space.

📄 PDF Abstract BibTeX arXiv:2607.13805

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Collaborative Vision-Text Representation Optimizing for Open-Vocabulary Segmentation

2024-08-01 · Siyu Jiao, Hongguang Zhu, Jiannan Huang, Yao Zhao 외

Pre-trained vision-language models, e.g. CLIP, have been increasingly used to address the challenging Open-Vocabulary Segmentation (OVS) task, benefiting from their well-aligned vision-text embedding space. Typical solut…

Open Vocabulary Panoptic SegmentationOpen Vocabulary Semantic SegmentationSemantic Segmentation

FuseDream: Training-Free Text-to-Image Generation with Improved CLIP+GAN Space Optimization

2021-12-02 · Xingchao Liu, Chengyue Gong, Lemeng Wu, Shujian Zhang 외

Generating images from natural language instructions is an intriguing yet highly challenging task. We approach text-to-image generation by combining the power of the retrained CLIP representation with an off-the-shelf im…

counterfactualImage GenerationNavigateText to Image Generation+2

SignCLIP: Connecting Text and Sign Language by Contrastive Learning

2024-07-01 · Zifan Jiang, Gerard Sant, Amit Moryossef, Mathias Müller 외

We present SignCLIP, which re-purposes CLIP (Contrastive Language-Image Pretraining) to project spoken language text and sign language videos, two classes of natural languages of distinct modalities, into the same space.…

Contrastive LearningRetrievalSign Language RecognitionText Retrieval+1

Interpreting and Analysing CLIP's Zero-Shot Image Classification via Mutual Knowledge

2024-10-16 · Fawaz Sammani, Nikos Deligiannis

Contrastive Language-Image Pretraining (CLIP) performs zero-shot image classification by mapping images and textual class representation into a shared embedding space, then retrieving the class closest to the image. This…

Classificationimage-classificationImage Classificationzero-shot-classification+2

Towards Real-Time Text2Video via CLIP-Guided, Pixel-Level Optimization

2022-10-23 · Peter Schaldenbrand, Zhixuan Liu, Jean Oh

We introduce an approach to generating videos based on a series of given language descriptions. Frames of the video are generated sequentially and optimized by guidance from the CLIP image-text encoder; iterating through…