paper-with-me

홈 › Papers

Deeply-Supervised Nets

2014-09-18 · Chen-Yu Lee, Saining Xie, Patrick Gallagher, Zhengyou Zhang, Zhuowen Tu

Our proposed deeply-supervised nets (DSN) method simultaneously minimizes classification error while making the learning process of hidden layers direct and transparent. We make an attempt to boost the classification performance by studying a new formulation in deep networks. Three aspects in convolutional neural networks (CNN) style architectures are being looked at: (1) transparency of the intermediate layers to the overall classification; (2) discriminativeness and robustness of learned features, especially in the early layers; (3) effectiveness in training due to the presence of the exploding and vanishing gradients. We introduce "companion objective" to the individual hidden layers, in addition to the overall objective at the output layer (a different strategy to layer-wise pre-training). We extend techniques from stochastic gradient methods to analyze our algorithm. The advantage of our method is evident and our experimental result on benchmark datasets shows significant performance gain over existing methods (e.g. all state-of-the-art results on MNIST, CIFAR-10, CIFAR-100, and SVHN).

📄 PDF Abstract BibTeX arXiv:1409.5185

Code (1)

ellisdg/3DUnetCNN pytorch

Tasks

ClassificationGeneral ClassificationImage Classification

Similar Papers 제목 키워드 기반

Deeply-Supervised Recurrent Convolutional Neural Network for Saliency Detection

2016-08-18 · Youbao Tang, Xiangqian Wu, Wei Bu

This paper proposes a novel saliency detection method by developing a deeply-supervised recurrent convolutional neural network (DSRCNN), which performs a full image-to-image saliency prediction. For saliency detection, t…

Saliency DetectionSaliency Prediction

Learning Deeply Shared Filter Bases for Efficient ConvNets

2021-01-01 · Woochul Kang, Daeyeon Kim

Recently, inspired by repetitive block structure of modern ConvNets, such as ResNets, parameter-sharing among repetitive convolution layers has been proposed to reduce the size of parameters. However, naive sharing of …

Deeply-Fused Nets

2016-05-25 · Jingdong Wang, Zhen Wei, Ting Zhang, Wen-Jun Zeng

In this paper, we present a novel deep learning approach, deeply-fused nets. The central idea of our approach is deep fusion, i.e., combine the intermediate representations of base networks, where the fused output serves…

Holistically-Nested Edge Detection

2015-04-24 · ICCV 2015 12 · Saining Xie, Zhuowen Tu

We develop a new edge detection algorithm that tackles two important issues in this long-standing vision problem: (1) holistic image training and prediction; and (2) multi-scale and multi-level feature learning. Our prop…

Boundary DetectionEdge Detection

Structured Coupled Generative Adversarial Networks for Unsupervised Monocular Depth Estimation

2019-08-15 · Mihai Marian Puscas, Dan Xu, Andrea Pilzer, Nicu Sebe

Inspired by the success of adversarial learning, we propose a new end-to-end unsupervised deep learning framework for monocular depth estimation consisting of two Generative Adversarial Networks (GAN), deeply coupled wit…

Depth EstimationMonocular Depth EstimationUnsupervised Monocular Depth Estimation