LGAIMLMay 29, 2019

Recurrent Existence Determination Through Policy Optimization

arXiv:1905.13551v2
Originality Incremental advance
AI Analysis

This work addresses a specific computer vision problem with incremental improvements to existing attention-based methods.

The paper tackles the problem of binary object existence determination in computer vision by extending recurrent attention models with a novel k-maximum aggregation layer and reward mechanism to address training instability. The results show significant efficiency and accuracy improvements on synthetic and real-world datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes