TL;DR
Sparse autoencoders, a type of neural network, often produce unstable features due to their dependence on random initialization seeds. This study investigates the seed dependence in sparse autoencoders and introduces a method to identify reproducible subspaces.
✦ Why It Matters
Engineers can leverage reproducible subspaces to enhance the stability and reliability of sparse autoencoders in their projects.
Key Takeaways
How It Works
The study quantifies feature stability by calculating the probability of feature recurrence across different training seeds. It distinguishes between stable and unstable features, revealing that stable features are essential for effective model performance, while unstable features often reflect low-frequency patterns rather than meaningful representations.
Related