cd /news/artificial-intelligence/batch-wise-adaptive-pruning-periodic… · home topics artificial-intelligence article
[ARTICLE · art-99340] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Batch-wise Adaptive Pruning: Periodic Neuron Activation-Aware Weight Pruning for Language Reasoning Model

Researchers propose Batch-wise Adaptive Pruning, a training-free method for batched inference in Large Reasoning Models (LRMs), achieving a 39.7 percentage point average accuracy improvement over prior adaptive pruning at batch size 4 with 50% target sparsity on DeepSeek-R1-Distill-Qwen-7B, and a 1.40x speedup over dense inference at 50% actual sparsity. The method replaces threshold-based selection with periodic top-k selection and uses an activation memory to retain recurring neurons, addressing accuracy collapse in batched settings.

read1 min views1 publishedAug 17, 2026

arXiv:2608.14003v1 Announce Type: new Abstract: Large Reasoning Models (LRMs) achieve strong performance on complex tasks through extended chain-of-thought generation, but incur substantial computational costs during inference. In production settings, batched inference is essential for high throughput, yet the existing training-free adaptive pruning methods we evaluate severely degrade in this regime. Because a batch must share a single pruning mask, these methods aggregate activations across samples and then apply threshold-based selection; the threshold, calibrated offline on unaggregated activations, no longer matches the aggregated distribution, so the realized sparsity ratio drifts and accuracy on reasoning tasks collapses under batched inference. In this work, we propose a training-free adaptive pruning method designed specifically for batched inference in LRMs, built on two components. First, we replace threshold-based selection with periodic top-k selection over the aggregated importance scores, which is unaffected by the shift that aggregation induces in the activation distribution, and which runs selection once per update period rather than at every token, preserving the speedup. Second, based on the observation that important neurons re-fire periodically during long reasoning generation, we introduce an activation memory that accumulates importance across update phases so that recurring neurons are retained. Experiments on diverse reasoning benchmarks demonstrate that our method outperforms the previous state-of-the-art adaptive pruning method by 39.7 percentage points in average accuracy at batch size 4 with 50% target sparsity on DeepSeek-R1-Distill-Qwen-7B, and reaches 1.40x speedup over dense inference at 50% actual sparsity.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @arxiv 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/batch-wise-adaptive-…] indexed:0 read:1min 2026-08-17 ·