paper-with-me

홈 › Papers

Cert-LAS: Toward Certified Model Ownership Verification for Text-to-Image Diffusion Models via Layer-Adaptive Smoothing

2026-05-28 · Leyi Qi, Yiming Li, Siyuan Liang, Zhengzhong Tu, Dacheng Tao arxiv

Large-scale text-to-image (T2I) diffusion models have enabled unprecedented creative applications, but their unauthorized use has raised serious intellectual property concerns, making model ownership verification (MOV) increasingly critical. We find that existing backdoor-based diffusion watermarking methods often (implicitly) assume a "faithful" verification process, namely, that the verifier can query a suspicious model and obtain the faithful watermark response to complete MOV. However, in practice, adversaries may intentionally or unintentionally damage potential watermark signals, significantly degrading verification reliability. To address this issue, we propose Cert-LAS, the first certified MOV method for T2I models based on layer-adaptive smoothing. In general, Cert-LAS embeds specified watermarks using diffusion classifiers and an LFS-guided layer-adaptive noise, and verifies ownership by examining whether the suspected model exhibits significantly stronger watermark responses compared to unwatermarked references through hypothesis testing. We further prove that, under certain conditions, our Cert-LAS can still achieve reliable verification even in the presence of malicious removal attacks. Extensive experiments validate the effectiveness of Cert-LAS and its resistance to adaptive attacks. Our code is available at https://github.com/Leyi-Qi/Cert-LAS.

📄 PDF Abstract BibTeX arXiv:2605.29809

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CertDW: Towards Certified Dataset Ownership Verification via Conformal Prediction

2025-06-16 · Ting Qiao, Yiming Li, Jianbin Li, Yingjia Wang 외

Deep neural networks (DNNs) rely heavily on high-quality open-source datasets (e.g., ImageNet) for their success, making dataset ownership verification (DOV) crucial for protecting public dataset copyrights. In this pape…

Conformal Prediction

CREDIT: Certified Ownership Verification of Deep Neural Networks Against Model Extraction Attacks

2026-02-23 · Bolin Shen, Zhan Cheng, Neil Zhenqiang Gong, Fan Yao 외 arxiv

Machine Learning as a Service (MLaaS) has emerged as a widely adopted paradigm for providing access to deep neural network (DNN) models, enabling users to conveniently leverage these models through standardized APIs. How…

Model extraction

DSSmoothing: Toward Certified Dataset Ownership Verification for Pre-trained Language Models via Dual-Space Smoothing

2025-10-17 · Ting Qiao, Xing Liu, Wenke Huang, Jianbin Li 외 arxiv

Large web-scale datasets have driven the rapid advancement of pre-trained language models (PLMs), but unauthorized data usage has raised serious copyright concerns. Existing dataset ownership verification (DOV) methods t…

Towards General Robustness Verification of MaxPool-based Convolutional Neural Networks via Tightening Linear Approximation

2024-06-02 · CVPR 2024 1 · Yuan Xiao, Shiqing Ma, Juan Zhai, Chunrong Fang 외

The robustness of convolutional neural networks (CNNs) is vital to modern AI-driven systems. It can be quantified by formal verification by providing a certified lower bound, within which any perturbation does not alter …

Veriphi: Attack-Guided Neural Network Verification with Dataset-Dependent Training Methods

2026-06-16 · Pratik Deshmukh, Kartik Arya, Vasili Savin arxiv

We present Veriphi, a GPU-accelerated neural network verification system that combines fast adversarial attacks with formal bound certification using alpha,beta-CROWN methods. Through systematic experiments on MNIST and …