paper-with-me

Papers

DeepHoyer: Learning Sparser Neural Network with Differentiable Scale-Invariant Sparsity Measures

2019-08-27 · ICLR 2020 1 · Huanrui Yang, Wei Wen, Hai Li

In seeking for sparse and efficient neural network models, many previous works investigated on enforcing L1 or L0 regularizers to encourage weight sparsity during training. The L0 regularizer measures the parameter sparsity directly and is invariant to the scaling of parameter values, but it cannot provide useful gradients, and therefore requires complex optimization techniques. The L1 regularizer is almost everywhere differentiable and can be easily optimized with gradient descent. Yet it is not scale-invariant, causing the same shrinking rate to all parameters, which is inefficient in increasing sparsity. Inspired by the Hoyer measure (the ratio between L1 and L2 norms) used in traditional compressed sensing problems, we present DeepHoyer, a set of sparsity-inducing regularizers that are both differentiable almost everywhere and scale-invariant. Our experiments show that enforcing DeepHoyer regularizers can produce even sparser neural network models than previous works, under the same accuracy level. We also show that DeepHoyer can be applied to both element-wise and structural pruning.

📄 PDF Abstract BibTeX arXiv:1908.09979

Code (1)

yanghr/DeepHoyer 공식 구현 pytorch

Tasks

compressed sensingEfficient Neural Network

Similar Papers 제목 키워드 기반

Weight Concentration Regularization for Improving Pruning Robustness Under High Sparsity

2025-11-18 · Vincent-Daniel Yun, Junhyuk Jo, Sunwoo Lee arxiv

Deep neural networks achieve outstanding performance across vision and language tasks, yet their large parameter counts limit deployment in resource-constrained settings. One-shot pruning reduces model size without retra…

Image Classification

Iterative Hard Thresholding with Adaptive Regularization: Sparser Solutions Without Sacrificing Runtime

2022-04-11 · Kyriakos Axiotis, Maxim Sviridenko

We propose a simple modification to the iterative hard thresholding (IHT) algorithm, which recovers asymptotically sparser solutions as a function of the condition number. When aiming to minimize a convex function $f(x)$…

Farther the Shift, Sparser the Representation: Analyzing OOD Mechanisms in LLMs

2026-03-03 · Mingyu Jin, Yutong Yin, Jingcheng Niu, Qingcheng Zeng 외 arxiv

In this work, we investigate how Large Language Models (LLMs) adapt their internal representations when encountering inputs of increasing difficulty, quantified as the degree of out-of-distribution (OOD) shift. We reveal…

SparseRT: Accelerating Unstructured Sparsity on GPUs for Deep Learning Inference

2020-08-26 · Ziheng Wang

In recent years, there has been a flurry of research in deep neural network pruning and compression. Early approaches prune weights individually. However, it is difficult to take advantage of the resulting unstructured s…

Deep LearningNetwork Pruning

SparseRL-Sync: Lossless Weight Synchronization with ~100x Less Communication

2026-05-08 · Lucas Hu, Ranchi Zhao, Isaac Zhu, Zach Zhang 외 arxiv

In large-scale reinforcement learning (RL) systems with decoupled Trainer-Rollout execution, the Trainer must regularly synchronize policy weights to the Rollout side to limit policy staleness. When inter-node bandwidth …

Reinforcement Learning