← Search

Juntang Zhuang

5 accepted papers

2022

Surrogate Gap Minimization Improves Sharpness-Aware Training

ICLR 2022poster

The recently proposed Sharpness-Aware Minimization (SAM) improves generalization by minimizing a perturbed loss defined as the maximum loss within a neighborhood in the parameter space. However, we show that both sharp and flat minima can have a low perturbed loss, implying that SAM does not alw…

Cited by 195SourcePDFScholar
2021

MALI: A memory efficient and reverse accurate integrator for Neural ODEs

ICLR 2021poster

Neural ordinary differential equations (Neural ODEs) are a new family of deep-learning models with continuous depth. However, the numerical estimation of the gradient in the continuous case is not well solved: existing implementations of the adjoint method suffer from inaccuracy in reverse-time traj…

2021

Momentum Centering and Asynchronous Update for Adaptive Gradient Methods

NeurIPS 2021poster

We propose ACProp (Asynchronous-centering-Prop), an adaptive optimizer which combines centering of second momentum and asynchronous update (e.g. for $t$-th update, denominator uses information up to step $t-1$, while numerator uses gradient at $t$-th step). ACProp has both strong theoretical proper…

2020

AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

NeurIPS 2020spotlight

Most popular optimizers for deep learning can be broadly categorized as adaptive methods (e.g.~Adam) and accelerated schemes (e.g.~stochastic gradient descent (SGD) with momentum). For many models such as convolutional neural networks (CNNs), adaptive methods typically converge faster but generalize…

2020

Adaptive Checkpoint Adjoint Method for Gradient Estimation in Neural ODE

ICML 2020poster

The empirical performance of neural ordinary differential equations (NODEs) is significantly inferior to discrete-layer models on benchmark tasks (e.g. image classification). We demonstrate an explanation is the inaccuracy of existing gradient estimation methods: the adjoint method has numerical err…