Questioning Representational Optimism in Deep Learning: The Fractured Entangled Representation Hypothesis
Akarsh Kumar, Jeff Clune, Joel Lehman, Kenneth O. Stanley
TL;DR
The paper questions representational optimism by showing that two networks can produce identical outputs but rely on radically different internal representations, with SGD-trained models exhibiting fractured entangled representations (FER) while open-ended Picbreeder-evolved networks tend toward unified factored representations (UFR). It introduces FER as a potential barrier to generalization, creativity, and continual learning, and UFR as an aspirational modular structure; it uses CPPNs and visualizations to compare internal representations, including weight-sweep analyses and PCA, across Picbreeder and SGD. The authors discuss evidence of FER-like behaviors in large models (e.g., LLMs and image generators) and explore factors that influence representation formation, such as learning order, architectural choices, data, and open-ended search, while suggesting that open-ended, curricula-informed approaches might yield more robust representations. The work serves as a call to broaden the focus beyond output accuracy to the quality of internal representations, with implications for future training paradigms, mechanistic interpretability, and the design of scalable, adaptable AI systems.
Abstract
Much of the excitement in modern AI is driven by the observation that scaling up existing systems leads to better performance. But does better performance necessarily imply better internal representations? While the representational optimist assumes it must, this position paper challenges that view. We compare neural networks evolved through an open-ended search process to networks trained via conventional stochastic gradient descent (SGD) on the simple task of generating a single image. This minimal setup offers a unique advantage: each hidden neuron's full functional behavior can be easily visualized as an image, thus revealing how the network's output behavior is internally constructed neuron by neuron. The result is striking: while both networks produce the same output behavior, their internal representations differ dramatically. The SGD-trained networks exhibit a form of disorganization that we term fractured entangled representation (FER). Interestingly, the evolved networks largely lack FER, even approaching a unified factored representation (UFR). In large models, FER may be degrading core model capacities like generalization, creativity, and (continual) learning. Therefore, understanding and mitigating FER could be critical to the future of representation learning.
