Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Pneumonia outcome
Flu vaccine treatment
Other lung/throat pathogens
3rd leading cause of hospitalization
6th leading cause of death
2-10% of influenza leads to pneumonia
10-20% of all-cause pneumonia is related to flu
Sanofi makes the vaccine
Double blind, randomized trial
32,000 adults, 65+ years
Flu-like symptom -> NP swab
Flu vaccine might not affect pneumonia outcome only through flu
Sample selection
Pending lab test (end of 2017 or early 2018)
1. Do pathogens mediate the effect?
2. Which one?
Multivariate mediation with
multinomial outcome
Related work
Related work
Continuous outcome
Assume known variance
PCA-like transformation (w):
- Maximize likelihood instead of variance
- Answers both objectives!
Solve with Lagrange multiplier
Optimization problem for first direction
Assume normality and known variances
Formulation
Formulation
Logistic model for categorical outcome
Optimized over alpha, beta and w
Variance considered hyperparameter
Optimization problem for first direction
Assume normality
Holding other parameters constant,
Logistic + norm constraint is hard to solve
Convexity is nice
So the plan is:
Solve smaller, easier problems
Dr. Chi's Advanced computing, lecture 21
Augmented Lagrangian
Descent
What if updating (x, z) together is hard?
Alternating Direction Method of Multipliers
Combine linear and quadratic term Ax + Bz - c, completing the squares so to speak,
with change of variable u = y/rho
f(w1, b) = -loglik
g(w2) = Lagrangian norm constraint
such that w1 - w2 = 0
This splits logistic and norm constraint, both of which we know how to do!
x-update (beta, w1): BFGS
z-update (w2): Lagrangian, KKT conditions
u-update: straightforward
Still waiting for data, so this is all we got
Gaussian copula to describe joint distribution of M and X, basically specify X and M|X
Specify true w and beta
Compute multinomial probability to draw Y
n = 500 in each of 1000 iterations
ADMM parameter rho = 2
Variance: 0.1, 1, 10, 100, 100 with same starting seed
Initialize: beta as vector of ones,
w as vector of ones (normalized to unit norm),
u as vector of 0.001
Intel i5-4300U and 4GB memory (Windows 7 Enterprise)
Estimates centered around the truth
Hyperparameter:
Convexity is nice
Use ADMM to solve smaller problem
Prezi looks fancy
but there's no LaTeX/math support
Get flu shot
Take advanced computing
Boyd, et al. Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers. 2010.
http://stanford.edu/~boyd/papers/pdf/admm_distr_stats.pdf
Chen, et al. High-dimensional Multivariate Mediation with Application to Neuroimaging Data. 2016. https://arxiv.org/pdf/1511.09354.pdf