paper-with-me

홈 › Papers

Motion Vector Extrapolation for Video Object Detection

2021-04-18 · Julian True, Naimul Khan

Despite the continued successes of computationally efficient deep neural network architectures for video object detection, performance continually arrives at the great trilemma of speed versus accuracy versus computational resources (pick two). Current attempts to exploit temporal information in video data to overcome this trilemma are bottlenecked by the state-of-the-art in object detection models. We present, a technique which performs video object detection through the use of off-the-shelf object detectors alongside existing optical flow based motion estimation techniques in parallel. Through a set of experiments on the benchmark MOT20 dataset, we demonstrate that our approach significantly reduces the baseline latency of any given object detector without sacrificing any accuracy. Further latency reduction, up to 25x lower than the original latency, can be achieved with minimal accuracy loss. MOVEX enables low latency video object detection on common CPU based systems, thus allowing for high performance video object detection beyond the domain of GPU computing. The code is available at https://github.com/juliantrue/movex.

📄 PDF Abstract BibTeX arXiv:2104.08918

Code (1)

juliantrue/movex 공식 구현

Tasks

CPUGPUMotion EstimationObjectobject-detectionObject DetectionOptical Flow EstimationVideo Object Detection

Similar Papers 제목 키워드 기반

DyStaB: Unsupervised Object Segmentation via Dynamic-Static Bootstrapping

2020-08-16 · CVPR 2021 1 · Yanchao Yang, Brian Lai, Stefano Soatto

We describe an unsupervised method to detect and segment portions of images of live scenes that, at some point in time, are seen moving as a coherent whole, which we refer to as objects. Our method first partitions the m…

Continual LearningObjectobject-detectionObject Detection+7

Forecasting Future Videos from Novel Views via Disentangled 3D Scene Representation

2024-07-31 · Sudhir Yarram, Junsong Yuan

Video extrapolation in space and time (VEST) enables viewers to forecast a 3D scene into the future and view it from novel viewpoints. Recent methods propose to learn an entangled representation, aiming to model layered …

Motion ForecastingNovel View Synthesis

R5DGS: Semantic-Aware 4D Gaussian Splatting with Rigid Body Constraints for Efficient Dynamic Scene Reconstruction

2026-05-25 · Denis Gridusov, Maxim Popov, Sergey Kolyubin arxiv

Reconstructing and predicting dynamic 3D scenes from multi-view videos is a foundational task for robotics, AR/VR, and digital twins. Recent physics-informed Gaussian Splatting methods achieve impressive future frame ext…

RIFLEx: A Free Lunch for Length Extrapolation in Video Diffusion Transformers

2025-02-21 · Min Zhao, Guande He, Yixiao Chen, Hongzhou Zhu 외

Recent advancements in video generation have enabled models to synthesize high-quality, minute-long videos. However, generating even longer videos with temporal coherence remains a major challenge, and existing length ex…

Video Generation

Extrapolative-Interpolative Cycle-Consistency Learning for Video Frame Extrapolation

2020-05-27 · Sangjin Lee, Hyeongmin Lee, Taeoh Kim, Sangyoun Lee

Video frame extrapolation is a task to predict future frames when the past frames are given. Unlike previous studies that usually have been focused on the design of modules or construction of networks, we propose a novel…