Sub-Semantic Image Segmentation
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A research team has proposed a new category of image segmentation that uses language to partition images into stable appearance patterns rather than naming whole objects, blurring the line between visual-cue and semantic segmentation [1]. The approach, detailed in a paper submitted in 2026, introduces sub-semantic image segmentation, where language is not used to name whole objects but to partition an image into stable appearance patterns that can be described by language [1]. Image segmentation is a foundational task in computer vision, the field concerned with acquiring, processing, and understanding digital images to produce numerical or symbolic information [4]. Traditional segmentation assigns a label to every pixel such that pixels with the same label share certain characteristics like color, intensity, or texture [3]. The researchers couple a general-purpose vision-language model to SAM 3, a promptable segmentation backbone whose native text pathway can ground rich descriptions into masks [1]. Simple coupling fails for several reasons identified in the paper. The team introduces DETECTURE to resolve three concrete failure modes: language leakage between texture regions, prompt competition inside the segmentation backbone, and semantic distortion at the language-to-mask interface [1]. Because no dataset existed for sub-semantic image segmentation, the researchers created TextureADE, derived from the ADE20K dataset using a system they designed [1]. The ADE20K dataset is widely used in scene parsing and semantic segmentation research. The team compared DETECTURE to a number of baselines and found it achieves the strongest performance on several datasets using different metrics [1]. Segmentation architectures have evolved significantly over the past decade. The U-Net convolutional neural network, developed for biomedical image segmentation, can process a 512 × 512 image in less than a second on a modern GPU and has since been adapted for diffusion models underlying image generation systems such as DALL-E and Stable Diffusion [5]. The new sub-semantic approach differs by operating at a level below object naming, targeting texture regions that can be described linguistically without assigning whole-object labels [1]. Code for the DETECTURE system is publicly available on GitHub under the Scientific-Computing-Lab organization [1].
research-papermodel-releaseproduct-launchtool-release
Background sources we checked (9)
- arxiv.org ↗ Images can be segmented based on visual cues (i.e., texture segmentation) or into objects (i.e., semantic segmentation). We propose a new category of sub-semantic image segmentation that blurs the line between the two. In sub-semantic image segmentation, language is not used to n…
- en.wikipedia.org ↗ In digital image processing and computer vision, image segmentation is the process of partitioning a digital image into multiple image segments, also known as image regions or image objects (sets of pixels). The goal of segmentation is to simplify and/or change the representation…
- en.wikipedia.org ↗ Computer vision tasks include methods for acquiring, processing, analyzing, and understanding digital images, and extraction of high-dimensional data from the real world in order to produce numerical or symbolic information, e.g. in the form of decisions. "Understanding" in this …
- en.wikipedia.org ↗ U-Net is a convolutional neural network that was developed for image segmentation. The network is based on a fully convolutional neural network whose architecture was modified and extended to work with fewer training images and to yield more precise segmentation. Segmentation of …
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…
Sources
- export.arxiv.org — Sub-Semantic Image Segmentation ↗