Table of Contents
Fetching ...

Graph Inference Towards ICD Coding

Xiaoxiao Deng

TL;DR

LabGraph is introduced-a unified framework that reformulates ICD coding as a graph generation task by combining adversarial domain adaptation, graph-based reinforcement learning, and perturbation regularization, which enhances model robustness and generalization.

Abstract

Automated ICD coding involves assigning standardized diagnostic codes to clinical narratives. The vast label space and extreme class imbalance continue to challenge precise prediction. To address these issues, LabGraph is introduced -- a unified framework that reformulates ICD coding as a graph generation task. By combining adversarial domain adaptation, graph-based reinforcement learning, and perturbation regularization, LabGraph effectively enhances model robustness and generalization. In addition, a label graph discriminator dynamically evaluates each generated code, providing adaptive reward feedback during training. Experiments on benchmark datasets demonstrate that LabGraph consistently outperforms previous approaches on micro-F1, micro-AUC, and P@K.

Graph Inference Towards ICD Coding

TL;DR

LabGraph is introduced-a unified framework that reformulates ICD coding as a graph generation task by combining adversarial domain adaptation, graph-based reinforcement learning, and perturbation regularization, which enhances model robustness and generalization.

Abstract

Automated ICD coding involves assigning standardized diagnostic codes to clinical narratives. The vast label space and extreme class imbalance continue to challenge precise prediction. To address these issues, LabGraph is introduced -- a unified framework that reformulates ICD coding as a graph generation task. By combining adversarial domain adaptation, graph-based reinforcement learning, and perturbation regularization, LabGraph effectively enhances model robustness and generalization. In addition, a label graph discriminator dynamically evaluates each generated code, providing adaptive reward feedback during training. Experiments on benchmark datasets demonstrate that LabGraph consistently outperforms previous approaches on micro-F1, micro-AUC, and P@K.
Paper Structure (24 sections, 6 equations, 2 figures, 2 tables)

This paper contains 24 sections, 6 equations, 2 figures, 2 tables.

Figures (2)

  • Figure 1: ICD-9 code hierarchy and example of automatic ICD coding, with clinical text as input and predicted codes as output.
  • Figure 2: LabGraph Framework.