Split-Layer: Enhancing Implicit Neural Representation by Maximizing the Dimensionality of Feature Space
Zhicheng Cai, Hao Zhu, Linsen Chen, Qiu Shen, Xun Cao
TL;DR
This work tackles the limited representational capacity of implicit neural representations (INRs) arising from the linear feature space of vanilla MLPs. It introduces the split-layer, which partitions each layer into $N$ branches and fuses their outputs via Hadamard product, creating high-degree polynomial feature interactions that expand the feature space to $\binom{\frac{C}{\sqrt{N}} + N - 1}{N}$ without increasing parameters. The approach is theoretically analyzed through feature-space expansion and Neural Tangent Kernel perspectives and empirically validated across 2D image fitting, 2D CT reconstruction, 3D shape representation, and 5D novel-view synthesis, showing consistent and substantial gains across multiple INR backbones. The results suggest that split-layer can broadly enhance INR performance on inverse problems and rendering tasks, with potential for further extensions using kernel-inspired reformulations.
Abstract
Implicit neural representation (INR) models signals as continuous functions using neural networks, offering efficient and differentiable optimization for inverse problems across diverse disciplines. However, the representational capacity of INR defined by the range of functions the neural network can characterize, is inherently limited by the low-dimensional feature space in conventional multilayer perceptron (MLP) architectures. While widening the MLP can linearly increase feature space dimensionality, it also leads to a quadratic growth in computational and memory costs. To address this limitation, we propose the split-layer, a novel reformulation of MLP construction. The split-layer divides each layer into multiple parallel branches and integrates their outputs via Hadamard product, effectively constructing a high-degree polynomial space. This approach significantly enhances INR's representational capacity by expanding the feature space dimensionality without incurring prohibitive computational overhead. Extensive experiments demonstrate that the split-layer substantially improves INR performance, surpassing existing methods across multiple tasks, including 2D image fitting, 2D CT reconstruction, 3D shape representation, and 5D novel view synthesis.
