paper-with-me

홈 › Papers

Object Detection in Videos with Tubelet Proposal Networks

2017-02-21 · CVPR 2017 7 · Kai Kang, Hongsheng Li, Tong Xiao, Wanli Ouyang, Junjie Yan, Xihui Liu, Xiaogang Wang

Object detection in videos has drawn increasing attention recently with the introduction of the large-scale ImageNet VID dataset. Different from object detection in static images, temporal information in videos is vital for object detection. To fully utilize temporal information, state-of-the-art methods are based on spatiotemporal tubelets, which are essentially sequences of associated bounding boxes across time. However, the existing methods have major limitations in generating tubelets in terms of quality and efficiency. Motion-based methods are able to obtain dense tubelets efficiently, but the lengths are generally only several frames, which is not optimal for incorporating long-term temporal information. Appearance-based methods, usually involving generic object tracking, could generate long tubelets, but are usually computationally expensive. In this work, we propose a framework for object detection in videos, which consists of a novel tubelet proposal network to efficiently generate spatiotemporal proposals, and a Long Short-term Memory (LSTM) network that incorporates temporal information from tubelet proposals for achieving high object detection accuracy in videos. Experiments on the large-scale ImageNet VID dataset demonstrate the effectiveness of the proposed framework for object detection in videos.

📄 PDF Abstract BibTeX arXiv:1702.06355

Code (1)

myfavouritekk/tpn caffe2

Tasks

Objectobject-detectionObject DetectionObject Tracking

Similar Papers 제목 키워드 기반

Object Detection in Videos by High Quality Object Linking

2018-01-30 · Peng Tang, Chunyu Wang, Xinggang Wang, Wenyu Liu 외

Compared with object detection in static images, object detection in videos is more challenging due to degraded image qualities. An effective way to address this problem is to exploit temporal contexts by linking the sam…

General ClassificationObjectobject-detectionObject Detection+1

Object Detection in Videos by Short and Long Range Object Linking

2018-01-30 · IEEE Transactions on Pattern Analysis and Machine Intelligence(TPAM) 2018 1 · Peng Tang † Chunyu Wang ‡ Xinggang Wang † Wenyu Liu † Wenjun Zeng ‡ Jingdong Wang ‡ † School of EIC, Huazhong University of Science and Technology   ‡ Microsoft Research Asia

We address the problem of detecting objects in videos with the interest in exploring temporal contexts. Our core idea is to link objects in the short and long ranges for improving the classification quality. Our approach…

ClassificationObjectobject-detectionObject Detection

Spatio-temporal Tubelet Feature Aggregation and Object Linking in Videos

2020-04-01 · Daniel Cores, Víctor M. Brea, Manuel Mucientes

This paper addresses the problem of how to exploit spatio-temporal information available in videos to improve the object detection precision. We propose a two stage object detector called FANet based on short-term spatio…

Objectobject-detectionObject DetectionObject Localization+1

Generic Tubelet Proposals for Action Localization

2017-05-30 · Jiawei He, Mostafa S. Ibrahim, Zhiwei Deng, Greg Mori

We develop a novel framework for action localization in videos. We propose the Tube Proposal Network (TPN), which can generate generic, class-independent, video-level tubelet proposals in videos. The generated tubelet pr…

Action ClassificationAction LocalizationGeneral Classification

Recurrent Tubelet Proposal and Recognition Networks for Action Detection

2018-09-01 · ECCV 2018 9 · Dong Li, Zhaofan Qiu, Qi Dai, Ting Yao 외

Detecting actions in videos is a challenging task as video is an information intensive media with complex variations. Existing approaches predominantly generate action proposals for each individual frame or fixed-length …

Action DetectionRegion Proposal