paper-with-me

Papers

Say No to Freeloader: Protecting Intellectual Property of Your Deep Model

2024-08-23 · Lianyu Wang, Meng Wang, Huazhu Fu, Daoqiang Zhang

Model intellectual property (IP) protection has attracted growing attention as science and technology advancements stem from human intellectual labor and computational expenses. Ensuring IP safety for trainers and owners is of utmost importance, particularly in domains where ownership verification and applicability authorization are required. A notable approach to safeguarding model IP involves proactively preventing the use of well-trained models of authorized domains from unauthorized domains. In this paper, we introduce a novel Compact Un-transferable Pyramid Isolation Domain (CUPI-Domain) which serves as a barrier against illegal transfers from authorized to unauthorized domains. Drawing inspiration from human transitive inference and learning abilities, the CUPI-Domain is designed to obstruct cross-domain transfers by emphasizing the distinctive style features of the authorized domain. This emphasis leads to failure in recognizing irrelevant private style features on unauthorized domains. To this end, we propose novel CUPI-Domain generators, which select features from both authorized and CUPI-Domain as anchors. Then, we fuse the style features and semantic features of these anchors to generate labeled and style-rich CUPI-Domain. Additionally, we design external Domain-Information Memory Banks (DIMB) for storing and updating labeled pyramid features to obtain stable domain class features and domain class-wise style features. Based on the proposed whole method, the novel style and discriminative loss functions are designed to effectively enhance the distinction in style and discriminative features between authorized and unauthorized domains, respectively. Moreover, we provide two solutions for utilizing CUPI-Domain based on whether the unauthorized domain is known: target-specified CUPI-Domain and target-free CUPI-Domain.

📄 PDF Abstract BibTeX arXiv:2408.13161

Code (1)

lywang12/cupi-domain 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

IPProtect: protecting the intellectual property of visual datasets during data valuation

2022-12-22 · Gursimran Singh, Chendi Wang, Ahnaf Tazwar, Lanjun Wang 외

Data trading is essential to accelerate the development of data-driven machine learning pipelines. The central problem in data trading is to estimate the utility of a seller's dataset with respect to a given buyer's mach…

Data Valuation

Protect Your Prompts: Protocols for IP Protection in LLM Applications

2023-06-09 · M. A. van Wyk, M. Bekker, X. L. Richards, K. J. Nixon

With the rapid adoption of AI in the form of large language models (LLMs), the potential value of carefully engineered prompts has become significant. However, to realize this potential, prompts should be tradable on an …

FNF: Functional Network Fingerprint for Large Language Models

2026-01-30 · Yiheng Liu, Junhao Ning, Sichen Xia, Haiyang Sun 외 arxiv

The development of large language models (LLMs) is costly and has significant commercial value. Consequently, preventing unauthorized appropriation of open-source LLMs and protecting developers' intellectual property rig…

Protecting Intellectual Property of Language Generation APIs with Lexical Watermark

2021-12-05 · Xuanli He, Qiongkai Xu, Lingjuan Lyu, Fangzhao Wu 외

Nowadays, due to the breakthrough in natural language generation (NLG), including machine translation, document summarization, image captioning, etc NLG models have been encapsulated in cloud APIs to serve over half a bi…

Document SummarizationImage CaptioningMachine TranslationModel extraction+1

Watermarking Graph Neural Networks via Explanations for Ownership Protection

2025-01-09 · Jane Downer, Ren Wang, Binghui Wang

Graph Neural Networks (GNNs) are the mainstream method to learn pervasive graph data and are widely deployed in industry, making their intellectual property valuable. However, protecting GNNs from unauthorized use remain…