The Fractured Entangled Representation Hypothesis investigates how scaling AI models impacts their internal representations. By comparing evolved neural networks to those trained via conventional methods, this project reveals striking differences in their internal structures that could influence the future of representation learning and performance.
The Fractured Entangled Representation Hypothesis (FER) is a pivotal exploration into the influence of network architecture on internal representations in AI systems. This repository includes the code and supporting data for a position paper that critically addresses whether scaling up neural networks truly enhances internal representations or simply leads to better performance, which may not be indicative of improved representational quality.
Modern AI advancements often rely on the scaling of neural networks. However, the assumption that enhanced performance correlates with superior internal representation is challenged in this research. The work compares neural networks evolved through an open-ended search with those trained using traditional stochastic gradient descent (SGD) on a simple image generation task. This unique setting allows for easy visualization of each hidden neuron's contributions to output behavior, revealing significant differences in representations.
The study's findings reveal a fascinating distinction between the two network types:
This contrast suggests that FER may undermine essential capabilities in large AI models, such as generalization, creativity, and ongoing learning. Understanding and mitigating FER is therefore proposed as a critical area for future research in representation learning.
The repository contains various visualizations, including intermediate feature maps and weight sweeps, which provide insight into the internal workings of both network types. Significant images include:


The code contained within this repository allows for:
A Google Colab notebook is provided for easy access and quick experimentation. Users can initiate the environment by running:
git clone https://github.com/akarshkumar0101/fer
This repository serves as a robust resource for researchers interested in deep learning representations and their implications. Additional assets and details can be accessed in the repository's structure and supplementary files.
No comments yet.
Sign in to be the first to comment.