Research Papers 论文研究 1d ago Updated 16h ago 更新于 16小时前 35

Reasoning-Aware Compression: Identifying and Protecting Vulnerable Reasoning Circuits for Energy-Efficient LLM Deployment Reasoning-Aware Compression: Identifying and Protecting Vulnerable Reasoning Circuits for Energy-Efficient LLM Deployment

Introduces a reasoning-aware compression framework that identifies and selectively protects vulnerable reasoning circuits in Large Reasoning Models (LRMs) during quantization, rather than applying uniform INT4 compression across all components. Demonstrates that INT4 quantization can paradoxically increase total energy consumption by extending reasoning chains, turning a 25% power reduction into a net energy increase on benchmarks like GSM8K. Reveals task-dependent vulnerability: attention proje 提出推理感知压缩框架,通过硬件级GPU能量测量和五基准测试(GSM8K、FOLIO、MATH-500、ProofWriter、MuSiQue)评估量化条件 INT4量化可能因延长推理链导致净能量增加,25%功耗降低在GSM8K上反而造成总能耗上升 模型脆弱性具有任务依赖性:数学推理更依赖注意力投影精度,逻辑推理敏感度因架构而异 选择性压缩实现帕累托最优,R1-Qwen-7B在ProofWriter上较FP16提升12个百分点且能耗降低9.7% 通过扰动扫描分析196-224个(layer, projection)对的INT4脆弱性,选择性恢复最敏感电路至FP16

50
Hot 热度
50
Quality 质量
50
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces a reasoning-aware compression framework that identifies and selectively protects vulnerable reasoning circuits in Large Reasoning Models (LRMs) during quantization, rather than applying uniform INT4 compression across all components.
  • Demonstrates that INT4 quantization can paradoxically increase total energy consumption by extending reasoning chains, turning a 25% power reduction into a net energy increase on benchmarks like GSM8K.
  • Reveals task-dependent vulnerability: attention projections are more critical for mathematical reasoning, while sensitivity patterns differ across architectures for logical inference tasks.
  • Achieves Pareto-optimal compression points unreachable by uniform methods, with R1-Qwen-7B Top-10% on ProofWriter gaining +12 percentage points over FP16 at -9.7% energy.
  • Validates findings across five reasoning benchmarks (GSM8K, FOLIO, MATH-500, ProofWriter, MuSiQue) using hardware-level GPU energy measurements and perturbation sweeps on 196-224 (layer, projection) pairs.

Why It Matters

This work directly addresses the growing energy crisis in deploying Large Reasoning Models, which are increasingly central to AI systems but impose substantial computational costs. By showing that naive uniform quantization can backfire—increasing total energy despite lower per-operation power—it challenges a widely assumed optimization path and provides a principled, benchmarked alternative that practitioners can adopt to achieve genuine energy-efficiency gains without sacrificing reasoning quality.

Technical Details

  • Framework: A reasoning-aware compression pipeline that profiles per-module INT4 vulnerability across all (layer, projection) pairs in the model via perturbation sweeps on a held-out calibration split, then selectively restores the most sensitive circuits to FP16.
  • Benchmarks: Evaluated across five reasoning benchmarks—GSM8K (mathematical), FOLIO (logical inference), MATH-500 (advanced math), ProofWriter (logical reasoning), and MuSiQue (multi-hop QA)—with hardware-level GPU energy measurements.
  • Model: R1-Qwen-7B used as the primary testbed, with vulnerability analysis covering 196-224 (layer, projection) pairs.
  • Key metric: Pareto-optimal trade-offs between energy consumption and reasoning accuracy, demonstrating that selective compression outperforms uniform INT4 and full FP16 baselines.
  • Methodology: Perturbation-based sensitivity analysis identifies critical circuits; selective restoration preserves FP16 precision only where reasoning performance is most vulnerable to quantization.

Industry Insight

  • Uniform quantization is not a free lunch: Practitioners should not assume that aggressive quantization always reduces energy; for reasoning-heavy models, it can increase total energy by forcing longer chain-of-thought sequences. Energy profiling must account for both compute and reasoning length.
  • Task-aware compression strategies are essential: The vulnerability of different model components varies significantly by reasoning task type. Compression pipelines should incorporate task-specific sensitivity profiling rather than applying one-size-fits-all quantization.
  • Selective precision restoration offers immediate ROI: The Pareto gains demonstrated (e.g., +12 pp accuracy with -9.7% energy on ProofWriter) suggest that even modest selective-compression implementations can deliver measurable improvements in both cost and performance for LRM deployments.

TL;DR

  • 提出推理感知压缩框架,通过硬件级GPU能量测量和五基准测试(GSM8K、FOLIO、MATH-500、ProofWriter、MuSiQue)评估量化条件
  • INT4量化可能因延长推理链导致净能量增加,25%功耗降低在GSM8K上反而造成总能耗上升
  • 模型脆弱性具有任务依赖性:数学推理更依赖注意力投影精度,逻辑推理敏感度因架构而异
  • 选择性压缩实现帕累托最优,R1-Qwen-7B在ProofWriter上较FP16提升12个百分点且能耗降低9.7%
  • 通过扰动扫描分析196-224个(layer, projection)对的INT4脆弱性,选择性恢复最敏感电路至FP16

为什么值得看

本文为大型推理模型(LRMs)的部署能效优化提供了新视角,揭示了传统均匀量化方法在推理场景下的潜在缺陷。研究结果对AI工程师优化推理模型部署策略、平衡精度与能耗具有重要参考价值。

技术解析

  • 推理感知压缩框架:在五个推理基准上系统评估量化条件,结合硬件级GPU能量测量,通过扰动扫描分析每个模块的INT4脆弱性,然后选择性恢复最敏感电路至FP16
  • 关键发现一:INT4量化可能因延长推理链而增加总能耗,25%的功耗降低在GSM8K上反而转化为净能量增加
  • 关键发现二:脆弱性呈现任务依赖性,数学推理任务中注意力投影更为关键,逻辑推理的敏感度模式因架构差异而不同
  • 关键发现三:选择性压缩实现帕累托最优,R1-Qwen-7B Top-10%在ProofWriter上获得+12 pp准确率提升,同时降低9.7%能耗,在五个推理基准上均通过保留数据验证

行业启示

  • 推理模型的压缩策略需重新审视:单纯追求低功耗量化可能适得其反,应建立"推理链长度-能耗-精度"的综合评估体系
  • 任务感知的差异化压缩成为趋势:数学推理与逻辑推理对模型组件的敏感度不同,未来压缩方案应按任务类型定制精度分配策略
  • 能效优化应从"功耗"转向"总能耗":部署场景下需考虑推理步数、链长等因素,帕累托最优的压缩方案可为工业界提供可落地的部署参考

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。