Clinical Document Classification Using Labeled and Unlabeled Data Across Hospitals
Reviewing radiology reports in emergency departments is an essential but laborious task. Timely follow-up of patients with abnormal cases in their radiology reports may dramatically affect the patient's outcome, especially if they have been discharged with a different initial diagnosis. Machine learning approaches have been devised to expedite the process and detect the cases that demand instant follow up. However, these approaches require a large amount of labeled data to train reliable predictive models. Preparing such a large dataset, which needs to be manually annotated by health professionals, is costly and time-consuming. This paper investigates a semi-supervised learning framework for radiology report classification across three hospitals. The main goal is to leverage clinical unlabeled data in order to augment the learning process where limited labeled data is available. To further improve the classification performance, we also integrate a transfer learning technique into the semi-supervised learning pipeline . Our experimental findings show that (1) convolutional neural networks (CNNs), while being independent of any problem-specific feature engineering, achieve significantly higher effectiveness compared to conventional supervised learning approaches, (2) leveraging unlabeled data in training a CNN-based classifier reduces the dependency on labeled data by more than 50% to reach the same performance of a fully supervised CNN, and (3) transferring the knowledge gained from available labeled data in an external source hospital significantly improves the performance of a semi-supervised CNN model over their fully supervised counterparts in a target hospital.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationDocument ClassificationFeature EngineeringGeneral ClassificationTransfer LearningSimilar Papers 제목 키워드 기반
Semi-supervised Learning with Weakly-Related Unlabeled Data : Towards Better Text Categorization
The cluster assumption is exploited by most semi-supervised learning (SSL) methods. However, if the unlabeled data is merely weakly related to the target classes, it becomes questionable whether driving the decision boun…
General ClassificationText CategorizationText Classification Using Label Names Only: A Language Model Self-Training Approach
Current text classification methods typically require a good number of human-labeled documents as training data, which can be costly and difficult to obtain in real applications. Humans can perform classification without…
ClassificationDocument ClassificationGeneral ClassificationLanguage Modeling+7Few-Shot Text Classification with Edge-Labeling Graph Neural Network-Based Prototypical Network
In this paper, we propose a new few-shot text classification method. Compared with supervised learning methods which require a large corpus of labeled documents, our method aims to make it possible to classify unlabeled …
Few-Shot Text ClassificationGraph Neural NetworkLanguage ModelingLanguage Modelling+4Bootstrap Domain-Specific Sentiment Classifiers from Unlabeled Corpora
There is often the need to perform sentiment classification in a particular domain where no labeled document is available. Although we could make use of a general-purpose off-the-shelf sentiment classifier or a pre-built…
ClusteringGeneral ClassificationSentiment AnalysisSentiment Classification+2Semi-supervised Text Categorization Using Recursive K-means Clustering
In this paper, we present a semi-supervised learning algorithm for classification of text documents. A method of labeling unlabeled text documents is presented. The presented method is based on the principle of divide an…
ClusteringGeneral ClassificationText Categorization