# Learning Local Feature Aggregation Functions with Backpropagation

**Authors:** Angelos Katharopoulos, Despoina Paschalidou, Christos Diou and, Anastasios Delopoulos

arXiv: 1706.08580 · 2017-06-28

## TL;DR

This paper presents a novel backpropagation-based method to learn optimal local feature aggregation functions, significantly improving classification performance on image and video datasets over existing methods.

## Contribution

It introduces a new family of local feature aggregation functions and a training approach that optimizes their parameters directly for classification tasks.

## Key findings

- Outperforms Bag of Words, Fisher Vectors, VLAD in experiments
- Discovers class-relevant information in local features
- Effective on both image and video datasets

## Abstract

This paper introduces a family of local feature aggregation functions and a novel method to estimate their parameters, such that they generate optimal representations for classification (or any task that can be expressed as a cost function minimization problem). To achieve that, we compose the local feature aggregation function with the classifier cost function and we backpropagate the gradient of this cost function in order to update the local feature aggregation function parameters. Experiments on synthetic datasets indicate that our method discovers parameters that model the class-relevant information in addition to the local feature space. Further experiments on a variety of motion and visual descriptors, both on image and video datasets, show that our method outperforms other state-of-the-art local feature aggregation functions, such as Bag of Words, Fisher Vectors and VLAD, by a large margin.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1706.08580/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1706.08580/full.md

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