Learned feature representations are biased by complexity, learning order, position, and more
Andrew Kyle Lampinen, Stephanie C. Y. Chan, Katherine Hermann
TL;DR
The paper examines how gradient-based learning biases internal representations toward certain features, even when multiple features contribute equally to computation. By training MLPs, Transformers, and CNNs on controlled, independent features and measuring variance explained via linear regressions, it shows systematic biases toward simpler, earlier-learned, or more prevalent features. It demonstrates causally that these biases influence interpretability tools (e.g., RSA, PCA visualizations) and downstream task performance, complicating cross-system comparisons between models and brains. The work highlights the need to account for learning dynamics and feature properties when inferring computations from representations and suggests directions for more faithful interpretability methods.
Abstract
Representation learning, and interpreting learned representations, are key areas of focus in machine learning and neuroscience. Both fields generally use representations as a means to understand or improve a system's computations. In this work, however, we explore surprising dissociations between representation and computation that may pose challenges for such efforts. We create datasets in which we attempt to match the computational role that different features play, while manipulating other properties of the features or the data. We train various deep learning architectures to compute these multiple abstract features about their inputs. We find that their learned feature representations are systematically biased towards representing some features more strongly than others, depending upon extraneous properties such as feature complexity, the order in which features are learned, and the distribution of features over the inputs. For example, features that are simpler to compute or learned first tend to be represented more strongly and densely than features that are more complex or learned later, even if all features are learned equally well. We also explore how these biases are affected by architectures, optimizers, and training regimes (e.g., in transformers, features decoded earlier in the output sequence also tend to be represented more strongly). Our results help to characterize the inductive biases of gradient-based representation learning. We then illustrate the downstream effects of these biases on various commonly-used methods for analyzing or intervening on representations. These results highlight a key challenge for interpretability $-$ or for comparing the representations of models and brains $-$ disentangling extraneous biases from the computationally important aspects of a system's internal representations.
