LGFeb 17, 2016

Multi-layer Representation Learning for Medical Concepts

arXiv:1602.05568v1534 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better healthcare analytics by providing interpretable representations of medical concepts, though it appears incremental as it builds on existing representation learning methods.

The paper tackled the problem of learning efficient representations for medical concepts from Electronic Health Records (EHR) by proposing Med2Vec, which improved performance in key medical applications compared to baselines like Skip-gram and GloVe, as validated on a dataset with over 3 million visits.

Learning efficient representations for concepts has been proven to be an important basis for many applications such as machine translation or document classification. Proper representations of medical concepts such as diagnosis, medication, procedure codes and visits will have broad applications in healthcare analytics. However, in Electronic Health Records (EHR) the visit sequences of patients include multiple concepts (diagnosis, procedure, and medication codes) per visit. This structure provides two types of relational information, namely sequential order of visits and co-occurrence of the codes within each visit. In this work, we propose Med2Vec, which not only learns distributed representations for both medical codes and visits from a large EHR dataset with over 3 million visits, but also allows us to interpret the learned representations confirmed positively by clinical experts. In the experiments, Med2Vec displays significant improvement in key medical applications compared to popular baselines such as Skip-gram, GloVe and stacked autoencoder, while providing clinically meaningful interpretation.

Code Implementations2 repos
Foundations

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

Your Notes