# Learning Image Relations with Contrast Association Networks

**Authors:** Yao Lu, Zhirong Yang, Juho Kannala, Samuel Kaski

arXiv: 1705.05665 · 2019-03-13

## TL;DR

This paper introduces Contrast Association Units (CAUs), a neural network module designed to explicitly model relations between image pairs, improving the learning of fundamental image transformations.

## Contribution

It proposes a novel neural network module, CAU, with a specialized learning algorithm, enhancing relation inference in image tasks compared to traditional methods.

## Key findings

- CAUs outperform conventional neural networks in learning image transformations
- The multiplicative update algorithm effectively trains CAUs due to non-negative weights
- Experiments demonstrate improved relation modeling in computer vision tasks

## Abstract

Inferring the relations between two images is an important class of tasks in computer vision. Examples of such tasks include computing optical flow and stereo disparity. We treat the relation inference tasks as a machine learning problem and tackle it with neural networks. A key to the problem is learning a representation of relations. We propose a new neural network module, contrast association unit (CAU), which explicitly models the relations between two sets of input variables. Due to the non-negativity of the weights in CAU, we adopt a multiplicative update algorithm for learning these weights. Experiments show that neural networks with CAUs are more effective in learning five fundamental image transformations than conventional neural networks.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1705.05665/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1705.05665/full.md

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