Structural Disentanglement in Bilinear MLPs via Architectural Inductive Bias
Ojasva Nema, Kaustubh Sharma, Aditya Chauhan, Parikshit Pareek
TL;DR
The paper addresses why selective unlearning and long-horizon extrapolation remain fragile, arguing that representational structure—shaped by architectural inductive bias—limits these capabilities. It introduces structural disentanglement and analyzes bilinear MLPs, where the learned operator $Q=\sum_k \alpha_k \mathbf{w}_k \mathbf{v}_k^\top$ decomposes into orthogonal modes under gradient flow, enabling independent learning and targeted edits. The authors provide a theoretical gradient-flow analysis showing mode-wise decoupling and present controlled experiments in modular arithmetic, cyclic reasoning, and Lie group dynamics demonstrating that multiplicative architectures recover ground-truth algebraic operators and enable surgical unlearning with minimal collateral damage. The study suggests that model editability and generalization hinge on representational structure induced by architecture, highlighting the central role of architectural inductive bias over post-hoc unlearning algorithms.
Abstract
Selective unlearning and long-horizon extrapolation remain fragile in modern neural networks, even when tasks have underlying algebraic structure. In this work, we argue that these failures arise not solely from optimization or unlearning algorithms, but from how models structure their internal representations during training. We explore if having explicit multiplicative interactions as an architectural inductive bias helps in structural disentanglement, through Bilinear MLPs. We show analytically that bilinear parameterizations possess a `non-mixing' property under gradient flow conditions, where functional components separate into orthogonal subspace representations. This provides a mathematical foundation for surgical model modification. We validate this hypothesis through a series of controlled experiments spanning modular arithmetic, cyclic reasoning, Lie group dynamics, and targeted unlearning benchmarks. Unlike pointwise nonlinear networks, multiplicative architectures are able to recover true operators aligned with the underlying algebraic structure. Our results suggest that model editability and generalization are constrained by representational structure, and that architectural inductive bias plays a central role in enabling reliable unlearning.
