Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,742 papers · 148 categories

Trend · papers per month

3577151,0721,429 · Jun 202019922001200920172026
48 results for Medical Event Modeling

Develops a neural model to predict event occurrence and timing.

problem Standard event time models ignore the distinction between event occurrence probability and predicted time.
method Introduces a conditional event time model using a neural network with a binary stochastic layer.
result Shows superior event occurrence and timing predictions on various datasets.

HRTPP improves TPP interpretability and accuracy in medical event modeling.

problem Lack of interpretability in TPPs for medical event sequences.
method Hybrid-Rule Temporal Point Processes (HRTPP) integrating temporal logic rules and numerical features.
result HRTPP outperforms state-of-the-art interpretable TPPs in predictive performance and clinical interpretability.

Synthetic medical data which preserves privacy while maintaining utility can be used as an alternative to real medical data, which has privacy costs and resource constraints associated with it. At present, most models focus on generating cross-sectional health data which is not necessarily representative of real data. …

2019-11-14abs ↗pdf ↗

Study finds non-adherence to schizophrenia meds leads to earlier adverse events.

problem Impact of medication non-adherence on adverse outcomes in schizophrenia patients.
method Survival analysis, causal inference methods (T-learner, S-learner, nearest neighbor matching), different amounts of longitudinal information.
result Non-adherence to schizophrenia meds advances adverse events by 1 to 4 months.

LMM predicts healthcare costs and risks with improved accuracy.

problem Wasteful healthcare spending and inefficiencies in risk prediction.
method Generative pre-trained transformer trained on patient event sequences.
result Improves cost prediction by 14.1% and chronic conditions prediction by 1.9%.

New method uses surrogate outcomes and single-record data to improve suicide risk modeling.

problem Lack of historical information in single-record patients hinders modeling rare medical events.
method Hybrid framework combining supervised and unsupervised learning to integrate concurrent and single-record data.
result Single-record data and concurrent diagnoses provide valuable information for improving suicide risk modeling.

This paper uses neural networks to accurately model competing risks in survival analysis.

problem Ignoring competing risks leads to biased survival estimation in machine learning models.
method The paper introduces constrained monotonic neural networks to model each competing survival distribution.
result The method ensures exact likelihood maximization with reduced computational cost.

We propose a Bayesian model that predicts recovery curves based on information available before the disruptive event. A recovery curve of interest is the quantified sexual function of prostate cancer patients after prostatectomy surgery. We illustrate the utility of our model as a pre-treatment medical decision aid, pr…

2015-04-27abs ↗pdf ↗

Study identifies risk factors for subsequent suicide attempts in youth.

problem Uncertainty in suicide attempt identification from medical claims data.
method Integrative Cox cure model with regularization for survival analysis with uncertain events.
result Identifies risk factors for subsequent suicide attempts and distinguishes susceptibility from timing.

New method identifies sepsis-related patient features in EMR data.

problem Identify sepsis-related patient features in EMR data.
method Linear multivariate Hawkes process model with ReLU link function, coupled with gradient-based method.
result Identifies several interpretable GC chains that precede sepsis.

Representation learning (RL) plays an important role in extracting proper representations from complex medical data for various analyzing tasks, such as patient grouping, clinical endpoint prediction and medication recommendation. Medical data can be divided into two typical categories, outpatient and inpatient, that h…

2019-04-18abs ↗pdf ↗

TransformerLSR models longitudinal, recurrent, and survival data jointly.

problem Joint modeling of longitudinal measurements, recurrent events, and survival data with dependencies.
method Transformer-based deep learning framework integrating deep temporal point processes and latent structure representation.
result TransformerLSR effectively models all three components simultaneously, demonstrating necessity and effectiveness through simulations and real-world data.

Visual analytics system for comparing medical records using sequence embeddings.

problem Challenges in analyzing medical records due to high dimensionality, irregularity, and sparsity.
method Event and sequence embeddings using autoencoder and self-attention mechanism, with sequence alignment for comparison.
result Demonstrated effectiveness with real-world neonatal ICU dataset.

Personalized predictive medicine necessitates the modeling of patient illness and care processes, which inherently have long-term temporal dependencies. Healthcare observations, recorded in electronic medical records, are episodic and irregular in time. We introduce DeepCare, an end-to-end deep dynamic neural network t…

2016-02-01abs ↗pdf ↗

Multivariate Bernoulli autoregressive (BAR) processes model time series of events in which the likelihood of current events is determined by the times and locations of past events. These processes can be used to model nonlinear dynamical systems corresponding to criminal activity, responses of patients to different med…

2018-11-07abs ↗pdf ↗

Develops a method to simulate rare dangerous events in autonomous systems.

problem Rare dangerous events in safety-critical systems are hard to test in real-world settings.
method Combines exploration, exploitation, and optimization techniques for rare-event simulation.
result Provides rigorous guarantees for the performance of the method.

MedGraph learns patient visit embeddings from EMRs, capturing both attributes and temporal sequences.

problem Limited EMR embedding methods fail to capture patient demographics, utilisation, and code descriptions.
method MedGraph constructs an attributed bipartite graph and uses a point process to model temporal sequences.
result MedGraph outperforms state-of-the-art methods in medical risk prediction tasks.

25% of people who received a liver transplant will go on to develop diabetes within the next 5 years. These thousands of individuals are at 2-fold higher risk of cardiovascular events, graft loss, infections, as well as lower long-term survival. This is partly due to the medication used during and/or after transplant t…

2018-12-03abs ↗pdf ↗

Various and ubiquitous information systems are being used in monitoring, exchanging, and collecting information. These systems are generating massive amount of event sequence logs that may help us understand underlying phenomenon. By analyzing these logs, we can learn process models that describe system procedures, pre…

2018-07-12abs ↗pdf ↗

This monograph introduces deep learning models for predicting time-to-event outcomes.

problem Predicting critical events and their timing from time series data.
method Neural networks and deep learning models for survival analysis.
result Improved accuracy in predicting time-to-event outcomes using deep learning.

New framework models time-uncertain point processes for better event prediction.

problem Uncertainty in event times in point processes.
method Formulated and discretized continuous-time Hawkes processes with time grid, enabling optimization methods for inference.
result Parameter recovery with O(1/k)O(1/k) convergence rate using gradient descent and VI.

Many time series are effectively generated by a combination of deterministic continuous flows along with discrete jumps sparked by stochastic events. However, we usually do not have the equation of motion describing the flows, or how they are affected by jumps. To this end, we introduce Neural Jump Stochastic Different…

2019-05-24abs ↗pdf ↗

Latent Block-Diffusion Temporal Point Processes (LBDTPP) is a semi-autoregressive framework for generating asynchronous event sequences.

problem Generating asynchronous event sequences
method Latent Block-Diffusion Temporal Point Processes
result Outperforms state-of-the-art TPP baselines in both unconditional and conditional generation tasks

SAVAE uses deep learning for survival analysis, improving model performance and interpretability.

problem Complex medical data with censoring and covariate interactions.
method SAVAE is a Variational Autoencoder tailored for survival analysis, using a novel ELBO formulation.
result SAVAE outperforms state-of-the-art techniques in various datasets, demonstrating robustness and interpretability.

The paper estimates personalized treatment effects in medical settings with competing risks.

problem Estimating treatment effectiveness for specific events in the presence of alternative event types.
method Meta-learners combining Cox regression or random survival forests for risk modeling and elastic net regression or random forests for direct CATE modeling.
result Compared meta-learners in multiple simulation settings, providing practical guidance for model selection.

Study predicts when ALS patients will lose speech, swallowing, etc. based on covariates.

problem Predicting when ALS patients will experience significant functional decline.
method Multi-event survival analysis, covariate-based models.
result Covariate-based models outperform Kaplan-Meier estimator in predicting time-to-event outcomes.

Proposes DeepSDRF for continuous treatment recommendation from clinical survival data.

problem Continuous treatment recommendation in medical settings with survival data.
method Deep Survival Dose Response Function (DeepSDRF) for learning conditional average dose response (CADR) function.
result Similar performance of recommender algorithms based on random search and reinforcement learning.

New method for discrete-time survival analysis with competing risks.

problem Discrete failure time data in survival analysis.
method Proposes a new estimation procedure for discrete-time survival analysis with competing events.
result Offers advantages over existing procedures and integrates regularized regression methods.

New monitoring method detects ML risk models' performance changes in medical interventions.

problem Monitoring ML risk models in healthcare is complicated by confounding medical interventions.
method Developed a new score-based CUSUM monitoring procedure with dynamic control limits.
result Valid inference is possible if conditional exchangeability or time-constant selection bias hold.

A new method models individual survival curves using conditional normalizing flows.

problem Precise per-individual predictions in survival analysis.
method Conditional normalizing flows for flexible and individualized survival distributions.
result Efficient estimation of individual survival curves without overfitting.