paper-with-me

Papers

Med-SegLens: Latent-Level Model Diffing for Interpretable Medical Image Segmentation

2026-02-11 · Salma J. Ahmed, Emad A. Mohammed, Azam Asilian Bidgoli arxiv

Modern segmentation models achieve strong predictive performance but remain largely opaque, limiting our ability to diagnose failures, understand dataset shift, or intervene in a principled manner. We introduce Med-SegLens, a model-diffing framework that decomposes segmentation model activations into interpretable latent features using sparse autoencoders trained on SegFormer and U-Net. Through cross-architecture and cross-dataset latent alignment across healthy, adult, pediatric, and sub-Saharan African glioma cohorts, we identify a stable backbone of shared representations, while dataset shift is driven by differential reliance on population-specific latents. We show that these latents act as causal bottlenecks for segmentation failures, and that targeted latent-level interventions can correct errors and improve cross-dataset adaption without retraining, recovering performance in 70% of failure cases and improving Dice score from 39.4% to 74.2%. Our results demonstrate that latent-level model diffing provides a practical and mechanistic tool for diagnosing failures and mitigating dataset shift in segmentation models.

📄 PDF Abstract BibTeX arXiv:2602.10508

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Segmentation

Similar Papers 제목 키워드 기반

Robustly identifying concepts introduced during chat fine-tuning using crosscoders

2025-04-03 · Julian Minder, Clement Dumas, Caden Juang, Bilal Chugtai 외

Model diffing is the study of how fine-tuning changes a model's representations and internal algorithms. Many behaviours of interest are introduced during fine-tuning, and model diffing offers a promising lens to interpr…

Delta-Crosscoder: Robust Crosscoder Model Diffing in Narrow Fine-Tuning Regimes

2026-02-16 · Aly Kassem, Thomas Jiralerspong, Negar Rostamzadeh, Golnoosh Farnadi arxiv

Model diffing methods aim to identify how fine-tuning changes a model's internal representations. Crosscoders approach this by learning shared dictionaries of interpretable latent directions between base and fine-tuned m…

Simple LLM Baselines are Competitive for Model Diffing

2026-02-10 · Elias Kempf, Simon Schrodi, Bartosz Cywiński, Thomas Brox 외 arxiv

Standard LLM evaluations only test capabilities or dispositions that evaluators designed them for, missing unexpected differences such as behavioral shifts between model revisions or emergent misaligned tendencies. Model…

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…

Multimodal Model Diffing for Feature Discovery and Control

2026-08-10 · Hunar Batra, Lachin Naghashyar, Ashkan Khakzar, Philip Torr 외 hf

Multimodal Large Language Models (MLLMs) exhibit strong visual understanding, yet the internal features that cause these behaviors remain difficult to identify, audit, or control. While applicable to post-hoc inspection,…