English

The Curious Case of Convex Neural Networks

Machine Learning 2021-07-13 v3 Machine Learning

Abstract

In this paper, we investigate a constrained formulation of neural networks where the output is a convex function of the input. We show that the convexity constraints can be enforced on both fully connected and convolutional layers, making them applicable to most architectures. The convexity constraints include restricting the weights (for all but the first layer) to be non-negative and using a non-decreasing convex activation function. Albeit simple, these constraints have profound implications on the generalization abilities of the network. We draw three valuable insights: (a) Input Output Convex Neural Networks (IOC-NNs) self regularize and reduce the problem of overfitting; (b) Although heavily constrained, they outperform the base multi layer perceptrons and achieve similar performance as compared to base convolutional architectures and (c) IOC-NNs show robustness to noise in train labels. We demonstrate the efficacy of the proposed idea using thorough experiments and ablation studies on standard image classification datasets with three different neural network architectures.

Keywords

Cite

@article{arxiv.2006.05103,
  title  = {The Curious Case of Convex Neural Networks},
  author = {Sarath Sivaprasad and Ankur Singh and Naresh Manwani and Vineet Gandhi},
  journal= {arXiv preprint arXiv:2006.05103},
  year   = {2021}
}

Comments

20 pages, accepted at ECML-PKDD