paper-with-me

Papers

CLIP-Cluster: CLIP-Guided Attribute Hallucination for Face Clustering

2023-01-01 · ICCV 2023 1 · Shuai Shen, Wanhua Li, Xiaobing Wang, Dafeng Zhang, Zhezhu Jin, Jie zhou, Jiwen Lu

One of the most important yet rarely studied challenges for supervised face clustering is the large intra-class variance caused by different face attributes such as age, pose, and expression. Images of the same identity but with different face attributes usually tend to be clustered into different sub-clusters. For the first time, we proposed an attribute hallucination framework named CLIP-Cluster to address this issue, which first hallucinates multiple representations for different attributes with the powerful CLIP model and then pools them by learning neighbor-adaptive attention. Specifically, CLIP-Cluster first introduces a text-driven attribute hallucination module, which allows one to use natural language as the interface to hallucinate novel attributes for a given face image based on the well-aligned image-language CLIP space. Furthermore, we develop a neighbor-aware proxy generator that fuses the features describing various attributes into a proxy feature to build a bridge among different sub-clusters and reduce the intra-class variance. The proxy feature is generated by adaptively attending to the hallucinated visual features and the source one based on the local neighbor information. On this basis, a graph built with the proxy representations is used for subsequent clustering operations. Extensive experiments show our proposed approach outperforms state-of-the-art face clustering methods with high inference efficiency.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClusteringFace ClusteringHallucination

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Seeing is Believing: Mitigating Hallucination in Large Vision-Language Models via CLIP-Guided Decoding

2024-02-23 · Ailin Deng, Zhirui Chen, Bryan Hooi

Large Vision-Language Models (LVLMs) are susceptible to object hallucinations, an issue in which their generated text contains non-existent objects, greatly limiting their reliability and practicality. Current approaches…

HallucinationObjectObject HallucinationSentence+2

ClipTTT: CLIP-Guided Test-Time Training Helps LVLMs See Better

2026-03-27 · Mriganka Nath, Anurag Das, Jiahao Xie, Bernt Schiele arxiv

Large vision-language models (LVLMs) tend to hallucinate, especially when visual inputs are corrupted at test time. We show that such corruptions act as additional distribution shifts, significantly amplifying hallucinat…

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

2026-07-15 · Yiyang Yao, Shanglin Liu, Jianming Lv, Chengjun Wang 외 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…

Contrastive Learning

Language-Guided Image Clustering

2021-09-29 · Niv Cohen, Yedid Hoshen

Image clustering methods have rapidly improved their ability to discover object categories. However, unsupervised clustering methods struggle on other image attributes, e.g. age or activity. The reason is that most recen…

AttributeClusteringImage ClusteringObject

CLIP2GAN: Towards Bridging Text with the Latent Space of GANs

2022-11-28 · YiXuan Wang, Wengang Zhou, Jianmin Bao, Weilun Wang 외

In this work, we are dedicated to text-guided image generation and propose a novel framework, i.e., CLIP2GAN, by leveraging CLIP model and StyleGAN. The key idea of our CLIP2GAN is to bridge the output feature embedding …

AttributeImage GenerationSelf-Supervised Learning