Huang, Yinjie, et al. "Reduced-rank local distance metric learning." in Machine Learning and Knowledge Discovery in Databases 2013
## Local Metric Learning
Which metric to use?
Local Metric Learning
Kmeans clustering based on Euclidean distance
Regression of metrics
K local metrics
1 global metric
+ easy to learn
+ local metrics capture well the underlying geometry of the input space
- high risk of overfitting
- global metric is not enough accurate
Perrot Michaël, Amaury Habrard, Damien Muselet, and Marc Sebban. "Modeling Perceptual Color Differences by Local Metric Learning." In Computer Vision–ECCV 2014
## Outline
- Metric Learning
- Examples of Metrics
- Mahalanobis distance
- Bilinear similarity
- Local Metric Learning
- Convex Combinations of Local Models
- Problem Formulation
- Theoretical Guarantees
- Applications and Results
- Perceptual Color Distance Estimation
- Semantic Similarity Estimation
- Conclusion
## Convex Combinations of Local Metrics
Convex Combinations
* defined on a clusters' pair $(R_i,R_j)$
* described by a vector $W_{ij} \in \mathbf{R}^K$ representing the influence of each local metric
d_{ij}(x_m,x_n) \:=\: \sum_{z}W_{ijz}d_{M_z} (x_m,x_n) D(W): topological characteristics of the space's decomposition S(W): correlation between vectors of weights
Regularization of the Optimization Problem
Topological Characteristics of the Space's Decomposition
Bellet Aurélien and Amaury Habrard. "Robustness and generalization for metric learning." Neurocomputing 151 (2015)
## Theoretical Guarantees with Mahalanobis Distances
for any $\delta > 0$ with probability at least $1-\delta$:
$ | R^l - \hat{R}^l | \leq$ $2 \left \|L \right \|_2 \gamma_1 + \gamma_2$ $+$ $B \sqrt{\frac{2H\ln2 + 2\ln{1/\delta}}{n}}$
with
- $L$: $M_z = L^TL$
- $\gamma_1$: the radius of the regions defined on the input space
- $\gamma_2$: the radius of the regions defined on the output space
- $H$: number of regions defined on the input space
- $n$: number of instances
- $B$: the upper bound of the loss function
Applications and Results
Perceptual Color Distance
on RGB space
Applications and Results
Perceptual Color Distance Estimation
Tolerance
the set of points whose distance to the reference is less than the just-noticeable-difference threshold
can be seen as a set of Mahalanobis metrics
Applications and Results
Perceptual Color Distance Estimation
Generalization on unseen colors
Generalization on unseen cameras
Applications and Results
Semantic Similarity Estimation
Word Embedding computed using Hellinger PCA
Lebret Rémi and Ronan Collobert. "Word emdeddings through hellinger pca." arXiv preprint arXiv:1312.5542 (2013)
## Conclusion
- Contributions
- Enhancement of local metric approaches by learning Convex Combinations of Local Models
- Derivation of Generalization Guarantees through the Algorithmic Robustness framework
- Enhancement of Perceptual Color Distance Estimation and Semantic Similarity Estimation
Work submitted to CVPR 2016 conference
# Thanks for your attention