CVCRApr 4

ComPrivDet: Efficient Privacy Object Detection in Compressed Domains Through Inference Reuse

arXiv:2604.0364021.5h-index: 4
Predicted impact top 90% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses privacy leakage concerns in large-scale video analytics for IoT users by reducing latency, though it is incremental as it builds on compressed-domain detection methods.

The paper tackles the problem of efficiently detecting privacy objects like faces in compressed video for IoT applications, achieving 99.75% accuracy for face detection and 96.83% for license plate detection while skipping over 80% of inferences, with 9.84% higher accuracy and 75.95% lower latency than existing methods.

As the Internet of Things (IoT) becomes deeply embedded in daily life, users are increasingly concerned about privacy leakage, especially from video data. Since frame-by-frame protection in large-scale video analytics (e.g., smart communities) introduces significant latency, a more efficient solution is to selectively protect frames containing privacy objects (e.g., faces). Existing object detectors require fully decoded videos or per-frame processing in compressed videos, leading to decoding overhead or reduced accuracy. Therefore, we propose ComPrivDet, an efficient method for detecting privacy objects in compressed video by reusing I-frame inference results. By identifying the presence of new objects through compressed-domain cues, ComPrivDet either skips P- and B-frame detections or efficiently refines them with a lightweight detector. ComPrivDet maintains 99.75% accuracy in private face detection and 96.83% in private license plate detection while skipping over 80% of inferences. It averages 9.84% higher accuracy with 75.95% lower latency than existing compressed-domain detection methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes