paper-with-me

홈 › Papers

Towards Omni-supervised Referring Expression Segmentation

2023-11-01 · Minglang Huang, Yiyi Zhou, Gen Luo, Guannan Jiang, Weilin Zhuang, Xiaoshuai Sun

Referring Expression Segmentation (RES) is an emerging task in computer vision, which segments the target instances in images based on text descriptions. However, its development is plagued by the expensive segmentation labels. To address this issue, we propose a new learning task for RES called Omni-supervised Referring Expression Segmentation (Omni-RES), which aims to make full use of unlabeled, fully labeled and weakly labeled data, e.g., referring points or grounding boxes, for efficient RES training. To accomplish this task, we also propose a novel yet strong baseline method for Omni-RES based on the recently popular teacher-student learning, where the weak labels are not directly transformed into supervision signals but used as a yardstick to select and refine high-quality pseudo-masks for teacher-student learning. To validate the proposed Omni-RES method, we apply it to a set of state-of-the-art RES models and conduct extensive experiments on a bunch of RES datasets. The experimental results yield the obvious merits of Omni-RES than the fully-supervised and semi-supervised training schemes. For instance, with only 10% fully labeled data, Omni-RES can help the base model achieve 100% fully supervised performance, and it also outperform the semi-supervised alternative by a large margin, e.g., +14.93% on RefCOCO and +14.95% on RefCOCO+, respectively. More importantly, Omni-RES also enable the use of large-scale vision-langauges like Visual Genome to facilitate low-cost RES training, and achieve new SOTA performance of RES, e.g., 80.66 on RefCOCO.

📄 PDF Abstract BibTeX arXiv:2311.00397

Code (1)

nineblu/omni-res 공식 구현 pytorch

Tasks

Referring ExpressionReferring Expression SegmentationSegmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Towards Omnimodal Expressions and Reasoning in Referring Audio-Visual Segmentation

2025-07-30 · Kaining Ying, Henghui Ding, Guangquan Jie, Yu-Gang Jiang arxiv

Referring audio-visual segmentation (RAVS) has recently seen significant advancements, yet challenges remain in integrating multimodal information and deeply understanding and reasoning about audiovisual content. To exte…

Multimodal Reasoning

Weakly-supervised segmentation of referring expressions

2022-05-10 · Robin Strudel, Ivan Laptev, Cordelia Schmid

Visual grounding localizes regions (boxes or segments) in the image corresponding to given referring expressions. In this work we address image segmentation from referring expressions, a problem that has so far only been…

Image SegmentationReferring ExpressionReferring Expression SegmentationSegmentation+4

Refer to Anything with Vision-Language Prompts

2025-06-05 · Shengcao Cao, Zijun Wei, Jason Kuen, Kangning Liu 외

Recent image segmentation models have advanced to segment images into high-quality masks for visual entities, and yet they cannot provide comprehensive semantic understanding for complex queries based on both language an…

BenchmarkingGeneralized Referring Expression SegmentationImage SegmentationReferring Expression+3

Omni-Referring Image Segmentation

2025-12-07 · Qiancheng Zheng, Yunhang Shen, Gen Luo, Baiyang Song 외 arxiv

In this paper, we propose a novel task termed Omni-Referring Image Segmentation (OmniRIS) towards highly generalized image segmentation. Compared with existing unimodally conditioned segmentation tasks, such as RIS and v…

Image Segmentation

Referring Image Segmentation Using Text Supervision

2023-08-28 · ICCV 2023 1 · Fang Liu, Yuhao Liu, Yuqiu Kong, Ke Xu 외

Existing Referring Image Segmentation (RIS) methods typically require expensive pixel-level or box-level annotations for supervision. In this paper, we observe that the referring texts used in RIS already provide suffici…

Image SegmentationObject LocalizationReferring Expression SegmentationSegmentation+2