paper-with-me

Papers

Circuit Complexity Bounds for Visual Autoregressive Model

2025-01-08 · Yekun Ke, Xiaoyu Li, YIngyu Liang, Zhenmei Shi, Zhao Song

Understanding the expressive ability of a specific model is essential for grasping its capacity limitations. Recently, several studies have established circuit complexity bounds for Transformer architecture. Besides, the Visual AutoRegressive (VAR) model has risen to be a prominent method in the field of image generation, outperforming previous techniques, such as Diffusion Transformers, in generating high-quality images. We investigate the circuit complexity of the VAR model and establish a bound in this study. Our primary result demonstrates that the VAR model is equivalent to a simulation by a uniform $\mathsf{TC}^0$ threshold circuit with hidden dimension $d \leq O(n)$ and $\mathrm{poly}(n)$ precision. This is the first study to rigorously highlight the limitations in the expressive power of VAR models despite their impressive performance. We believe our findings will offer valuable insights into the inherent constraints of these models and guide the development of more efficient and expressive architectures in the future.

📄 PDF Abstract BibTeX arXiv:2501.04299

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generationmodel

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Pseudo-dimension of quantum circuits

2020-02-04 · Matthias C. Caro, Ishaun Datta

We characterize the expressive power of quantum circuits with the pseudo-dimension, a measure of complexity for probabilistic concept classes. We prove pseudo-dimension bounds on the output probability distributions of q…

Effects of quantum resources on the statistical complexity of quantum circuits

2021-02-05 · Kaifeng Bu, Dax Enshan Koh, Lu Li, Qingxian Luo 외

We investigate how the addition of quantum resources changes the statistical complexity of quantum circuits by utilizing the framework of quantum resource theories. Measures of statistical complexity that we consider inc…

Learning Theory

Learning circuits with few negations

2014-10-30 · Eric Blais, Clément L. Canonne, Igor C. Oliveira, Rocco A. Servedio 외

Monotone Boolean functions, and the monotone Boolean circuits that compute them, have been intensively studied in complexity theory. In this paper we study the structure of Boolean functions in terms of the minimum numbe…

Learning TheoryNegation

On Computational Limits of FlowAR Models: Expressivity and Efficiency

2025-02-23 · Chengyue Gong, Yekun Ke, Xiaoyu Li, YIngyu Liang 외

The expressive power and computational complexity of deep visual generative models, such as flow-based and autoregressive (AR) models, have gained considerable interest for their wide-ranging applications in generative t…

Learning algorithms from circuit lower bounds

2020-12-28 · Ján Pich

We revisit known constructions of efficient learning algorithms from various notions of constructive circuit lower bounds such as distinguishers breaking pseudorandom generators or efficient witnessing algorithms which f…