CLIRDec 27, 2022

NEEDED: Introducing Hierarchical Transformer to Eye Diseases Diagnosis

arXiv:2212.13408v312 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the problem of improving diagnostic accuracy and transparency for eye diseases using electronic records, but it is incremental as it builds on existing transformer and attention methods for a specific domain.

The paper tackles the problem of automatically diagnosing eye diseases from ophthalmology electronic medical records (OEMR) by addressing challenges like mixed descriptions, long documents, and the need for explainability, resulting in a framework that shows advantages and explainability in experiments on a real dataset.

With the development of natural language processing techniques(NLP), automatic diagnosis of eye diseases using ophthalmology electronic medical records (OEMR) has become possible. It aims to evaluate the condition of both eyes of a patient respectively, and we formulate it as a particular multi-label classification task in this paper. Although there are a few related studies in other diseases, automatic diagnosis of eye diseases exhibits unique characteristics. First, descriptions of both eyes are mixed up in OEMR documents, with both free text and templated asymptomatic descriptions, resulting in sparsity and clutter of information. Second, OEMR documents contain multiple parts of descriptions and have long document lengths. Third, it is critical to provide explainability to the disease diagnosis model. To overcome those challenges, we present an effective automatic eye disease diagnosis framework, NEEDED. In this framework, a preprocessing module is integrated to improve the density and quality of information. Then, we design a hierarchical transformer structure for learning the contextualized representations of each sentence in the OEMR document. For the diagnosis part, we propose an attention-based predictor that enables traceable diagnosis by obtaining disease-specific information. Experiments on the real dataset and comparison with several baseline models show the advantage and explainability of our framework.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes