English

Deep Normed Embeddings for Patient Representation

Machine Learning 2022-07-05 v2 Artificial Intelligence Quantitative Methods

Abstract

We introduce a novel contrastive representation learning objective and a training scheme for clinical time series. Specifically, we project high dimensional EHR. data to a closed unit ball of low dimension, encoding geometric priors so that the origin represents an idealized perfect health state and the Euclidean norm is associated with the patient's mortality risk. Moreover, using septic patients as an example, we show how we could learn to associate the angle between two vectors with the different organ system failures, thereby, learning a compact representation which is indicative of both mortality risk and specific organ failure. We show how the learned embedding can be used for online patient monitoring, can supplement clinicians and improve performance of downstream machine learning tasks. This work was partially motivated from the desire and the need to introduce a systematic way of defining intermediate rewards for Reinforcement Learning in critical care medicine. Hence, we also show how such a design in terms of the learned embedding can result in qualitatively different policies and value distributions, as compared with using only terminal rewards.

Keywords

Cite

@article{arxiv.2204.05477,
  title  = {Deep Normed Embeddings for Patient Representation},
  author = {Thesath Nanayakkara and Gilles Clermont and Christopher James Langmead and David Swigon},
  journal= {arXiv preprint arXiv:2204.05477},
  year   = {2022}
}

Comments

A minimal implementation of this work can be found at https://github.com/thxsxth/normed_constrastive_metric

R2 v1 2026-06-24T10:45:14.415Z