paper-with-me

Papers

ITACLIP: Boosting Training-Free Semantic Segmentation with Image, Text, and Architectural Enhancements

2024-11-18 · M. Arda Aydın, Efe Mert Çırpar, Elvin Abdinli, Gozde Unal, Yusuf H. Sahin

Recent advances in foundational Vision Language Models (VLMs) have reshaped the evaluation paradigm in computer vision tasks. These foundational models, especially CLIP, have accelerated research in open-vocabulary computer vision tasks, including Open-Vocabulary Semantic Segmentation (OVSS). Although the initial results are promising, the dense prediction capabilities of VLMs still require further improvement. In this study, we enhance the semantic segmentation performance of CLIP by introducing new modules and modifications: 1) architectural changes in the last layer of ViT and the incorporation of attention maps from the middle layers with the last layer, 2) Image Engineering: applying data augmentations to enrich input image representations, and 3) using Large Language Models (LLMs) to generate definitions and synonyms for each class name to leverage CLIP's open-vocabulary capabilities. Our training-free method, ITACLIP, outperforms current state-of-the-art approaches on segmentation benchmarks such as COCO-Stuff, COCO-Object, Pascal Context, and Pascal VOC. Our code is available at https://github.com/m-arda-aydn/ITACLIP.

📄 PDF Abstract BibTeX arXiv:2411.12044

Code (1)

m-arda-aydn/itaclip 공식 구현 pytorch

Tasks

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic SegmentationUnsupervised Semantic Segmentation with Language-image Pre-training

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 설명 없음
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 제목 키워드 기반

CorrCLIP: Reconstructing Correlations in CLIP with Off-the-Shelf Foundation Models for Open-Vocabulary Semantic Segmentation

2024-11-15 · Dengke Zhang, Fagui Liu, Quan Tang

Open-vocabulary semantic segmentation aims to assign semantic labels to each pixel without relying on a predefined set of categories. Contrastive Language-Image Pre-training (CLIP) demonstrates outstanding zero-shot clas…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation+3

SAM-I-Am: Semantic Boosting for Zero-shot Atomic-Scale Electron Micrograph Segmentation

2024-04-09 · Waqwoya Abebe, Jan Strube, Luanzheng Guo, Nathan R. Tallent 외

Image segmentation is a critical enabler for tasks ranging from medical diagnostics to autonomous driving. However, the correct segmentation semantics - where are boundaries located? what segments are logically similar? …

Autonomous DrivingImage SegmentationSegmentationSemantic Segmentation

Boosting Few-Shot Semantic Segmentation Via Segment Anything Model

2024-01-18 · Chen-Bin Feng, Qi Lai, Kangdao Liu, Houcheng Su 외

In semantic segmentation, accurate prediction masks are crucial for downstream tasks such as medical image analysis and image editing. Due to the lack of annotated data, few-shot semantic segmentation (FSS) performs poor…

Few-Shot Semantic SegmentationMedical Image AnalysisSegmentationSemantic Segmentation

Error Corrective Boosting for Learning Fully Convolutional Networks with Limited Data

2017-05-02 · Abhijit Guha Roy, Sailesh Conjeti, Debdoot Sheet, Amin Katouzian 외

Training deep fully convolutional neural networks (F-CNNs) for semantic image segmentation requires access to abundant labeled data. While large datasets of unlabeled image data are available in medical applications, acc…

Brain SegmentationImage SegmentationSegmentationSemantic Segmentation

Synergy Between Semantic Segmentation and Image Denoising via Alternate Boosting

2021-02-24 · Shunxin Xu, Ke Sun, Dong Liu, Zhiwei Xiong 외

The capability of image semantic segmentation may be deteriorated due to noisy input image, where image denoising prior to segmentation helps. Both image denoising and semantic segmentation have been developed significan…

DenoisingImage DenoisingSegmentationSemantic Segmentation