菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-04
📄 Abstract - Heterogeneous Model Fusion for Privacy-Aware Multi-Camera Surveillance via Synthetic Domain Adaptation

We propose HeroCrystal, a novel privacy-preserving framework for multi-camera domain-adaptive object detection, addressing challenges such as data privacy, class imbalance, and heterogeneous architectures. Our framework consists of three key stages. In the Generated Stage, we introduce a one-shot, target-aware diffusion-based generation module that learns visual style from a single target-domain image while leveraging prompt-based control to synthesize specific object instances. Unlike conventional style transfer-based methods that require large target datasets and ignore semantic-level discrepancies, our approach enables privacy-preserving augmentation to reduce ethical concerns, and introduces controllable rare object generation to mitigate long-tailed category degradation. In the Federated Stage, we employ probabilistic Faster R-CNN on the client side to improve localization accuracy, and a dynamic model contrastive strategy to suppress domain-specific bias. The server side performs model fusion across heterogeneous architectures without accessing raw data. Finally, in the Distilled Stage, we propose an inconsistent categories integration algorithm to resolve label inconsistency and architecture heterogeneity across clients. Extensive experiments on multiple cross-domain detection benchmarks demonstrate that our method outperforms existing multi-source domain adaptation and federated learning baselines under multi-class, privacy-preserving settings. Our method improves mAP by +2.1% over prior privacy-preserving approaches and achieves a new state-of-the-art mAP of 33.4%, highlighting the effectiveness of HeroCrystal in enabling practical multi-camera AI surveillance systems.

顶级标签: computer vision systems machine learning
详细标签: object detection domain adaptation privacy preservation federated learning diffusion model 或 搜索:

基于合成域适应的异构模型融合方法用于隐私感知多摄像头监控 / Heterogeneous Model Fusion for Privacy-Aware Multi-Camera Surveillance via Synthetic Domain Adaptation


1️⃣ 一句话总结

本文提出了一种名为HeroCrystal的隐私保护框架,通过结合扩散模型生成样本、联邦学习协作训练和知识蒸馏解决类别不平衡问题,使多个摄像头在无需共享原始数据且使用不同模型架构的情况下,仍能协同提升目标检测精度,并在多个测试中实现了最优性能。

源自 arXiv: 2605.02169