paper-with-me

Papers

Semi-Supervised Learning with Ladder Networks

2015-07-09 · NeurIPS 2015 12 · Antti Rasmus, Harri Valpola, Mikko Honkala, Mathias Berglund, Tapani Raiko

We combine supervised learning with unsupervised learning in deep neural networks. The proposed model is trained to simultaneously minimize the sum of supervised and unsupervised cost functions by backpropagation, avoiding the need for layer-wise pre-training. Our work builds on the Ladder network proposed by Valpola (2015), which we extend by combining the model with supervision. We show that the resulting model reaches state-of-the-art performance in semi-supervised MNIST and CIFAR-10 classification, in addition to permutation-invariant MNIST classification with all labels.

📄 PDF Abstract BibTeX arXiv:1507.02672

Code (10)

arasmus/ladder 공식 구현
AbhinavS99/Ladder-Networks-for-Sign-Languages tf
CuriousAI/ladder
DevD1092/face_emotion_recog tf
NaturalHistoryMuseum/semantic-segmentation pytorch
Pongpisit-Thanasutives/Multi-task-Physics-informed-neural-networks pytorch
brandonrobertz/AcademicUrlTitles
divamgupta/ladder_network_keras tf
jubueche/Convolutional-LadderNet tf
udibr/LRE

Tasks

General ClassificationSemi-Supervised Image Classification

Similar Papers 제목 키워드 기반

Ladder Networks for Semi-Supervised Hyperspectral Image Classification

2018-12-04 · Julian Büchel, Okan Ersoy

We used the Ladder Network [Rasmus et al. (2015)] to perform Hyperspectral Image Classification in a semi-supervised setting. The Ladder Network distinguishes itself from other semi-supervised methods by jointly optimizi…

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

Semi-Supervised Phoneme Recognition with Recurrent Ladder Networks

2017-06-07 · Marian Tietz, Tayfun Alpay, Johannes Twiefel, Stefan Wermter

Ladder networks are a notable new concept in the field of semi-supervised learning by showing state-of-the-art results in image recognition tasks while being compatible with many existing neural architectures. We present…

Phoneme Recognition

Deconstructing the Ladder Network Architecture

2015-11-19 · Mohammad Pezeshki, Linxi Fan, Philemon Brakel, Aaron Courville 외

The Manual labeling of data is and will remain a costly endeavor. For this reason, semi-supervised learning remains a topic of practical importance. The recently proposed Ladder Network is one such approach that has prov…

Denoising

Virtual Adversarial Ladder Networks For Semi-supervised Learning

2017-11-20 · Saki Shinoda, Daniel E. Worrall, Gabriel J. Brostow

Semi-supervised learning (SSL) partially circumvents the high cost of labeling data by augmenting a small labeled dataset with a large and relatively cheap unlabeled dataset drawn from the same distribution. This paper o…

Keep Your Bearings: Lightly-Supervised Information Extraction with Ladder Networks That Avoids Semantic Drift

2018-06-01 · NAACL 2018 6 · Ajay Nagesh, Mihai Surdeanu

We propose a novel approach to semi-supervised learning for information extraction that uses ladder networks (Rasmus et al., 2015). In particular, we focus on the task of named entity classification, defined as identifyi…

DenoisingGeneral Classification