Who Built This Model? Tracing LLM Lineage via Spectral Fingerprints in Weight Space

πŸ“… 2026-08-07
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work proposes a lineage tracing method for large language models that relies solely on model weights, eliminating the need for access to input data. Treating models as entities with intrinsic β€œbiometric” signatures, the approach establishes a unified analytical framework grounded in the geometric structure of weight space. It characterizes lineage relationships through two complementary perspectives: the distribution of singular values (spectral energy) and subspace alignment. Evaluated on over 110 pairs of open-source large language models, the method reliably distinguishes models from different families and precisely discerns variations in training data scale and post-training strategies among models sharing a common base. This enables a novel paradigm for model provenance, governance, and supply chain security.
πŸ“ Abstract
Open-weight large language models (LLMs) are increasingly developed through complex, multi-stage pipelines, leading to intricate lineage relationships that reflect model origin, ownership, and evolution. Understanding these relationships is important for model provenance, governance, and supply-chain integrity. In this work, we investigate the notion of LLM "biometrics" (analogous to human biometrics) to ask whether LLMs exhibit intrinsic fingerprints in weight space alone, without access to input data, that reveal their origin and lineage. We formulate this as a lineage discrimination problem, distinguishing among independent-origin, same-series, and shared-base models. To characterize these relationships, we propose a unified geometric fingerprinting framework that analyzes weight matrices from two complementary perspectives: (i) spectral energy, captured by singular value distributions to encode global magnitude patterns, and (ii) subspace alignment, quantified via subspace deviations to capture directional geometry. Our analysis uncovers a clear hierarchy of structural similarity in weight space: spectral energy reliably distinguishes independently trained models and different model families, while subspace alignment enables fine-grained discrimination among closely related models, including variations in dataset scale and post-training procedures. Extensive experiments on over 110 diverse open-weight LLM pairs demonstrate that weight-space geometry provides a robust and interpretable signal for model lineage, enabling coarse-grained regime separation and fine-grained discrimination within shared-base models.
Problem

Research questions and friction points this paper is trying to address.

LLM lineage
model provenance
weight space
spectral fingerprint
model governance
Innovation

Methods, ideas, or system contributions that make the work stand out.

spectral fingerprints
weight space geometry
model lineage
subspace alignment
singular value distribution
πŸ”Ž Similar Papers