Metanetworks as Regulatory Operators: Learning to Edit for Requirement Compliance
Ioannis Kalogeropoulos, Giorgos Bouritsas, Yannis Panagakis

TL;DR
This paper introduces a neural network editing framework using a graph metanetwork trained to efficiently modify models for compliance with various requirements, balancing utility and requirement satisfaction.
Contribution
It presents a novel, data-driven approach to model editing with a metanetwork that enables single-step adjustments without retraining or performance loss.
Findings
Improves trade-offs between performance and requirement satisfaction.
Reduces time compared to post-processing or retraining.
Effective across tasks like bias mitigation and weight pruning.
Abstract
As machine learning models are increasingly deployed in high-stakes settings, e.g. as decision support systems in various societal sectors or in critical infrastructure, designers and auditors are facing the need to ensure that models satisfy a wider variety of requirements (e.g. compliance with regulations, fairness, computational constraints) beyond performance. Although most of them are the subject of ongoing studies, typical approaches face critical challenges: post-processing methods tend to compromise performance, which is often counteracted by fine-tuning or, worse, training from scratch, an often time-consuming or even unavailable strategy. This raises the following question: "Can we efficiently edit models to satisfy requirements, without sacrificing their utility?" In this work, we approach this with a unifying framework, in a data-driven manner, i.e. we learn to edit neural…
Peer Reviews
Decision·Submitted to ICLR 2026
It's good to see the evaluation of how robust the edited models remain when the underlying data distribution (pd) shifts.
The regulatory positioning could be more precise by linking edits to specific AI Act or ISO/IEC risk-management processes. The relation to unlearning is better reframed as complementary rather than alternative, since this method edits parameter rather than removing data influence.
- Elegant formulation of model editing as a learnable mapping in weight space. - Uses graph metanetworks to perform edits in a single inference step: computationally efficient in a sense. - Unifies multiple compliance tasks (fairness, pruning, data minimisation) under one objective. - Demonstrates consistent Pareto improvements over post-hoc baselines.
- Depends on fixed architectures; generalization across model families untested. - Offloads hardest work theoretical work (formalising requirements) onto the user (may not be a weakness per se) - Assumes convex Pareto fronts and differentiable requirement objectives; necessary move perhaps, no shame in just saying "here is a nice technical trick, let's not worry about guarantees." - “Regulatory compliance” rhetoric overstates what is actually a tuning heuristic.
1. The motivation is strong and well-timed, the paper tackles a pressing issue in trustworthy AI, how to make models meet regulatory and ethical requirements post-deployment. 2. The metanetwork architecture is innovative: using an equivariant GNN to operate in weight space is a cutting-edge idea that leverages recent advances in meta-learning and symmetry-preserving design. 3. Experiments are thoughtfully structured across diverse requirements (fairness, data minimization, pruning), which convi
1. The scope of experiments is limited to MLPs and tabular data. This makes it unclear how well the method scales to large models (e.g., Transformers, diffusion, or other large models) or structured modalities such as text and vision. 2. The assumption of white-box access to model weights may restrict applicability in auditing or proprietary systems, where only API access is available. 3. The training cost of the metanetwork itself, though amortized at inference, is not deeply analyzed. It remai
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Ethics and Social Impacts of AI · Advanced Graph Neural Networks
