paper-with-me

Papers

Kernel Density Matrices for Probabilistic Deep Learning

2023-05-26 · Fabio A. González, Raúl Ramos-Pollán, Joseph A. Gallego-Mejia

This paper introduces a novel approach to probabilistic deep learning, kernel density matrices, which provide a simpler yet effective mechanism for representing joint probability distributions of both continuous and discrete random variables. In quantum mechanics, a density matrix is the most general way to describe the state of a quantum system. This work extends the concept of density matrices by allowing them to be defined in a reproducing kernel Hilbert space. This abstraction allows the construction of differentiable models for density estimation, inference, and sampling, and enables their integration into end-to-end deep neural models. In doing so, we provide a versatile representation of marginal and joint probability distributions that allows us to develop a differentiable, compositional, and reversible inference procedure that covers a wide range of machine learning tasks, including density estimation, discriminative learning, and generative modeling. The broad applicability of the framework is illustrated by two examples: an image classification model that can be naturally transformed into a conditional generative model, and a model for learning with label proportions that demonstrates the framework's ability to deal with uncertainty in the training samples. The framework is implemented as a library and is available at: https://github.com/fagonzalezo/kdm.

📄 PDF Abstract BibTeX arXiv:2305.18204

Code (2)

fagonzalezo/kdm 공식 구현
fagonzalezo/kdm_for_probabilistic_dl_experiments 공식 구현 tf

Tasks

Deep LearningDensity Estimationimage-classificationImage ClassificationProbabilistic Deep LearningWeakly Supervised Classification

Methods 이 논문이 사용한 방법론

Library 설명 없음
kdm Kernel density matrices provide a simpler yet effective mechanism for representing joint probability distributions of both continuous and discrete random variables. This…

Similar Papers 제목 키워드 기반

Fast Kernel Density Estimation with Density Matrices and Random Fourier Features

2022-08-02 · Joseph A. Gallego, Juan F. Osorio, Fabio A. González

Kernel density estimation (KDE) is one of the most widely used nonparametric density estimation methods. The fact that it is a memory-based method, i.e., it uses the entire training data set for prediction, makes it unsu…

Density Estimation

Sub-quadratic Algorithms for Kernel Matrices via Kernel Density Estimation

2022-12-01 · Ainesh Bakshi, Piotr Indyk, Praneeth Kacham, Sandeep Silwal 외

Kernel matrices, as well as weighted graphs represented by them, are ubiquitous objects in machine learning, statistics and other related fields. The main drawback of using kernel methods (learning and inference using ke…

Density Estimation

Uniform Convergence Rates for Kernel Density Estimation

2017-08-01 · ICML 2017 8 · Heinrich Jiang

Kernel density estimation (KDE) is a popular nonparametric density estimation method. We (1) derive finite-sample high-probability density estimation bounds for multivariate KDE under mild density assumptions which …

Density EstimationLocal intrinsic dimension estimation

Kernel Density Estimation by Stagewise Algorithm with a Simple Dictionary

2021-07-27 · Kiheiji Nishida, Kanta Naito

This study proposes multivariate kernel density estimation by stagewise minimization algorithm based on $U$-divergence and a simple dictionary. The dictionary consists of an appropriate scalar bandwidth matrix and a part…

Density Estimation

Density Matrices for Metaphor Understanding

2024-08-12 · Jay Owers, Ekaterina Shutova, Martha Lewis

In physics, density matrices are used to represent mixed states, i.e. probabilistic mixtures of pure states. This concept has previously been used to model lexical ambiguity. In this paper, we consider metaphor as a type…