# Image Matching via Loopy RNN

**Authors:** Donghao Luo, Bingbing Ni, Yichao Yan, Xiaokang Yang

arXiv: 1706.03190 · 2017-06-20

## TL;DR

This paper introduces Loopy RNN, a novel recursive neural network inspired by human vision, which iteratively refines image matching scores by aggregating relationship information, outperforming traditional one-off algorithms.

## Contribution

The paper proposes a new Loopy RNN architecture with symmetry and monotonous loss, enabling iterative and progressive image matching, which is a significant advancement over existing methods.

## Key findings

- Demonstrates superior performance on multiple image matching benchmarks.
- Shows the effectiveness of recursive, iterative matching process.
- Validates the symmetry property and monotonous loss in improving matching confidence.

## Abstract

Most existing matching algorithms are one-off algorithms, i.e., they usually measure the distance between the two image feature representation vectors for only one time. In contrast, human's vision system achieves this task, i.e., image matching, by recursively looking at specific/related parts of both images and then making the final judgement. Towards this end, we propose a novel loopy recurrent neural network (Loopy RNN), which is capable of aggregating relationship information of two input images in a progressive/iterative manner and outputting the consolidated matching score in the final iteration. A Loopy RNN features two uniqueness. First, built on conventional long short-term memory (LSTM) nodes, it links the output gate of the tail node to the input gate of the head node, thus it brings up symmetry property required for matching. Second, a monotonous loss designed for the proposed network guarantees increasing confidence during the recursive matching process. Extensive experiments on several image matching benchmarks demonstrate the great potential of the proposed method.

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1706.03190/full.md

## References

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

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