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

Temporal RoI Align for Video Object Recognition

About

Video object detection is challenging in the presence of appearance deterioration in certain video frames. Therefore, it is a natural choice to aggregate temporal information from other frames of the same video into the current frame. However, RoI Align, as one of the most core procedures of video detectors, still remains extracting features from a single-frame feature map for proposals, making the extracted RoI features lack temporal information from videos. In this work, considering the features of the same object instance are highly similar among frames in a video, a novel Temporal RoI Align operator is proposed to extract features from other frames feature maps for current frame proposals by utilizing feature similarity. The proposed Temporal RoI Align operator can extract temporal information from the entire video for proposals. We integrate it into single-frame video detectors and other state-of-the-art video detectors, and conduct quantitative experiments to demonstrate that the proposed Temporal RoI Align operator can consistently and significantly boost the performance. Besides, the proposed Temporal RoI Align can also be applied into video instance segmentation. Codes are available at https://github.com/open-mmlab/mmtracking

Tao Gong, Kai Chen, Xinjiang Wang, Qi Chu, Feng Zhu, Dahua Lin, Nenghai Yu, Huamin Feng• 2021

Related benchmarks

TaskDatasetResultRank
Video Object DetectionImageNet VID (val)
mAP (%)84.3
341
Video Object DetectionImageNet VID v1.0 (val)
AP5084.3
41
Video Object DetectionEPIC KITCHENS (S1 (Seen))
mAP@0.542.2
13
Video Object DetectionEPIC KITCHENS (S2 (Unseen))
mAP@0.539.6
13
Breast Lesion DetectionBLUVD-186 (test)
AP29
12
Showing 5 of 5 rows

Other info

Code

Follow for update