paper-with-me

Papers

ReXCam: Resource-Efficient, Cross-Camera Video Analytics at Scale

2018-11-03 · Samvit Jain, Xun Zhang, Yuhao Zhou, Ganesh Ananthanarayanan, Junchen Jiang, Yuanchao Shu, Joseph Gonzalez

Enterprises are increasingly deploying large camera networks for video analytics. Many target applications entail a common problem template: searching for and tracking an object or activity of interest (e.g. a speeding vehicle, a break-in) through a large camera network in live video. Such cross-camera analytics is compute and data intensive, with cost growing with the number of cameras and time. To address this cost challenge, we present ReXCam, a new system for efficient cross-camera video analytics. ReXCam exploits spatial and temporal locality in the dynamics of real camera networks to guide its inference-time search for a query identity. In an offline profiling phase, ReXCam builds a cross-camera correlation model that encodes the locality observed in historical traffic patterns. At inference time, ReXCam applies this model to filter frames that are not spatially and temporally correlated with the query identity's current position. In the cases of occasional missed detections, ReXCam performs a fast-replay search on recently filtered video frames, enabling gracefully recovery. Together, these techniques allow ReXCam to reduce compute workload by 8.3x on an 8-camera dataset, and by 23x - 38x on a simulated 130-camera dataset. ReXCam has been implemented and deployed on a testbed of 5 AWS DeepLens cameras.

📄 PDF Abstract BibTeX arXiv:1811.01268

Code (2)

SamvitJ/ReXCam pytorch
securade/hub pytorch

Similar Papers 제목 키워드 기반

CrossRoI: Cross-camera Region of Interest Optimization for Efficient Real Time Video Analytics at Scale

2021-05-13 · Hongpeng Guo, Shuochao Yao, Zhe Yang, Qian Zhou 외

Video cameras are pervasively deployed in city scale for public good or community safety (i.e. traffic monitoring or suspected person tracking). However, analyzing large scale video feeds in real time is data intensive a…

ECCO: Leveraging Cross-Camera Correlations for Efficient Live Video Continuous Learning

2025-12-12 · Yuze He, Ferdi Kossmann, Srinivasan Seshan, Peter Steenkiste arxiv

Recent advances in video analytics address real-time data drift by continuously retraining specialized, lightweight DNN models for individual cameras. However, the current practice of retraining a separate model for each…

MadEye: Boosting Live Video Analytics Accuracy with Adaptive Camera Configurations

2023-04-04 · Mike Wong, Murali Ramanujam, Guha Balakrishnan, Ravi Netravali

Camera orientations (i.e., rotation and zoom) govern the content that a camera captures in a given scene, which in turn heavily influences the accuracy of live video analytics pipelines. However, existing analytics appro…

Knowledge Distillation

Video Analytics with Zero-streaming Cameras

2019-04-28 · Mengwei Xu, Tiantu Xu, Yunxin Liu, Felix Xiaozhu Lin

Low-cost cameras enable powerful analytics. An unexploited opportunity is that most captured videos remain "cold" without being queried. For efficiency, we advocate for these cameras to be zero streaming: capturing video…

Why is the video analytics accuracy fluctuating, and what can we do about it?

2022-08-23 · Sibendu Paul, Kunal Rao, Giuseppe Coviello, Murugan Sankaradas 외

It is a common practice to think of a video as a sequence of images (frames), and re-use deep neural network models that are trained only on images for similar analytics tasks on videos. In this paper, we show that this …

object-detectionObject DetectionTransfer LearningVideo Compression