paper-with-me

Papers

SeqRisk: Transformer-augmented latent variable model for improved survival prediction with longitudinal data

2024-09-19 · Mine Öğretir, Miika Koskinen, Juha Sinisalo, Risto Renkonen, Harri Lähdesmäki

In healthcare, risk assessment of different patient outcomes has for long time been based on survival analysis, i.e.\ modeling time-to-event associations. However, conventional approaches rely on data from a single time-point, making them suboptimal for fully leveraging longitudinal patient history and capturing temporal regularities. Focusing on clinical real-world data and acknowledging its challenges, we utilize latent variable models to effectively handle irregular, noisy, and sparsely observed longitudinal data. We propose SeqRisk, a method that combines variational autoencoder (VAE) or longitudinal VAE (LVAE) with a transformer encoder and Cox proportional hazards module for risk prediction. SeqRisk captures long-range interactions, improves patient trajectory representations, enhances predictive accuracy and generalizability, as well as provides partial explainability for sample population characteristics in attempts to identify high-risk patients. We demonstrate that SeqRisk performs competitively compared to existing approaches on both simulated and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2409.12709

Code (0)

등록된 구현이 없습니다.

Tasks

Survival AnalysisSurvival Prediction

Similar Papers 제목 키워드 기반

Addressing Posterior Collapse with Mutual Information for Improved Variational Neural Machine Translation

2020-07-01 · ACL 2020 6 · Arya D. McCarthy, Xi-An Li, Jiatao Gu, Ning Dong

This paper proposes a simple and effective approach to address the problem of posterior collapse in conditional variational autoencoders (CVAEs). It thus improves performance of machine translation models that use noisy …

de-enMachine TranslationNMTTranslation

Recurrence Boosts Diversity! Revisiting Recurrent Latent Variable in Transformer-Based Variational AutoEncoder for Diverse Text Generation

2022-10-22 · Jinyi Hu, Xiaoyuan Yi, Wenhao Li, Maosong Sun 외

Variational Auto-Encoder (VAE) has been widely adopted in text generation. Among many variants, recurrent VAE learns token-wise latent variables with each conditioned on the preceding ones, which captures sequential vari…

DiversityText Generation

Likelihood-free inference with an improved cross-entropy estimator

2018-08-02 · Markus Stoye, Johann Brehmer, Gilles Louppe, Juan Pavez 외

We extend recent work (Brehmer, et. al., 2018) that use neural networks as surrogate models for likelihood-free inference. As in the previous work, we exploit the fact that the joint likelihood ratio and joint score, con…

Latent Plan Transformer for Trajectory Abstraction: Planning as Latent Space Inference

2024-02-07 · Deqian Kong, Dehong Xu, Minglu Zhao, Bo Pang 외

In tasks aiming for long-term returns, planning becomes essential. We study generative modeling for planning with datasets repurposed from offline reinforcement learning. Specifically, we identify temporal consistency in…

MuJoCo

Improved Variational Neural Machine Translation by Promoting Mutual Information

2019-09-19 · Arya D. McCarthy, Xi-An Li, Jiatao Gu, Ning Dong

Posterior collapse plagues VAEs for text, especially for conditional text generation with strong autoregressive decoders. In this work, we address this problem in variational neural machine translation by explicitly prom…

Conditional Text GenerationDecoderMachine TranslationText Generation+1