paper-with-me

홈 › Papers

Local Concept Embeddings for Analysis of Concept Distributions in Vision DNN Feature Spaces

2023-11-24 · Georgii Mikriukov, Gesina Schwalbe, Korinna Bade

Insights into the learned latent representations are imperative for verifying deep neural networks (DNNs) in critical computer vision (CV) tasks. Therefore, state-of-the-art supervised Concept-based eXplainable Artificial Intelligence (C-XAI) methods associate user-defined concepts like `car'' each with a single vector in the DNN latent space (concept embedding vector). In the case of concept segmentation, these linearly separate between activation map pixels belonging to a concept and those belonging to background. Existing methods for concept segmentation, however, fall short of capturing implicitly learned sub-concepts (e.g., the DNN might split car into proximate car'' and distant car''), and overlap of user-defined concepts (e.g., between bus'' and `truck''). In other words, they do not capture the full distribution of concept representatives in latent space. For the first time, this work shows that these simplifications are frequently broken and that distribution information can be particularly useful for understanding DNN-learned notions of sub-concepts, concept confusion, and concept outliers. To allow exploration of learned concept distributions, we propose a novel local concept analysis framework. Instead of optimizing a single global concept vector on the complete dataset, it generates a local concept embedding (LoCE) vector for each individual sample. We use the distribution formed by LoCEs to explore the latent concept distribution by fitting Gaussian mixture models (GMMs), hierarchical clustering, and concept-level information retrieval and outlier detection. Despite its context sensitivity, our method's concept segmentation performance is competitive to global baselines. Analysis results are obtained on three datasets and six diverse vision DNN architectures, including vision transformers (ViTs).

📄 PDF Abstract BibTeX arXiv:2311.14435

Code (2)

continental/local-concept-embeddings 공식 구현 pytorch
gesina/bg_randomized_loce pytorch

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Information RetrievalOutlier Detection

Similar Papers 제목 키워드 기반

SCoCCA: Multi-modal Sparse Concept Decomposition via Canonical Correlation Analysis

2026-03-14 · Ehud Gordon, Meir Yossef Levi, Guy Gilboa arxiv

Interpreting the internal reasoning of vision-language models is essential for deploying AI in safety-critical domains. Concept-based explainability provides a human-aligned lens by representing a model's behavior throug…

FedBM: Stealing Knowledge from Pre-trained Language Models for Heterogeneous Federated Learning

2025-02-24 · Meilu Zhu, Qiushi Yang, Zhifan Gao, Yixuan Yuan 외

Federated learning (FL) has shown great potential in medical image computing since it provides a decentralized learning paradigm that allows multiple clients to train a model collaboratively without privacy leakage. Howe…

Federated Learning

Probabilistic Conceptual Explainers: Trustworthy Conceptual Explanations for Vision Foundation Models

2024-06-18 · Hengyi Wang, Shiwei Tan, Hao Wang

Vision transformers (ViTs) have emerged as a significant area of focus, particularly for their capacity to be jointly trained with large language models and to serve as robust vision foundation models. Yet, the developme…

Erasing Thousands of Concepts: Towards Scalable and Practical Concept Erasure for Text-to-Image Diffusion Models

2026-04-12 · Hoigi Seo, Byung Hyun Lee, Jaehyun Cho, Sungjin Lim 외 arxiv

Large-scale text-to-image (T2I) diffusion models deliver remarkable visual fidelity but pose safety risks due to their capacity to reproduce undesirable content, such as copyrighted ones. Concept erasure has emerged as a…

Understanding the Stability of Medical Concept Embeddings

2019-04-21 · Grace E. Lee, Aixin Sun

Frequency is one of the major factors for training quality word embeddings. Several work has recently discussed the stability of word embeddings in general domain and suggested factors influencing the stability. In this …

Word Embeddings