paper-with-me

홈 › Papers

Mondrian: On-Device High-Performance Video Analytics with Compressive Packed Inference

2024-03-12 · Changmin Jeon, Seonjun Kim, Juheon Yi, Youngki Lee

In this paper, we present Mondrian, an edge system that enables high-performance object detection on high-resolution video streams. Many lightweight models and system optimization techniques have been proposed for resource-constrained devices, but they do not fully utilize the potential of the accelerators over dynamic, high-resolution videos. To enable such capability, we devise a novel Compressive Packed Inference to minimize per-pixel processing costs by selectively determining the necessary pixels to process and combining them to maximize processing parallelism. In particular, our system quickly extracts ROIs and dynamically shrinks them, reflecting the effect of the fast-changing characteristics of objects and scenes. It then intelligently combines such scaled ROIs into large canvases to maximize the utilization of inference accelerators such as GPU. Evaluation across various datasets, models, and devices shows Mondrian outperforms state-of-the-art baselines (e.g., input rescaling, ROI extractions, ROI extractions+batching) by 15.0-19.7% higher accuracy, leading to $\times$6.65 higher throughput than frame-wise inference for processing various 1080p video streams. We will release the code after the paper review.

📄 PDF Abstract BibTeX arXiv:2403.07598

Code (0)

등록된 구현이 없습니다.

Tasks

GPUobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Video Analytics on IoT devices

2021-02-15 · Sree Premkumar, Vimal Premkumar, Rakesh Dhakshinamurthy

Deep Learning (DL) combined with advanced model optimization methods such as RC-NN and Edge2Train has enabled offline execution of large networks on the IoT devices. In this paper, we compare the modern Deep Learning (DL…

Deep LearningModel Optimization

Task-Oriented Communication for Edge Video Analytics

2022-11-25 · Jiawei Shao, Xinjie Zhang, Jun Zhang

With the development of artificial intelligence (AI) techniques and the increasing popularity of camera-equipped devices, many edge video analytics applications are emerging, calling for the deployment of computation-int…

Informativeness

BiSwift: Bandwidth Orchestrator for Multi-Stream Video Analytics on Edge

2023-12-25 · Lin Sun, Weijun Wang, Tingting Yuan, Liang Mi 외

High-definition (HD) cameras for surveillance and road traffic have experienced tremendous growth, demanding intensive computation resources for real-time analytics. Recently, offloading frames from the front-end device …

FairnessGPUManagementobject-detection+3

Learn to Compress (LtC): Efficient Learning-based Streaming Video Analytics

2023-07-22 · Quazi Mishkatul Alam, Israat Haque, Nael Abu-Ghazaleh

Video analytics are often performed as cloud services in edge settings, mainly to offload computation, and also in situations where the results are not directly consumed at the video sensors. Sending high-quality video d…

Video Compression

Demonstration of a Cloud-based Software Framework for Video Analytics Application using Low-Cost IoT Devices

2020-09-29 · Bhavin Joshi, Tapan Pathak, Vatsal Patel, Sarth Kanani 외

The design of products and services such as a Smart doorbell, demonstrating video analytics software/algorithm functionality, is expected to address a new kind of requirements such as designing a scalable solution while …