CVAug 4, 2017

Video Salient Object Detection Using Spatiotemporal Deep Features

arXiv:1708.01447v386 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurately detecting salient objects in videos for applications like video analysis and segmentation, representing an incremental advancement by extending existing methods to incorporate temporal consistency.

The paper tackles video salient object detection by proposing SpatioTemporal Deep (STD) features and a SpatioTemporal Conditional Random Field (STCRF) to leverage temporal and spatial information, resulting in significant performance improvements over state-of-the-art methods on benchmark datasets and in video object segmentation tasks.

This paper presents a method for detecting salient objects in videos where temporal information in addition to spatial information is fully taken into account. Following recent reports on the advantage of deep features over conventional hand-crafted features, we propose a new set of SpatioTemporal Deep (STD) features that utilize local and global contexts over frames. We also propose new SpatioTemporal Conditional Random Field (STCRF) to compute saliency from STD features. STCRF is our extension of CRF to the temporal domain and describes the relationships among neighboring regions both in a frame and over frames. STCRF leads to temporally consistent saliency maps over frames, contributing to the accurate detection of salient objects' boundaries and noise reduction during detection. Our proposed method first segments an input video into multiple scales and then computes a saliency map at each scale level using STD features with STCRF. The final saliency map is computed by fusing saliency maps at different scale levels. Our experiments, using publicly available benchmark datasets, confirm that the proposed method significantly outperforms state-of-the-art methods. We also applied our saliency computation to the video object segmentation task, showing that our method outperforms existing video object segmentation methods.

Foundations

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

Your Notes