中文
相关论文

相关论文: Weakly-Supervised Semantic Segmentation by Iterati…

200 篇论文

Reliable classification and detection of certain medical conditions, in images, with state-of-the-art semantic segmentation networks, require vast amounts of pixel-wise annotation. However, the public availability of such datasets is…

计算机视觉与模式识别 · 计算机科学 2023-03-17 Erik Ostrowski , Bharath Srinivas Prabakaran , Muhammad Shafique

We propose a weakly-supervised approach that takes image-sentence pairs as input and learns to visually ground (i.e., localize) arbitrary linguistic phrases, in the form of spatial attention masks. Specifically, the model is trained with…

计算机视觉与模式识别 · 计算机科学 2017-05-04 Fanyi Xiao , Leonid Sigal , Yong Jae Lee

Acquiring sufficient ground-truth supervision to train deep visual models has been a bottleneck over the years due to the data-hungry nature of deep learning. This is exacerbated in some structured prediction tasks, such as semantic…

计算机视觉与模式识别 · 计算机科学 2020-12-10 Xueyi Li , Tianfei Zhou , Jianwu Li , Yi Zhou , Zhaoxiang Zhang

We propose a novel deep neural network architecture for semi-supervised semantic segmentation using heterogeneous annotations. Contrary to existing approaches posing semantic segmentation as a single task of region-based classification, our…

计算机视觉与模式识别 · 计算机科学 2015-06-18 Seunghoon Hong , Hyeonwoo Noh , Bohyung Han

The new era of image segmentation leveraging the power of Deep Neural Nets (DNNs) comes with a price tag: to train a neural network for pixel-wise segmentation, a large amount of training samples has to be manually labeled on…

计算机视觉与模式识别 · 计算机科学 2023-03-01 Clemens Seibold , Johannes Künzel , Anna Hilsmann , Peter Eisert

Trained using only image class label, deep weakly supervised methods allow image classification and ROI segmentation for interpretability. Despite their success on natural images, they face several challenges over histology data where ROI…

图像与视频处理 · 电气工程与系统科学 2022-05-13 Soufiane Belharbi , Jérôme Rony , Jose Dolz , Ismail Ben Ayed , Luke McCaffrey , Eric Granger

Compared to conventional semantic segmentation with pixel-level supervision, Weakly Supervised Semantic Segmentation (WSSS) with image-level labels poses the challenge that it always focuses on the most discriminative regions, resulting in…

计算机视觉与模式识别 · 计算机科学 2023-12-19 Jingxuan He , Lechao Cheng , Chaowei Fang , Zunlei Feng , Tingting Mu , Mingli Song

We consider the task of learning a classifier for semantic segmentation using weak supervision in the form of image labels which specify the object classes present in the image. Our method uses deep convolutional neural networks (CNNs) and…

计算机视觉与模式识别 · 计算机科学 2017-11-07 Qinbin Hou , Puneet Kumar Dokania , Daniela Massiceti , Yunchao Wei , Ming-Ming Cheng , Philip Torr

Salient segmentation aims to segment out attention-grabbing regions, a critical yet challenging task and the foundation of many high-level computer vision applications. It requires semantic-aware grouping of pixels into salient regions and…

计算机视觉与模式识别 · 计算机科学 2019-02-13 Michael Kampffmeyer , Nanqing Dong , Xiaodan Liang , Yujia Zhang , Eric P. Xing

We propose a simple and efficient algorithm for learning sparse invariant representations from unlabeled data with fast inference. When trained on short movies sequences, the learned features are selective to a range of orientations and…

计算机视觉与模式识别 · 计算机科学 2011-05-27 Karol Gregor , Yann LeCun

Audio-visual segmentation is a challenging task that aims to predict pixel-level masks for sound sources in a video. Previous work applied a comprehensive manually designed architecture with countless pixel-wise accurate masks as…

计算机视觉与模式识别 · 计算机科学 2023-11-28 Shentong Mo , Bhiksha Raj

This paper presents a simple but performant semi-supervised semantic segmentation approach, called CorrMatch. Previous approaches mostly employ complicated training strategies to leverage unlabeled data but overlook the role of correlation…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Boyuan Sun , Yuqi Yang , Le Zhang , Ming-Ming Cheng , Qibin Hou

The need for labour intensive pixel-wise annotation is a major limitation of many fully supervised learning methods for segmenting bioimages that can contain numerous object instances with thin separations. In this paper, we introduce a…

计算机视觉与模式识别 · 计算机科学 2020-09-11 Rihuan Ke , Aurélie Bugeau , Nicolas Papadakis , Peter Schuetz , Carola-Bibiane Schönlieb

Weakly supervised object detection has recently received much attention, since it only requires image-level labels instead of the bounding-box labels consumed in strongly supervised learning. Nevertheless, the save in labeling expense is…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Jiajie Wang , Jiangchao Yao , Ya Zhang , Rui Zhang

Classification networks can be used to localize and segment objects in images by means of class activation maps (CAMs). However, without pixel-level annotations, classification networks are known to (1) mainly focus on discriminative…

计算机视觉与模式识别 · 计算机科学 2023-04-05 Arvi Jonnarth , Michael Felsberg

The performance of the state-of-the-art image segmentation methods heavily relies on the high-quality annotations, which are not easily affordable, particularly for medical data. To alleviate this limitation, in this study, we propose a…

机器学习 · 统计学 2019-08-20 Aliasghar Mortazi , Naji Khosravan , Drew A. Torigian , Sila Kurugol , Ulas Bagci

In the weakly supervised localization setting, supervision is given as an image-level label. We propose to employ an image classifier $f$ and to train a generative network $g$ that outputs, given the input image, a per-pixel weight map that…

计算机视觉与模式识别 · 计算机科学 2021-11-30 Tal Shaharabany , Lior Wolf

The crux of semi-supervised semantic segmentation is to assign adequate pseudo-labels to the pixels of unlabeled images. A common practice is to select the highly confident predictions as the pseudo ground-truth, but it leads to a problem…

计算机视觉与模式识别 · 计算机科学 2022-03-15 Yuchao Wang , Haochen Wang , Yujun Shen , Jingjing Fei , Wei Li , Guoqiang Jin , Liwei Wu , Rui Zhao , Xinyi Le

We investigate a principle way to progressively mine discriminative object regions using classification networks to address the weakly-supervised semantic segmentation problems. Classification networks are only responsive to small and…

计算机视觉与模式识别 · 计算机科学 2018-05-29 Yunchao Wei , Jiashi Feng , Xiaodan Liang , Ming-Ming Cheng , Yao Zhao , Shuicheng Yan

Removing supervision in semantic segmentation is still tricky. Current approaches can deal with common categorical patterns yet resort to multi-stage architectures. We design a novel end-to-end model leveraging local-global patch matching…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Simone Rossetti , Nico Samà , Fiora Pirri