paper-with-me

Papers

Uncovering Unique Concept Vectors through Latent Space Decomposition

2023-07-13 · Mara Graziani, Laura O' Mahony, An-phi Nguyen, Henning Müller, Vincent Andrearczyk

Interpreting the inner workings of deep learning models is crucial for establishing trust and ensuring model safety. Concept-based explanations have emerged as a superior approach that is more interpretable than feature attribution estimates such as pixel saliency. However, defining the concepts for the interpretability analysis biases the explanations by the user's expectations on the concepts. To address this, we propose a novel post-hoc unsupervised method that automatically uncovers the concepts learned by deep models during training. By decomposing the latent space of a layer in singular vectors and refining them by unsupervised clustering, we uncover concept vectors aligned with directions of high variance that are relevant to the model prediction, and that point to semantically distinct concepts. Our extensive experiments reveal that the majority of our concepts are readily understandable to humans, exhibit coherency, and bear relevance to the task at hand. Moreover, we showcase the practical utility of our method in dataset exploration, where our concept vectors successfully identify outlier training samples affected by various confounding factors. This novel exploration technique has remarkable versatility to data types and model architectures and it will facilitate the identification of biases and the discovery of sources of error within training data.

📄 PDF Abstract BibTeX arXiv:2307.06913

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cross-Layer Discrete Concept Discovery for Interpreting Language Models

2025-06-24 · Ankur Garg, Xuemin Yu, Hassan Sajjad, Samira Ebrahimi Kahou

Uncovering emergent concepts across transformer layers remains a significant challenge because the residual stream linearly mixes and duplicates information, obscuring how features evolve within large language models. Cu…

DiversityQuantization

Model Directions, Not Words: Mechanistic Topic Models Using Sparse Autoencoders

2025-07-31 · Carolina Zheng, Nicolas Beltran-Velez, Sweta Karlekar, Claudia Shi 외 arxiv

Traditional topic models are effective at uncovering latent themes in large text collections. However, due to their reliance on bag-of-words representations, they struggle to capture semantically abstract features. While…

Text GenerationTopic Models

Steering Risk Preferences in Large Language Models by Aligning Behavioral and Neural Representations

2025-05-16 · Jian-Qiao Zhu, Haijiang Yan, Thomas L. Griffiths

Changing the behavior of large language models (LLMs) can be as straightforward as editing the Transformer's residual streams using appropriately constructed "steering vectors." These modifications to internal neural act…

Latent Variable Modeling for Generative Concept Representations and Deep Generative Models

2018-12-26 · Daniel T. Chang

Latent representations are the essence of deep generative models and determine their usefulness and power. For latent representations to be useful as generative concept representations, their latent space must support la…

Attribute

Concept Boundary Vectors

2024-12-20 · Thomas Walker

Machine learning models are trained with relatively simple objectives, such as next token prediction. However, on deployment, they appear to capture a more fundamental representation of their input data. It is of interes…