paper-with-me

Papers

LarvSeg: Exploring Image Classification Data For Large Vocabulary Semantic Segmentation via Category-wise Attentive Classifier

2025-01-12 · Haojun Yu, Di Dai, Ziwei Zhao, Di He, Han Hu, LiWei Wang

Scaling up the vocabulary of semantic segmentation models is extremely challenging because annotating large-scale mask labels is labour-intensive and time-consuming. Recently, language-guided segmentation models have been proposed to address this challenge. However, their performance drops significantly when applied to out-of-distribution categories. In this paper, we propose a new large vocabulary semantic segmentation framework, called LarvSeg. Different from previous works, LarvSeg leverages image classification data to scale the vocabulary of semantic segmentation models as large-vocabulary classification datasets usually contain balanced categories and are much easier to obtain. However, for classification tasks, the category is image-level, while for segmentation we need to predict the label at pixel level. To address this issue, we first propose a general baseline framework to incorporate image-level supervision into the training process of a pixel-level segmentation model, making the trained network perform semantic segmentation on newly introduced categories in the classification data. We then observe that a model trained on segmentation data can group pixel features of categories beyond the training vocabulary. Inspired by this finding, we design a category-wise attentive classifier to apply supervision to the precise regions of corresponding categories to improve the model performance. Extensive experiments demonstrate that LarvSeg significantly improves the large vocabulary semantic segmentation performance, especially in the categories without mask labels. For the first time, we provide a 21K-category semantic segmentation model with the help of ImageNet21K. The code is available at https://github.com/HaojunYu1998/large_voc_seg.

📄 PDF Abstract BibTeX arXiv:2501.06862

Code (2)

haojunyu1998/large_voc_seg 공식 구현 pytorch
haojunyu1998/larvseg 공식 구현 pytorch

Tasks

image-classificationImage ClassificationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Distance weighted discrimination of face images for gender classification

2017-06-15 · Mónica Benito, Eduardo García-Portugués, J. S. Marron, Daniel Peña

We illustrate the advantages of distance weighted discrimination for classification and feature extraction in a High Dimension Low Sample Size (HDLSS) situation. The HDLSS context is a gender classification problem of fa…

ClassificationGender ClassificationGeneral Classification

Pushing Boundaries: Exploring Zero Shot Object Classification with Large Multimodal Models

2023-12-30 · Ashhadul Islam, Md. Rafiul Biswas, Wajdi Zaghouani, Samir Brahim Belhaouari 외

$ $The synergy of language and vision models has given rise to Large Language and Vision Assistant models (LLVAs), designed to engage users in rich conversational experiences intertwined with image-based queries. These c…

Benchmarkingimage-classificationImage ClassificationZero-Shot Learning

Exploring the Equivalence of Closed-Set Generative and Real Data Augmentation in Image Classification

2025-08-13 · Haowen Wang, Guowei Zhang, Xiang Zhang, Zeyuan Chen 외 arxiv

In this paper, we address a key scientific problem in machine learning: Given a training set for an image classification task, can we train a generative model on this dataset to enhance the classification performance? (i…

Image ClassificationData Augmentation

Exploring the Limits of Weakly Supervised Pretraining

2018-05-02 · ECCV 2018 9 · Dhruv Mahajan, Ross Girshick, Vignesh Ramanathan, Kaiming He 외

State-of-the-art visual perception models for a wide range of tasks rely on supervised pretraining. ImageNet classification is the de facto pretraining task for these models. Yet, ImageNet is now nearly ten years old and…

General Classificationimage-classificationImage Classificationobject-detection+2

Exploring In-Context Learning of Textless Speech Language Model for Speech Classification Tasks

2023-10-19 · Ming-Hao Hsu, Kai-Wei Chang, Shang-Wen Li, Hung-Yi Lee

Ever since the development of GPT-3 in the natural language processing (NLP) field, in-context learning (ICL) has played an essential role in utilizing large language models (LLMs). By presenting the LM utterance-label d…

Few-Shot LearningIn-Context LearningLanguage ModelingLanguage Modelling