MAttNet: Modular Attention Network for Referring Expression Comprehension

Abstract

In this paper, we address referring expression comprehension: localizing an image region described by a natural language expression. While most recent work treats expressions as a single unit, we propose to decompose them into three modular components related to subject appearance, location, and relationship to other objects. This allows us to flexibly adapt to expressions containing different types of information in an end-to-end framework. In our model, which we call the Modular Attention Network (MAttNet), two types of attention are utilized: language-based attention that learns the module weights as well as the word/phrase attention that each module should focus on; and visual attention that allows the subject and relationship modules to focus on relevant image components. Module weights combine scores from all three modules dynamically to output an overall score. Experiments show that MAttNet outperforms previous state-of-the-art methods by a large margin on both bounding-box-level and pixel-level comprehension tasks.

Cite

Text

Yu et al. "MAttNet: Modular Attention Network for Referring Expression Comprehension." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00142

Markdown

[Yu et al. "MAttNet: Modular Attention Network for Referring Expression Comprehension." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/yu2018cvpr-mattnet/) doi:10.1109/CVPR.2018.00142

BibTeX

@inproceedings{yu2018cvpr-mattnet,
  title     = {{MAttNet: Modular Attention Network for Referring Expression Comprehension}},
  author    = {Yu, Licheng and Lin, Zhe and Shen, Xiaohui and Yang, Jimei and Lu, Xin and Bansal, Mohit and Berg, Tamara L.},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00142},
  url       = {https://mlanthology.org/cvpr/2018/yu2018cvpr-mattnet/}
}