Tensor-Augmented Convolutional Neural Networks: Enhancing Expressivity with Generic Tensor Kernels

arXiv cs.CV / 4/10/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes a physically-guided shallow model called tensor-augmented convolutional neural networks (TACNN), which replaces standard CNN convolution kernels with generic tensors to increase representational expressivity.
  • By using tensor kernels, each layer’s convolution output becomes a multilinear form designed to capture higher-order feature correlations without requiring very deep architectures.
  • The authors motivate the approach by noting that an order-N tensor can encode an arbitrary quantum superposition state in a Hilbert space, implying substantially richer capacity than conventional kernels.
  • On Fashion-MNIST, TACNN reportedly achieves strong results with only a few layers, including 93.7% test accuracy with just two convolution layers, competitive with or better than deeper baselines like VGG-16 and GoogLeNet.
  • The work positions TACNN as a route to more expressive yet simpler and potentially more interpretable deep learning models by maintaining architectural simplicity while improving accuracy.

Abstract

Convolutional Neural Networks (CNNs) excel at extracting local features hierarchically, but their performance in capturing complex correlations hinges heavily on deep architectures, which are usually computationally demanding and difficult to interpret. To address these issues, we propose a physically-guided shallow model: tensor-augmented CNN (TACNN), which replaces conventional convolution kernels with generic tensors to enhance representational capacity. This choice is motivated by the fact that an order-N tensor naturally encodes an arbitrary quantum superposition state in the Hilbert space of dimension d^N, where d is the local physical dimension, thus offering substantially richer expressivity. Furthermore, in our design the convolution output of each layer becomes a multilinear form capable of capturing high-order feature correlations, thereby equipping a shallow multilayer architecture with an expressive power competitive to that of deep CNNs. On the Fashion-MNIST benchmark, TACNN demonstrates clear advantages over conventional CNNs, achieving remarkable accuracies with only a few layers. In particular, a TACNN with only two convolution layers attains a test accuracy of 93.7\%, surpassing or matching considerably deeper models such as VGG-16 (93.5\%) and GoogLeNet (93.7\%). These findings highlight TACNN as a promising framework that strengthens model expressivity while preserving architectural simplicity, paving the way towards more interpretable and efficient deep learning models.