Learning in Infinitesimal Non-Compositional Sketches
作者: Sridhar Mahadevan
分类: cs.LG, math.CT
发布日期: 2026-07-16
💡 一句话要点
提出LINCS框架以修复非组合性问题
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 非组合性 机器学习 切线提升 INC自函子 深度学习 强化学习 图论 范畴理论
📋 核心要点
- 现有方法在处理非组合性问题时存在局限,无法有效因式分解复杂的机器学习模型。
- 论文提出LINCS框架,通过切线提升和INC自函子来解决非组合性问题,确保组合性约束的保持。
- 正在进行的实验评估显示LINCS在深度学习、大型语言模型和强化学习等多个领域具有良好的应用潜力。
📝 摘要(中文)
本文开发了一个范畴框架——学习于无穷小非组合草图(LINCS),旨在修复非组合性问题,即图表未能通过提升到切空间设置的商草图进行因式分解。机器学习问题被指定为草图:包含可交换条件的图、极限锥和余极限余锥,推广了损失函数的标量化或向量空间假设。非组合性被定义为普遍因式分解问题的失败,而非期望与实际预测之间的算术误差。通过引入切线提升和INC自函子,LINCS框架为机器学习提供了新的视角,探索了在无穷小扰动下组合性约束的保持情况。
🔬 方法详解
问题定义:本文旨在解决机器学习中非组合性问题,即图表未能有效因式分解的情况。现有方法在处理复杂模型时,常常面临无法满足组合性约束的挑战。
核心思路:LINCS框架通过引入切线提升和INC自函子,探讨无穷小扰动对组合性约束的影响,从而提供了一种新的解决方案。这样的设计使得模型在面对微小变化时,仍能保持其结构的稳定性。
技术框架:LINCS框架的整体架构包括学习草图的定义、切线提升的应用以及INC自函子的迭代过程。主要模块包括学习草图的构建、因式分解的障碍分析和最终的固定点搜索。
关键创新:LINCS的核心创新在于将机器学习问题建模为草图,并通过切线提升和INC自函子的结合,提供了一种新的视角来理解和解决非组合性问题。这与传统方法的根本区别在于其强调了无穷小扰动对模型结构的影响。
关键设计:在设计上,LINCS框架引入了Cockett-Cruttwell切线结构,并定义了INC自函子,允许对切线提升进行迭代,形成因式分解问题的塔结构。这些设计细节为LINCS的有效性提供了理论支持和实践基础。
🖼️ 关键图片
📊 实验亮点
初步实验结果表明,LINCS框架在多个机器学习任务中表现出色,尤其是在深度学习和强化学习领域,相较于传统方法,模型的稳定性和准确性有显著提升,具体性能数据尚在进一步评估中。
🎯 应用场景
该研究的潜在应用领域包括深度学习、大型语言模型和强化学习等,能够为复杂模型的训练和优化提供新的思路。LINCS框架的引入可能会显著提升模型在面对扰动时的鲁棒性,具有重要的实际价值和未来影响。
📄 摘要(原文)
This paper develops a categorical framework -- Learning in Infinitesimal Non-Compositional Sketches (LINCS) -- as the repair of non-compositionality: failures of diagrams to factor through quotient sketches lifted to the tangent category setting. Machine learning problems are specified as sketches: graphs with commutativity conditions $\mathcal D$, limit cones $\mathcal L$, and colimit cocones $\mathcal K$, generalizing the usual scalarization of loss functions or vector space assumptions. Non-compositionality is defined purely as failure of a universal factorization problem, not as arithmetic error between the desired and actual predictions. Given a learning sketch $\mathbb S=(S,\mathcal D,\mathcal L,\mathcal K)$, whose underlying graph is $S$, and a model $D:J \rightarrow C$, the base defect is the obstruction to factorization $\mbox{Obs}(\mbox{Fact}{\mathbb S}(D))$. The tangent lift applies the tangent functor $T$ to obtain $TD:J \rightarrow C$, and LINCS is defined as the obstruction $\mbox{Obs}(\mbox{Fact}{\mathbb S}(TD))$ -- asking whether infinitesimal perturbations preserve the compositionality constraints.The paper also introduces Tangent Learning Sketches, which are sketches equipped with Cockett-Cruttwell tangent structure. The paper defines the INC endofunctor, which iterates the tangent lift, producing a tower $D,TD,T^2D, \cdots$ of factorization problems. ML is thereby formulated as the search for a coalgebraic fixed point where successive tangent unfoldings stabilize ($νT_{\mbox{INC}}$). Using the Aczel--Mendler theorem, we prove existence of a final INC coalgebra whenever $T_{\mbox{INC}}$ admits a set-based class realization that creates its final carrier. A detailed experimental evaluation of LINCS is underway in a number of concrete ML settings, including deep learning, large language models, and reinforcement learning, and is described in companion papers.