SOTAVerified

Richer Convolutional Features for Edge Detection

2016-12-07CVPR 2017Code Available1· sign in to hype

Yun Liu, Ming-Ming Cheng, Xiao-Wei Hu, Kai Wang, Xiang Bai

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we propose an accurate edge detector using richer convolutional features (RCF). Since objects in nature images have various scales and aspect ratios, the automatically learned rich hierarchical representations by CNNs are very critical and effective to detect edges and object boundaries. And the convolutional features gradually become coarser with receptive fields increasing. Based on these observations, our proposed network architecture makes full use of multiscale and multi-level information to perform the image-to-image edge prediction by combining all of the useful convolutional features into a holistic framework. It is the first attempt to adopt such rich convolutional features in computer vision tasks. Using VGG16 network, we achieve results on several available datasets. When evaluating on the well-known BSDS500 benchmark, we achieve ODS F-measure of .811 while retaining a fast speed (8 FPS). Besides, our fast version of RCF achieves ODS F-measure of .806 with 30 FPS.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BIPEDRCFODS0.85Unverified
MDBDRCFODS0.88Unverified

Reproductions