paper-with-me

홈 › Papers

Compact Autoregressive Network

2019-09-06 · Di Wang, Feiqing Huang, Jingyu Zhao, Guodong Li, Guangjian Tian

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. Theoretical studies show that the TAR net improves the learning efficiency, and requires much fewer samples for model training. Experiments on synthetic and real-world datasets demonstrate the promising performance of the proposed compact network.

📄 PDF Abstract BibTeX arXiv:1909.03830

Code (0)

등록된 구현이 없습니다.

Tasks

TAR

Methods 이 논문이 사용한 방법론

TuckER TuckER

Similar Papers 제목 키워드 기반

HiFi-Mesh: High-Fidelity Efficient 3D Mesh Generation via Compact Autoregressive Dependence

2026-01-29 · Yanfeng Li, Tao Tan, Qingquan Gao, Zhiwen Cao 외 arxiv

High-fidelity 3D meshes can be tokenized into one-dimension (1D) sequences and directly modeled using autoregressive approaches for faces and vertices. However, existing methods suffer from insufficient resource utilizat…

DAP: A Discrete-token Autoregressive Planner for Autonomous Driving

2025-11-17 · Bowen Ye, Bin Zhang, Hang Zhao arxiv

Gaining sustainable performance improvement with scaling data and model budget remains a pivotal yet unresolved challenge in autonomous driving. While autoregressive models exhibited promising data-scaling efficiency in …

Representation LearningAutonomous Driving

End-to-End Autoregressive Image Generation with 1D Semantic Tokenizer

2026-05-01 · Wenda Chu, Bingliang Zhang, Jiaqi Han, Yizhuo Li 외 arxiv

Autoregressive image modeling relies on visual tokenizers to compress images into compact latent representations. We design an end-to-end training pipeline that jointly optimizes reconstruction and generation, enabling d…

Image Generation

CuteTTS: Efficient and High-Quality Speech Synthesis via Autoregressive Modeling of Continuous Latents

2026-08-09 · Yuqian Zhang, Yao Shi, Kexin Huang, Botian Jiang 외 arxiv

Zero-shot text-to-speech (TTS) now supports interactive assistants, personalized media, and accessibility tools. All TTS systems require faithful linguistic rendering, consistent speaker identity, and low-latency respons…

Speech Synthesis

Scalable Autoregressive Monocular Depth Estimation

2024-11-18 · CVPR 2025 1 · Jinhong Wang, Jian Liu, Dongqi Tang, Weiqiang Wang 외

This paper shows that the autoregressive model is an effective and scalable monocular depth estimator. Our idea is simple: We tackle the monocular depth estimation (MDE) task with an autoregressive prediction paradigm, b…

Depth EstimationMonocular Depth EstimationZero-shot Generalization