paper-with-me

홈 › Papers

DeepEMD: A Transformer-based Fast Estimation of the Earth Mover's Distance

2023-11-16 · Atul Kumar Sinha, Francois Fleuret

The Earth Mover's Distance (EMD) is the measure of choice between point clouds. However the computational cost to compute it makes it prohibitive as a training loss, and the standard approach is to use a surrogate such as the Chamfer distance. We propose an attention-based model to compute an accurate approximation of the EMD that can be used as a training loss for generative models. To get the necessary accurate estimation of the gradients we train our model to explicitly compute the matching between point clouds instead of EMD itself. We cast this new objective as the estimation of an attention matrix that approximates the ground truth matching matrix. Experiments show that this model provides an accurate estimate of the EMD and its gradient with a wall clock speed-up of more than two orders of magnitude with respect to the exact Hungarian matching algorithm and one order of magnitude with respect to the standard approximate Sinkhorn algorithm, allowing in particular to train a point cloud VAE with the EMD itself. Extensive evaluation show the remarkable behaviour of this model when operating out-of-distribution, a key requirement for a distance surrogate. Finally, the model generalizes very well to point clouds during inference several times larger than during training.

📄 PDF Abstract BibTeX arXiv:2311.09998

Code (1)

atulkumarin/deepemd 공식 구현 pytorch

Similar Papers 제목 키워드 기반

DeepEMD: Few-Shot Image Classification With Differentiable Earth Mover's Distance and Structured Classifiers

2020-06-01 · CVPR 2020 6 · Chi Zhang, Yujun Cai, Guosheng Lin, Chunhua Shen

In this paper, we address the few-shot classification task from a new perspective of optimal matching between image regions. We adopt the Earth Mover's Distance (EMD) as a metric to compute a structural distance between …

ClassificationFew-Shot Image ClassificationGeneral Classificationimage-classification+1

DeepEMD: Differentiable Earth Mover's Distance for Few-Shot Learning

2020-03-15 · Chi Zhang, Yujun Cai, Guosheng Lin, Chunhua Shen

In this work, we develop methods for few-shot image classification from a new perspective of optimal matching between image regions. We employ the Earth Mover's Distance (EMD) as a metric to compute a structural distance…

ClassificationFew-Shot Image ClassificationFew-Shot LearningGeneral Classification+4

RGB2Point: 3D Point Cloud Generation from Single RGB Images

2024-07-20 · Jae Joong Lee, Bedrich Benes

We introduce RGB2Point, an unposed single-view RGB image to a 3D point cloud generation based on Transformer. RGB2Point takes an input image of an object and generates a dense 3D point cloud. Contrary to prior works base…

DenoisingPoint Cloud Generation

EMLight: Lighting Estimation via Spherical Distribution Approximation

2020-12-21 · Fangneng Zhan, Changgong Zhang, Yingchen Yu, Yuan Chang 외

Illumination estimation from a single image is critical in 3D rendering and it has been investigated extensively in the computer vision and computer graphic research community. On the other hand, existing works estimate …

Lighting Estimationregression

Low-Complexity Data-Parallel Earth Mover's Distance Approximations

2018-12-05 · Kubilay Atasu, Thomas Mittelholzer

The Earth Mover's Distance (EMD) is a state-of-the art metric for comparing discrete probability distributions, but its high distinguishability comes at a high cost in computational complexity. Even though linear-complex…

CPUGPU