paper-with-me

Papers

KL Divergence Between Gaussians: A Step-by-Step Derivation for the Variational Autoencoder Objective

2026-04-13 · Andrés Muñoz, Rodrigo Ramele arxiv

Kullback-Leibler (KL) divergence is a fundamental concept in information theory that quantifies the discrepancy between two probability distributions. In the context of Variational Autoencoders (VAEs), it serves as a central regularization term, imposing structure on the latent space and thereby enabling the model to exhibit generative capabilities. In this work, we present a detailed derivation of the closed-form expression for the KL divergence between Gaussian distributions, a case of particular importance in practical VAE implementations. Starting from the general definition for continuous random variables, we derive the expression for the univariate case and extend it to the multivariate setting under the assumption of diagonal covariance. Finally, we discuss the interpretation of each term in the resulting expression and its impact on the training dynamics of the model.

📄 PDF Abstract BibTeX arXiv:2604.11744

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Properties of Kullback-Leibler Divergence Between Multivariate Gaussian Distributions

2021-02-10 · NeurIPS 2023 11

Kullback-Leibler (KL) divergence is one of the most important divergence measures between probability distributions. In this paper, we prove several properties of KL divergence between multivariate Gaussian distributions…

Anomaly DetectionSafe Reinforcement Learning

Contrastive Divergence Learning is a Time Reversal Adversarial Game

2020-12-06 · ICLR 2021 1 · Omer Yair, Tomer Michaeli

Contrastive divergence (CD) learning is a classical method for fitting unnormalized statistical models to data samples. Despite its wide-spread use, the convergence properties of this algorithm are still not well underst…

Automatic Derivation Of Formulas Using Reforcement Learning

2018-08-15 · MinZhong Luo, Li Liu

This paper presents an artificial intelligence algorithm that can be used to derive formulas from various scientific disciplines called automatic derivation machine. First, the formula is abstractly expressed as a multiw…

Q-Learning

Soft $Q(λ)$: A multi-step off-policy method for entropy regularised reinforcement learning using eligibility traces

2026-04-15 · Pranav Mahajan, Ben Seymour arxiv

Soft Q-learning has emerged as a versatile model-free method for entropy-regularised reinforcement learning, optimising for returns augmented with a penalty on the divergence from a reference policy. Despite its success,…

Reinforcement Learning

Comments on "Iteratively Re-weighted Algorithm for Fuzzy c-Means"

2022-09-16 · Astha Saini, Prabhu Babu

In this comment, we present a simple alternate derivation to the IRW-FCM algorithm presented in "Iteratively Re-weighted Algorithm for Fuzzy c-Means" for Fuzzy c-Means problem. We show that the iterative steps derived fo…