paper-with-me

Papers

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 (precisely localized along the object's contour). There are two methods to evaluate crisp boundary performance. One uses more strict tolerance to measure the distance between the ground truth and the detected contour. The other focuses on evaluating the contour map without any postprocessing. In this study, we analyze both methods and conclude that both methods are two aspects of crisp contour evaluation. Accordingly, we propose a novel network named deep refinement network (DRNet) that stacks multiple refinement modules to achieve richer feature representation and a novel loss function, which combines cross-entropy and dice loss through effective adaptive fusion. Experimental results demonstrated that we achieve state-of-the-art performance for several available datasets.

📄 PDF Abstract BibTeX arXiv:2102.01301

Code (0)

등록된 구현이 없습니다.

Tasks

Boundary Detection

Methods 이 논문이 사용한 방법론

Dice Loss \begin{equation} DiceLoss\left( y, \overline{p} \right) = 1 - \dfrac{\left( 2y\overline{p} + 1 \right)} {\left( y+\overline{p } + 1 \right)} \end{equation}

Similar Papers 제목 키워드 기반

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

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

Edge Detection for Organ Boundaries via Top Down Refinement and SubPixel Upsampling

2025-08-09 · Aarav Mehta, Priya Deshmukh, Vikram Singh, Siddharth Malhotra 외 arxiv

Accurate localization of organ boundaries is critical in medical imaging for segmentation, registration, surgical planning, and radiotherapy. While deep convolutional networks (ConvNets) have advanced general-purpose edg…

Computational EfficiencyImage RegistrationEdge Detection

EasyControlEdge: A Foundation-Model Fine-Tuning for Edge Detection

2026-02-18 · Hiroki Nakamura, Hiroto Iino, Masashi Okada, Tadahiro Taniguchi arxiv

We propose EasyControlEdge, adapting an image-generation foundation model to edge detection. In real-world edge detection (e.g., floor-plan walls, satellite roads/buildings, and medical organ boundaries), crispness and d…

Edge Detection

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