Pith. sign in

CrAM: A Compression-Aware Minimizer

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Deep neural networks (DNNs) often have to be compressed, via pruning and/or quantization, before they can be deployed in practical settings. In this work we propose a new compression-aware minimizer dubbed CrAM that modifies the optimization step in a principled way, in order to produce models whose local loss behavior is stable under compression operations such as pruning. Thus, dense models trained via CrAM should be compressible post-training, in a single step, without significant accuracy loss. Experimental results on standard benchmarks, such as residual networks for ImageNet classification and BERT models for language modelling, show that CrAM produces dense models that can be more accurate than the standard SGD/Adam-based baselines, but which are stable under weight pruning: specifically, we can prune models in one-shot to 70-80% sparsity with almost no accuracy loss, and to 90% with reasonable ($\sim 1\%$) accuracy loss, which is competitive with gradual compression methods. Additionally, CrAM can produce sparse models which perform well for transfer learning, and it also works for semi-structured 2:4 pruning patterns supported by GPU hardware. The code for reproducing the results is available at https://github.com/IST-DASLab/CrAM .

fields

cs.CL 1

years

2025 1

verdicts

CONDITIONAL 1

representative citing papers

Efficient Data Selection at Scale via Influence Distillation

cs.CL · 2025-05-25 · conditional · novelty 5.0

Influence Distillation selects LLM fine-tuning data by approximating each sample's gradient influence on a target task via landmarks and JVP embeddings, matching or beating RDS+ accuracy at roughly one third the selection cost.

citing papers explorer

Showing 1 of 1 citing paper.

  • Efficient Data Selection at Scale via Influence Distillation cs.CL · 2025-05-25 · conditional · none · ref 58 · internal anchor

    Influence Distillation selects LLM fine-tuning data by approximating each sample's gradient influence on a target task via landmarks and JVP embeddings, matching or beating RDS+ accuracy at roughly one third the selection cost.