paper-with-me

홈 › Papers

Budgeted Broadcast: An Activity-Dependent Pruning Rule for Neural Network Efficiency

2025-09-26 · Yaron Meirovitch, Fuming Yang, Jeff Lichtman, Nir Shavit arxiv

Most pruning methods remove parameters ranked by impact on loss (e.g., magnitude or gradient). We propose Budgeted Broadcast (BB), which gives each unit a local traffic budget (the product of its long-term on-rate $a_i$ and fan-out $k_i$). A constrained-entropy analysis shows that maximizing coding entropy under a global traffic budget yields a selectivity-audience balance, $\log\frac{1-a_i}{a_i}=βk_i$. BB enforces this balance with simple local actuators that prune either fan-in (to lower activity) or fan-out (to reduce broadcast). In practice, BB increases coding entropy and decorrelation and improves accuracy at matched sparsity across Transformers for ASR, ResNets for face identification, and 3D U-Nets for synapse prediction, sometimes exceeding dense baselines. On electron microscopy images, it attains state-of-the-art F1 and PR-AUC under our evaluation protocol. BB is easy to integrate and suggests a path toward learning more diverse and efficient representations.

📄 PDF Abstract BibTeX arXiv:2510.01263

Code (0)

등록된 구현이 없습니다.

Tasks

Face Identification

Similar Papers 제목 키워드 기반

DSA: More Efficient Budgeted Pruning via Differentiable Sparsity Allocation

2020-04-05 · ECCV 2020 8 · Xuefei Ning, Tianchen Zhao, Wenshuo Li, Peng Lei 외

Budgeted pruning is the problem of pruning under resource constraints. In budgeted pruning, how to distribute the resources across layers (i.e., sparsity allocation) is the key problem. Traditional methods solve it by di…

Formal Algorithms for Model Efficiency

2025-08-19 · Naman Tyagi, Srishti Das, Kunal, Vatsal Gupta arxiv

We introduce the Knob-Meter-Rule (KMR) framework, a unified formalism for representing and reasoning about model efficiency techniques in deep learning. By abstracting diverse methods, including pruning, quantization, kn…

Knowledge Distillation

An Once-for-All Budgeted Pruning Framework for ConvNets Considering Input Resolution

2020-12-02 · Wenyu Sun, Jian Cao, Pengtao Xu, Xiangcheng Liu 외

We propose an efficient once-for-all budgeted pruning framework (OFARPruning) to find many compact network structures close to winner tickets in the early training stage considering the effect of input resolution during …

Allimage-classificationImage Classificationobject-detection+1

Geometric-Based Pruning Rules For Change Point Detection in Multiple Independent Time Series

2023-06-15 · Liudmila Pishchagina, Guillem Rigaill, Vincent Runge

We consider the problem of detecting multiple changes in multiple independent time series. The search for the best segmentation can be expressed as a minimization problem over a given cost function. We focus on dynamic p…

Change Point DetectionComputational EfficiencyTime Series

Local plasticity rules can learn deep representations using self-supervised contrastive predictions

2020-10-16 · NeurIPS 2021 12 · Bernd Illing, Jean Ventura, Guillaume Bellec, Wulfram Gerstner

Learning in the brain is poorly understood and learning rules that respect biological constraints, yet yield deep hierarchical representations, are still unknown. Here, we propose a learning rule that takes inspiration f…