Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

1223 · Feb 202019922001200920182026
17 results for PixelCNN++

Improved PixelCNN model with faster training and better performance.

problem Generating high-quality images with tractable likelihood.
method Discretized logistic mixture likelihood, pixel conditioning, downsampling, short-cut connections, dropout regularization.
result State-of-the-art log likelihood results on CIFAR-10.

PixelCNN models can achieve state-of-the-art results on CIFAR-10 with exact likelihood computation.

problem Dequantization gap in modeling discrete data like images.
method Introducing subset flows to allow exact computation of likelihoods for discrete data.
result PixelCNN models trained with exact likelihood computation achieve state-of-the-art results on CIFAR-10.

PixelVAE++ improves generative models for natural images by combining VAE and PixelCNN.

problem Challenges in constructing powerful generative models for natural images.
method Introduces PixelVAE++, a VAE with three types of latent variables and a PixelCNN++ for the decoder, reusing a part of the decoder as an encoder.
result Achieves state-of-the-art performance on binary data sets and CIFAR-10.

LMConv improves autoregressive models for image generation and completion.

problem Limited generation order in autoregressive models restricts their applicability.
method Introduces LMConv, a modified 2D convolution that allows arbitrary masks to be applied to weights.
result LMConv achieves improved performance on image density estimation and coherent completions.

Generative models struggle with out-of-distribution data, but new methods show they can be improved.

problem Generative models struggle with assigning higher likelihood to out-of-distribution (OOD) data.
method Empirical challenge of previous reasoning, new data-set separability, and novel model architectures.
result Generative models can be improved by changing the data representation space and using PCA for anomaly detection.

Plug-and-play multimodal controller improves class-conditional image generation.

problem Generating class-conditional images from user-specified labels.
method Introduces a `multimodal controller` to generate multimodal data without additional learning parameters.
result Multimodal controlled generative models produce higher quality class-conditional images and novel modalities.

Parallelizes feedforward computation using nonlinear equation solving.

problem Sequential nature of feedforward computation limits parallelization.
method Frame feedforward computation as solving nonlinear equations; use Jacobi or Gauss-Seidel methods for parallel updates.
result Accelerates feedforward computation with reduced parallelizable iterations.

Tensor networks improve generative modeling of natural images.

problem Exponential decay of correlation in Matrix Product States limits their use for complex data.
method Introduced Tree Tensor Networks (TTN) for 2D data, developed efficient learning and sampling algorithms.
result TTN outperforms Matrix Product States in keeping pixel correlations and log-likelihood scores.