WARP: Weight-Space Analysis for Recovering Training Data Portfolios

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

WARP, a novel framework, addresses the challenge of undisclosed training data recipes for publicly released foundation models by recovering a fine-tuned model's training mixtures directly from its released weights. Current methods like membership inference only detect individual samples, failing to characterize global training corpus composition. WARP interpolates between base and fine-tuned models via model merging, creating pseudo-checkpoints that simulate the training trajectory and reveal a geometric footprint of the training data in the weight space. From these simulated footprints, WARP extracts geometric features and maps them to domain proportions using either a parameter-free softmax readout or an MLP projector. In controlled experiments, WARP recovered domain mixtures for BERT and GPT-2 with average MAE as low as 0.046 and 0.104 respectively, outperforming membership inference and a variant with true trajectory access.

Key takeaway

For AI Scientists and Machine Learning Engineers focused on model transparency and auditing, WARP provides a critical new capability. If you need to understand the domain mixture weights used to fine-tune publicly released foundation models, this framework offers a robust method to infer those "data recipes" directly from model weights. You can use WARP to characterize global training corpus composition, which is crucial for evaluating model fairness, bias, and compliance, especially when original data disclosures are absent.

Key insights

WARP recovers training data domain mixtures from fine-tuned model weights by analyzing geometric footprints.

Principles

Method

WARP interpolates between base and fine-tuned model weights via merging, generates pseudo-checkpoints, extracts geometric features from these, and maps them to domain proportions using softmax or an MLP projector.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.