State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations

Abstract

Machine learning promises methods that generalize well from finite labeled data. However, the brittleness of existing neural net approaches is revealed by notable failures, such as the existence of adversarial examples that are misclassified despite being nearly identical to a training example, or the inability of recurrent sequence-processing nets to stay on track without teacher forcing. We introduce a method, which we refer to as _state reification_, that involves modeling the distribution of hidden states over the training data and then projecting hidden states observed during testing toward this distribution. Our intuition is that if the network can remain in a familiar manifold of hidden space, subsequent layers of the net should be well trained to respond appropriately. We show that this state-reification method helps neural nets to generalize better, especially when labeled data are sparse, and also helps overcome the challenge of achieving robust generalization with adversarial training.

Cite

Text

Lamb et al. "State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations." International Conference on Machine Learning, 2019.

Markdown

[Lamb et al. "State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/lamb2019icml-statereification/)

BibTeX

@inproceedings{lamb2019icml-statereification,
  title     = {{State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations}},
  author    = {Lamb, Alex and Binas, Jonathan and Goyal, Anirudh and Subramanian, Sandeep and Mitliagkas, Ioannis and Bengio, Yoshua and Mozer, Michael},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {3622-3631},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/lamb2019icml-statereification/}
}