paper-with-me

홈 › Papers

Implicit-PDF: Non-Parametric Representation of Probability Distributions on the Rotation Manifold

2021-06-10 · Kieran Murphy, Carlos Esteves, Varun Jampani, Srikumar Ramalingam, Ameesh Makadia

Single image pose estimation is a fundamental problem in many vision and robotics tasks, and existing deep learning approaches suffer by not completely modeling and handling: i) uncertainty about the predictions, and ii) symmetric objects with multiple (sometimes infinite) correct poses. To this end, we introduce a method to estimate arbitrary, non-parametric distributions on SO(3). Our key idea is to represent the distributions implicitly, with a neural network that estimates the probability given the input image and a candidate pose. Grid sampling or gradient ascent can be used to find the most likely pose, but it is also possible to evaluate the probability at any pose, enabling reasoning about symmetries and uncertainty. This is the most general way of representing distributions on manifolds, and to showcase the rich expressive power, we introduce a dataset of challenging symmetric and nearly-symmetric objects. We require no supervision on pose uncertainty -- the model trains only with a single pose per example. Nonetheless, our implicit model is highly expressive to handle complex distributions over 3D poses, while still obtaining accurate pose estimation on standard non-ambiguous environments, achieving state-of-the-art performance on Pascal3D+ and ModelNet10-SO(3) benchmarks.

📄 PDF Abstract BibTeX arXiv:2106.05965

Code (2)

google-research/google-research/tree/master/implicit_pdf 공식 구현 jax
airalcorn2/pytorch-ipdf pytorch

Tasks

3D Pose Estimation3D Rotation EstimationPose Estimation

Similar Papers 제목 키워드 기반

Synchronizing Probability Measures on Rotations via Optimal Transport

2020-04-01 · CVPR 2020 6 · Tolga Birdal, Michael Arbel, Umut Şimşekli, Leonidas Guibas

We introduce a new paradigm, $\textit{measure synchronization}$, for synchronizing graphs with measure-valued edges. We formulate this problem as maximization of the cycle-consistency in the space of probability measures…

Pose Estimation

Implicitly Adaptive Importance Sampling

2019-06-20 · Topi Paananen, Juho Piironen, Paul-Christian Bürkner, Aki Vehtari

Adaptive importance sampling is a class of techniques for finding good proposal distributions for importance sampling. Often the proposal distributions are standard probability distributions whose parameters are adapted …

Implicit Generative Copulas

2021-09-29 · NeurIPS 2021 12 · Tim Janke, Mohamed Ghanmi, Florian Steinke

Copulas are a powerful tool for modeling multivariate distributions as they allow to separately estimate the univariate marginal distributions and the joint dependency structure. However, known parametric copulas offer l…

Image Generation

Parametric information geometry with the package Geomstats

2022-11-21 · Alice Le Brigant, Jules Deschamps, Antoine Collas, Nina Miolane

We introduce the information geometry module of the Python package Geomstats. The module first implements Fisher-Rao Riemannian manifolds of widely used parametric families of probability distributions, such as normal, g…

Computing Functions of Random Variables via Reproducing Kernel Hilbert Space Representations

2015-01-27 · Bernhard Schölkopf, Krikamol Muandet, Kenji Fukumizu, Jonas Peters

We describe a method to perform functional operations on probability distributions of random variables. The method uses reproducing kernel Hilbert space representations of probability distributions, and it is applicable …

Causal InferenceProbabilistic Programming