Richer Convolutional Features for Edge Detection
About
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 \sArt results on several available datasets. When evaluating on the well-known BSDS500 benchmark, we achieve ODS F-measure of \textbf{.811} while retaining a fast speed (\textbf{8} FPS). Besides, our fast version of RCF achieves ODS F-measure of \textbf{.806} with \textbf{30} FPS.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Boundary Detection | BSDS 500 (test) | ODS81.1 | 185 | |
| Edge Detection | NYUDv2 (test) | ODS Score76.5 | 93 | |
| Edge Detection | BSDS v1 (test) | ODS79.8 | 32 | |
| Edge Detection | BIPED (test) | ODS84.9 | 31 | |
| Boundary Detection | Multicue Boundary | ODS82.5 | 26 | |
| Edge Detection | MDBD (test) | ODS87.9 | 18 | |
| Edge Detection | NYUD Standard Evaluation - SEval v2 (val) | ODS74.5 | 17 | |
| Edge Detection | Multicue Edge | ODS86 | 15 | |
| Edge Detection | Multi-Cue | ODS85.7 | 13 | |
| Edge Detection | NYUD Crispness-emphasized evaluation - CEval v2 (val) | ODS Score39.8 | 13 |