# Recurrent Existence Determination Through Policy Optimization

**Authors:** Baoxiang Wang

arXiv: 1905.13551 · 2019-06-05

## TL;DR

This paper introduces a recurrent attention-based model with a novel aggregation layer and reward mechanism for binary object existence detection, achieving improved efficiency and accuracy over previous methods.

## Contribution

It extends recurrent attention models with a new aggregation layer and reward mechanism specifically for existence determination tasks.

## Key findings

- Significant efficiency improvements over existing methods
- Higher accuracy on synthetic and real-world datasets
- Effective handling of delayed rewards in training

## Abstract

Binary determination of the presence of objects is one of the problems where humans perform extraordinarily better than computer vision systems, in terms of both speed and preciseness. One of the possible reasons is that humans can skip most of the clutter and attend only on salient regions. Recurrent attention models (RAM) are the first computational models to imitate the way humans process images via the REINFORCE algorithm. Despite that RAM is originally designed for image recognition, we extend it and present recurrent existence determination, an attention-based mechanism to solve the existence determination. Our algorithm employs a novel $k$-maximum aggregation layer and a new reward mechanism to address the issue of delayed rewards, which would have caused the instability of the training process. The experimental analysis demonstrates significant efficiency and accuracy improvement over existing approaches, on both synthetic and real-world datasets.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1905.13551/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1905.13551/full.md

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