paper-with-me

홈 › Papers

Distilling BlackBox to Interpretable models for Efficient Transfer Learning

2023-05-26 · Shantanu Ghosh, Ke Yu, Kayhan Batmanghelich

Building generalizable AI models is one of the primary challenges in the healthcare domain. While radiologists rely on generalizable descriptive rules of abnormality, Neural Network (NN) models suffer even with a slight shift in input distribution (e.g., scanner type). Fine-tuning a model to transfer knowledge from one domain to another requires a significant amount of labeled data in the target domain. In this paper, we develop an interpretable model that can be efficiently fine-tuned to an unseen target domain with minimal computational cost. We assume the interpretable component of NN to be approximately domain-invariant. However, interpretable models typically underperform compared to their Blackbox (BB) variants. We start with a BB in the source domain and distill it into a \emph{mixture} of shallow interpretable models using human-understandable concepts. As each interpretable model covers a subset of data, a mixture of interpretable models achieves comparable performance as BB. Further, we use the pseudo-labeling technique from semi-supervised learning (SSL) to learn the concept classifier in the target domain, followed by fine-tuning the interpretable models in the target domain. We evaluate our model using a real-life large-scale chest-X-ray (CXR) classification dataset. The code is available at: \url{https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs}.

📄 PDF Abstract BibTeX arXiv:2305.17303

Code (1)

batmanlab/miccai-2023-route-interpret-repeat-cxrs 공식 구현 pytorch

Tasks

DescriptiveTransfer Learning

Similar Papers 제목 키워드 기반

Dividing and Conquering a BlackBox to a Mixture of Interpretable Models: Route, Interpret, Repeat

2023-07-07 · Shantanu Ghosh, Ke Yu, Forough Arabshahi, Kayhan Batmanghelich

ML model design either starts with an interpretable model or a Blackbox and explains it post hoc. Blackbox models are flexible but difficult to explain, while interpretable models are inherently explainable. Yet, interpr…

Perturbing Across the Feature Hierarchy to Improve Standard and Strict Blackbox Attack Transferability

2020-04-29 · NeurIPS 2020 12 · Nathan Inkawhich, Kevin J Liang, Binghui Wang, Matthew Inkawhich 외

We consider the blackbox transfer-based targeted adversarial attack threat model in the realm of deep neural network (DNN) image classifiers. Rather than focusing on crossing decision boundaries at the output layer of th…

Adversarial Attack

Can Targeted Adversarial Examples Transfer When the Source and Target Models Have No Label Space Overlap?

2021-03-17 · Nathan Inkawhich, Kevin J Liang, Jingyang Zhang, Huanrui Yang 외

We design blackbox transfer-based targeted adversarial attacks for an environment where the attacker's source model and the target blackbox model may have disjoint label spaces and training datasets. This scenario signif…

Interpreting Blackbox Models via Model Extraction

2017-05-23 · Osbert Bastani, Carolyn Kim, Hamsa Bastani

Interpretability has become incredibly important as machine learning is increasingly used to inform consequential decisions. We propose to construct global explanations of complex, blackbox models in the form of a decisi…

modelModel extraction

Neural Networks Are More Productive Teachers Than Human Raters: Active Mixup for Data-Efficient Knowledge Distillation from a Blackbox Model

2020-03-31 · CVPR 2020 6 · Dongdong Wang, Yandong Li, Liqiang Wang, Boqing Gong

We study how to train a student deep neural network for visual recognition by distilling knowledge from a blackbox teacher model in a data-efficient manner. Progress on this problem can significantly reduce the dependenc…

Active LearningKnowledge Distillation