NeFut Logo NeFut
Admin Login

[CS.AI] Revolutionary Watermarking: LineageMark for Contribution Tracing in Model Derivation Chains

Published at: 2026-06-18 22:00 Last updated: 2026-06-20 13:47
#algorithm #Machine Learning #Open Source

In open large language model (LLM) ecosystems, models are frequently adapted across multiple domains and applications, forming multi-stage derivation chains. Consequently, tracking and verifying historical contributions is essential for model provenance and intellectual property protection. However, existing watermarking methods are mainly designed for single-user, one-time embeddings, often failing under repeated model derivation and incremental updates.

To address this problem, we propose LineageMark, a multi-user white-box watermarking framework for model derivation chains. The framework encodes watermarks in model parameters using a projection-based approach. Stable carriers are first selected to reduce sensitivity to model changes, with each watermark bit represented as a projection statistic over these carriers. Additional watermark insertions introduce only bounded perturbations in the projection space, and margin constraints are used to maintain signal integrity.

We evaluate the effectiveness of LineageMark in multi-stage model derivation chains. Experimental results show that LineageMark preserves contributor watermarks across multi-stage derivation and supports incremental multi-user watermark insertion. Furthermore, it exhibits robustness against perturbations such as re-watermarking, fine-tuning, quantization, and pruning.

Blogger's Review: The emergence of LineageMark presents an innovative solution for contribution tracing in model derivation chains, particularly in multi-user environments. Its projection-based method effectively reduces sensitivity to model changes, ensuring the durability and reliability of watermarks, making it worthy of attention for practical applications.

Original Source: https://arxiv.org/abs/2606.17123

[h] Back to Home