深度学习论文笔记之(一)HED边缘检测

该博客详细介绍了基于深度学习的Holistically-Nested Edge Detection(HED)方法,利用全卷积网络实现端到端的图像到边缘图的转换。通过多层侧输出学习多尺度特征,解决了传统边缘检测的不足。实验表明,HED在速度和性能上优于patch-based CNN方法,采用class-balanced交叉熵损失函数和加权融合层优化结果。博客讨论了网络架构的调整,如基于VGG网络的修剪,并在BSDS 500数据集上进行了实验验证。
摘要由CSDN通过智能技术生成

Abstract

  • 创新点: 用cnn做edge detection (HED),端到端
  • 解决两个问题:
    1)holistic(整体的) image training and prediction;
    2)multi-scale and multi-level feature learning;
  • 特点 :
    1. 端到端:image-to-image
    2. 基于FCN和VGG 改进
    3. 通过多个side output输出不同scale的边缘,然后通过一个训练的权重融合函数得到最终的边缘输出。可以solve edge 和物体boundaries的ambiguity
  • 工程主页:https://github.com/s9xie/hed

1 Introduction

典型的边缘检测工作:
I: early pioneering methods Sobel detector、Canny detector
II: information theory Statistical Edges [22], Pb [28], and gPb [1];
III:learning-based methods that remain reliant on features of human design, such as BEL [5], Multi-scale [30], Sketch Tokens [24], and Structured Edges [6]
IV:cnn N4-Fields [10], Deep- Contour [34], DeepEdge [2], and CSCNN [19].

We tackles two critical issues: (1) holistic image training and prediction, inspired by fully convolutional neural networks [26], for image-to-image classification (the system takes an image as input, and directly produces the edge map image as output); and (2) nested multi-scale feature learning, inspired by deeply-supervised nets [23], that performs deep layer supervision to “guide” early classification results.

2 Holistically-Nested Edge Detection

A recent wave of work using CNN for patch-based edge prediction [10, 34, 2, 19]基于三个方面:
(1

  • 4
    点赞
  • 58
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值