paper-with-me

홈 › Papers

KromHC: Manifold-Constrained Hyper-Connections with Kronecker-Product Residual Matrices

2026-01-29 · Wuyang Zhou, Yuxuan Gu, Giorgos Iacovides, Danilo Mandic arxiv

The success of Hyper-Connections (HC) in neural networks (NN) has also highlighted issues related to training instability and restricted scalability. The Manifold-Constrained Hyper-Connections (mHC) mitigate these challenges by projecting the residual connection space onto a Birkhoff polytope, however, it faces two issues: 1) its iterative Sinkhorn-Knopp (SK) algorithm does not always yield exactly doubly stochastic residual matrices; 2) mHC incurs a prohibitive $O(n^3C)$ parameter complexity with $n$ as the width of the residual stream and $C$ as the feature dimension. The recently proposed mHC-lite reparametrizes the residual matrix via the Birkhoff-von-Neumann theorem to guarantee double stochasticity, but also faces a factorial explosion in its parameter complexity, $O \left( nC \cdot n! \right)$. To address both challenges, we propose KromHC, which uses the Kronecker products of smaller doubly stochastic matrices to parametrize the residual matrix in mHC. By enforcing manifold constraints across the factor residual matrices along each mode of the tensorized residual stream, KromHC guarantees exact double stochasticity of the residual matrices while reducing parameter complexity to only $O(n^2C)$. Experiments show that KromHC matches or even outperforms other state-of-the-art (SOTA) mHC variants, while requiring significantly fewer trainable parameters. The code is at https://github.com/wz1119/KromHC.

📄 PDF Abstract BibTeX arXiv:2601.21579

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TBP-mHC: full expressivity for manifold-constrained hyper connections through transportation polytopes

2026-05-20 · Anton Lyubinin arxiv

Hyper-Connections (HC) improve residual networks by introducing learnable mixing across multiple residual streams, but unconstrained mixing leads to training instability. Manifold-Constrained Hyper-Connections (mHC) addr…

go-$m$HC: Direct Parameterization of Manifold-Constrained Hyper-Connections via Generalized Orthostochastic Matrices

2026-04-02 · Torque Dandachi, Sophia Diggs-Galligan arxiv

Doubly stochastic matrices enable learned mixing across residual streams, but parameterizing the set of doubly stochastic matrices (the Birkhoff polytope) exactly and efficiently remains an open challenge. Existing exact…

mHC: Manifold-Constrained Hyper-Connections

2025-12-31 · Zhenda Xie, Yixuan Wei, Huanqi Cao, Chenggang Zhao 외 arxiv

Recently, studies exemplified by Hyper-Connections (HC) have extended the ubiquitous residual connection paradigm established over the past decade by expanding the residual stream width and diversifying connectivity patt…

Beyond the Birkhoff Polytope: Spectral-Sphere-Constrained Hyper-Connections

2026-03-21 · Zhaoyi Liu, Haichuan Zhang, Ang Li arxiv

Hyper-Connections (HC) generalize residual connections into multiple streams, employing residual matrices for cross-stream feature mixing to enrich model expressivity. However, unconstrained mixing disrupts the identity …

mHC-GNN: Manifold-Constrained Hyper-Connections for Graph Neural Networks

2026-01-05 · Subhankar Mishra arxiv

Graph Neural Networks (GNNs) suffer from over-smoothing in deep architectures and expressiveness bounded by the 1-Weisfeiler-Leman (1-WL) test. We adapt Manifold-Constrained Hyper-Connections (\mhc)~\citep{xie2025mhc}, r…