Model Reduction of Shallow CNN Model for Reliable Deployment of Information Extraction from Medical Reports
Abhishek K Dubey, Alina Peluso, Jacob Hinkle, Devanshu, Agarawal, Zilong Tan

TL;DR
This paper introduces a model reduction technique for shallow CNNs used in extracting information from medical reports, enhancing interpretability without sacrificing accuracy by linking CNN filters to relevant text segments.
Contribution
It develops a model reduction method that makes shallow CNNs more interpretable by approximating them with sparse, non-negative linear transformations of n-gram features.
Findings
Reduced model complexity while maintaining accuracy
Improved interpretability of CNN filter relevance
Bridged the gap between accuracy and explainability
Abstract
Shallow Convolution Neural Network (CNN) is a time-tested tool for the information extraction from cancer pathology reports. Shallow CNN performs competitively on this task to other deep learning models including BERT, which holds the state-of-the-art for many NLP tasks. The main insight behind this eccentric phenomenon is that the information extraction from cancer pathology reports require only a small number of domain-specific text segments to perform the task, thus making the most of the texts and contexts excessive for the task. Shallow CNN model is well-suited to identify these key short text segments from the labeled training set; however, the identified text segments remain obscure to humans. In this study, we fill this gap by developing a model reduction tool to make a reliable connection between CNN filters and relevant text segments by discarding the spurious connections. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Scientific Computing and Data Management · Explainable Artificial Intelligence (XAI)
MethodsLinear Layer · Dense Connections · Residual Connection · WordPiece · Linear Warmup With Linear Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Layer Normalization · Attention Is All You Need · Dropout · Adam
