paper-with-me

Papers

Structured Neuron Pruning in Deep Neural Networks Using Multi-Armed Bandits

2026-05-29 · Salem Ameen, Sunil Vadera arxiv

Deep neural networks often contain redundant hidden units. Removing individual weights can reduce parameter count, but unstructured sparsity is not always easy to exploit in standard dense implementations. This paper develops a structured pruning framework in which complete neurons are removed using multi-armed bandit (MAB) algorithms. Each candidate neuron is treated as an arm; pulling an arm temporarily masks that neuron, measures the change in loss on a sampled mini-batch, restores the neuron, and updates an estimate of its safe-removal reward. The framework supports stochastic policies, including Epsilon-Greedy, Softmax, UCB1 and Thompson Sampling, and multiplicative-weight policies, including Hedge-style multiplicative weights and EXP3. We evaluate the method on tabular classification, tabular regression and deep neural-network benchmarks covering image, text and reasoning tasks. Statistical comparisons using the Friedman test followed by the Nemenyi post-hoc test show significant differences between methods. On tabular classification tasks, UCB1 obtains the highest mean rank among pruning policies and improves on the unpruned neural network. On regression tasks, UCB1 obtains the highest mean rank and is statistically competitive with, or superior to, several standard regression models according to R^2. On deep-learning tasks, UCB1 and Thompson Sampling obtain the strongest ranks, and several MAB policies significantly outperform the unpruned model, magnitude-based neuron pruning and greedy activation-variation pruning. The results show that MAB-based neuron pruning is an effective and computationally practical approach for structured model reduction.

📄 PDF Abstract BibTeX arXiv:2606.07615

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Value Directed Exploration in Multi-Armed Bandits with Structured Priors

2017-04-12 · Bence Cserna, Marek Petrik, Reazul Hasan Russel, Wheeler Ruml

Multi-armed bandits are a quintessential machine learning problem requiring the balancing of exploration and exploitation. While there has been progress in developing algorithms with strong theoretical guarantees, there …

Multi-Armed Bandits

Multi-Armed Bandits-Based Optimization of Decision Trees

2025-08-08 · Hasibul Karim Shanto, Umme Ayman Koana, Shadikur Rahman arxiv

Decision trees, without appropriate constraints, can easily become overly complex and prone to overfit, capturing noise rather than generalizable patterns. To resolve this problem,pruning operation is a crucial part in o…

Reinforcement LearningMulti-Armed Bandits

Multi-Armed Bandits and Quantum Channel Oracles

2023-01-20 · Simon Buchholz, Jonas M. Kübler, Bernhard Schölkopf

Multi-armed bandits are one of the theoretical pillars of reinforcement learning. Recently, the investigation of quantum algorithms for multi-armed bandit problems was started, and it was found that a quadratic speed-up …

Multi-Armed Banditsreinforcement-learningReinforcement Learning (RL)

Introduction to Multi-Armed Bandits

2019-04-15 · Aleksandrs Slivkins

Multi-armed bandits a simple but very powerful framework for algorithms that make decisions over time under uncertainty. An enormous body of work has accumulated over the years, covered in several books and surveys. This…

Multi-Armed Bandits

Neuron-level Structured Pruning using Polarization Regularizer

2020-12-01 · NeurIPS 2020 12 · Tao Zhuang, Zhixuan Zhang, Yuheng Huang, Xiaoyi Zeng 외

Neuron-level structured pruning is a very effective technique to reduce the computation of neural networks without compromising prediction accuracy. In previous works, structured pruning is usually achieved by imposing L…