paper-with-me

Papers

Towards Streaming Perception

2020-05-21 · ECCV 2020 8 · Mengtian Li, Yu-Xiong Wang, Deva Ramanan

Embodied perception refers to the ability of an autonomous agent to perceive its environment so that it can (re)act. The responsiveness of the agent is largely governed by latency of its processing pipeline. While past work has studied the algorithmic trade-off between latency and accuracy, there has not been a clear metric to compare different methods along the Pareto optimal latency-accuracy curve. We point out a discrepancy between standard offline evaluation and real-time applications: by the time an algorithm finishes processing a particular frame, the surrounding world has changed. To these ends, we present an approach that coherently integrates latency and accuracy into a single metric for real-time online perception, which we refer to as "streaming accuracy". The key insight behind this metric is to jointly evaluate the output of the entire perception stack at every time instant, forcing the stack to consider the amount of streaming data that should be ignored while computation is occurring. More broadly, building upon this metric, we introduce a meta-benchmark that systematically converts any single-frame task into a streaming perception task. We focus on the illustrative tasks of object detection and instance segmentation in urban video streams, and contribute a novel dataset with high-quality and temporally-dense annotations. Our proposed solutions and their empirical analysis demonstrate a number of surprising conclusions: (1) there exists an optimal "sweet spot" that maximizes streaming accuracy along the Pareto optimal latency-accuracy curve, (2) asynchronous tracking and future forecasting naturally emerge as internal representations that enable streaming perception, and (3) dynamic scheduling can be used to overcome temporal aliasing, yielding the paradoxical result that latency is sometimes minimized by sitting idle and "doing nothing".

📄 PDF Abstract BibTeX arXiv:2005.10420

Code (1)

mtli/sAP

Tasks

Instance SegmentationMotion Forecastingobject-detectionObject DetectionReal-Time Multi-Object TrackingReal-Time Object DetectionSchedulingSemantic Segmentation

Similar Papers 제목 키워드 기반

LongShortNet: Exploring Temporal and Semantic Features Fusion in Streaming Perception

2022-10-27 · Chenyang Li, Zhi-Qi Cheng, Jun-Yan He, Pengyu Li 외

Streaming perception is a critical task in autonomous driving that requires balancing the latency and accuracy of the autopilot system. However, current methods for streaming perception are limited as they only rely on t…

Autonomous Driving

Real-time Stereo-based 3D Object Detection for Streaming Perception

2024-10-16 · Changcai Li, Zonghua Gu, Gang Chen, Libo Huang 외

The ability to promptly respond to environmental changes is crucial for the perception system of autonomous driving. Recently, a new task called streaming perception was proposed. It jointly evaluate the latency and accu…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Multi-modal Streaming 3D Object Detection

2022-09-12 · Mazen Abdelfattah, Kaiwen Yuan, Z. Jane Wang, Rabab Ward

Modern autonomous vehicles rely heavily on mechanical LiDARs for perception. Current perception methods generally require 360{\deg} point clouds, collected sequentially as the LiDAR scans the azimuth and acquires consecu…

3D Object DetectionAutonomous VehiclesObjectobject-detection+2

Real-time Streaming Perception System for Autonomous Driving

2021-07-30 · Yongxiang Gu, Qianlei Wang, Xiaolin Qin

Nowadays, plenty of deep learning technologies are being applied to all aspects of autonomous driving with promising results. Among them, object detection is the key to improve the ability of an autonomous agent to perce…

Autonomous DrivingData AugmentationObjectobject-detection+1

Are We Ready for Vision-Centric Driving Streaming Perception? The ASAP Benchmark

2022-12-17 · CVPR 2023 1 · XiaoFeng Wang, Zheng Zhu, Yunpeng Zhang, Guan Huang 외

In recent years, vision-centric perception has flourished in various autonomous driving tasks, including 3D detection, semantic map construction, motion forecasting, and depth estimation. Nevertheless, the latency of vis…

Autonomous DrivingDepth EstimationMotion Forecasting