码迷,mamicode.com
首页 > Web开发 > 详细

DEEPLY SUPERVISED NETS

时间:2015-08-25 16:22:24      阅读:373      评论:0      收藏:0      [点我收藏+]

标签:

DEEPLY SUPERVISED NETS

技术分享

Fig1: Deeply-supervised Nets architecture and cost functions illustration

Abstract

We propose deeply-supervised nets (DSN), a method that simultaneously minimizes classification error while improving the directness and transparency of the hidden layer learning process. We focus our attention on three specific aspects in traditional convolutional-neural-network-type (CNN-type) architectures: (1) transparency in the effect that intermediate layers have on the overall classification; (2) discriminativeness and robustness of learned features, especially in early network layers; (3) training effectiveness in the face of “exploding” and “vanishing” gradients. To combat these issues, we introduce “companion” objective functions at each individual hidden layer, in addition to the overall objective function at the output layer (a strategy distinct from layer-wise pre-training). We also analyze our algorithm using techniques extended from stochastic gradient methods. The advantages provided by our method are evident in our experimental results on benchmark datasets, showing state-of-the-art performance on MNIST, CIFAR-10, CIFAR-100, and SVHN.

Experiments

Our results on several benchmark datasets are listed below:

技术分享

Fig2: Test accuracy on different benchmark datasets.

技术分享

Fig3: Visualization of the convolutional feature map learned by DSN

Code, preprocessed data and configuration files are available.

GET IT ON GITHUB


Publication

[1] Deeply-Supervised Nets [pdf][Arxiv version] 
Chen-Yu Lee*, Saining Xie*, Patrick Gallagher, Zhengyou Zhang, Zhuowen Tu 
(* indicates equal contributions) In Proceedings of AISTATS 2015 
An early and undocumented version presented at Deep Learning and Representation Learning Workshop, NIPS 2014


Disclosure

Deeply-supervised neural networks, Zhuowen Tu, Chen-Yu Lee, Saining Xie, 
UCSD Docket No. SD2014-313, May 22, 2014

 

DEEPLY SUPERVISED NETS

标签:

原文地址:http://www.cnblogs.com/yymn/p/4757550.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!