Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/3 17:57:01

The Condition-Number Barrier in Sparse Least Squares

AI 中文解读
核心亮点:科研人员首次证明,稀疏最小二乘问题的求解速度存在“硬天花板”——无论算法多聪明,都难以突破精度与效率之间的根本矛盾。 通俗解读:想象你有一堆数据,想找出其中最重要的几个变量来预测结果,这就是“稀疏优化”。过去人们觉得,如果数据本身条件好,求解器就能又快又准。但这项研究用数学证明了一个坏消息:在某些情况下,想得到精确答案,计算时间就会暴涨;想快一点,答案又不够准。这就像整理行李箱,空间就那么大,要塞更多东西就必须牺牲整齐度。研究人员还提到,这个结论最初是谷歌内部一个自动AI系统帮忙推出来的,后来由人类专家验证修改,也算是“AI帮AI”的新案例。 实际影响:这项成果短期内不会直接改变普通人的生活,但它给算法工程师和AI研究者划了一条“物理定律”。以后设计优化算法时,大家不必再死磕那些理论上不可能突破的瓶颈,可以把精力转向其他可行的方向。长期看,涉及数据压缩、图像处理、推荐系统等依赖稀疏技术的应用,可能会找到更务实的优化路线,让软件运行更稳定高效。
In [AS21], Axiotis and Sviridenko conjectured that the linear dependence on the restricted condition number in sparse convex optimization cannot be improved by a polynomial-time algorithm. We establish their conjectured lower bound for least-squares objectives, conditional on the randomized exact-volume Small-Set Expansion Hypothesis in the weighted regular-graph formulation of Raghavendra, Steurer, and Tulsiani [RST12]. Concretely, for every fixed $γ\in(0,1]$, there is no randomized polynomial-time algorithm that, with probability at least $2/3$, returns a vector $x$ such that, writing $s=\lVert x\rVert_0$, \[ \lVert Ax-b\rVert_2^2 \leq \min_{\lVert z\rVert_0\leq k}\lVert Az-b\rVert_2^2+\varepsilon \quad\text{and}\quad s=O\!\left(k\,κ_{s+k}^{\,1-γ}\right), \] where $κ_r$ is the restricted condition number at sparsity level $r$. The result holds even on rational instances with $A$ of full column rank. The proof was first obtained using a fully automated Gemini-based agentic system developed internally at Google. The authors have verified the proof and edited it for clarity of presentation.
分享
阅读原文