CVLGAug 7, 2020

Exploring Rich and Efficient Spatial Temporal Interactions for Real Time Video Salient Object Detection

arXiv:2008.02973v1117 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and high-quality video saliency detection, which is incremental as it builds on existing two-branch methods by enhancing their interaction.

The paper tackles the problem of improving video salient object detection by proposing a novel spatiotemporal network that enables mutual interaction between spatial and temporal branches, achieving real-time performance at 50 FPS.

The current main stream methods formulate their video saliency mainly from two independent venues, i.e., the spatial and temporal branches. As a complementary component, the main task for the temporal branch is to intermittently focus the spatial branch on those regions with salient movements. In this way, even though the overall video saliency quality is heavily dependent on its spatial branch, however, the performance of the temporal branch still matter. Thus, the key factor to improve the overall video saliency is how to further boost the performance of these branches efficiently. In this paper, we propose a novel spatiotemporal network to achieve such improvement in a full interactive fashion. We integrate a lightweight temporal model into the spatial branch to coarsely locate those spatially salient regions which are correlated with trustworthy salient movements. Meanwhile, the spatial branch itself is able to recurrently refine the temporal model in a multi-scale manner. In this way, both the spatial and temporal branches are able to interact with each other, achieving the mutual performance improvement. Our method is easy to implement yet effective, achieving high quality video saliency detection in real-time speed with 50 FPS.

Code Implementations1 repo
Foundations

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

Your Notes