paper-with-me

홈 › Papers

Minimum Delay Object Detection From Video

2019-08-29 · ICCV 2019 10 · Dong Lao, Ganesh Sundaramoorthi

We consider the problem of detecting objects, as they come into view, from videos in an online fashion. We provide the first real-time solution that is guaranteed to minimize the delay, i.e., the time between when the object comes in view and the declared detection time, subject to acceptable levels of detection accuracy. The method leverages modern CNN-based object detectors that operate on a single frame, to aggregate detection results over frames to provide reliable detection at a rate, specified by the user, in guaranteed minimal delay. To do this, we formulate the problem as a Quickest Detection problem, which provides the aforementioned guarantees. We derive our algorithms from this theory. We show in experiments, that with an overhead of just 50 fps, we can increase the number of correct detections and decrease the overall computational cost compared to running a modern single-frame detector.

📄 PDF Abstract BibTeX arXiv:1908.11092

Code (1)

donglao/mindelay 공식 구현

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Minimum Delay Moving Object Detection

2017-07-01 · CVPR 2017 7 · Dong Lao, Ganesh Sundaramoorthi

We present a general framework and method for detection of an object in a video based on apparent motion. The object moves relative to background motion at some unknown time in the video, and the goal is to detect and se…

Moving Object DetectionObjectobject-detectionObject Detection

Quickest Moving Object Detection

2016-05-24 · Dong Lao, Ganesh Sundaramoorthi

We present a general framework and method for simultaneous detection and segmentation of an object in a video that moves (or comes into view of the camera) at some unknown time in the video. The method is an online appro…

Change DetectionMotion SegmentationMoving Object DetectionObject+3

A Delay Metric for Video Object Detection: What Average Precision Fails to Tell

2019-08-18 · ICCV 2019 10 · Huizi Mao, Xiaodong Yang, William J. Dally

Average precision (AP) is a widely used metric to evaluate detection accuracy of image and video object detectors. In this paper, we analyze object detection from videos and point out that AP alone is not sufficient to c…

Objectobject-detectionObject DetectionVideo Object Detection

CaTDet: Cascaded Tracked Detector for Efficient Object Detection from Video

2018-09-30 · Huizi Mao, Taeyoung Kong, William J. Dally

Detecting objects in a video is a compute-intensive task. In this paper we propose CaTDet, a system to speedup object detection by leveraging the temporal correlation in video. CaTDet consists of two DNN models that form…

object-detectionObject Detection

Online Structured Sparsity-based Moving Object Detection from Satellite Videos

2019-11-29 · Junpeng Zhang, Xiuping Jia, Jiankun Hu, Jocelyn Chanussot

Inspired by the recent developments in computer vision, low-rank and structured sparse matrix decomposition can be potentially be used for extract moving objects in satellite videos. This set of approaches seeks for rank…

Moving Object Detectionobject-detectionObject DetectionStochastic Optimization