paper-with-me

홈 › Papers

Learning to Generate Text-grounded Mask for Open-world Semantic Segmentation from Only Image-Text Pairs

2022-12-01 · CVPR 2023 1 · Junbum Cha, Jonghwan Mun, Byungseok Roh

We tackle open-world semantic segmentation, which aims at learning to segment arbitrary visual concepts in images, by using only image-text pairs without dense annotations. Existing open-world segmentation methods have shown impressive advances by employing contrastive learning (CL) to learn diverse visual concepts and transferring the learned image-level understanding to the segmentation task. However, these CL-based methods suffer from a train-test discrepancy, since it only considers image-text alignment during training, whereas segmentation requires region-text alignment during testing. In this paper, we proposed a novel Text-grounded Contrastive Learning (TCL) framework that enables a model to directly learn region-text alignment. Our method generates a segmentation mask for a given text, extracts text-grounded image embedding from the masked region, and aligns it with text embedding via TCL. By learning region-text alignment directly, our framework encourages a model to directly improve the quality of generated segmentation masks. In addition, for a rigorous and fair comparison, we present a unified evaluation protocol with widely used 8 semantic segmentation datasets. TCL achieves state-of-the-art zero-shot segmentation performances with large margins in all datasets. Code is available at https://github.com/kakaobrain/tcl.

📄 PDF Abstract BibTeX arXiv:2212.00785

Code (1)

kakaobrain/tcl 공식 구현 pytorch

Tasks

Contrastive LearningOpen Vocabulary Semantic SegmentationSegmentationSemantic SegmentationUnsupervised Semantic Segmentation with Language-image Pre-trainingZero Shot Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

DenseWorld-1M: Towards Detailed Dense Grounded Caption in the Real World

2025-06-30 · Xiangtai Li, Tao Zhang, Yanwei Li, Haobo Yuan 외

Multimodal Large Language Models (MLLMs) demonstrate a complex understanding of scenes, benefiting from large-scale and high-quality datasets. Most existing caption datasets lack the ground locations and relations for vi…

Caption GenerationObjectVisual Grounding

MVT: Mask-Grounded Vision-Language Models for Taxonomy-Aligned Land-Cover Tagging

2025-09-23 · Siyi Chen, Kai Wang, Weicong Pang, Ruiming Yang 외 arxiv

Land-cover understanding in remote sensing increasingly demands class-agnostic systems that generalize across datasets while remaining spatially precise and interpretable. We study a geometry-first discovery-and-interpre…

Domain Adaptation

RadGenome-Chest CT: A Grounded Vision-Language Dataset for Chest CT Analysis

2024-04-25 · Xiaoman Zhang, Chaoyi Wu, Ziheng Zhao, Jiayu Lei 외

Developing generalist foundation model has recently attracted tremendous attention among researchers in the field of AI for Medicine (AI4Medicine). A pivotal insight in developing these models is their reliance on datase…

SegmentationSentenceUniversal SegmentationVisual Question Answering (VQA)

LanGWM: Language Grounded World Model

2023-11-29 · Rudra P. K. Poudel, Harit Pandya, Chao Zhang, Roberto Cipolla

Recent advances in deep reinforcement learning have showcased its potential in tackling complex tasks. However, experiments on visual control tasks have revealed that state-of-the-art reinforcement learning models strugg…

Deep Reinforcement LearningmodelModel-based Reinforcement LearningOut-of-Distribution Generalization+3

Masked Diffusion Language Models are Strong and Steerable Text-Based World Models for Agentic RL

2026-05-07 · Darshan Deshpande hf

Recent growth in reinforcement learning (RL) has surfaced a need for diverse, specialized training environments. Hand-curated environments with fixed task and reward difficulties become ineffective signals as model perfo…