paper-with-me

홈 › Papers

DeepFace-EMD: Re-ranking Using Patch-wise Earth Mover's Distance Improves Out-Of-Distribution Face Identification

2021-12-07 · CVPR 2022 1 · Hai Phan, Anh Nguyen

Face identification (FI) is ubiquitous and drives many high-stake decisions made by law enforcement. State-of-the-art FI approaches compare two images by taking the cosine similarity between their image embeddings. Yet, such an approach suffers from poor out-of-distribution (OOD) generalization to new types of images (e.g., when a query face is masked, cropped, or rotated) not included in the training set or the gallery. Here, we propose a re-ranking approach that compares two faces using the Earth Mover's Distance on the deep, spatial features of image patches. Our extra comparison stage explicitly examines image similarity at a fine-grained level (e.g., eyes to eyes) and is more robust to OOD perturbations and occlusions than traditional FI. Interestingly, without finetuning feature extractors, our method consistently improves the accuracy on all tested OOD queries: masked, cropped, rotated, and adversarial while obtaining similar results on in-distribution images.

📄 PDF Abstract BibTeX arXiv:2112.04016

Code (1)

anguyen8/deepface-emd 공식 구현 pytorch

Tasks

Face IdentificationRe-Ranking

Similar Papers 제목 키워드 기반

Fast and Interpretable Face Identification for Out-Of-Distribution Data Using Vision Transformers

2023-11-06 · Hai Phan, Cindy Le, Vu Le, Yihui He 외

Most face identification approaches employ a Siamese neural network to compare two images at the image embedding level. Yet, this technique can be subject to occlusion (e.g. faces with masks or sunglasses) and out-of-dis…

Face IdentificationRe-Ranking

On the Definiteness of Earth Mover's Distance and Its Relation to Set Intersection

2015-10-09 · Andrew Gardner, Christian A. Duncan, Jinko Kanno, Rastko R. Selmic

Positive definite kernels are an important tool in machine learning that enable efficient solutions to otherwise difficult or intractable problems by implicitly linearizing the problem geometry. In this paper we develop …

Relation

Earthmover-based manifold learning for analyzing molecular conformation spaces

2019-10-16 · Nathan Zelesko, Amit Moscovich, Joe Kileel, Amit Singer

In this paper, we propose a novel approach for manifold learning that combines the Earthmover's distance (EMD) with the diffusion maps method for dimensionality reduction. We demonstrate the potential benefits of this ap…

Dimensionality Reduction

People Mover's Distance: Class level geometry using fast pairwise data adaptive transportation costs

2017-07-03 · Alexander Cloninger, Brita Roy, Carley Riley, Harlan M. Krumholz

We address the problem of defining a network graph on a large collection of classes. Each class is comprised of a collection of data points, sampled in a non i.i.d. way, from some unknown underlying distribution. The app…

Clustering

Earth Mover's Distance Minimization for Unsupervised Bilingual Lexicon Induction

2017-09-01 · EMNLP 2017 9 · Meng Zhang, Yang Liu, Huanbo Luan, Maosong Sun

Cross-lingual natural language processing hinges on the premise that there exists invariance across languages. At the word level, researchers have identified such invariance in the word embedding semantic spaces of diffe…

Bilingual Lexicon InductionCross-Lingual TransferWord Embeddings