Half-VAE: An Encoder-Free VAE to Bypass Explicit Inverse Mapping
Yuan-Hao Wei, Yan-Jie Sun, Chen Zhang

TL;DR
The paper introduces Half-VAE, a novel encoder-free variational autoencoder that directly optimizes latent variables for inverse problems like ICA, bypassing the need for explicit inverse mappings and the encoder.
Contribution
It proposes a new VAE architecture that eliminates the encoder, enabling direct optimization of latent variables for inverse problems such as ICA.
Findings
Half-VAE successfully solves ICA without an encoder.
Latent variables become mutually independent through training.
The approach simplifies inverse problem solving by removing the encoder component.
Abstract
Inference and inverse problems are closely related concepts, both fundamentally involving the deduction of unknown causes or parameters from observed data. Bayesian inference, a powerful class of methods, is often employed to solve a variety of problems, including those related to causal inference. Variational inference, a subset of Bayesian inference, is primarily used to efficiently approximate complex posterior distributions. Variational Autoencoders (VAEs), which combine variational inference with deep learning, have become widely applied across various domains. This study explores the potential of VAEs for solving inverse problems, such as Independent Component Analysis (ICA), without relying on an explicit inverse mapping process. Unlike other VAE-based ICA methods, this approach discards the encoder in the VAE architecture, directly setting the latent variables as trainable…
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
TopicsMedical Image Segmentation Techniques · Blind Source Separation Techniques · Robotics and Sensor-Based Localization
MethodsIndependent Component Analysis · Variational Inference
