paper-with-me

Papers

Mechanistic understanding and validation of large AI models with SemanticLens

2025-01-09 · Maximilian Dreyer, Jim Berend, Tobias Labarta, Johanna Vielhaben, Thomas Wiegand, Sebastian Lapuschkin, Wojciech Samek

Unlike human-engineered systems such as aeroplanes, where each component's role and dependencies are well understood, the inner workings of AI models remain largely opaque, hindering verifiability and undermining trust. This paper introduces SemanticLens, a universal explanation method for neural networks that maps hidden knowledge encoded by components (e.g., individual neurons) into the semantically structured, multimodal space of a foundation model such as CLIP. In this space, unique operations become possible, including (i) textual search to identify neurons encoding specific concepts, (ii) systematic analysis and comparison of model representations, (iii) automated labelling of neurons and explanation of their functional roles, and (iv) audits to validate decision-making against requirements. Fully scalable and operating without human input, SemanticLens is shown to be effective for debugging and validation, summarizing model knowledge, aligning reasoning with expectations (e.g., adherence to the ABCDE-rule in melanoma classification), and detecting components tied to spurious correlations and their associated training data. By enabling component-level understanding and validation, the proposed approach helps bridge the "trust gap" between AI models and traditional engineered systems. We provide code for SemanticLens on https://github.com/jim-berend/semanticlens and a demo on https://semanticlens.hhi-research-insights.eu.

📄 PDF Abstract BibTeX arXiv:2501.05398

Code (1)

jim-berend/semanticlens 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

The Validation Gap: A Mechanistic Analysis of How Language Models Compute Arithmetic but Fail to Validate It

2025-02-17 · Leonardo Bertolazzi, Philipp Mondorf, Barbara Plank, Raffaella Bernardi

The ability of large language models (LLMs) to validate their output and identify potential errors is crucial for ensuring robustness and reliability. However, current research indicates that LLMs struggle with self-corr…

X-SYS: A Reference Architecture for Interactive Explanation Systems

2026-02-13 · Tobias Labarta, Nhi Hoang, Maximilian Dreyer, Jim Berend 외 arxiv

The explainable AI (XAI) research community has proposed numerous technical methods, yet deploying explainability as systems remains challenging: Interactive explanation systems require both suitable algorithms and syste…

Towards a Mechanistic Understanding of Large Reasoning Models: A Survey of Training, Inference, and Failures

2026-01-11 · Yi Hu, Jiaqi Gu, Ruxin Wang, Zijun Yao 외 arxiv

Reinforcement learning (RL) has catalyzed the emergence of Large Reasoning Models (LRMs) that have pushed reasoning capabilities to new heights. While their performance has garnered significant excitement, exploring the …

Reinforcement Learning

Mechanistic Indicators of Understanding in Large Language Models

2025-07-07 · Pierre Beckmann, Matthieu Queloz arxiv

Large language models (LLMs) are often portrayed as merely imitating linguistic patterns without genuine understanding. We argue that recent findings in mechanistic interpretability (MI), the emerging field probing the i…

Tracking the Feature Dynamics in LLM Training: A Mechanistic Study

2024-12-23 · Yang Xu, Yi Wang, Hao Wang

Understanding training dynamics and feature evolution is crucial for the mechanistic interpretability of large language models (LLMs). Although sparse autoencoders (SAEs) have been used to identify features within LLMs, …