paper-with-me

홈 › Papers

Neural Mixed Effects for Nonlinear Personalized Predictions

2023-06-13 · Torsten Wörtwein, Nicholas Allen, Lisa B. Sheeber, Randy P. Auerbach, Jeffrey F. Cohn, Louis-Philippe Morency

Personalized prediction is a machine learning approach that predicts a person's future observations based on their past labeled observations and is typically used for sequential tasks, e.g., to predict daily mood ratings. When making personalized predictions, a model can combine two types of trends: (a) trends shared across people, i.e., person-generic trends, such as being happier on weekends, and (b) unique trends for each person, i.e., person-specific trends, such as a stressful weekly meeting. Mixed effect models are popular statistical models to study both trends by combining person-generic and person-specific parameters. Though linear mixed effect models are gaining popularity in machine learning by integrating them with neural networks, these integrations are currently limited to linear person-specific parameters: ruling out nonlinear person-specific trends. In this paper, we propose Neural Mixed Effect (NME) models to optimize nonlinear person-specific parameters anywhere in a neural network in a scalable manner. NME combines the efficiency of neural network optimization with nonlinear mixed effects modeling. Empirically, we observe that NME improves performance across six unimodal and multimodal datasets, including a smartphone dataset to predict daily mood and a mother-adolescent dataset to predict affective state sequences where half the mothers experience at least moderate symptoms of depression. Furthermore, we evaluate NME for two model architectures, including for neural conditional random fields (CRF) to predict affective state sequences where the CRF learns nonlinear person-specific temporal transitions between affective states. Analysis of these person-specific transitions on the mother-adolescent dataset shows interpretable trends related to the mother's depression symptoms.

📄 PDF Abstract BibTeX arXiv:2306.08149

Code (1)

twoertwein/NeuralMixedEffects 공식 구현

Methods 이 논문이 사용한 방법론

HAPPIER 설명 없음
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Gradient Boosted Mixed Models: Flexible Estimation of Mean and Variance Components for Clustered Data

2025-10-31 · Mitchell L. Prevett, Francis K. C. Hui, Zhi Yang Tho, A. H. Welsh 외 arxiv

We introduce Gradient Boosted Mixed Models (GBMixed), a framework which extends boosting to clustered data by jointly modeling the mean and variance components in a linear mixed model via likelihood-based gradients. GBMi…

Fixed effects testing in high-dimensional linear mixed models

2017-08-14 · Jelena Bradic, Gerda Claeskens, Thomas Gueuning

Many scientific and engineering challenges -- ranging from pharmacokinetic drug dosage allocation and personalized medicine to marketing mix (4Ps) recommendations -- require an understanding of the unobserved heterogenei…

Decision MakingMarketingModel SelectionVocal Bursts Intensity Prediction

RoME: A Robust Mixed-Effects Bandit Algorithm for Optimizing Mobile Health Interventions

2023-12-11 · Easton K. Huch, Jieru Shi, Madeline R. Abbott, Jessica R. Golbus 외

Mobile health leverages personalized and contextually tailored interventions optimized through bandit and reinforcement learning algorithms. In practice, however, challenges such as participant heterogeneity, nonstationa…

Multi-Armed BanditsOff-policy evaluationThompson Sampling

Amortized In-Context Mixed Effect Transformer Models: A Zero-Shot Approach for Pharmacokinetics

2025-08-21 · César Ali Ojeda Marin, Wilhelm Huisinga, Purity Kavwele, Ramsés J. Sánchez 외 arxiv

Accurate dose-response forecasting under sparse sampling is central to precision pharmacotherapy. We present the Amortized In-Context Mixed-Effect Transformer (AICMET) model, a transformer-based latent-variable framework…

Bayesian Inference

NoLimits.jl: Flexible and Composable Nonlinear Mixed-Effects Modeling in Julia

2026-06-23 · Manuel Huth, Jonas Arruda, Nina Schmid, Roy Gusinow 외 arxiv

Nonlinear mixed-effects models are widely used to analyze longitudinal data, but existing open-source software often supports only a limited subset of the model structures, inference methods, machine-learning components,…