paper-with-me

Papers

MonoLoss: A Training Objective for Interpretable Monosemantic Representations

2026-02-12 · Ali Nasiri-Sarvi, Anh Tien Nguyen, Hassan Rivaz, Dimitris Samaras, Mahdi S. Hosseini arxiv

Sparse autoencoders (SAEs) decompose polysemantic neural representations, where neurons respond to multiple unrelated concepts, into monosemantic features that capture single, interpretable concepts. However, standard training objectives only weakly encourage this decomposition, and existing monosemanticity metrics require pairwise comparisons across all dataset samples, making them inefficient during training and evaluation. We study a recent MonoScore metric and derive a single-pass algorithm that computes exactly the same quantity, but with a cost that grows linearly, rather than quadratically, with the number of dataset images. On OpenImagesV7, we achieve up to a 1200x speedup wall-clock speedup in evaluation and 159x during training, while adding only ~4% per-epoch overhead. This allows us to treat MonoScore as a training signal: we introduce the Monosemanticity Loss (MonoLoss), a plug-in objective that directly rewards semantically consistent activations for learning interpretable monosemantic representations. Across SAEs trained on CLIP, SigLIP2, and pretrained ViT features, using BatchTopK, TopK, and JumpReLU SAEs, MonoLoss increases MonoScore for most latents. MonoLoss also consistently improves class purity (the fraction of a latent's activating images belonging to its dominant class) across all encoder and SAE combinations, with the largest gain raising baseline purity from 0.152 to 0.723. Used as an auxiliary regularizer during ResNet-50 and CLIP-ViT-B/32 finetuning, MonoLoss yields up to 0.6\% accuracy gains on ImageNet-1K and monosemantic activating patterns on standard benchmark datasets. The code is publicly available at https://github.com/AtlasAnalyticsLab/MonoLoss.

📄 PDF Abstract BibTeX arXiv:2602.12403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Extracting Interaction-Aware Monosemantic Concepts in Recommender Systems

2025-11-22 · Dor Arviv, Yehonatan Elisha, Oren Barkan, Noam Koenigstein arxiv

We present a method for extracting \emph{monosemantic} neurons, defined as latent dimensions that align with coherent and interpretable concepts, from user and item embeddings in recommender systems. Our approach employs…

Interpreting Video Representations with Spatio-Temporal Sparse Autoencoders

2026-04-05 · Atahan Dokme, Sriram Vishwanath arxiv

We present the first systematic study of Sparse Autoencoders (SAEs) on video representations. Standard SAEs decompose video into interpretable, monosemantic features but destroy temporal coherence: hard TopK selection pr…

Action ClassificationVideo Retrieval

Learning biologically relevant features in a pathology foundation model using sparse autoencoders

2024-07-15 · Nhat Minh Le, Ciyue Shen, Neel Patel, Chintan Shah 외

Pathology plays an important role in disease diagnosis, treatment decision-making and drug development. Previous works on interpretability for machine learning models on pathology images have revolved around methods such…

Rethinking Evaluation of Sparse Autoencoders through the Representation of Polysemous Words

2025-01-09 · Gouki Minegishi, Hiroki Furuta, Yusuke Iwasawa, Yutaka Matsuo

Sparse autoencoders (SAEs) have gained a lot of attention as a promising tool to improve the interpretability of large language models (LLMs) by mapping the complex superposition of polysemantic neurons into monosemantic…

Interpretable Safety Alignment via SAE-Constructed Low-Rank Subspace Adaptation

2025-12-29 · Dianyun Wang, Qingsen Ma, Yuhu Shang, Zhifeng Lu 외 arxiv

Safety alignment -- training large language models (LLMs) to refuse harmful requests while remaining helpful -- is critical for responsible deployment. Prior work established that safety behaviors are governed by low-ran…

parameter-efficient fine-tuningReinforcement Learning