paper-with-me

Papers

Active Slices for Sliced Stein Discrepancy

2021-02-05 · Wenbo Gong, Kaibo Zhang, Yingzhen Li, José Miguel Hernández-Lobato

Sliced Stein discrepancy (SSD) and its kernelized variants have demonstrated promising successes in goodness-of-fit tests and model learning in high dimensions. Despite their theoretical elegance, their empirical performance depends crucially on the search of optimal slicing directions to discriminate between two distributions. Unfortunately, previous gradient-based optimisation approaches for this task return sub-optimal results: they are computationally expensive, sensitive to initialization, and they lack theoretical guarantees for convergence. We address these issues in two steps. First, we provide theoretical results stating that the requirement of using optimal slicing directions in the kernelized version of SSD can be relaxed, validating the resulting discrepancy with finite random slicing directions. Second, given that good slicing directions are crucial for practical performance, we propose a fast algorithm for finding such slicing directions based on ideas of active sub-space construction and spectral decomposition. Experiments on goodness-of-fit tests and model learning show that our approach achieves both improved performance and faster convergence. Especially, we demonstrate a 14-80x speed-up in goodness-of-fit tests when comparing with gradient-based alternatives.

📄 PDF Abstract BibTeX arXiv:2102.03159

Code (1)

WenboGong/Sliced_Kernelized_Stein_Discrepancy 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Sliced Kernelized Stein Discrepancy

2020-06-30 · ICLR 2021 1 · Wenbo Gong, Yingzhen Li, José Miguel Hernández-Lobato

Kernelized Stein discrepancy (KSD), though being extensively used in goodness-of-fit tests and model learning, suffers from the curse-of-dimensionality. We address this issue by proposing the sliced Stein discrepancy and…

Shedding a PAC-Bayesian Light on Adaptive Sliced-Wasserstein Distances

2022-06-07 · Ruben Ohana, Kimia Nadjahi, Alain Rakotomamonjy, Liva Ralaivola

The Sliced-Wasserstein distance (SW) is a computationally efficient and theoretically grounded alternative to the Wasserstein distance. Yet, the literature on its statistical properties -- or, more accurately, its genera…

Generalization Bounds

Understanding Learning with Sliced-Wasserstein Requires Rethinking Informative Slices

2024-11-16 · Huy Tran, Yikun Bai, Ashkan Shahbazi, John R. Hershey 외

The practical applications of Wasserstein distances (WDs) are constrained by their sample and computational complexities. Sliced-Wasserstein distances (SWDs) provide a workaround by projecting distributions onto one-dime…

Informativeness

Point-set Distances for Learning Representations of 3D Point Clouds

2021-02-08 · ICCV 2021 10 · Trung Nguyen, Quang-Hieu Pham, Tam Le, Tung Pham 외

Learning an effective representation of 3D point clouds requires a good metric to measure the discrepancy between two 3D point sets, which is non-trivial due to their irregularity. Most of the previous works resort to us…

Point Cloud RegistrationTransfer Learning

Improving Relational Regularized Autoencoders with Spherical Sliced Fused Gromov Wasserstein

2020-10-05 · ICLR 2021 1 · Khai Nguyen, Son Nguyen, Nhat Ho, Tung Pham 외

Relational regularized autoencoder (RAE) is a framework to learn the distribution of data by minimizing a reconstruction loss together with a relational regularization on the latent space. A recent attempt to reduce the …

Image Generation