arXiv:2608.14550cs.AIcs.PF2026-08

复现实验发现:仅用FLOPs评估模型效率不靠谱,新硬件下执行时间波动大。

FLOPs vs Real Work: The Importance of Replication in AI Efficiency Assessment

  • 复现原论文实验,检验α-FLOPs公式在新硬件上的适用性
  • 发现同量FLOPs的层执行时间差异大,新硬件存在时间跳跃与振荡
  • 强调完整可复现代码包对高效能评估的重要性

由于模型规模庞大、能耗高及环境成本上升,人工智能效率问题近年备受学术界与产业界关注。尽管浮点运算量(FLOPs)是衡量计算成本的传统指标,但其与实际执行时间的关系并不直接——相同FLOPs的层因并行化难易不同,执行时间可能差异显著。本文复现了提出α-FLOPs估算公式的原始研究,以验证该结果在新型更强大硬件上的适用性。复现过程中发现原研究提供的材料存在依赖关系不明确、回归数据不透明等缺陷。结果表明,原始结论成立:单纯使用FLOPs无法准确反映执行时间,因空间维度比核维度更易并行。然而,细粒度测量显示关系远比先前复杂,新硬件表现出执行时间的不稳定性与非连续性,包括跳变和振荡,而α-FLOPs公式通常低估这些现象。最终,本工作验证了原始研究的实证发现,但α-FLOPs公式在应用中出现负结果。研究强调了硬件依赖型效率评估需提供完整准确的复现包,并公开了完整的复现代码供后续研究参考。

原文摘要 · Abstract (English)

AI efficiency has recently taken the spotlight in both academy and industry due to massive model scales, high energy demands, and environmental costs. While reporting Floating Point Operations (FLOPs) is a traditional approach for assessing computational costs, the relationship between FLOPs and execution time is not straightforward, as layers with the same number of FLOPs may not have the same execution time because some operations are more easily parallelized than others. This paper sets out to replicate the original experiments from a study that proposed the $α-FLOPs$ estimation formula to verify whether the results remain applicable on newer, more powerful hardware. During the replication process, we identify limitations in the replication materials provided by the original study, including a lack of specific dependency details and transparency regarding regression data. Our results validate the thesis that raw FLOPs alone are not an appropriate metric for execution time, as spatial dimensions remain more easily parallelized than kernel dimensions. However, fine-grained measurements reveal that the relationship is much less straightforward than previously shown, with newer hardware exhibiting instabilities and discontinuities in execution time, including jumps and oscillations, that the $α-FLOPs$ formula generally underestimates. Ultimately, this work validates the empirical findings from the original study but shows negative results when applying the $α-FLOPs$ estimation. We also highlight the critical need for complete and accurate replication packages for research on hardware-dependent efficiency assessment and provide a complete replication package for our implementation to facilitate further study.

AI效率复现研究硬件评估

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。