FedOT: Ownership Verification and Leakage Tracing via Watermarks for Federated LDMs

Wenlong Cheng, Yuan Gan, Yunqiu Xu, Jiaxu Miao

arXiv:2606.22875 · 2026-06-24 공개 · arXiv · PDF

federated-learning vae privacy-preserving latent-diffusion-models watermarking leakage-tracing ownership-verification fedot

Abstract

Training Latent Diffusion Models (LDMs) within Federated Learning (FL) has attracted increasing attention due to its ability to combine the powerful generative capacity of LDMs with the privacy-preserving properties of FL. However, FL requires sharing the global model with multiple participants, which risks unauthorized model distribution or resale by malicious clients. While an intuitive approach is to adopt existing VAE-based watermarking techniques for LDMs in FL, this strategy falls short in addressing such threats due to two fundamental challenges: (1) Existing methods support ownership verification but lack the ability to trace model leakage to a specific malicious client; (2) VAE-based watermarks are vulnerable, as they can be removed simply by replacing the decoder with a clean counterpart. In this paper, we propose FedOT, the first framework for ownership verification and leakage tracing in federated LDMs. Specifically, to address the first challenge, we design a chunked watermark, where the first part is for ownership verification, and the second part is used for client identification. Furthermore, to overcome the second challenge and secure the model against VAE replacement attack, we introduce Latent Vector Transformation (LVT), which strengthens the connection between the VAE and U-Net latent spaces by modifying the original latent distribution of the VAE. Consequently, any attempt to replace the VAE for watermark removal leads to significant image quality degradation, making the LDM model unusable. Extensive experiments demonstrate that FedOT achieves superior performance in both ownership verification and traceability. Project page: https://spyzixuan.github.io/FedOT/.

한국어 요약

한 줄 요약

FedOT는 연방 학습 환경에서 LDM 모델의 소유권 검증과 유출 추적을 위한 첫 번째 워터마크 기반 프레임워크이다.

핵심 기여도

핵심 아이디어

기존 VAE 기반 워터마크는 **소유권 검증은 가능하지만 유출 클라이언트를 추적할 수 없으며**, VAE 교체 공격에 취약하다는 한계가 있다. FedOT는 이 두 문제를 해결하기 위해 **Chunked Watermark**와 **Latent Vector Transformation (LVT)**을 결합한 새로운 접근법을 제안한다.

기술적 접근법

주요 결과

의의 및 한계

FedOT는 **연방 학습 환경에서 생성 모델의 소유권 보호와 유출 추적**이라는 중요한 문제를 해결하며, 기존 VAE 기반 워터마크의 취약점을 극복한 점에서 학술적·실용적 의의가 있다. 특히, **LVT를 통해 VAE 교체 공격에 대한 내성을 강화**함으로써, 모델의 실질적인 보호를 가능하게 한다.

하지만, **워터마크 강도와 이미지 품질 간의 트레이드오프**가 존재하며, **c 값이나 λ 값 조정**이 필요하다는 점은 한계로 작용할 수 있다. 또한, **추가적인 공격 벡터나 복잡한 공격 시나리오**에 대한 평가가 필요하다.

실용적 활용

FedOT는 **AI 생성 콘텐츠(AIGC) 산업**, 특히 **모델 소유권 보호 및 유출 추적**이 필요한 **디지털 콘텐츠 제작, 모델 공유 플랫폼, 생성 모델 기반 보안 솔루션** 등에 적용 가능하다. 연방 학습 환경에서 모델의 무단 배포나 재판매를 방지하는 데 활용할 수 있다.