paper-with-me

Papers

CLIPer: Hierarchically Improving Spatial Representation of CLIP for Open-Vocabulary Semantic Segmentation

2024-11-21 · Lin Sun, Jiale Cao, Jin Xie, Xiaoheng Jiang, Yanwei Pang

Contrastive Language-Image Pre-training (CLIP) exhibits strong zero-shot classification ability on various image-level tasks, leading to the research to adapt CLIP for pixel-level open-vocabulary semantic segmentation without additional training. The key is to improve spatial representation of image-level CLIP, such as replacing self-attention map at last layer with self-self attention map or vision foundation model based attention map. In this paper, we present a novel hierarchical framework, named CLIPer, that hierarchically improves spatial representation of CLIP. The proposed CLIPer includes an early-layer fusion module and a fine-grained compensation module. We observe that, the embeddings and attention maps at early layers can preserve spatial structural information. Inspired by this, we design the early-layer fusion module to generate segmentation map with better spatial coherence. Afterwards, we employ a fine-grained compensation module to compensate the local details using the self-attention maps of diffusion model. We conduct the experiments on seven segmentation datasets. Our proposed CLIPer achieves the state-of-the-art performance on these datasets. For instance, using ViT-L, CLIPer has the mIoU of 69.8% and 43.3% on VOC and COCO Object, outperforming ProxyCLIP by 9.2% and 4.1% respectively.

📄 PDF Abstract BibTeX arXiv:2411.13836

Code (1)

linsun449/cliper.code 공식 구현 pytorch

Tasks

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentationzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
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 제목 키워드 기반

CLIPErase: Efficient Unlearning of Visual-Textual Associations in CLIP

2024-10-30 · Tianyu Yang, Lisen Dai, Zheyuan Liu, Xiangqi Wang 외

Machine unlearning (MU) has gained significant attention as a means to remove specific data from trained models without requiring a full retraining process. While progress has been made in unimodal domains like text and …

image-classificationImage ClassificationMachine Unlearning

CLIPER: A Unified Vision-Language Framework for In-the-Wild Facial Expression Recognition

2023-03-01 · Hanting Li, Hongjing Niu, Zhaoqing Zhu, Feng Zhao

Facial expression recognition (FER) is an essential task for understanding human behaviors. As one of the most informative behaviors of humans, facial expressions are often compound and variable, which is manifested by t…

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

FineCLIPER: Multi-modal Fine-grained CLIP for Dynamic Facial Expression Recognition with AdaptERs

2024-07-02 · Haodong Chen, Haojian Huang, Junhao Dong, Mingzhe Zheng 외

Dynamic Facial Expression Recognition (DFER) is crucial for understanding human behavior. However, current methods exhibit limited performance mainly due to the scarcity of high-quality data, the insufficient utilization…

Dynamic Facial Expression RecognitionFacial Expression RecognitionLanguage ModellingLarge Language Model+1

CLIPer: Tailoring Diverse User Preference via Classifier-Guided Inference-Time Personalization

2026-05-08 · Jinyan Su, Jinpeng Zhou, Claire Cardie, Wen Sun arxiv

Personalized LLMs can significantly enhance user experiences by tailoring responses to preferences such as helpfulness, conciseness, and humor. However, fine-tuning models to address all possible combinations of user pre…

Towards Bridging the Cross-modal Semantic Gap for Multi-modal Recommendation

2024-07-07 · Xinglong Wu, Anfeng Huang, HongWei Yang, Hui He 외

Multi-modal recommendation greatly enhances the performance of recommender systems by modeling the auxiliary information from multi-modality contents. Most existing multi-modal recommendation models primarily exploit mul…

cross-modal alignmentMulti-modal RecommendationRecommendation SystemsSemantic Similarity+1