paper-with-me

Papers

TX-Ray: Quantifying and Explaining Model-Knowledge Transfer in (Un-)Supervised NLP

2019-12-02 · Nils Rethmeier, Vageesh Kumar Saxena, Isabelle Augenstein

While state-of-the-art NLP explainability (XAI) methods focus on explaining per-sample decisions in supervised end or probing tasks, this is insufficient to explain and quantify model knowledge transfer during (un-)supervised training. Thus, for TX-Ray, we modify the established computer vision explainability principle of 'visualizing preferred inputs of neurons' to make it usable transfer analysis and NLP. This allows one to analyze, track and quantify how self- or supervised NLP models first build knowledge abstractions in pretraining (1), and then transfer these abstractions to a new domain (2), or adapt them during supervised fine-tuning (3). TX-Ray expresses neurons as feature preference distributions to quantify fine-grained knowledge transfer or adaptation and guide human analysis. We find that, similar to Lottery Ticket based pruning, TX-Ray based pruning can improve test set generalization and that it can reveal how early stages of self-supervision automatically learn linguistic abstractions like parts-of-speech.

📄 PDF Abstract BibTeX arXiv:1912.00982

Code (2)

copenlu/tx-ray 공식 구현 pytorch
copenlu/ALPS_2021 pytorch

Tasks

Explainable Artificial Intelligence (XAI)Model CompressionTransfer Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Transfer and Marginalize: Explaining Away Label Noise with Privileged Information

2022-02-18 · Mark Collier, Rodolphe Jenatton, Efi Kokiopoulou, Jesse Berent

Supervised learning datasets often have privileged information, in the form of features which are available at training time but are not available at test time e.g. the ID of the annotator that provided the label. We arg…

Explaining Knowledge Distillation by Quantifying the Knowledge

2020-03-07 · CVPR 2020 6 · Xu Cheng, Zhefan Rao, Yilan Chen, Quanshi Zhang

This paper presents a method to interpret the success of knowledge distillation by quantifying and analyzing task-relevant and task-irrelevant visual concepts that are encoded in intermediate layers of a deep neural netw…

Knowledge Distillation

A Quantitative Perspective on Values of Domain Knowledge for Machine Learning

2020-11-17 · Jianyi Yang, Shaolei Ren

With the exploding popularity of machine learning, domain knowledge in various forms has been playing a crucial role in improving the learning performance, especially when training data is limited. Nonetheless, there is …

BIG-bench Machine Learning

Noisy Information Bottlenecks for Generalization

2018-09-27 · Julius Kunze, Louis Kirsch, Hippolyt Ritter, David Barber

We propose Noisy Information Bottlenecks (NIB) to limit mutual information between learned parameters and the data through noise. We show why this benefits generalization and allows mitigation of model overfitting both f…

Self-Supervised Intrinsic Image Decomposition

2017-11-10 · NeurIPS 2017 12 · Michael Janner, Jiajun Wu, Tejas D. Kulkarni, Ilker Yildirim 외

Intrinsic decomposition from a single image is a highly challenging task, due to its inherent ambiguity and the scarcity of training data. In contrast to traditional fully supervised learning approaches, in this paper we…

Intrinsic Image DecompositionTransfer Learning