← Search

Wanyun Xie

6 accepted papers

2025

Chameleon: A Flexible Data-mixing Framework for Language Model Pretraining and Finetuning

ICML 2025poster

Training data mixtures greatly impact the generalization performance of large language models. Existing domain reweighting methods often rely on costly weight computations and require retraining when new data is introduced. To this end, we introduce a flexible and efficient data mixing framework, Ch…

2025

Generalized Gradient Norm Clipping & Non-Euclidean $(L_0,L_1)$-Smoothness

NeurIPS 2025oral

This work introduces a hybrid non-Euclidean optimization method which generalizes gradient norm clipping by combining steepest descent and conditional gradient approaches. The method achieves the best of both worlds by establishing a descent property under a generalized notion of ($L_0$,$L_1$)-smoot…

Cited by 0SourcecodeScholar
2025

Training Deep Learning Models with Norm-Constrained LMOs

ICML 2025spotlight

In this work, we study optimization methods that leverage the linear minimization oracle (LMO) over a norm-ball. We propose a new stochastic family of algorithms that uses the LMO to adapt to the geometry of the problem and, perhaps surprisingly, show that they can be applied to unconstrained proble…

2024

Improving SAM Requires Rethinking its Optimization Formulation

ICML 2024poster

This paper rethinks Sharpness-Aware Minimization (SAM), which is originally formulated as a zero-sum game where the weights of a network and a bounded perturbation try to minimize/maximize, respectively, the same differentiable loss. To fundamentally improve this design, we argue that SAM should ins…

2023

Stable Nonconvex-Nonconcave Training via Linear Interpolation

NeurIPS 2023spotlight

This paper presents a theoretical analysis of linear interpolation as a principled method for stabilizing (large-scale) neural network training. We argue that instabilities in the optimization process are often caused by the nonmonotonicity of the loss landscape and show how linear interpolation can…