AINov 25, 2025

Data Augmentation Techniques to Reverse-Engineer Neural Network Weights from Input-Output Queries

arXiv:2511.20312v1
Originality Incremental advance
AI Analysis

This addresses the challenge of network identification in scenarios with limited data, though it is incremental as it builds on prior teacher-student setups.

The paper tackled the problem of reverse-engineering neural network weights from input-output queries, where existing methods fail when teacher parameters exceed training data, and discovered that standard augmentations are ineffective, but new tailored techniques enabled recovery of networks with up to 100 times more parameters than data points.

Network weights can be reverse-engineered given enough informative samples of a network's input-output function. In a teacher-student setup, this translates into collecting a dataset of the teacher mapping -- querying the teacher -- and fitting a student to imitate such mapping. A sensible choice of queries is the dataset the teacher is trained on. But current methods fail when the teacher parameters are more numerous than the training data, because the student overfits to the queries instead of aligning its parameters to the teacher. In this work, we explore augmentation techniques to best sample the input-output mapping of a teacher network, with the goal of eliciting a rich set of representations from the teacher hidden layers. We discover that standard augmentations such as rotation, flipping, and adding noise, bring little to no improvement to the identification problem. We design new data augmentation techniques tailored to better sample the representational space of the network's hidden layers. With our augmentations we extend the state-of-the-art range of recoverable network sizes. To test their scalability, we show that we can recover networks of up to 100 times more parameters than training data-points.

Foundations

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

Your Notes