Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/30 15:54:29
QuantWAMs: Calibrating at the Right Granularity for World Action Models
AI 中文解读
核心亮点:这项研究让复杂的AI机器人模型在保持“聪明”的同时变得又小又快,解决了智能体部署时最头疼的算力难题。
通俗解读:你可以把世界动作模型想象成一个“会动手操作的AI大脑”,它不仅会看,还会操控机械臂干活。但大脑太“重”,运行起来又慢又费电。这篇论文的方法,就像给这个大脑做“精准瘦身”——不是盲目压缩,而是根据它具体怎么干活来决定哪些部分可以精简,哪些必须保留。结果很有意思:瘦身后的模型,体重只剩原来的约三成,干活速度却提升了近一半,而且“智商”几乎不缩水。
实际影响:这意味着未来我们身边的机器人不用再背着一台超级计算机才能工作。家用机器人、自动化工厂里的机械臂,甚至自动驾驶系统,都能用更便宜的芯片流畅运行。开发成本降下来了,普通消费者买到实用型智能机器人的那天,可能比我们预想的来得更早。
World Action Models (WAMs) jointly predict future observations and actions, but their iterative denoising and closed-loop execution make efficient deployment costly. Existing post-training quantization (PTQ) methods are poorly suited to WAMs because they rely on open-loop objectives, homogeneous model assumptions, and calibration distributions that do not reflect deployment. We present QuantWAMs, a PTQ framework that aligns quantization decisions with the calibration context defined by model structure, rollout distribution, and task objective. QuantWAMs introduces three strategies: shared-basis outlier calibration, which pools activation evidence only across coordinate-compatible modules; co-training-objective saliency, which computes empirical-Fisher scores from the joint video--action gradient and assigns weight precision at a calibration-stable layer granularity; and fixed-intervention rollout auditing, which revises denoising-step protection schedules using reachable closed-loop states without changing the precision budget. We evaluate QuantWAMs on Fast-WAM and LingBot-VA across RoboTwin 2.0, LIBERO, and real-robot manipulation with an AgiBot G2. Under a W4A4-dominant setting, the reported simulation means differ from FP16 by 0.2--0.7 percentage points. Real-robot trials further establish deployment feasibility on three manipulation tasks. For the targeted video and action blocks, QuantWAMs reduces peak weight-and-activation memory to about 29\% of FP16 and provides 1.4--1.6$\times$ block-level speedups.
分享
阅读原文 ↗