English

Semi-Supervised Learning via Compact Latent Space Clustering

Machine Learning 2018-07-31 v2 Computer Vision and Pattern Recognition Neural and Evolutionary Computing Machine Learning

Abstract

We present a novel cost function for semi-supervised learning of neural networks that encourages compact clustering of the latent space to facilitate separation. The key idea is to dynamically create a graph over embeddings of labeled and unlabeled samples of a training batch to capture underlying structure in feature space, and use label propagation to estimate its high and low density regions. We then devise a cost function based on Markov chains on the graph that regularizes the latent space to form a single compact cluster per class, while avoiding to disturb existing clusters during optimization. We evaluate our approach on three benchmarks and compare to state-of-the art with promising results. Our approach combines the benefits of graph-based regularization with efficient, inductive inference, does not require modifications to a network architecture, and can thus be easily applied to existing networks to enable an effective use of unlabeled data.

Keywords

Cite

@article{arxiv.1806.02679,
  title  = {Semi-Supervised Learning via Compact Latent Space Clustering},
  author = {Konstantinos Kamnitsas and Daniel C. Castro and Loic Le Folgoc and Ian Walker and Ryutaro Tanno and Daniel Rueckert and Ben Glocker and Antonio Criminisi and Aditya Nori},
  journal= {arXiv preprint arXiv:1806.02679},
  year   = {2018}
}

Comments

Presented as a long oral in ICML 2018. Post-conference camera ready

R2 v1 2026-06-23T02:22:27.683Z