Deep Tree Tensor Networks for Image Recognition
Chang Nie, Junfang Chen, Yajie Chen
TL;DR
The paper tackles the challenge of applying tensor networks to large-scale image recognition by introducing Deep Tree Tensor Networks (DTTN), which capture $2^L$-order feature interactions through multilinear operations in a tree-like TN architecture. It introduces Antisymmetric Interaction Modules (AIMs) stacked to form DTTN, enabling parameter sharing, higher effective bond dimensions, and robust self-interaction without activations. The authors establish theoretical connections to polynomial and multilinear networks and demonstrate competitive performance on ImageNet-1k and other benchmarks, including successful segmentation and plug-in use in recommender systems. Overall, the work suggests that tensor-network-inspired architectures can achieve strong accuracy with interpretability and efficiency on large-scale vision tasks, potentially guiding future multilinear and TN-based models.
Abstract
Originating in quantum physics, tensor networks (TNs) have been widely adopted as exponential machines and parameter decomposers for recognition tasks. Typical TN models, such as Matrix Product States (MPS), have not yet achieved successful application in natural image processing. When employed, they primarily serve to compress parameters within off-the-shelf networks, thus losing their distinctive capability to enhance exponential-order feature interactions. This paper introduces a novel architecture named \textit{\textbf{D}eep \textbf{T}ree \textbf{T}ensor \textbf{N}etwork} (DTTN), which captures $2^L$-order multiplicative interactions across features through multilinear operations, while essentially unfolding into a \emph{tree}-like TN topology with the parameter-sharing property. DTTN is stacked with multiple antisymmetric interacting modules (AIMs), and this design facilitates efficient implementation. Moreover, we theoretically reveal the equivalency among quantum-inspired TN models and polynomial and multilinear networks under certain conditions, and we believe that DTTN can inspire more interpretable studies in this field. We evaluate the proposed model against a series of benchmarks and achieve excellent performance compared to its peers and cutting-edge architectures. Our code will soon be publicly available.
