# Discriminative Metric Learning with Deep Forest

**Authors:** Lev V. Utkin, Mikhail A. Ryabinin

arXiv: 1705.09620 · 2017-05-29

## TL;DR

This paper introduces Discriminative Deep Forest, a metric learning algorithm that assigns weights to decision trees to improve class separation, demonstrated through numerical experiments.

## Contribution

It proposes a novel metric learning method based on Deep Forest with weighted trees and a simplified optimization objective.

## Key findings

- Effective in reducing intra-class distances
- Increases inter-class distances
- Demonstrated through numerical experiments

## Abstract

A Discriminative Deep Forest (DisDF) as a metric learning algorithm is proposed in the paper. It is based on the Deep Forest or gcForest proposed by Zhou and Feng and can be viewed as a gcForest modification. The case of the fully supervised learning is studied when the class labels of individual training examples are known. The main idea underlying the algorithm is to assign weights to decision trees in random forest in order to reduce distances between objects from the same class and to increase them between objects from different classes. The weights are training parameters. A specific objective function which combines Euclidean and Manhattan distances and simplifies the optimization problem for training the DisDF is proposed. The numerical experiments illustrate the proposed distance metric algorithm.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1705.09620/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1705.09620/full.md

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