paper-with-me

홈 › Papers

Enabling Mixed Effects Neural Networks for Diverse, Clustered Data Using Monte Carlo Methods

2024-07-01 · Andrej Tschalzev, Paul Nitschke, Lukas Kirchdorfer, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

Neural networks often assume independence among input data samples, disregarding correlations arising from inherent clustering patterns in real-world datasets (e.g., due to different sites or repeated measurements). Recently, mixed effects neural networks (MENNs) which separate cluster-specific 'random effects' from cluster-invariant 'fixed effects' have been proposed to improve generalization and interpretability for clustered data. However, existing methods only allow for approximate quantification of cluster effects and are limited to regression and binary targets with only one clustering feature. We present MC-GMENN, a novel approach employing Monte Carlo methods to train Generalized Mixed Effects Neural Networks. We empirically demonstrate that MC-GMENN outperforms existing mixed effects deep learning models in terms of generalization performance, time complexity, and quantification of inter-cluster variance. Additionally, MC-GMENN is applicable to a wide range of datasets, including multi-class classification tasks with multiple high-cardinality categorical features. For these datasets, we show that MC-GMENN outperforms conventional encoding and embedding methods, simultaneously offering a principled methodology for interpreting the effects of clustering patterns.

📄 PDF Abstract BibTeX arXiv:2407.01115

Code (1)

atschalz/mcgmenn 공식 구현 tf

Tasks

ClusteringMulti-class Classification

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…

Adversarially-regularized mixed effects deep learning (ARMED) models for improved interpretability, performance, and generalization on clustered data

2022-02-23 · Kevin P. Nguyen, Albert Montillo

Natural science datasets frequently violate assumptions of independence. Samples may be clustered (e.g. by study site, subject, or experimental batch), leading to spurious associations, poor model fitting, and confounded…

Prognosis

Structure Learning on Clustered Data

2026-07-09 · Ryan Thompson, Matt P. Wand, Veerabhadran Baladandayuthapani arxiv

Recent algorithmic advances have made directed acyclic graph (DAG) structure learning scalable for causal discovery. Yet, the currently available techniques assume a completely homogeneous population, precluding their ap…

Fair Mixed Effects Support Vector Machine

2024-05-10 · Jan Pablo Burgard, João Vitor Pamplona

To ensure unbiased and ethical automated predictions, fairness must be a core principle in machine learning applications. Fairness in machine learning aims to mitigate biases present in the training data and model imperf…

Fairness

Weighted Sum-of-Trees Model for Clustered Data

2026-02-03 · Kevin McCoy, Zachary Wooten, Katarzyna Tomczak, Christine B. Peterson arxiv

Clustered data, which arise when observations are nested within groups, are incredibly common in clinical, education, and social science research. Traditionally, a linear mixed model, which includes random effects to acc…