paper-with-me

Papers

Reversible Recursive Instance-level Object Segmentation

2015-11-14 · CVPR 2016 6 · Xiaodan Liang, Yunchao Wei, Xiaohui Shen, Zequn Jie, Jiashi Feng, Liang Lin, Shuicheng Yan

In this work, we propose a novel Reversible Recursive Instance-level Object Segmentation (R2-IOS) framework to address the challenging instance-level object segmentation task. R2-IOS consists of a reversible proposal refinement sub-network that predicts bounding box offsets for refining the object proposal locations, and an instance-level segmentation sub-network that generates the foreground mask of the dominant object instance in each proposal. By being recursive, R2-IOS iteratively optimizes the two sub-networks during joint training, in which the refined object proposals and improved segmentation predictions are alternately fed into each other to progressively increase the network capabilities. By being reversible, the proposal refinement sub-network adaptively determines an optimal number of refinement iterations required for each proposal during both training and testing. Furthermore, to handle multiple overlapped instances within a proposal, an instance-aware denoising autoencoder is introduced into the segmentation sub-network to distinguish the dominant object from other distracting instances. Extensive experiments on the challenging PASCAL VOC 2012 benchmark well demonstrate the superiority of R2-IOS over other state-of-the-art methods. In particular, the $\text{AP}^r$ over $20$ classes at $0.5$ IoU achieves $66.7\%$, which significantly outperforms the results of $58.7\%$ by PFN~\cite{PFN} and $46.3\%$ by~\cite{liu2015multi}.

📄 PDF Abstract BibTeX arXiv:1511.04517

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingObjectSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Pseudo Mask Augmented Object Detection

2018-03-15 · CVPR 2018 6 · Xiangyun Zhao, Shuang Liang, Yichen Wei

In this work, we present a novel and effective framework to facilitate object detection with the instance-level segmentation information that is only supervised by bounding box annotation. Starting from the joint object …

Instance SegmentationObjectobject-detectionObject Detection+3

Multi-task deep learning for image segmentation using recursive approximation tasks

2020-05-26 · Rihuan Ke, Aurélie Bugeau, Nicolas Papadakis, Mark Kirkland 외

Fully supervised deep neural networks for segmentation usually require a massive amount of pixel-level labels which are manually expensive to create. In this work, we develop a multi-task learning method to relax this co…

Image SegmentationMulti-Task LearningObjectSegmentation+1

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

2020-06-03 · CVPR 2021 1 · Siyuan Qiao, Liang-Chieh Chen, Alan Yuille

Many modern object detectors demonstrate outstanding performances by using the mechanism of looking and thinking twice. In this paper, we explore this mechanism in the backbone design for object detection. At the macro l…

Instance SegmentationObjectobject-detectionObject Detection+3

Hierarchy Denoising Recursive Autoencoders for 3D Scene Layout Prediction

2019-03-09 · CVPR 2019 6 · Yifei Shi, Angel Xuan Chang, Zhelun Wu, Manolis Savva 외

Indoor scenes exhibit rich hierarchical structure in 3D object layouts. Many tasks in 3D scene understanding can benefit from reasoning jointly about the hierarchical context of a scene, and the identities of objects. We…

DenoisingObjectobject-detectionObject Detection+1

RUN: Reversible Unfolding Network for Concealed Object Segmentation

2025-01-30 · Chunming He, Rihan Zhang, Fengyang Xiao, Chenyu Fang 외

Existing concealed object segmentation (COS) methods frequently utilize reversible strategies to address uncertain regions. However, these approaches are typically restricted to the mask domain, leaving the potential of …

ObjectSegmentationSemantic Segmentation