# A Distributed Approach towards Discriminative Distance Metric Learning

**Authors:** Jun Li, Xun Lin, Xiaoguang Rui, Yong Rui, Dacheng Tao

arXiv: 1905.05177 · 2019-05-15

## TL;DR

This paper introduces a distributed discriminative distance metric learning algorithm that scales efficiently with data size, leveraging parallel computation and providing theoretical error bounds, with strong experimental validation.

## Contribution

It presents a novel distributed algorithm for metric learning that improves scalability and efficiency while maintaining high accuracy.

## Key findings

- Achieves state-of-the-art performance on image annotation tasks.
- Scales well with data size due to distributed computation.
- Provides theoretical bounds for distributed error.

## Abstract

Distance metric learning is successful in discovering intrinsic relations in data. However, most algorithms are computationally demanding when the problem size becomes large. In this paper, we propose a discriminative metric learning algorithm, and develop a distributed scheme learning metrics on moderate-sized subsets of data, and aggregating the results into a global solution. The technique leverages the power of parallel computation. The algorithm of the aggregated distance metric learning (ADML) scales well with the data size and can be controlled by the partition. We theoretically analyse and provide bounds for the error induced by the distributed treatment. We have conducted experimental evaluation of ADML, both on specially designed tests and on practical image annotation tasks. Those tests have shown that ADML achieves the state-of-the-art performance at only a fraction of the cost incurred by most existing methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.05177/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1905.05177/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1905.05177/full.md

---
Source: https://tomesphere.com/paper/1905.05177