论文精选

组合稀疏性作为神经架构设计的归纳偏置

Compositional Sparsity as an Inductive Bias for Neural Architecture Design

精选理由

这篇论文为高维学习中的稀疏性假设提供了可落地的架构设计思路,做深度学习理论和高效模型设计的开发者值得关注——HNN的稀疏性和低超参数敏感性意味着更少的调参成本和更好的泛化能力。

AI 摘要

该研究提出一种结合信息过滤网络(IFN)与同调神经网络(HNN)的新方法,利用组合稀疏性作为归纳偏置来设计高效神经网络。HNN通过提取稀疏依赖结构并映射为固定连接的稀疏神经图,在合成任务中能恢复底层组合结构,且在高维场景下保持稳定。在多个真实数据集上,HNN以远少于传统网络的参数数量达到或超越密集基线的性能,同时表现出更低的方差和超参数敏感性。这项工作为理解深度神经网络如何克服维度灾难提供了理论支撑和实用架构。

原文 · arXiv cs.AI

Compositional Sparsity as an Inductive Bias for Neural Architecture Design

Identifying the structural priors that enable Deep Neural Networks (DNNs) to overcome the curse of dimensionality is a fundamental challenge in machine learning theory. Existing literature suggests that effective high-dimensional learning is driven by compositional sparsity, where target functions decompose into constituents supported on low-dimensional variable subsets. To investigate this hypothesis, we combine Information Filtering Networks (IFNs), which extract sparse dependency structures via constrained information maximisation, with Homological Neural Networks (HNNs), which map the inferred topology into fixed-wiring sparse neural graphs. We formalise the design principles underlying this construction and present an interpretable pipeline in which abstraction emerges through hierarchical composition. HNNs are orders of magnitude sparser than standard DNNs and require only minimal hyperparameter tuning. On synthetic tasks with known sparse hierarchies, HNNs recover the underlying compositional structure and remain stable in regimes where dense alternatives degrade as dimensionality increases. Across a broad suite of real-world datasets, HNNs consistently match or outperform dense baselines while using far fewer parameters, exhibiting lower variance and showing reduced sensitivity to hyperparameters.