GibbsNet: Iterative Adversarial Inference for Deep Graphical Models
Alex Lamb, Devon Hjelm, Yaroslav Ganin, Joseph Paul Cohen, Aaron, Courville, Yoshua Bengio

TL;DR
GibbsNet introduces an adversarial iterative approach to learn joint distributions in deep graphical models, combining the efficiency of directed models with the expressiveness of undirected models, enabling versatile applications.
Contribution
The paper proposes GibbsNet, a novel adversarial method that refines joint distributions iteratively, eliminating the need for explicit priors and enabling multiple tasks within a single framework.
Findings
GibbsNet can learn complex latent distributions.
It improves inpainting and attribute prediction.
It achieves stable, long-step generation.
Abstract
Directed latent variable models that formulate the joint distribution as have the advantage of fast and exact sampling. However, these models have the weakness of needing to specify , often with a simple fixed prior that limits the expressiveness of the model. Undirected latent variable models discard the requirement that be specified with a prior, yet sampling from them generally requires an iterative procedure such as blocked Gibbs-sampling that may require many steps to draw samples from the joint distribution . We propose a novel approach to learning the joint distribution between the data and a latent code which uses an adversarially learned iterative procedure to gradually refine the joint distribution, , to better match with the data distribution on each step. GibbsNet is the best of both worlds both in theory and in…
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
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Fault Detection and Control Systems
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
