background preloader

Earth mover distance

Facebook Twitter

Similarity and difference; Barnun. The Tangent Earth Mover's Distance. MNRAS-2004-Maisinger-339-54. Diffusion map. Diffusion maps is a machine learning algorithm introduced by R.

Diffusion map

R. Coifman and S. Lafon.[1][2] It computes a family of embeddings of a data set into Euclidean space (often low-dimensional) whose coordinates can be computed from the eigenvectors and eigenvalues of a diffusion operator on the data. The Euclidean distance between points in the embedded space is equal to the "diffusion distance" between probability distributions centered at those points. Different from other dimensionality reduction methods such as principal component analysis (PCA) and multi-dimensional scaling (MDS), diffusion maps is a non-linear method that focuses on discovering the underlying manifold that the data has been sampled from. Definition of diffusion maps[edit] Following,[3] diffusion maps can be defined in four steps.

Connectivity[edit] Diffusion maps leverages the relationship between heat diffusion and random walk Markov chain. And , can be defined as the probability of walking from to is symmetric) step yields. Distance Functions and Metric Learning - ECCV2010 Tutorial. Distance functions are at the core of numerous computer vision tasks.

Distance Functions and Metric Learning - ECCV2010 Tutorial

This tutorial provides an in-depth introduction to existing distances that can be used in computer vision and methods for learning new distances via metric learning. The tutorial has two parts. In the first part, we cover several existing distances, discuss their properties, and show how and when to apply them. We give special emphasis on Earth Mover's Distance variants and approximations, and efficient algorithms for their computation.

In the second part, we cover metric learning methods; these methods aim to learn an appropriate distance/similarity function for a given task. Image - Algorithm for finding visually similar photos from a database? Scale-invariant feature transform. Applications include object recognition, robotic mapping and navigation, image stitching, 3D modeling, gesture recognition, video tracking, individual identification of wildlife and match moving.

Scale-invariant feature transform

The algorithm is patented in the US; the owner is the University of British Columbia.[2] Overview[edit] For any object in an image, interesting points on the object can be extracted to provide a "feature description" of the object. This description, extracted from a training image, can then be used to identify the object when attempting to locate the object in a test image containing many other objects. To perform reliable recognition, it is important that the features extracted from the training image be detectable even under changes in image scale, noise and illumination.

Another important characteristic of these features is that the relative positions between them in the original scene shouldn't change from one image to another. SIFT[edit] Key stages[edit] Scale-invariant feature detection[edit] List of probability metrics. Code. Image - Python code for Earth mover's Distance. Pdinges/python-emd. Fast Earth Mover's Distance (EMD) Code (C++ and Matlab and Java wrappers) The code efficiently computes the Earth Mover's Distance (EMD) between two histograms or sparse histograms (signatures).

Fast Earth Mover's Distance (EMD) Code (C++ and Matlab and Java wrappers)

The EMD is also known as Mallows, 1st Wasserstein, Monge-Kantorovich, Match and Transporatation distances. The approach was described in the paper: "Fast and Robust Earth Mover's Distances" [ ]. EMD-HAT (a better definition of EMD for non-normalized histograms) was presented in the paper: "A Linear Time Histogram Metric for Improved SIFT Matching" [ ]. Quadratic Chi (QC) - code that computes the new Quadratic Chi histogram distances (proposed at ECCV 2010) very fast. To get started download the zip file and read the README.txt file, or simply start looking at the demo_FastEMD#.m files. FastEMD-3.1.zip 26.6.2013 (added Added mac 64 compiled mex files) FastEMD-3.zip 17.5.2012 (added non-symmetric ground distance and non-equal sized histograms versions) FastEMD-2.2.zip 15.3.2012 (windows compiled java library added) FastEMD-2.1.zip 9.2.2011 (license changed to BSD)

Code and Data.