🤖 AI Summary
This work addresses the challenge of efficiently modeling high-order feature interactions in deep learning, which is often hindered by excessive model complexity and computational cost. To this end, the authors propose the kernelized Volterra Neural Network (kVNN), which leverages learnable multi-kernel polynomial representations to parallelly capture structured feature interactions of varying orders within a single layer. The method introduces order-adaptive, learnable polynomial kernel components that enable direct substitution of standard convolutional kernels, facilitating seamless integration into existing architectures. Despite significantly reducing both parameter count and computational complexity, kVNN maintains strong representational capacity. Experimental results demonstrate that kVNN achieves comparable or superior performance on video action recognition and image denoising tasks with fewer parameters and lower GFLOPs, without requiring large-scale pretraining.
📝 Abstract
Higher-order learning is fundamentally rooted in exploiting compositional features. It clearly hinges on enriching the representation by more elaborate interactions of the data which, in turn, tends to increase the model complexity of conventional large-scale deep learning models. In this paper, a kernelized Volterra Neural Network (kVNN) is proposed. The key to the achieved efficiency lies in using a learnable multi-kernel representation, where different interaction orders are modeled by distinct polynomial-kernel components with compact, learnable centers, yielding an order-adaptive parameterization. Features are learned by the composition of layers, each of which consists of parallel branches of different polynomial orders, enabling kVNN filters to directly replace standard convolutional kernels within existing architectures. The theoretical results are substantiated by experiments on two representative tasks: video action recognition and image denoising. The results demonstrate favorable performance-efficiency trade-offs: kVNN consistently yields reduced model (parameters) and computational (GFLOPs) complexity with competitive and often improved performance. These results are maintained even when trained from scratch without large-scale pretraining. In summary, we substantiate that structured kernelized higher-order layers offer a practical path to balancing expressivity and computational cost in modern deep networks.