paper-with-me

Papers

Group Crosscoders for Mechanistic Analysis of Symmetry

2024-10-31 · Liv Gorton

We introduce group crosscoders, an extension of crosscoders that systematically discover and analyse symmetrical features in neural networks. While neural networks often develop equivariant representations without explicit architectural constraints, understanding these emergent symmetries has traditionally relied on manual analysis. Group crosscoders automate this process by performing dictionary learning across transformed versions of inputs under a symmetry group. Applied to InceptionV1's mixed3b layer using the dihedral group $\mathrm{D}_{32}$, our method reveals several key insights: First, it naturally clusters features into interpretable families that correspond to previously hypothesised feature types, providing more precise separation than standard sparse autoencoders. Second, our transform block analysis enables the automatic characterisation of feature symmetries, revealing how different geometric features (such as curves versus lines) exhibit distinct patterns of invariance and equivariance. These results demonstrate that group crosscoders can provide systematic insights into how neural networks represent symmetry, offering a promising new tool for mechanistic interpretability.

📄 PDF Abstract BibTeX arXiv:2410.24184

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary Learning

Similar Papers 제목 키워드 기반

Putting a Face to Forgetting: Continual Learning meets Mechanistic Interpretability

2026-01-29 · Sergi Masip, Gido M. van de Ven, Javier Ferrando, Tinne Tuytelaars arxiv

Catastrophic forgetting in continual learning is often measured at the performance or last-layer representation level, overlooking the underlying mechanisms. We introduce a mechanistic framework that offers a geometric i…

Continual Learning

Activation Differences Reveal Backdoors: A Comparison of SAE Architectures

2026-05-08 · Sachin Kumar arxiv

Backdoor attacks on language models pose a significant threat to AI safety, where models behave normally on most inputs but exhibit harmful behavior when triggered by specific patterns. Detecting such backdoors through m…

Beyond the Leaderboard: Understanding Performance Disparities in Large Language Models via Model Diffing

2025-09-23 · Sabri Boughorbel, Fahim Dalvi, Nadir Durrani, Majd Hawasly arxiv

As fine-tuning becomes the dominant paradigm for improving large language models (LLMs), understanding what changes during this process is increasingly important. Traditional benchmarking often fails to explain why one m…

Mechanistic Analysis of Alignment Algorithms in Language Models

2026-05-09 · Aarush Sinha, Ishan Garg, Veeraraju Elluru, Arth Singh 외 arxiv

Post-training alignment algorithms are predominantly evaluated as black boxes, obscuring how they reshape language models' internal computations. We present a systematic mechanistic analysis of six preference-optimizatio…

Sparse Crosscoders for diffing MoEs and Dense models

2026-03-06 · Marmik Chaudhari, Nishkal Hundia, Idhant Gulati arxiv

Mixture of Experts (MoE) achieve parameter-efficient scaling through sparse expert routing, yet their internal representations remain poorly understood compared to dense models. We present a systematic comparison of MoE …