Neural Approximation of an Auto-Regressive Process through Confidence Guided Sampling
YoungJoon Yoo, Sanghyuk Chun, Sangdoo Yun, Jung-Woo Ha, Jaejun Yoo

TL;DR
This paper introduces a confidence-guided sampling method that simplifies auto-regressive generation, enabling parallel processing and reducing computational costs while maintaining data structure integrity.
Contribution
A novel confidence-based approximation method that accelerates auto-regressive sampling through parallel post-processing under an i.i.d. assumption.
Findings
Successfully captures complex data structures
Generates meaningful future samples efficiently
Reduces computational cost of auto-regressive models
Abstract
We propose a generic confidence-based approximation that can be plugged in and simplify the auto-regressive generation process with a proved convergence. We first assume that the priors of future samples can be generated in an independently and identically distributed (i.i.d.) manner using an efficient predictor. Given the past samples and future priors, the mother AR model can post-process the priors while the accompanied confidence predictor decides whether the current sample needs a resampling or not. Thanks to the i.i.d. assumption, the post-processing can update each sample in a parallel way, which remarkably accelerates the mother model. Our experiments on different data domains including sequences and images show that the proposed method can successfully capture the complex structures of the data and generate the meaningful future samples with lower computational cost while…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Gaussian Processes and Bayesian Inference · Image and Signal Denoising Methods
