Infinite-Dimensional Feature Interaction

Chenhui Xu,Fuxun Yu,Maoliang Li,Zihao Zheng,Zirui Xu,Jinjun Xiong,Xiang Chen
2024-06-10
Abstract:The past neural network design has largely focused on feature representation space dimension and its capacity scaling (e.g., width, depth), but overlooked the feature interaction space scaling. Recent advancements have shown shifted focus towards element-wise multiplication to facilitate higher-dimensional feature interaction space for better information transformation. Despite this progress, multiplications predominantly capture low-order interactions, thus remaining confined to a finite-dimensional interaction space. To transcend this limitation, classic kernel methods emerge as a promising solution to engage features in an infinite-dimensional space. We introduce InfiNet, a model architecture that enables feature interaction within an infinite-dimensional space created by RBF kernel. Our experiments reveal that InfiNet achieves new state-of-the-art, owing to its capability to leverage infinite-dimensional interactions, significantly enhancing model performance.
Machine Learning
What problem does this paper attempt to address?
This paper mainly discusses the problem of dimension expansion in the feature interaction space of neural networks. Traditional neural network designs focus on dimension and capacity expansion of feature representation space (such as width and depth), but neglect the expansion of feature interaction space. Recent studies have started to focus on element-wise multiplication to promote high-dimensional feature interaction space for improving information transformation, but these methods mainly capture low-order interactions, limited to finite-dimensional interaction space. The paper proposes a new model architecture called InfiNet, which utilizes radial basis function (RBF) kernels to enable infinite-dimensional feature interaction. Through RBF kernels, the model can greatly expand the interaction space at a minimal computational cost, achieving infinite dimensions and improving model performance. InfiNet replaces the common addition or multiplication operations with RBF kernel, utilizing the theory of infinite series expansion to prove dimension approximation while maintaining low cost. The researchers observe that although existing models improve performance through multiplication operations, these explanations ignore the underlying shared design, the element-wise multiplication operation, and fail to reveal the fundamental source of improvement. Therefore, they propose a unified perspective to rethink the scale of feature interaction, that is, the dimensionality of the feature interaction space, pointing out that this is a new direction for improving neural network performance. Experiments show that the key factor to learning better representations and improving model performance is the transition from finite-dimensional feature interaction space to infinite-dimensional space. InfiNet performs better than existing parallel networks and finite-order interaction networks on large datasets such as ImageNet classification, MS COCO detection, and ADE20K segmentation, validating its effectiveness.