paper-with-me

홈 › Papers

A Semantic Space is Worth 256 Language Descriptions: Make Stronger Segmentation Models with Descriptive Properties

2023-12-21 · Junfei Xiao, Ziqi Zhou, Wenxuan Li, Shiyi Lan, Jieru Mei, Zhiding Yu, Alan Yuille, Yuyin Zhou, Cihang Xie

This paper introduces ProLab, a novel approach using property-level label space for creating strong interpretable segmentation models. Instead of relying solely on category-specific annotations, ProLab uses descriptive properties grounded in common sense knowledge for supervising segmentation models. It is based on two core designs. First, we employ Large Language Models (LLMs) and carefully crafted prompts to generate descriptions of all involved categories that carry meaningful common sense knowledge and follow a structured format. Second, we introduce a description embedding model preserving semantic correlation across descriptions and then cluster them into a set of descriptive properties (e.g., 256) using K-Means. These properties are based on interpretable common sense knowledge consistent with theories of human recognition. We empirically show that our approach makes segmentation models perform stronger on five classic benchmarks (e.g., ADE20K, COCO-Stuff, Pascal Context, Cityscapes, and BDD). Our method also shows better scalability with extended training steps than category-level supervision. Our interpretable segmentation framework also emerges with the generalization ability to segment out-of-domain or unknown categories using only in-domain descriptive properties. Code is available at https://github.com/lambert-x/ProLab.

📄 PDF Abstract BibTeX arXiv:2312.13764

Code (1)

lambert-x/prolab 공식 구현 pytorch

Tasks

Common Sense ReasoningDescriptiveSegmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Immuno-VLM: Immunizing Large Vision-Language Models via Generative Semantic Antibodies for Open-World Trustworthiness

2026-05-29 · Xiang Fang, Wanlong Fang, Wei Ji arxiv

Large Vision-Language Models have achieved unprecedented success in zero-shot recognition by aligning visual features with broad semantic concepts. However, this semantic abstraction creates a critical vulnerability in o…

Density Estimation

Semantic Entity Enrichment by Leveraging Multilingual Descriptions for Link Prediction

2020-04-22 · Genet Asefa Gesese, Mehwish Alam, Harald Sack

Most Knowledge Graphs (KGs) contain textual descriptions of entities in various natural languages. These descriptions of entities provide valuable information that may not be explicitly represented in the structured part…

Knowledge GraphsLink PredictionPosition

Using Sentence Embeddings and Semantic Similarity for Seeking Consensus when Assessing Trustworthy AI

2022-08-09 · Dennis Vetter, Jesmin Jahan Tithi, Magnus Westerlund, Roberto V. Zicari 외

Assessing the trustworthiness of artificial intelligence systems requires knowledge from many different disciplines. These disciplines do not necessarily share concepts between them and might use words with different mea…

Semantic SimilaritySemantic Textual SimilaritySentenceSentence Embeddings

Visual Clues: Bridging Vision and Language Foundations for Image Paragraph Captioning

2022-06-03 · Yujia Xie, Luowei Zhou, Xiyang Dai, Lu Yuan 외

People say, "A picture is worth a thousand words". Then how can we get the rich information out of the image? We argue that by using visual clues to bridge large pretrained vision foundation models and language models, w…

Image Paragraph CaptioningLanguage ModelingLanguage ModellingLarge Language Model

Make it SING: Analyzing Semantic Invariants in Classifiers

2026-03-15 · Harel Yadid, Meir Yossef Levi, Roy Betser, Guy Gilboa arxiv

All classifiers, including state-of-the-art vision models, possess invariants, partially rooted in the geometry of their linear mappings. These invariants, which reside in the null-space of the classifier, induce equival…