paper-with-me

홈 › Papers

Devil is in the Edges: Learning Semantic Boundaries from Noisy Annotations

2019-04-16 · CVPR 2019 6 · David Acuna, Amlan Kar, Sanja Fidler

We tackle the problem of semantic boundary prediction, which aims to identify pixels that belong to object(class) boundaries. We notice that relevant datasets consist of a significant level of label noise, reflecting the fact that precise annotations are laborious to get and thus annotators trade-off quality with efficiency. We aim to learn sharp and precise semantic boundaries by explicitly reasoning about annotation noise during training. We propose a simple new layer and loss that can be used with existing learning-based boundary detectors. Our layer/loss enforces the detector to predict a maximum response along the normal direction at an edge, while also regularizing its direction. We further reason about true object boundaries during training using a level set formulation, which allows the network to learn from misaligned labels in an end-to-end fashion. Experiments show that we improve over the CASENet backbone network by more than 4% in terms of MF(ODS) and 18.61% in terms of AP, outperforming all current state-of-the-art methods including those that deal with alignment. Furthermore, we show that our learned network can be used to significantly improve coarse segmentation labels, lending itself as an efficient way to label new data.

📄 PDF Abstract BibTeX arXiv:1904.07934

Code (1)

nv-tlabs/STEAL pytorch

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

MonoBox: Tightness-free Box-supervised Polyp Segmentation using Monotonicity Constraint

2024-04-01 · Qiang Hu, Zhenyu Yi, Ying Zhou, Fan Huang 외

We propose MonoBox, an innovative box-supervised segmentation method constrained by monotonicity to liberate its training from the user-unfriendly box-tightness assumption. In contrast to conventional box-supervised segm…

Multiple Instance LearningSegmentation

The devil is in the object boundary: towards annotation-free instance segmentation using Foundation Models

2024-04-18 · Cheng Shi, Sibei Yang

Foundation models, pre-trained on a large amount of data have demonstrated impressive zero-shot capabilities in various downstream tasks. However, in object detection and instance segmentation, two fundamental computer v…

Instance SegmentationObjectobject-detectionObject Detection+3

Robust Unsupervised Domain Adaptation by Retaining Confident Entropy via Edge Concatenation

2023-10-11 · Hye-Seong Hong, Abhishek Kumar, Dong-Gyu Lee

The generalization capability of unsupervised domain adaptation can mitigate the need for extensive pixel-level annotations to train semantic segmentation networks by training models on synthetic data as a source with co…

Domain AdaptationObjectSemantic SegmentationUnsupervised Domain Adaptation

Unsupervised Learning of Edges

2015-11-13 · CVPR 2016 6 · Yin Li, Manohar Paluri, James M. Rehg, Piotr Dollár

Data-driven approaches for edge detection have proven effective and achieve top results on modern benchmarks. However, all current data-driven edge detectors require manual supervision for training in the form of hand-la…

Edge DetectionFormMotion Estimationobject-detection+1

DeViL: Decoding Vision features into Language

2023-09-04 · Meghal Dani, Isabel Rio-Torto, Stephan Alaniz, Zeynep Akata

Post-hoc explanation methods have often been criticised for abstracting away the decision-making process of deep neural networks. In this work, we would like to provide natural language descriptions for what different la…

Decision MakingLanguage ModelingLanguage Modelling