菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - Lens Privacy Sealing: A New Benchmark and Method for Physical Privacy-Preserving Action Recognition

RGB camera-based surveillance systems enable human action recognition for public safety and healthcare, yet raise serious privacy concerns. Existing methods rely on post-capture algorithms, which fail to protect privacy during data acquisition. We propose Lens Privacy Sealing (LPS), a simple hardware solution that physically obscures camera lenses with adjustable laminating film, providing pre-sensor privacy protection at minimal cost. Unlike software methods or expensive engineered optics, LPS achieves strong privacy through stochastic multi-layer scattering that is physically irreversible. We introduce the P$^3$AR dataset for privacy-preserving action recognition, featuring both large-scale replay-captured (P$^3$AR-NTU, 114K videos) and real-world collected (P$^3$AR-PKU) subsets with privacy attribute annotations. To handle video degradation from LPS, we propose MSPNet, a single-stage framework incorporating Inter-Frame Noise Suppressor (IFNS) and Cross-Frame Semantic Aggregator (CFSA), enhanced by contrastive language-image pre-training for robust semantic extraction. Extensive experiments demonstrate that MSPNet with IFNS and CFSA nearly doubles action recognition accuracy compared to baseline methods while suppressing identity recognition to low levels. Comprehensive validation shows LPS achieves a superior privacy-utility trade-off compared to state-of-the-art hardware methods, resists reconstruction attacks including PSF inversion and data-driven recovery, and generalizes robustly across optical configurations and challenging environments. Code is available at this https URL.

顶级标签: computer vision model training privacy
详细标签: action recognition privacy preservation hardware solution video degradation dataset 或 搜索:

镜头隐私密封:一种面向物理隐私保护行为识别的新基准与方法 / Lens Privacy Sealing: A New Benchmark and Method for Physical Privacy-Preserving Action Recognition


1️⃣ 一句话总结

这篇论文提出了一种名为“镜头隐私密封”的低成本硬件方案,通过在摄像头前贴一层特殊薄膜来物理模糊画面,从而在数据采集阶段就保护个人身份隐私;同时设计了新数据集和配套的MSPNet模型,能有效从模糊视频中识别人的动作,在隐私与可用性之间取得了比现有技术更好的平衡。

源自 arXiv: 2605.19578