paper-with-me

Papers

EDropout: Energy-Based Dropout and Pruning of Deep Neural Networks

2020-06-07 · Hojjat Salehinejad, Shahrokh Valaee

Dropout is a well-known regularization method by sampling a sub-network from a larger deep neural network and training different sub-networks on different subsets of the data. Inspired by the dropout concept, we propose EDropout as an energy-based framework for pruning neural networks in classification tasks. In this approach, a set of binary pruning state vectors (population) represents a set of corresponding sub-networks from an arbitrary provided original neural network. An energy loss function assigns a scalar energy loss value to each pruning state. The energy-based model stochastically evolves the population to find states with lower energy loss. The best pruning state is then selected and applied to the original network. Similar to dropout, the kept weights are updated using backpropagation in a probabilistic model. The energy-based model again searches for better pruning states and the cycle continuous. Indeed, this procedure is in fact switching between the energy model, which manages the pruning states, and the probabilistic model, which updates the temporarily unpruned weights, in each iteration. The population can dynamically converge to a pruning state. This can be interpreted as dropout leading to pruning the network. From an implementation perspective, EDropout can prune typical neural networks without modification of the network architecture. We evaluated the proposed method on different flavours of ResNets, AlexNet, and SqueezeNet on the Kuzushiji, Fashion, CIFAR-10, CIFAR-100, and Flowers datasets, and compared the pruning rate and classification performance of the models. On average the networks trained with EDropout achieved a pruning rate of more than $50\%$ of the trainable parameters with approximately $<5\%$ and $<1\%$ drop of Top-1 and Top-5 classification accuracy, respectively.

📄 PDF Abstract BibTeX arXiv:2006.04270

Code (2)

sparsifai/edropout 공식 구현 pytorch
sparsifai/epruning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음
Bitcoin Customer Service Number +1-833-534-1729 설명 없음
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…

Similar Papers 제목 키워드 기반

PLACE dropout: A Progressive Layer-wise and Channel-wise Dropout for Domain Generalization

2021-12-07 · Jintao Guo, Lei Qi, Yinghuan Shi, Yang Gao

Domain generalization (DG) aims to learn a generic model from multiple observed source domains that generalizes well to arbitrary unseen target domains without further training. The major challenge in DG is that the mode…

Domain Generalization

Targeted Dropout

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Aidan N. Gomez, Ivan Zhang, Kevin Swersky, Yarin Gal 외

Neural networks are extremely flexible models due to their large number of parameters, which is beneficial for learning, but also highly redundant. This makes it possible to compress neural networks without having a dras…

Modality-Aware Zero-Shot Pruning and Sparse Attention for Efficient Multimodal Edge Inference

2026-04-10 · Yueyuan Sui, Payal Mohapatra, Doğaç Eldenk, Haodong Yang 외 arxiv

Edge devices increasingly run multimodal sensing pipelines that must remain accurate despite fluctuating power budgets and unpredictable sensor dropout. Existing pruning methods fail under these conditions: they generall…

Synaptic Pruning: A Biological Inspiration for Deep Learning Regularization

2025-08-12 · Gideon Vos, Liza van Eijk, Zoltan Sarnyai, Mostafa Rahimi Azghadi arxiv

Synaptic pruning in biological brains removes weak connections to improve efficiency. In contrast, dropout regularization in artificial neural networks randomly deactivates neurons without considering activity-dependent …

Time Series Forecasting

Learning Sparse Networks Using Targeted Dropout

2019-05-31 · Aidan N. Gomez, Ivan Zhang, Siddhartha Rao Kamalakara, Divyam Madaan 외

Neural networks are easier to optimise when they have many more weights than are required for modelling the mapping from inputs to outputs. This suggests a two-stage learning procedure that first learns a large net and t…

Network PruningNeural Network Compression