paper-with-me

Papers

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 analyses. While largely unaddressed in deep learning, this problem has been handled in the statistics community through mixed effects models, which separate cluster-invariant fixed effects from cluster-specific random effects. We propose a general-purpose framework for Adversarially-Regularized Mixed Effects Deep learning (ARMED) models through non-intrusive additions to existing neural networks: 1) an adversarial classifier constraining the original model to learn only cluster-invariant features, 2) a random effects subnetwork capturing cluster-specific features, and 3) an approach to apply random effects to clusters unseen during training. We apply ARMED to dense, convolutional, and autoencoder neural networks on 4 applications including simulated nonlinear data, dementia prognosis and diagnosis, and live-cell image analysis. Compared to prior techniques, ARMED models better distinguish confounded from true associations in simulations and learn more biologically plausible features in clinical applications. They can also quantify inter-cluster variance and visualize cluster effects in data. Finally, ARMED improves accuracy on data from clusters seen during training (up to 28% vs. conventional models) and generalization to unseen clusters (up to 9% vs. conventional models).

📄 PDF Abstract BibTeX arXiv:2202.11783

Code (0)

등록된 구현이 없습니다.

Tasks

Prognosis

Similar Papers 제목 키워드 기반

UQ-ARMED: Uncertainty quantification of adversarially-regularized mixed effects deep learning for clustered non-iid data

2022-11-29 · Alex Treacher, Kevin Nguyen, Dylan Owens, Daniel Heitjan 외

This work demonstrates the ability to produce readily interpretable statistical metrics for model fit, fixed effects covariance coefficients, and prediction confidence. Importantly, this work compares 4 suitable and comm…

PredictionPrognosisUncertainty Quantification

Adversarially Robust Multi-Armed Bandit Algorithm with Variance-Dependent Regret Bounds

2022-06-14 · Shinji Ito, Taira Tsuchiya, Junya Honda

This paper considers the multi-armed bandit (MAB) problem and provides a new best-of-both-worlds (BOBW) algorithm that works nearly optimally in both stochastic and adversarial settings. In stochastic settings, some exis…

Jacobian Adversarially Regularized Networks for Robustness

2019-12-21 · ICLR 2020 1 · Alvin Chan, Yi Tay, Yew Soon Ong, Jie Fu

Adversarial examples are crafted with imperceptible perturbations with the intent to fool neural networks. Against such attacks, adversarial training and its variants stand as the strongest defense to date. Previous stud…

Lipschitz regularized Deep Neural Networks generalize and are adversarially robust

2018-08-28 · Chris Finlay, Jeff Calder, Bilal Abbasi, Adam Oberman

In this work we study input gradient regularization of deep neural networks, and demonstrate that such regularization leads to generalization proofs and improved adversarial robustness. The proof of generalization does n…

Adversarial Robustness

Mixed-effects transformers for hierarchical adaptation

2022-05-03 · Julia White, Noah Goodman, Robert Hawkins

Language use differs dramatically from context to context. To some degree, modern language models like GPT-3 are able to account for such variance by conditioning on a string of previous input text, or prompt. Yet prompt…

Domain Adaptation