English

Unsupervised Representation Learning via Neural Activation Coding

Machine Learning 2021-12-09 v1 Computer Vision and Pattern Recognition

Abstract

We present neural activation coding (NAC) as a novel approach for learning deep representations from unlabeled data for downstream applications. We argue that the deep encoder should maximize its nonlinear expressivity on the data for downstream predictors to take full advantage of its representation power. To this end, NAC maximizes the mutual information between activation patterns of the encoder and the data over a noisy communication channel. We show that learning for a noise-robust activation code increases the number of distinct linear regions of ReLU encoders, hence the maximum nonlinear expressivity. More interestingly, NAC learns both continuous and discrete representations of data, which we respectively evaluate on two downstream tasks: (i) linear classification on CIFAR-10 and ImageNet-1K and (ii) nearest neighbor retrieval on CIFAR-10 and FLICKR-25K. Empirical results show that NAC attains better or comparable performance on both tasks over recent baselines including SimCLR and DistillHash. In addition, NAC pretraining provides significant benefits to the training of deep generative models. Our code is available at https://github.com/yookoon/nac.

Keywords

Cite

@article{arxiv.2112.04014,
  title  = {Unsupervised Representation Learning via Neural Activation Coding},
  author = {Yookoon Park and Sangho Lee and Gunhee Kim and David M. Blei},
  journal= {arXiv preprint arXiv:2112.04014},
  year   = {2021}
}

Comments

Published in International Conference on Machine Learning (ICML), 2021

R2 v1 2026-06-24T08:08:20.405Z