Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Objects do not disappear: Video object detection by single-frame object location anticipation

About

Objects in videos are typically characterized by continuous smooth motion. We exploit continuous smooth motion in three ways. 1) Improved accuracy by using object motion as an additional source of supervision, which we obtain by anticipating object locations from a static keyframe. 2) Improved efficiency by only doing the expensive feature computations on a small subset of all frames. Because neighboring video frames are often redundant, we only compute features for a single static keyframe and predict object locations in subsequent frames. 3) Reduced annotation cost, where we only annotate the keyframe and use smooth pseudo-motion between keyframes. We demonstrate computational efficiency, annotation efficiency, and improved mean average precision compared to the state-of-the-art on four datasets: ImageNet VID, EPIC KITCHENS-55, YouTube-BoundingBoxes, and Waymo Open dataset. Our source code is available at https://github.com/L-KID/Videoobject-detection-by-location-anticipation.

Xin Liu, Fatemeh Karimi Nejadasl, Jan C. van Gemert, Olaf Booij, Silvia L. Pintea• 2023

Related benchmarks

TaskDatasetResultRank
Video Object DetectionImageNet VID (val)
mAP (%)91.3
341
Video Object DetectionImageNet VID v1.0 (val)
AP5091.3
41
Video Object DetectionEPIC KITCHENS (S1 (Seen))
mAP@0.544.9
13
Video Object DetectionEPIC KITCHENS (S2 (Unseen))
mAP@0.541.7
13
Video Object DetectionYouTube-BoundingBoxes Sparsely annotated
mAP59.8
4
Video Object DetectionWaymo Open Dataset
AP (L1)64.53
2
Showing 6 of 6 rows

Other info

Code

Follow for update