LGJul 9

Modular Pretraining Enables Access Control

arXiv:2607.0807726.2h-index: 14
Predicted impact top 1% in LG · last 90 daysOriginality Highly original
AI Analysis

This work addresses the dual-use problem in AI by enabling cost-effective access control, allowing separate model capabilities for different users without retraining multiple models.

AI developers face a dual-use dilemma where capabilities can be used for both beneficial and harmful purposes. The authors propose gradient-routed auxiliary modules (GRAM) to enable access control by selectively disabling capabilities at inference time, achieving performance close to data-filtered models while reducing training costs by 5x in a 5-profile setting.

AI developers face a dual-use dilemma. An AI capability that helps one user cure a disease can help another synthesize one. This dilemma could be resolved with access control, limiting dual-use AI capabilities to trusted deployments with a legitimate need. A gold standard for access control would be to serve separate models with different capabilities to different users. However, training and deploying multiple models is prohibitively expensive. To address this challenge, we propose gradient-routed auxiliary modules (GRAM), a pre-training method that adds modules to a neural network and selectively updates them to induce specialization. Ablating a module at inference time removes its capability from the network, approximating a model trained on filtered data. We evaluate GRAM on synthetic stories and realistic dual-use data spanning virology, cybersecurity, nuclear physics, and specialized code. These experiments show that GRAM disables targeted capabilities while preserving the rest, and resists their recovery under finetuning better than post-hoc unlearning. Most importantly, a Chinchilla-optimal scaling analysis from 50M to 5B parameters shows that the gap between data-filtered and full-data models widens with scale on removed capabilities but stays small on retained ones, and that GRAM closely tracks data filtering. GRAM's training cost is independent of the number of supported capability profiles, yielding a 5x reduction over data filtering in our 5-profile setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes