paper-with-me

Papers

Inference-Time Decomposition of Activations (ITDA): A Scalable Approach to Interpreting Large Language Models

2025-05-23 · Patrick Leask, Neel Nanda, Noura Al Moubayed

Sparse autoencoders (SAEs) are a popular method for decomposing Large Langage Models (LLM) activations into interpretable latents. However, due to their substantial training cost, most academic research uses open-source SAEs which are only available for a restricted set of models of up to 27B parameters. SAE latents are also learned from a dataset of activations, which means they do not transfer between models. Motivated by relative representation similarity measures, we introduce Inference-Time Decomposition of Activations (ITDA) models, an alternative method for decomposing language model activations. To train an ITDA, we greedily construct a dictionary of language model activations on a dataset of prompts, selecting those activations which were worst approximated by matching pursuit on the existing dictionary. ITDAs can be trained in just 1% of the time required for SAEs, using 1% of the data. This allowed us to train ITDAs on Llama-3.1 70B and 405B on a single consumer GPU. ITDAs can achieve similar reconstruction performance to SAEs on some target LLMs, but generally incur a performance penalty. However, ITDA dictionaries enable cross-model comparisons, and a simple Jaccard similarity index on ITDA dictionaries outperforms existing methods like CKA, SVCCA, and relative representation similarity metrics. ITDAs provide a cheap alternative to SAEs where computational resources are limited, or when cross model comparisons are necessary. Code available at https://github.com/pleask/itda.

📄 PDF Abstract BibTeX arXiv:2505.17769

Code (1)

pleask/itda 공식 구현 pytorch

Tasks

GPULanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Interpreting Large Text-to-Image Diffusion Models with Dictionary Learning

2025-05-30 · Stepan Shabalin, Ayush Panda, Dmitrii Kharlapenko, Abdur Raheem Ali 외

Sparse autoencoders are a promising new approach for decomposing language model activations for interpretation and control. They have been applied successfully to vision transformer image encoders and to small-scale diff…

Dictionary LearningImage GenerationLanguage ModelingLanguage Modelling

BitDance: Scaling Autoregressive Generative Models with Binary Tokens

2026-02-15 · Yuang Ai, Jiaming Han, Shaobin Zhuang, Weijia Mao 외 arxiv

We present BitDance, a scalable autoregressive (AR) image generator that predicts binary visual tokens instead of codebook indices. With high-entropy binary latents, BitDance lets each token represent up to $2^{256}$ sta…

Text-to-Image Generation

Fast Mixing of Data Augmentation Algorithms: Bayesian Probit, Logit, and Lasso Regression

2024-12-11 · Holden Lee, Kexin Zhang

Despite the widespread use of the data augmentation (DA) algorithm, the theoretical understanding of its convergence behavior remains incomplete. We prove the first non-asymptotic polynomial upper bounds on mixing times …

Data Augmentationregression

ESPACE: Dimensionality Reduction of Activations for Model Compression

2024-10-07 · Charbel Sakr, Brucek Khailany

We propose ESPACE, an LLM compression technique based on dimensionality reduction of activations. Unlike prior works on weight-centric tensor decomposition, ESPACE projects activations onto a pre-calibrated set of princi…

Dimensionality ReductionmodelModel CompressionTensor Decomposition

EgoEdit: Dataset, Real-Time Streaming Model, and Benchmark for Egocentric Video Editing

2025-12-05 · Runjia Li, Moayed Haji-Ali, Ashkan Mirzaei, Chaoyang Wang 외 arxiv

We study instruction-guided editing of egocentric videos for interactive AR applications. While recent AI video editors perform well on third-person footage, egocentric views present unique challenges - including rapid e…