CVApr 9, 2016

T-CNN: Tubelets with Convolutional Neural Networks for Object Detection from Videos

arXiv:1604.02532v4519 citations
Originality Incremental advance
AI Analysis

It addresses the problem of improving object detection accuracy in videos for computer vision applications, representing an incremental advancement over still-image methods.

The paper tackled object detection in videos by proposing T-CNN, a framework that incorporates temporal and contextual information from tubelets, which won the ImageNet VID challenge in 2015.

The state-of-the-art performance for object detection has been significantly improved over the past two years. Besides the introduction of powerful deep neural networks such as GoogleNet and VGG, novel object detection frameworks such as R-CNN and its successors, Fast R-CNN and Faster R-CNN, play an essential role in improving the state-of-the-art. Despite their effectiveness on still images, those frameworks are not specifically designed for object detection from videos. Temporal and contextual information of videos are not fully investigated and utilized. In this work, we propose a deep learning framework that incorporates temporal and contextual information from tubelets obtained in videos, which dramatically improves the baseline performance of existing still-image detection frameworks when they are applied to videos. It is called T-CNN, i.e. tubelets with convolutional neueral networks. The proposed framework won the recently introduced object-detection-from-video (VID) task with provided data in the ImageNet Large-Scale Visual Recognition Challenge 2015 (ILSVRC2015).

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