Deep Neural Nets with Interpolating Function as Output Activation
Machine Learning
2018-06-19 v3 Computer Vision and Pattern Recognition
Machine Learning
Abstract
We replace the output layer of deep neural nets, typically the softmax function, by a novel interpolating function. And we propose end-to-end training and testing algorithms for this new architecture. Compared to classical neural nets with softmax function as output activation, the surrogate with interpolating function as output activation combines advantages of both deep and manifold learning. The new framework demonstrates the following major advantages: First, it is better applicable to the case with insufficient training data. Second, it significantly improves the generalization accuracy on a wide variety of networks. The algorithm is implemented in PyTorch, and code will be made publicly available.
Cite
@article{arxiv.1802.00168,
title = {Deep Neural Nets with Interpolating Function as Output Activation},
author = {Bao Wang and Xiyang Luo and Zhen Li and Wei Zhu and Zuoqiang Shi and Stanley J. Osher},
journal= {arXiv preprint arXiv:1802.00168},
year = {2018}
}
Comments
11 pages, 4 figures