Compact Autoregressive Network
Di Wang, Feiqing Huang, Jingyu Zhao, Guodong Li, Guangjian Tian

TL;DR
This paper introduces Tucker AutoRegressive (TAR) net, a compact autoregressive network that uses tensor decomposition to reduce parameters, improve learning efficiency, and handle long-range dependencies in sequence modeling.
Contribution
The paper proposes a novel tensor-based autoregressive network using Tucker decomposition, enabling efficient learning and long-range sequence modeling.
Findings
TAR net requires fewer training samples than traditional autoregressive networks.
TAR net achieves promising performance on synthetic and real-world datasets.
Theoretical analysis confirms improved learning efficiency with TAR net.
Abstract
Autoregressive networks can achieve promising performance in many sequence modeling tasks with short-range dependence. However, when handling high-dimensional inputs and outputs, the huge amount of parameters in the network lead to expensive computational cost and low learning efficiency. The problem can be alleviated slightly by introducing one more narrow hidden layer to the network, but the sample size required to achieve a certain training error is still large. To address this challenge, we rearrange the weight matrices of a linear autoregressive network into a tensor form, and then make use of Tucker decomposition to represent low-rank structures. This leads to a novel compact autoregressive network, called Tucker AutoRegressive (TAR) net. Interestingly, the TAR net can be applied to sequences with long-range dependence since the dimension along the sequential order is reduced.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Machine Learning and ELM
MethodsTuckER
