paper-with-me

홈 › Papers

Superseding Model Scaling by Penalizing Dead Units and Points with Separation Constraints

2019-09-25 · Carles Riera, Camilo Rey-Torres, Eloi Puertas, Oriol Pujol

In this article, we study a proposal that enables to train extremely thin (4 or 8 neurons per layer) and relatively deep (more than 100 layers) feedforward networks without resorting to any architectural modification such as Residual or Dense connections, data normalization or model scaling. We accomplish that by alleviating two problems. One of them are neurons whose output is zero for all the dataset, which renders them useless. This problem is known to the academic community as \emph{dead neurons}. The other is a less studied problem, dead points. Dead points refers to data points that are mapped to zero during the forward pass of the network. As such, the gradient generated by those points is not propagated back past the layer where they die, thus having no effect in the training process. In this work, we characterize both problems and propose a constraint formulation that added to the standard loss function solves them both. As an additional benefit, the proposed method allows to initialize the network weights with constant or even zero values and still allowing the network to converge to reasonable results. We show very promising results on a toy, MNIST, and CIFAR-10 datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting Dead Weights and Units in Neural Networks

2018-06-15 · Utku Evci

Deep Neural Networks are highly over-parameterized and the size of the neural networks can be reduced significantly after training without any decrease in performance. One can clearly see this phenomenon in a wide range …

Quantization

Denoising IMU Gyroscopes with Deep Learning for Open-Loop Attitude Estimation

2020-02-25 · Martin Brossard, Silvere Bonnabel, Axel Barrau

This paper proposes a learning method for denoising gyroscopes of Inertial Measurement Units (IMUs) using ground truth data, and estimating in real time the orientation (attitude) of a robot in dead reckoning. The obtain…

Denoising

Mean Replacement Pruning

2019-05-01 · ICLR 2019 5 · Utku Evci, Nicolas Le Roux, Pablo Castro, Leon Bottou

Pruning units in a deep network can help speed up inference and training as well as reduce the size of the model. We show that bias propagation is a pruning technique which consistently outperforms the common approach of…

Foundation Models to the Rescue: Deadlock Resolution in Connected Multi-Robot Systems

2024-04-09 · Kunal Garg, Songyuan Zhang, Jacob Arkin, Chuchu Fan

Connected multi-agent robotic systems (MRS) are prone to deadlocks in an obstacle environment where the robots can get stuck away from their desired locations under a smooth low-level control policy. Without an external …

Graph Neural NetworkPrompt Engineering

Synaptic Stripping: How Pruning Can Bring Dead Neurons Back To Life

2023-02-11 · Tim Whitaker, Darrell Whitley

Rectified Linear Units (ReLU) are the default choice for activation functions in deep neural networks. While they demonstrate excellent empirical performance, ReLU activations can fall victim to the dead neuron problem. …