paper-with-me

Papers

Towards Interpretable Protein Structure Prediction with Sparse Autoencoders

2025-03-11 · Nithin Parsan, David J. Yang, John J. Yang

Protein language models have revolutionized structure prediction, but their nonlinear nature obscures how sequence representations inform structure prediction. While sparse autoencoders (SAEs) offer a path to interpretability here by learning linear representations in high-dimensional space, their application has been limited to smaller protein language models unable to perform structure prediction. In this work, we make two key advances: (1) we scale SAEs to ESM2-3B, the base model for ESMFold, enabling mechanistic interpretability of protein structure prediction for the first time, and (2) we adapt Matryoshka SAEs for protein language models, which learn hierarchically organized features by forcing nested groups of latents to reconstruct inputs independently. We demonstrate that our Matryoshka SAEs achieve comparable or better performance than standard architectures. Through comprehensive evaluations, we show that SAEs trained on ESM2-3B significantly outperform those trained on smaller models for both biological concept discovery and contact map prediction. Finally, we present an initial case study demonstrating how our approach enables targeted steering of ESMFold predictions, increasing structure solvent accessibility while fixing the input sequence. To facilitate further investigation by the broader community, we open-source our code, dataset, pretrained models https://github.com/johnyang101/reticular-sae , and visualizer https://sae.reticular.ai .

📄 PDF Abstract BibTeX arXiv:2503.08764

Code (1)

johnyang101/reticular-sae 공식 구현 pytorch

Tasks

PredictionProtein Structure Prediction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Sparse Autoencoders for Low-$N$ Protein Function Prediction and Design

2025-08-25 · Darin Tsui, Kunal Talreja, Amirali Aghazadeh arxiv

Predicting protein function from amino acid sequence remains a central challenge in data-scarce (low-$N$) regimes, limiting machine learning-guided protein design when only small amounts of assay-labeled sequence-functio…

Protein Function PredictionProtein Design

InterPLM: Discovering Interpretable Features in Protein Language Models via Sparse Autoencoders

2024-11-13 · Elana Simon, James Zou

Protein language models (PLMs) have demonstrated remarkable success in protein modeling and design, yet their internal mechanisms for predicting structure and function remain poorly understood. Here we present a systemat…

VFUSE: Virulent Feature Understanding with Sparse autoEncoders

2026-06-08 · Michael Yu, Matthew L. Olson arxiv

Generative models have shown remarkable progress in a variety of domains such as protein design, but such power enables the opaque generation of hazardous proteins. In this work, we introduce VFUSE (Virulent Feature Unde…

Protein Design

Circuit Tracing in Autoregressive Protein Language Models

2026-06-14 · Darin Tsui, William Deinzer, Daniel Saeedi, Amirali Aghazadeh arxiv

Protein language models (pLMs) can generate novel protein sequences with properties beyond those observed in nature, yet the mechanisms underlying protein generation remain poorly understood. Existing mechanistic interpr…

Representation Learning

PairSAE: Mechanistic Interpretability from Pair Representations in Protein Co-Folding

2026-06-25 · Giosue Migliorini, Aristofanis Rontogiannis, Grigori Guitchounts, Nicholas Franklin 외 arxiv

Foundation models for structural biology have achieved remarkable performance in predicting biomolecular structure and show promise for the design of proteins and small molecules. Yet understanding which internal feature…