Iterative Shrinking for Referring Expression Grounding Using Deep Reinforcement Learning

Abstract

In this paper, we are tackling the proposal-free referring expression grounding task, aiming at localizing the target object according to a query sentence, without relying on off-the-shelf object proposals. Existing proposal-free methods employ a query-image matching branch to select the highest-score point in the image feature map as the target box center, with its width and height predicted by another branch. Such methods, however, fail to utilize the contextual relation between the target and reference objects, and lack interpretability on its reasoning procedure. To solve these problems, we propose an iterative shrinking mechanism to localize the target, where the shrinking direction is decided by a reinforcement learning agent, with all contents within the current image patch comprehensively considered. Beside, the sequential shrinking process enables to demonstrate the reasoning about how to iteratively find the target. Experiments show that the proposed method boosts the accuracy by 4.32% against the previous state-of-the-art (SOTA) method on the RefCOCOg dataset, where query sentences are long and complex, with many targets referred by other reference objects.

Cite

Text

Sun et al. "Iterative Shrinking for Referring Expression Grounding Using Deep Reinforcement Learning." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01384

Markdown

[Sun et al. "Iterative Shrinking for Referring Expression Grounding Using Deep Reinforcement Learning." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/sun2021cvpr-iterative/) doi:10.1109/CVPR46437.2021.01384

BibTeX

@inproceedings{sun2021cvpr-iterative,
  title     = {{Iterative Shrinking for Referring Expression Grounding Using Deep Reinforcement Learning}},
  author    = {Sun, Mingjie and Xiao, Jimin and Lim, Eng Gee},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {14060-14069},
  doi       = {10.1109/CVPR46437.2021.01384},
  url       = {https://mlanthology.org/cvpr/2021/sun2021cvpr-iterative/}
}