paper-with-me

Papers

Neural Network Reduction with Guided Regularizers

2023-05-29 · Ali Haisam Muhammad Rafid, Adrian Sandu

Regularization techniques such as $\mathcal{L}_1$ and $\mathcal{L}_2$ regularizers are effective in sparsifying neural networks (NNs). However, to remove a certain neuron or channel in NNs, all weight elements related to that neuron or channel need to be prunable, which is not guaranteed by traditional regularization. This paper proposes a simple new approach named "Guided Regularization" that prioritizes the weights of certain NN units more than others during training, which renders some of the units less important and thus, prunable. This is different from the scattered sparsification of $\mathcal{L}_1$ and $\mathcal{L}_2$ regularizers where the the components of a weight matrix that are zeroed out can be located anywhere. The proposed approach offers a natural reduction of NN in the sense that a model is being trained while also neutralizing unnecessary units. We empirically demonstrate that our proposed method is effective in pruning NNs while maintaining performance.

📄 PDF Abstract BibTeX arXiv:2305.18448

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Behavior-Guided Reinforcement Learning

2019-09-25 · Aldo Pacchiano, Jack Parker-Holder, Yunhao Tang, Anna Choromanska 외

We introduce a new approach for comparing reinforcement learning policies, using Wasserstein distances (WDs) in a newly defined latent behavioral space. We show that by utilizing the dual formulation of the WD, we can le…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning to Score Behaviors for Guided Policy Optimization

2019-06-11 · ICML 2020 1 · Aldo Pacchiano, Jack Parker-Holder, Yunhao Tang, Anna Choromanska 외

We introduce a new approach for comparing reinforcement learning policies, using Wasserstein distances (WDs) in a newly defined latent behavioral space. We show that by utilizing the dual formulation of the WD, we can le…

Efficient ExplorationImitation Learningreinforcement-learningReinforcement Learning+1

Memory Bounded Deep Convolutional Networks

2014-12-03 · Maxwell D. Collins, Pushmeet Kohli

In this work, we investigate the use of sparsity-inducing regularizers during training of Convolution Neural Networks (CNNs). These regularizers encourage that fewer connections in the convolution and fully connected lay…

Two-Layer Feature Reduction for Sparse-Group Lasso via Decomposition of Convex Sets

2014-10-15 · NeurIPS 2014 12 · Jie Wang, Jieping Ye

Sparse-Group Lasso (SGL) has been shown to be a powerful regression technique for simultaneously discovering group and within-group sparse patterns by using a combination of the $\ell_1$ and $\ell_2$ norms. However, in l…

Attention-Guided Low-Rank Tensor Completion

2024-07-17 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2024 7 · Truong Thanh Nhat Mai, Edmund Y. Lam, Chul Lee

Low-rank tensor completion (LRTC) aims to recover missing data of high-dimensional structures from a limited set of observed entries. Despite recent significant successes, the original structures of data tensors are stil…

Image Restoration