paper-with-me

Papers

Learning to predict crisp boundaries

2018-07-26 · ECCV 2018 9 · Ruoxi Deng, Chunhua Shen, Shengjun Liu, Huibing Wang, Xinru Liu

Recent methods for boundary or edge detection built on Deep Convolutional Neural Networks (CNNs) typically suffer from the issue of predicted edges being thick and need post-processing to obtain crisp boundaries. Highly imbalanced categories of boundary versus background in training data is one of main reasons for the above problem. In this work, the aim is to make CNNs produce sharp boundaries without post-processing. We introduce a novel loss for boundary detection, which is very effective for classifying imbalanced data and allows CNNs to produce crisp boundaries. Moreover, we propose an end-to-end network which adopts the bottom-up/top-down architecture to tackle the task. The proposed network effectively leverages hierarchical features and produces pixel-accurate boundary mask, which is critical to reconstruct the edge map. Our experiments illustrate that directly making crisp prediction not only promotes the visual results of CNNs, but also achieves better results against the state-of-the-art on the BSDS500 dataset (ODS F-score of .815) and the NYU Depth dataset (ODS F-score of .762).

📄 PDF Abstract BibTeX arXiv:1807.10097

Code (1)

yunfan1202/Delving-into-Crispness pytorch

Tasks

Boundary DetectionEdge Detection

Similar Papers 제목 키워드 기반

MEMO: Human-like Crisp Edge Detection Using Masked Edge Prediction

2026-03-21 · Jiaxin Cheng, Yue Wu, Yicong Zhou arxiv

Learning-based edge detection models trained with cross-entropy loss often suffer from thick edge predictions, which deviate from the crisp, single-pixel annotations typically provided by humans. While previous approache…

Edge Detection

Deep Crisp Boundaries: From Boundaries to Higher-level Tasks

2018-01-08 · Yupei Wang, Xin Zhao, Yin Li, Kaiqi Huang

Edge detection has made significant progress with the help of deep Convolutional Networks (ConvNet). These ConvNet based edge detectors have approached human level performance on standard benchmarks. We provide a systema…

Edge DetectionObject Proposal GenerationOptical Flow EstimationSemantic Segmentation

Learning Crisp Boundaries Using Deep Refinement Network and Adaptive Weighting Loss

2021-02-02 · Yi-Jun Cao, Chuan Lin, Yong-Jie Li

Significant progress has been made in boundary detection with the help of convolutional neural networks. Recent boundary detection models not only focus on real object boundary detection but also "crisp" boundaries (prec…

Boundary Detection

Deep Crisp Boundaries

2017-07-01 · CVPR 2017 7 · Yupei Wang, Xin Zhao, Kaiqi Huang

Edge detection had made significant progress with the help of deep Convolutional Networks (ConvNet). ConvNet based edge detectors approached human level performance on standard benchmarks. We provide a systematical study…

Edge DetectionOptical Flow Estimation

Learning Crisp Edge Detector Using Logical Refinement Network

2020-07-24 · Luyan Liu, Kai Ma, Yefeng Zheng

Edge detection is a fundamental problem in different computer vision tasks. Recently, edge detection algorithms achieve satisfying improvement built upon deep learning. Although most of them report favorable evaluation s…

Edge Detection