paper-with-me

홈 › Papers

DASNet: Reducing Pixel-level Annotations for Instance and Semantic Segmentation

2018-09-17 · Chuang Niu, Shenghan Ren, Jimin Liang

Pixel-level annotation demands expensive human efforts and limits the performance of deep networks that usually benefits from more such training data. In this work we aim to achieve high quality instance and semantic segmentation results over a small set of pixel-level mask annotations and a large set of box annotations. The basic idea is exploring detection models to simplify the pixel-level supervised learning task and thus reduce the required amount of mask annotations. Our architecture, named DASNet, consists of three modules: detection, attention, and segmentation. The detection module detects all classes of objects, the attention module generates multi-scale class-specific features, and the segmentation module recovers the binary masks. Our method demonstrates substantially improved performance compared to existing semi-supervised approaches on PASCAL VOC 2012 dataset.

📄 PDF Abstract BibTeX arXiv:1809.06013

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Fruit Detection, Segmentation and 3D Visualisation of Environments in Apple Orchards

2019-11-28 · Hanwen Kang, Chao Chen

Robotic harvesting of fruits in orchards is a challenging task, since high density and overlapping of fruits and branches can heavily impact the success rate of robotic harvesting. Therefore, the vision system is demande…

Computational EfficiencyInstance SegmentationSegmentationSemantic Segmentation

DASNet: Dynamic Activation Sparsity for Neural Network Efficiency Improvement

2019-09-13 · Qing Yang, Jiachen Mao, Zuoguan Wang, Hai Li

To improve the execution speed and efficiency of neural networks in embedded systems, it is crucial to decrease the model size and computational complexity. In addition to conventional compression techniques, e.g., weigh…

Quantization

BAISeg: Boundary Assisted Weakly Supervised Instance Segmentation

2024-05-27 · Tengbo Wang, Yu Bai

How to extract instance-level masks without instance-level supervision is the main challenge of weakly supervised instance segmentation (WSIS). Popular WSIS methods estimate a displacement field (DF) via learning inter-p…

Boundary DetectionClusteringInstance SegmentationSegmentation+2

CamoTeacher: Dual-Rotation Consistency Learning for Semi-Supervised Camouflaged Object Detection

2024-08-15 · Xunfa Lai, Zhiyu Yang, Jie Hu, Shengchuan Zhang 외

Existing camouflaged object detection~(COD) methods depend heavily on large-scale pixel-level annotations.However, acquiring such annotations is laborious due to the inherent camouflage characteristics of the objects.Sem…

object-detectionObject DetectionPseudo Label

Deep Networks with Internal Selective Attention through Feedback Connections

2014-07-11 · NeurIPS 2014 12 · Marijn Stollenga, Jonathan Masci, Faustino Gomez, Juergen Schmidhuber

Traditional convolutional neural networks (CNN) are stationary and feedforward. They neither change their parameters during evaluation nor use feedback from higher to lower layers. Real brains, however, do. So does our D…

Deep AttentionGeneral Classification