paper-with-me

홈 › Papers

Improving Explainability of Softmax Classifiers Using a Prototype-Based Joint Embedding Method

2024-07-02 · Hilarie Sit, Brendan Keith, Karianne Bergen

We propose a prototype-based approach for improving explainability of softmax classifiers that provides an understandable prediction confidence, generated through stochastic sampling of prototypes, and demonstrates potential for out of distribution detection (OOD). By modifying the model architecture and training to make predictions using similarities to any set of class examples from the training dataset, we acquire the ability to sample for prototypical examples that contributed to the prediction, which provide an instance-based explanation for the model's decision. Furthermore, by learning relationships between images from the training dataset through relative distances within the model's latent space, we obtain a metric for uncertainty that is better able to detect out of distribution data than softmax confidence.

📄 PDF Abstract BibTeX arXiv:2407.02271

Code (1)

Brown-SciML/pbj 공식 구현 pytorch

Tasks

Explainable Artificial Intelligence (XAI)Out-of-Distribution Detection

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Learning Prototype Classifiers for Long-Tailed Recognition

2023-02-01 · Saurabh Sharma, Yongqin Xian, Ning Yu, Ambuj Singh

The problem of long-tailed recognition (LTR) has received attention in recent years due to the fundamental power-law distribution of objects in the real-world. Most recent works in LTR use softmax classifiers that are bi…

Long-tail Learning

A Differentiable Self-disambiguated Sense Embedding Model via Scaled Gumbel Softmax

2018-09-27 · Fenfei Guo, Mohit Iyyer, Leah Findlater, Jordan Boyd-Graber

We present a differentiable multi-prototype word representation model that disentangles senses of polysemous words and produces meaningful sense-specific embeddings without external resources. It jointly learns how to di…

Hard AttentionSentenceWord Similarity

Center-guided Classifier for Semantic Segmentation of Remote Sensing Images

2025-03-21 · Wei zhang, Mengting Ma, Yizhen Jiang, Rongrong Lian 외

Compared with natural images, remote sensing images (RSIs) have the unique characteristic. i.e., larger intraclass variance, which makes semantic segmentation for remote sensing images more challenging. Moreover, existin…

Hard AttentionSegmentationSemantic Segmentation

Spectral Aware Softmax for Visible-Infrared Person Re-Identification

2023-02-03 · Lei Tan, Pingyang Dai, Qixiang Ye, Mingliang Xu 외

Visible-infrared person re-identification (VI-ReID) aims to match specific pedestrian images from different modalities. Although suffering an extra modality discrepancy, existing methods still follow the softmax loss tra…

Person Re-Identification

Prototype Memory for Large-scale Face Representation Learning

2021-05-05 · Evgeny Smirnov, Nikita Garaev, Vasiliy Galyuk, Evgeny Lukyanets

Face representation learning using datasets with a massive number of identities requires appropriate training methods. Softmax-based approach, currently the state-of-the-art in face recognition, in its usual "full softma…

Face RecognitionRepresentation Learning