paper-with-me

Papers

Efficient Learning of Convolution Weights as Gaussian Mixture Model Posteriors

2024-01-30 · Lifan Liang

In this paper, we showed that the feature map of a convolution layer is equivalent to the unnormalized log posterior of a special kind of Gaussian mixture for image modeling. Then we expanded the model to drive diverse features and proposed a corresponding EM algorithm to learn the model. Learning convolution weights using this approach is efficient, guaranteed to converge, and does not need supervised information. Code is available at: https://github.com/LifanLiang/CALM.

📄 PDF Abstract BibTeX arXiv:2401.17400

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Variational Inference with Mixtures of Isotropic Gaussians

2025-06-16 · Marguerite Petit-Talamon, Marc Lambert, Anna Korba

Variational inference (VI) is a popular approach in Bayesian inference, that looks for the best approximation of the posterior distribution within a parametric family, minimizing a loss that is typically the (reverse) Ku…

Bayesian InferenceVariational Inference

Gaussian Mixture Convolution Networks

2022-02-18 · ICLR 2022 4 · Adam Celarek, Pedro Hermosilla, Bernhard Kerbl, Timo Ropinski 외

This paper proposes a novel method for deep learning based on the analytical convolution of multidimensional Gaussian mixtures. In contrast to tensors, these do not suffer from the curse of dimensionality and allow for a…

VAE with a VampPrior

2017-05-19 · Jakub M. Tomczak, Max Welling

Many different methods to train deep generative models have been introduced in the past. In this paper, we propose to extend the variational auto-encoder (VAE) framework with a new type of prior which we call "Variationa…

Robust scalable initialization for Bayesian variational inference with multi-modal Laplace approximations

2023-07-12 · Wyatt Bridgman, Reese Jones, Mohammad Khalil

For predictive modeling relying on Bayesian inversion, fully independent, or ``mean-field'', Gaussian distributions are often used as approximate probability density functions in variational inference since the number of…

Variational Inference

Variational Gaussian Mixture Manifold Models for Client-Specific Federated Personalization

2025-09-04 · Sai Puppala, Ismail Hossain, Md Jahangir Alam, Sajedul Talukder arxiv

Personalized federated learning (PFL) often fails under label skew and non-stationarity because a single global parameterization ignores client-specific geometry. We introduce VGM$^2$ (Variational Gaussian Mixture Manifo…

Personalized Federated Learning