English

Learning Visual Context by Comparison

Computer Vision and Pattern Recognition 2020-07-16 v1

Abstract

Finding diseases from an X-ray image is an important yet highly challenging task. Current methods for solving this task exploit various characteristics of the chest X-ray image, but one of the most important characteristics is still missing: the necessity of comparison between related regions in an image. In this paper, we present Attend-and-Compare Module (ACM) for capturing the difference between an object of interest and its corresponding context. We show that explicit difference modeling can be very helpful in tasks that require direct comparison between locations from afar. This module can be plugged into existing deep learning models. For evaluation, we apply our module to three chest X-ray recognition tasks and COCO object detection & segmentation tasks and observe consistent improvements across tasks. The code is available at https://github.com/mk-minchul/attend-and-compare.

Keywords

Cite

@article{arxiv.2007.07506,
  title  = {Learning Visual Context by Comparison},
  author = {Minchul Kim and Jongchan Park and Seil Na and Chang Min Park and Donggeun Yoo},
  journal= {arXiv preprint arXiv:2007.07506},
  year   = {2020}
}

Comments

ECCV 2020 spotlight paper

R2 v1 2026-06-23T17:07:52.782Z