|
Research
I work on making second-order optimization practical at scale.
My research develops efficient Gauss-Newton curvature approximations
and matrix-free solvers that reduce compute and memory overhead,
with a focus on diagonal/low-rank structure and multi-class objectives.
|
|
Software
I develop and maintain somax,
an open-source JAX library for stochastic second-order optimization,
with matrix-free curvature operators,
practical damping/preconditioning,
and end-to-end training utilities.
|
|
Somax: Stochastic Second-Order Optimization in JAX
Mikalai Korbit
code
/
arXiv
Somax is a library of stochastic second-order methods for machine learning
optimization written in JAX. Somax is based on the JAXopt StochasticSolver API,
and can be used as a drop-in replacement for JAXopt as well as Optax solvers.
|
|