论文精选

研究树张量网络(TTN)的损失景观与学习难度关系

Benign Loss Landscapes Can Coexist with Worst-Case Hardness

精选理由

这是篇关于机器学习理论的研究论文,作者用树张量网络(TTN)模型来研究损失景观与学习难度之间的关系,对理解深度学习中的优化问题很有价值。

这篇论文研究了树张量网络(TTN)模型,该模型可以嵌入任意一次读布尔公式。作者证明,尽管TTN包含无法通过梯度下降在多项式时间内学习的目标,但其损失景观在条件上是良性的——所有最小范数局部极小值都是全局极小值。研究指出,学习困难可能源于高阶退化鞍点,而非坏局部极小值,并通过奇偶函数的案例研究进行了探讨。

原文 · arXiv cs.LG

Benign Loss Landscapes Can Coexist with Worst-Case Hardness

Deep neural networks are expressive enough to contain worst-case targets that can be evaluated in polynomial time but cannot be learned in polynomial time by gradient descent. For practical tasks they nonetheless learn well, raising the question of what non-generic structure of real-world targets enables this. Existing surrogate models cannot pose this question because they either lack hard-to-learn targets entirely (deep linear networks) or cannot evaluate such targets efficiently (kernel methods, infinite-width limits). We study tree tensor networks (TTNs), a model class that generalizes deep linear networks and Tucker decompositions. We show they embed arbitrary read-once Boolean formulas, and thus contain polynomial-size targets that cannot be learned by gradient descent in polynomial time under the same mechanism as neural networks. Despite this, we prove that their loss landscapes are conditionally benign for every realizable target: every local minimum that is minimum-norm is global. Thus, surprisingly, bad local minima are not what distinguishes between typical and worst-case problems in TTNs. Instead, learning difficulty in TTNs can arise from high-order degenerate saddle points, which we show are caused by rank-deficiency. This is explored through a case study of the parity function, illustrating the potential for TTNs to relate landscape geometry to computational hardness.