paper-with-me

홈 › Papers

Reducing the number of neurons of Deep ReLU Networks based on the current theory of Regularization

2021-01-01 · Jakob Heiss, Alexis Stockinger, Josef Teichmann

We introduce a new Reduction Algorithm which makes use of the properties of ReLU neurons to reduce significantly the number of neurons in a trained Deep Neural Network. This algorithm is based on the recent theory of implicit and explicit regularization in Deep ReLU Networks from (Maennel et al, 2018) and the authors. We discuss two experiments which illustrate the efficiency of the algorithm to reduce the number of neurons significantly with provably almost no change of the learned function in the convex hull of the training data (and therefore almost no loss in accuracy).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

DeepShare: Sharing ReLU Across Channels and Layers for Efficient Private Inference

2025-12-19 · Yonathan Bornfeld, Shai Avidan arxiv

Private Inference (PI) uses cryptographic primitives to perform privacy preserving machine learning. In this setting, the owner of the network runs inference on the data of the client without learning anything about the …

Image Segmentation

On the Convergence Rate of Training Recurrent Neural Networks

2018-10-29 · NeurIPS 2019 12 · Zeyuan Allen-Zhu, Yuanzhi Li, Zhao Song

How can local-search methods such as stochastic gradient descent (SGD) avoid bad local minima in training multi-layer neural networks? Why can they fit random labels even given non-convex and non-smooth architectures? Mo…

Neural Networks are Convex Regularizers: Exact Polynomial-time Convex Optimization Formulations for Two-layer Networks

2020-02-24 · ICML 2020 1 · Mert Pilanci, Tolga Ergen

We develop exact representations of training two-layer neural networks with rectified linear units (ReLUs) in terms of a single convex program with number of variables polynomial in the number of training samples and the…

Mean-field Analysis of Piecewise Linear Solutions for Wide ReLU Networks

2021-11-03 · Alexander Shevchenko, Vyacheslav Kungurtsev, Marco Mondelli

Understanding the properties of neural networks trained via stochastic gradient descent (SGD) is at the heart of the theory of deep learning. In this work, we take a mean-field view, and consider a two-layer ReLU network…

Activation Functions: Do They Represent A Trade-Off Between Modular Nature of Neural Networks And Task Performance

2020-09-16 · Himanshu Pradeep Aswani, Amit Sethi

Current research suggests that the key factors in designing neural network architectures involve choosing number of filters for every convolution layer, number of hidden neurons for every fully connected layer, dropout a…