English

Motion Guided Attention for Video Salient Object Detection

Computer Vision and Pattern Recognition 2019-10-04 v2

Abstract

Video salient object detection aims at discovering the most visually distinctive objects in a video. How to effectively take object motion into consideration during video salient object detection is a critical issue. Existing state-of-the-art methods either do not explicitly model and harvest motion cues or ignore spatial contexts within optical flow images. In this paper, we develop a multi-task motion guided video salient object detection network, which learns to accomplish two sub-tasks using two sub-networks, one sub-network for salient object detection in still images and the other for motion saliency detection in optical flow images. We further introduce a series of novel motion guided attention modules, which utilize the motion saliency sub-network to attend and enhance the sub-network for still images. These two sub-networks learn to adapt to each other by end-to-end training. Experimental results demonstrate that the proposed method significantly outperforms existing state-of-the-art algorithms on a wide range of benchmarks. We hope our simple and effective approach will serve as a solid baseline and help ease future research in video salient object detection. Code and models will be made available.

Keywords

Cite

@article{arxiv.1909.07061,
  title  = {Motion Guided Attention for Video Salient Object Detection},
  author = {Haofeng Li and Guanqi Chen and Guanbin Li and Yizhou Yu},
  journal= {arXiv preprint arXiv:1909.07061},
  year   = {2019}
}

Comments

10 pages, 4 figures, ICCV 2019, code: https://github.com/lhaof/Motion-Guided-Attention

R2 v1 2026-06-23T11:16:23.406Z