paper-with-me

Papers

Auxiliary Knowledge-Induced Learning for Automatic Multi-Label Medical Document Classification

2024-05-29 · Xindi Wang, Robert E. Mercer, Frank Rudzicz

The International Classification of Diseases (ICD) is an authoritative medical classification system of different diseases and conditions for clinical and management purposes. ICD indexing assigns a subset of ICD codes to a medical record. Since human coding is labour-intensive and error-prone, many studies employ machine learning to automate the coding process. ICD coding is a challenging task, as it needs to assign multiple codes to each medical document from an extremely large hierarchically organized collection. In this paper, we propose a novel approach for ICD indexing that adopts three ideas: (1) we use a multi-level deep dilated residual convolution encoder to aggregate the information from the clinical notes and learn document representations across different lengths of the texts; (2) we formalize the task of ICD classification with auxiliary knowledge of the medical records, which incorporates not only the clinical texts but also different clinical code terminologies and drug prescriptions for better inferring the ICD codes; and (3) we introduce a graph convolutional network to leverage the co-occurrence patterns among ICD codes, aiming to enhance the quality of label representations. Experimental results show the proposed method achieves state-of-the-art performance on a number of measures.

📄 PDF Abstract BibTeX arXiv:2405.19084

Code (0)

등록된 구현이 없습니다.

Tasks

Document Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

TAGLETS: A System for Automatic Semi-Supervised Learning with Auxiliary Data

2021-11-08 · Wasu Piriyakulkij, Cristina Menghini, Ross Briden, Nihal V. Nayak 외

Machine learning practitioners often have access to a spectrum of data: labeled data for the target task (which is often limited), unlabeled data, and auxiliary data, the many available labeled datasets for other tasks. …

image-classificationImage ClassificationTransfer Learning

Auxiliary learning induced graph convolutional networks

2021-05-21 · NeurIPS 2021 12 · Gengchen Duan, Taisong Jin, Rongrong Ji, Ling Shao 외

In this article, we propose a novel auxiliary learning induced graph convolutional network in a multi-task fashion. Specifically, both the link prediction and pseudo label generation are used as two auxiliary tasks to co…

Auxiliary LearningClassificationLink PredictionMeta-Learning+2

Auxiliary Reward Generation with Transition Distance Representation Learning

2024-02-12 · Siyuan Li, Shijie Han, Yingnan Zhao, By Liang 외

Reinforcement learning (RL) has shown its strength in challenging sequential decision-making problems. The reward function in RL is crucial to the learning performance, as it serves as a measure of the task completion de…

Decision MakingReinforcement Learning (RL)Representation LearningSequential Decision Making

Confident Anchor-Induced Multi-Source Free Domain Adaptation

2021-12-01 · NeurIPS 2021 12 · Jiahua Dong, Zhen Fang, Anjin Liu, Gan Sun 외

Unsupervised domain adaptation has attracted appealing academic attentions by transferring knowledge from labeled source domain to unlabeled target domain. However, most existing methods assume the source data are drawn …

Domain AdaptationPseudo LabelSource-Free Domain AdaptationUnsupervised Domain Adaptation

Self-Supervised Generalisation with Meta Auxiliary Learning

2019-01-25 · NeurIPS 2019 12 · Shikun Liu, Andrew J. Davison, Edward Johns

Learning with auxiliary tasks can improve the ability of a primary task to generalise. However, this comes at the cost of manually labelling auxiliary data. We propose a new method which automatically learns appropriate …

Auxiliary LearningMeta-LearningMulti-Task Learning