paper-with-me

홈 › Papers

Fast Video Salient Object Detection via Spatiotemporal Knowledge Distillation

2020-10-20 · Yi Tang, Yuanman Li, Wenbin Zou

Since the wide employment of deep learning frameworks in video salient object detection, the accuracy of the recent approaches has made stunning progress. These approaches mainly adopt the sequential modules, based on optical flow or recurrent neural network (RNN), to learn robust spatiotemporal features. These modules are effective but significantly increase the computational burden of the corresponding deep models. In this paper, to simplify the network and maintain the accuracy, we present a lightweight network tailored for video salient object detection through the spatiotemporal knowledge distillation. Specifically, in the spatial aspect, we combine a saliency guidance feature embedding structure and spatial knowledge distillation to refine the spatial features. In the temporal aspect, we propose a temporal knowledge distillation strategy, which allows the network to learn the robust temporal features through the infer-frame feature encoding and distilling information from adjacent frames. The experiments on widely used video datasets (e.g., DAVIS, DAVSOD, SegTrack-V2) prove that our approach achieves competitive performance. Furthermore, without the employment of the complex sequential modules, the proposed network can obtain high efficiency with 0.01s per frame.

📄 PDF Abstract BibTeX arXiv:2010.10027

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationObjectobject-detectionObject DetectionOptical Flow EstimationSalient Object DetectionVideo Salient Object Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Video Saliency Detection by 3D Convolutional Neural Networks

2018-07-12 · Guanqun Ding, Yuming Fang

Different from salient object detection methods for still images, a key challenging for video saliency detection is how to extract and combine spatial and temporal features. In this paper, we present a novel and effectiv…

Objectobject-detectionObject DetectionRGB Salient Object Detection+5

Pyramid Dilated Deeper ConvLSTM for Video Salient Object Detection

2018-09-01 · ECCV 2018 9 · Hongmei Song, Wenguan Wang, Sanyuan Zhao, Jianbing Shen 외

This paper proposes a fast video salient object detection model, based on a novel recurrent network architecture, named Pyramid Dilated Bidirectional ConvLSTM (PDB-ConvLSTM). A Pyramid Dilated Convolution (PDC) module is…

GPUObjectobject-detectionObject Detection+7

Video Salient Object Detection Using Spatiotemporal Deep Features

2017-08-04 · Trung-Nghia Le, Akihiro Sugimoto

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 o…

Objectobject-detectionObject DetectionRGB Salient Object Detection+5

Video Salient Object Detection via Fully Convolutional Networks

2017-02-02 · Wenguan Wang, Jianbing Shen, Ling Shao

This paper proposes a deep learning model to efficiently detect salient regions in videos. It addresses two important issues: (1) deep video saliency model training with the absence of sufficiently large and pixel-wise a…

Data AugmentationObjectobject-detectionObject Detection+4

A Benchmark Dataset and Saliency-guided Stacked Autoencoders for Video-based Salient Object Detection

2016-11-01 · Jia Li, Changqun Xia, Xiaowu Chen

Image-based salient object detection (SOD) has been extensively studied in the past decades. However, video-based SOD is much less explored since there lack large-scale video datasets within which salient objects are una…

BenchmarkingObjectobject-detectionObject Detection+2