paper-with-me

홈 › Papers

Learning conditional distributions on continuous spaces

2024-06-13 · Cyril Bénézet, Ziteng Cheng, Sebastian Jaimungal

We investigate sample-based learning of conditional distributions on multi-dimensional unit boxes, allowing for different dimensions of the feature and target spaces. Our approach involves clustering data near varying query points in the feature space to create empirical measures in the target space. We employ two distinct clustering schemes: one based on a fixed-radius ball and the other on nearest neighbors. We establish upper bounds for the convergence rates of both methods and, from these bounds, deduce optimal configurations for the radius and the number of neighbors. We propose to incorporate the nearest neighbors method into neural network training, as our empirical analysis indicates it has better performance in practice. For efficiency, our training process utilizes approximate nearest neighbors search with random binary space partitioning. Additionally, we employ the Sinkhorn algorithm and a sparsity-enforced transport plan. Our empirical findings demonstrate that, with a suitably designed structure, the neural network has the ability to adapt to a suitable level of Lipschitz continuity locally. For reproducibility, our code is available at \url{https://github.com/zcheng-a/LCD_kNN}.

📄 PDF Abstract BibTeX arXiv:2406.09375

Code (1)

zcheng-a/lcd_knn 공식 구현 pytorch

Tasks

Clustering

Similar Papers 제목 키워드 기반

Conditioning of Banach Space Valued Gaussian Random Variables: An Approximation Approach Based on Martingales

2024-04-04 · Ingo Steinwart

We investigate the conditional distributions of two Banach space valued, jointly Gaussian random variables. In particular, we show that these conditional distributions are again Gaussian and that their means and covarian…

Gaussian Processes

Partition Tree: Conditional Density Estimation over General Outcome Spaces

2026-02-03 · Felipe Angelim, Alessandro Leite arxiv

We propose Partition Tree, a novel tree-based framework for conditional density estimation over general outcome spaces that supports both continuous and categorical variables within a unified formulation. Our approach mo…

Density Estimation

A continuous Structural Intervention Distance to compare Causal Graphs

2023-07-31 · Mihir Dhanakshirur, Felix Laumann, Junhyung Park, Mauricio Barahona

Understanding and adequately assessing the difference between a true and a learnt causal graphs is crucial for causal inference under interventions. As an extension to the graph-based structural Hamming distance and stru…

Causal Inference

Consistent Robust Adversarial Prediction for General Multiclass Classification

2018-12-18 · Rizal Fathony, Kaiser Asif, Anqi Liu, Mohammad Ali Bashiri 외

We propose a robust adversarial prediction framework for general multiclass classification. Our method seeks predictive distributions that robustly optimize non-convex and non-continuous multiclass loss metrics against t…

ClassificationGeneral ClassificationPrediction

Stein Latent Optimization for Generative Adversarial Networks

2021-06-09 · ICLR 2022 4 · Uiwon Hwang, Heeseung Kim, Dahuin Jung, Hyemi Jang 외

Generative adversarial networks (GANs) with clustered latent spaces can perform conditional generation in a completely unsupervised manner. In the real world, the salient attributes of unlabeled data can be imbalanced. H…

Attribute