中文
相关论文

相关论文: Open-Vocabulary Instance Segmentation via Robust C…

200 篇论文

Most state-of-the-art instance segmentation methods have to be trained on densely annotated images. While difficult in general, this requirement is especially daunting for biomedical images, where domain expertise is often required for…

计算机视觉与模式识别 · 计算机科学 2022-04-05 Adrian Wolny , Qin Yu , Constantin Pape , Anna Kreshuk

Pseudo-labeling is significant for semi-supervised instance segmentation, which generates instance masks and classes from unannotated images for subsequent training. However, in existing pipelines, pseudo-labels that contain valuable…

计算机视觉与模式识别 · 计算机科学 2023-08-11 Jie Hu , Chen Chen , Liujuan Cao , Shengchuan Zhang , Annan Shu , Guannan Jiang , Rongrong Ji

Deep neural network-based semantic segmentation generally requires large-scale cost extensive annotations for training to obtain better performance. To avoid pixel-wise segmentation annotations which are needed for most methods, recently…

计算机视觉与模式识别 · 计算机科学 2018-12-31 Longlong Jing , Yucheng Chen , Yingli Tian

We present OpenSeeD, a simple Open-vocabulary Segmentation and Detection framework that jointly learns from different segmentation and detection datasets. To bridge the gap of vocabulary and annotation granularity, we first introduce a…

计算机视觉与模式识别 · 计算机科学 2023-03-21 Hao Zhang , Feng Li , Xueyan Zou , Shilong Liu , Chunyuan Li , Jianfeng Gao , Jianwei Yang , Lei Zhang

Existing object detection methods are bounded in a fixed-set vocabulary by costly labeled data. When dealing with novel categories, the model has to be retrained with more bounding box annotations. Natural language supervision is an…

计算机视觉与模式识别 · 计算机科学 2022-11-29 Chuang Lin , Peize Sun , Yi Jiang , Ping Luo , Lizhen Qu , Gholamreza Haffari , Zehuan Yuan , Jianfei Cai

Open-vocabulary semantic segmentation aims to assign pixel-level labels to images across an unlimited range of classes. Traditional methods address this by sequentially connecting a powerful mask proposal generator, such as the Segment…

计算机视觉与模式识别 · 计算机科学 2025-04-01 Minhyeok Lee , Suhwan Cho , Jungho Lee , Sunghun Yang , Heeseung Choi , Ig-Jae Kim , Sangyoun Lee

In recent years, vision-language models (VLMs) have advanced open-vocabulary mapping, enabling mobile robots to simultaneously achieve environmental reconstruction and high-level semantic understanding. While integrated object cognition…

机器人学 · 计算机科学 2025-02-25 Yinan Deng , Bicheng Yao , Yihang Tang , Yi Yang , Yufeng Yue

Obtaining pixel-level annotations in the medical domain is both expensive and time-consuming, often requiring close collaboration between clinical experts and developers. Semi-supervised medical image segmentation aims to leverage limited…

计算机视觉与模式识别 · 计算机科学 2025-07-23 Lin Xi , Yingliang Ma , Cheng Wang , Sandra Howell , Aldo Rinaldi , Kawal S. Rhode

In this work, we focus on open vocabulary instance segmentation to expand a segmentation model to classify and segment instance-level novel categories. Previous approaches have relied on massive caption datasets and complex pipelines to…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Jianzong Wu , Xiangtai Li , Henghui Ding , Xia Li , Guangliang Cheng , Yunhai Tong , Chen Change Loy

Semi-supervised semantic segmentation methods leverage unlabeled data by pseudo-labeling them. Thus the success of these methods hinges on the reliablility of the pseudo-labels. Existing methods mostly choose high-confidence pixels in an…

计算机视觉与模式识别 · 计算机科学 2024-07-18 Prantik Howlader , Hieu Le , Dimitris Samaras

Audio-visual segmentation aims to separate sounding objects from videos by predicting pixel-level masks based on audio signals. Existing methods primarily concentrate on closed-set scenarios and direct audio-visual alignment and fusion,…

机器学习 · 计算机科学 2026-03-31 Shengkai Chen , Yifang Yin , Jinming Cao , Shili Xiang , Zhenguang Liu , Roger Zimmermann

Scribble-based weakly supervised semantic segmentation leverages only a few annotated pixels as labels to train a segmentation model, presenting significant potential for reducing the human labor involved in the annotation process. This…

计算机视觉与模式识别 · 计算机科学 2025-03-19 Xinliang Zhang , Lei Zhu , Shuang Zeng , Hangzhou He , Ourui Fu , Zhengjian Yao , Zhaoheng Xie , Yanye Lu

Semi-Supervised Instance Segmentation (SSIS) involves classifying and grouping image pixels into distinct object instances using limited labeled data. This learning paradigm usually faces a significant challenge of unstable performance…

计算机视觉与模式识别 · 计算机科学 2025-05-19 Jianghang Lin , Yilin Lu , Yunhang Shen , Chaoyang Zhu , Shengchuan Zhang , Liujuan Cao , Rongrong Ji

Open-vocabulary image segmentation has been advanced through the synergy between mask generators and vision-language models like Contrastive Language-Image Pre-training (CLIP). Previous approaches focus on generating masks while aligning…

计算机视觉与模式识别 · 计算机科学 2025-03-13 Quan-Sheng Zeng , Yunheng Li , Daquan Zhou , Guanbin Li , Qibin Hou , Ming-Ming Cheng

Despite the success of deep learning methods in medical image segmentation tasks, the human-level performance relies on massive training data with high-quality annotations, which are expensive and time-consuming to collect. The fact is that…

计算机视觉与模式识别 · 计算机科学 2021-06-22 Jialin Shi , Ji Wu

We propose Mask Auto-Labeler (MAL), a high-quality Transformer-based mask auto-labeling framework for instance segmentation using only box annotations. MAL takes box-cropped images as inputs and conditionally generates their mask…

计算机视觉与模式识别 · 计算机科学 2023-01-11 Shiyi Lan , Xitong Yang , Zhiding Yu , Zuxuan Wu , Jose M. Alvarez , Anima Anandkumar

Existing open-vocabulary image segmentation methods require a fine-tuning step on mask labels and/or image-text datasets. Mask labels are labor-intensive, which limits the number of categories in segmentation datasets. Consequently, the…

计算机视觉与模式识别 · 计算机科学 2024-05-08 Shuyang Sun , Runjia Li , Philip Torr , Xiuye Gu , Siyang Li

Learning semantic segmentation models under image-level supervision is far more challenging than under fully supervised setting. Without knowing the exact pixel-label correspondence, most weakly-supervised methods rely on external models to…

计算机视觉与模式识别 · 计算机科学 2018-10-17 Zi-Yi Ke , Chiou-Ting Hsu

Being able to segment unseen classes not observed during training is an important technical challenge in deep learning, because of its potential to reduce the expensive annotation required for semantic segmentation. Prior zero-label…

计算机视觉与模式识别 · 计算机科学 2021-04-26 Giuseppe Pastore , Fabio Cermelli , Yongqin Xian , Massimiliano Mancini , Zeynep Akata , Barbara Caputo

An instance with a bad mask might make a composite image that uses it look fake. This encourages us to learn segmentation by generating realistic composite images. To achieve this, we propose a novel framework that exploits a new proposed…

计算机视觉与模式识别 · 计算机科学 2018-11-14 Songmin Dai , Xiaoqiang Li , Lu Wang , Pin Wu , Weiqin Tong , Yimin Chen