Cross-Domain Few-Shot Semantic Segmentation via Doubly Matching Transformation
Abstract
Training deep neural networks is resource-intensive, making it crucial to protect their intellectual property from infringement. However, current model ownership resolution (MOR) methods predominantly address general removal attacks that involve weight modifications, with limited research considering alternative attack perspectives. In this work, we propose a frequency-based model ownership removal attack, grounded in a key observation: modifying a model's high-frequency coefficients does not significantly impact its performance but does alter its weights and decision boundary. This change invalidates the existing MOR methods. We further propose a frequency-based fingerprinting technique as a defense mechanism. By extracting frequency-domain characteristics instead of decision boundary or model weights, our fingerprinting defense effectively against the proposed frequency-based removal attack and demonstrates robustness against existing general removal attacks. The experimental results show that the frequency-based removal attack can easily defeat state-of-the-art white-box watermarking and fingerprinting schemes while preserving model performance, and the proposed defense method is also effective. Our code is released at: https://github.com/huangtingqiao/RRA-IJCAI25.
Cite
Text
Chen et al. "Cross-Domain Few-Shot Semantic Segmentation via Doubly Matching Transformation." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/71Markdown
[Chen et al. "Cross-Domain Few-Shot Semantic Segmentation via Doubly Matching Transformation." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/chen2024ijcai-cross/) doi:10.24963/ijcai.2024/71BibTeX
@inproceedings{chen2024ijcai-cross,
title = {{Cross-Domain Few-Shot Semantic Segmentation via Doubly Matching Transformation}},
author = {Chen, Jiayi and Quan, Rong and Qin, Jie},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {641-649},
doi = {10.24963/ijcai.2024/71},
url = {https://mlanthology.org/ijcai/2024/chen2024ijcai-cross/}
}