paper-with-me

Papers

ProFLingo: A Fingerprinting-based Intellectual Property Protection Scheme for Large Language Models

2024-05-03 · Heng Jin, Chaoyu Zhang, Shanghao Shi, Wenjing Lou, Y. Thomas Hou

Large language models (LLMs) have attracted significant attention in recent years. Due to their "Large" nature, training LLMs from scratch consumes immense computational resources. Since several major players in the artificial intelligence (AI) field have open-sourced their original LLMs, an increasing number of individuals and smaller companies are able to build derivative LLMs based on these open-sourced models at much lower costs. However, this practice opens up possibilities for unauthorized use or reproduction that may not comply with licensing agreements, and fine-tuning can change the model's behavior, thus complicating the determination of model ownership. Current intellectual property (IP) protection schemes for LLMs are either designed for white-box settings or require additional modifications to the original model, which restricts their use in real-world settings. In this paper, we propose ProFLingo, a black-box fingerprinting-based IP protection scheme for LLMs. ProFLingo generates queries that elicit specific responses from an original model, thereby establishing unique fingerprints. Our scheme assesses the effectiveness of these queries on a suspect model to determine whether it has been derived from the original model. ProFLingo offers a non-invasive approach, which neither requires knowledge of the suspect model nor modifications to the base model or its training process. To the best of our knowledge, our method represents the first black-box fingerprinting technique for IP protection for LLMs. Our source code and generated queries are available at: https://github.com/hengvt/ProFLingo.

📄 PDF Abstract BibTeX arXiv:2405.02466

Code (1)

hengvt/proflingo 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

DNF: Dual-Layer Nested Fingerprinting for Large Language Model Intellectual Property Protection

2026-01-13 · Zhenhua Xu, Yiran Zhao, Mengting Zhong, Dezhang Kong 외 arxiv

The rapid growth of large language models raises pressing concerns about intellectual property protection under black-box deployment. Existing backdoor-based fingerprints either rely on rare tokens -- leading to high-per…

Fingerprinting Image-to-Image Generative Adversarial Networks

2021-06-19 · Guanlin Li, Guowen Xu, Han Qiu, Shangwei Guo 외

Generative Adversarial Networks (GANs) have been widely used in various application scenarios. Since the production of a commercial GAN requires substantial computational and human resources, the copyright protection of …

Image-to-Image Translation

Deep Intellectual Property Protection: A Survey

2023-04-28 · Yuchen Sun, Tianpeng Liu, Panhe Hu, Qing Liao 외

Deep Neural Networks (DNNs), from AlexNet to ResNet to ChatGPT, have made revolutionary progress in recent years, and are widely used in various fields. The high performance of DNNs requires a huge amount of high-quality…

Survey

Fingerprinting Denoising Diffusion Probabilistic Models

2025-01-01 · CVPR 2025 1 · Huan Teng, Yuhui Quan, Chengyu Wang, Jun Huang 외

Diffusion models, especially denoising diffusion probabilistic models (DDPMs), are prevalent tools in generative AI, making their intellectual property (IP) protection increasingly important. Most existing IP protect…

Denoising

SELF: A Robust Singular Value and Eigenvalue Approach for LLM Fingerprinting

2025-12-03 · Hanxiu Zhang, Yue Zheng arxiv

The protection of Intellectual Property (IP) in Large Language Models (LLMs) represents a critical challenge in contemporary AI research. While fingerprinting techniques have emerged as a fundamental mechanism for detect…

Few-Shot LearningData Augmentation