paper-with-me

Papers

GAProtoNet: A Multi-head Graph Attention-based Prototypical Network for Interpretable Text Classification

2024-09-20 · Ximing Wen, Wenjuan Tan, Rosina O. Weber

Pretrained transformer-based Language Models (LMs) are well-known for their ability to achieve significant improvement on text classification tasks with their powerful word embeddings, but their black-box nature, which leads to a lack of interpretability, has been a major concern. In this work, we introduce GAProtoNet, a novel white-box Multi-head Graph Attention-based Prototypical Network designed to explain the decisions of text classification models built with LM encoders. In our approach, the input vector and prototypes are regarded as nodes within a graph, and we utilize multi-head graph attention to selectively construct edges between the input node and prototype nodes to learn an interpretable prototypical representation. During inference, the model makes decisions based on a linear combination of activated prototypes weighted by the attention score assigned for each prototype, allowing its choices to be transparently explained by the attention weights and the prototypes projected into the closest matching training examples. Experiments on multiple public datasets show our approach achieves superior results without sacrificing the accuracy of the original black-box LMs. We also compare with four alternative prototypical network variations and our approach achieves the best accuracy and F1 among all. Our case study and visualization of prototype clusters also demonstrate the efficiency in explaining the decisions of black-box models built with LMs.

📄 PDF Abstract BibTeX arXiv:2409.13312

Code (1)

ximingwen/gaprotonet 공식 구현 pytorch

Tasks

Graph Attentiontext-classificationText ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Language Model Meets Prototypes: Towards Interpretable Text Classification Models through Prototypical Networks

2024-12-04 · Ximing Wen

Pretrained transformer-based Language Models (LMs) are well-known for their ability to achieve significant improvement on NLP tasks, but their black-box nature, which leads to a lack of interpretability, has been a major…

ClassificationContrastive LearningDocument ClassificationGraph Attention+6

Beyond the Known: Novel Class Discovery for Open-world Graph Learning

2024-03-29 · Yucheng Jin, Yun Xiong, Juncheng Fang, Xixi Wu 외

Node classification on graphs is of great importance in many applications. Due to the limited labeling capability and evolution in real-world open scenarios, novel classes can emerge on unlabeled testing nodes. However, …

Graph LearningGraph Neural NetworkNode ClassificationNovel Class Discovery

Prototypical Classifier for Robust Class-Imbalanced Learning

2021-10-22 · Tong Wei, Jiang-Xin Shi, Yu-Feng Li, Min-Ling Zhang

Deep neural networks have been shown to be very powerful methods for many supervised learning tasks. However, they can also easily overfit to training set biases, i.e., label noise and class imbalance. While both learnin…

Learning with noisy labels

MSA-UNet3+: Multi-Scale Attention UNet3+ with New Supervised Prototypical Contrastive Loss for Coronary DSA Image Segmentation

2025-04-07 · Rayan Merghani Ahmed, Adnan Iltaf, Mohamed Elmanna, Gang Zhao 외

Accurate segmentation of coronary Digital Subtraction Angiography images is essential to diagnose and treat coronary artery diseases. Despite advances in deep learning, challenges such as high intra-class variance and cl…

Contrastive LearningDiagnosticImage SegmentationSegmentation+1

Part-aware Prototypical Graph Network for One-shot Skeleton-based Action Recognition

2022-08-19 · Tailin Chen, Desen Zhou, Jian Wang, Shidong Wang 외

In this paper, we study the problem of one-shot skeleton-based action recognition, which poses unique challenges in learning transferable representation from base classes to novel classes, particularly for fine-grained a…

Action RecognitionMeta-LearningSkeleton Based Action Recognition