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

arXiv cs.CV / 4/7/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • ComPrivDetは、IoTの動画でプライバシー対象(顔やナンバープレート)を圧縮ドメインのまま効率的に検出する手法として提案されています。
  • Iフレームの推論結果を再利用し、圧縮領域の手がかりから「新しい対象の有無」を判断してP/Bフレームの検出をスキップまたは軽量検出器で補正します。
  • 実験では、顔検出で99.75%の精度、ナンバープレート検出で96.83%の精度を維持しつつ、80%以上の推論をスキップできると報告されています。
  • 既存の圧縮ドメイン検出法に比べて、平均で精度が9.84%向上し、レイテンシは75.95%低減したとされています。

Abstract

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.