paper-with-me

Papers

StealthInk: A Multi-bit and Stealthy Watermark for Large Language Models

2025-06-05 · Ya Jiang, Chuxiong Wu, Massieh Kordi Boroujeny, Brian Mark, Kai Zeng

Watermarking for large language models (LLMs) offers a promising approach to identifying AI-generated text. Existing approaches, however, either compromise the distribution of original generated text by LLMs or are limited to embedding zero-bit information that only allows for watermark detection but ignores identification. We present StealthInk, a stealthy multi-bit watermarking scheme that preserves the original text distribution while enabling the embedding of provenance data, such as userID, TimeStamp, and modelID, within LLM-generated text. This enhances fast traceability without requiring access to the language model's API or prompts. We derive a lower bound on the number of tokens necessary for watermark detection at a fixed equal error rate, which provides insights on how to enhance the capacity. Comprehensive empirical evaluations across diverse tasks highlight the stealthiness, detectability, and resilience of StealthInk, establishing it as an effective solution for LLM watermarking applications.

📄 PDF Abstract BibTeX arXiv:2506.05502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robust Watermarks Meet Backdoored Models: Evading Diffusion Semantic Watermarks via Stealthy Backdoor

2026-08-01 · Jinyuan Liu, Tianshuo Cong, Pei Li, Tianrui Wang 외 arxiv

Although semantic watermarking is considered a promising safeguard for images generated by Latent Diffusion Models (LDMs), the reliance of the watermark detection pipeline on neural networks introduces a critical yet und…

AGATE: Stealthy Black-box Watermarking for Multimodal Model Copyright Protection

2025-04-28 · Jianbo Gao, Keke Gai, Jing Yu, Liehuang Zhu 외

Recent advancement in large-scale Artificial Intelligence (AI) models offering multimodal services have become foundational in AI systems, making them prime targets for model theft. Existing methods select Out-of-Distrib…

Adversarial AttackAnomaly Detectionimage-classificationImage Classification+3

Functional Invariants to Watermark Large Transformers

2023-10-17 · Pierre Fernandez, Guillaume Couairon, Teddy Furon, Matthijs Douze

The rapid growth of transformer-based models increases the concerns about their integrity and ownership insurance. Watermarking addresses this issue by embedding a unique identifier into the model, while preserving its p…

Quantization

Robust LLM Fingerprinting via Domain-Specific Watermarks

2025-05-22 · Thibaud Gloaguen, Robin Staab, Nikola Jovanović, Martin Vechev

As open-source language models (OSMs) grow more capable and are widely shared and finetuned, ensuring model provenance, i.e., identifying the origin of a given model instance, has become an increasingly important issue. …

Safeguarding Multimodal Knowledge Copyright in the RAG-as-a-Service Environment

2025-06-10 · Tianyu Chen, Jian Lou, Wenjie Wang

As Retrieval-Augmented Generation (RAG) evolves into service-oriented platforms (Rag-as-a-Service) with shared knowledge bases, protecting the copyright of contributed data becomes essential. Existing watermarking method…

RAGRetrieval-augmented Generation