Related Experiment Video
Updated: Jun 19, 2026

A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
Fast similarity search for learned metrics.
Brian Kulis1, Prateek Jain, Kristen Grauman
1Electrical Engineering and Computer Science Department and the International Computer Science Institute, University of California at Berkeley, Berkeley, CA 94720, USA. kulis@eecs.berkeley.edu
We developed a scalable method for similarity search using learned metrics. This approach uses randomized locality-sensitive hashing to efficiently find similar items in large datasets, improving accuracy over standard methods.
Area of Science:
- Machine Learning
- Computer Vision
- Data Mining
Background:
- Efficient similarity search is crucial for large-scale data analysis.
- Learning metric spaces from data can improve similarity comparisons.
- High dimensionality poses challenges for metric learning and search.
Purpose of the Study:
- To develop a scalable method for similarity search with learned metrics.
- To enable sublinear time similarity search under learned Mahalanobis distances.
- To address metric learning and hashing in high-dimensional vector spaces.
Main Methods:
- Learned a Mahalanobis distance function from pairwise similarity/dissimilarity constraints.
- Encoded learned metric parameterization into randomized locality-sensitive hash functions.
- Formulated an indirect solution for high-dimensional vector spaces.
Main Results:
- The learned metrics improved accuracy compared to common baselines on image and systems datasets.
- The hashing construction enabled efficient indexing with learned distances for very large databases.
- The indirect solution handled high-dimensional vector spaces effectively.
Conclusions:
- The proposed method provides scalable and accurate similarity search for learned metrics.
- Randomized locality-sensitive hashing is effective for indexing learned distance functions.
- The approach is applicable to diverse datasets, including high-dimensional ones.
Related Concept Videos
Causes of Similarity-Dissimilarity Effect
Wilcoxon Signed-Ranks Test for Matched Pairs
Multiple Comparison Tests
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
Comparison Tests
Mean Absolute Deviation
Let us consider a dataset containing the number of unsold cupcakes in five shops: 10, 15, 8, 7, and 10. Initially, calculate the sample mean. Then calculate the deviation, or the difference, between each data value and the mean. Next, the absolute values of these deviations are added and divided by the sample size to...
Spearman's Rank Correlation Test
Spearman's test calculates correlation by...