paper-with-me

Papers

Learning a 1-layer conditional generative model in total variation

2023-09-21 · NeurIPS 2023 11

A conditional generative model is a method for sampling from a conditional distribution $p(y \mid x)$. For example, one may want to sample an image of a cat given the label ``cat''. A feed-forward conditional generative model is a function $g(x, z)$ that takes the input $x$ and a random seed $z$, and outputs a sample $y$ from $p(y \mid x)$. Ideally the distribution of outputs $(x, g(x, z))$ would be close in total variation to the ideal distribution $(x, y)$. Generalization bounds for other learning models require assumptions on the distribution of $x$, even in simple settings like linear regression with Gaussian noise. We show these assumptions are unnecessary in our model, for both linear regression and single-layer ReLU networks. Given samples $(x, y)$, we show how to learn a 1-layer ReLU conditional generative model in total variation. As our result has no assumption on the distribution of inputs $x$, if we are given access to the internal activations of a deep generative model, we can compose our 1-layer guarantee to progressively learn the deep model using a near-linear number of samples.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Entropic bounds for conditionally Gaussian vectors and applications to neural networks

2025-04-11 · Lucia Celli, Giovanni Peccati

Using entropic inequalities from information theory, we provide new bounds on the total variation and 2-Wasserstein distances between a conditionally Gaussian law and a Gaussian law with invertible covariance matrix. We …

A Theory for Conditional Generative Modeling on Multiple Data Sources

2025-02-20 · Rongzhen Wang, Yan Zhang, Chenyu Zheng, Chongxuan Li 외

The success of large generative models has driven a paradigm shift, leveraging massive multi-source data to enhance model capabilities. However, the interaction among these sources remains theoretically underexplored. Th…

Stacked Generative Adversarial Networks

2016-12-13 · CVPR 2017 7 · Xun Huang, Yixuan Li, Omid Poursaeed, John Hopcroft 외

In this paper, we propose a novel generative model named Stacked Generative Adversarial Networks (SGAN), which is trained to invert the hierarchical representations of a bottom-up discriminative network. Our model consis…

Conditional Image Generation

Bottleneck Conditional Density Estimation

2016-11-25 · ICML 2017 8 · Rui Shu, Hung H. Bui, Mohammad Ghavamzadeh

We introduce a new framework for training deep generative models for high-dimensional conditional density estimation. The Bottleneck Conditional Density Estimator (BCDE) is a variant of the conditional variational autoen…

Density Estimation

Deep Variational Inference Without Pixel-Wise Reconstruction

2016-11-16 · Siddharth Agrawal, Ambedkar Dukkipati

Variational autoencoders (VAEs), that are built upon deep neural networks have emerged as popular generative models in computer vision. Most of the work towards improving variational autoencoders has focused mainly on ma…

Variational Inference