← Search

Xiangning Chen

13 accepted papers

2023

Symbol tuning improves in-context learning in language models

EMNLP 2023long main

We present symbol tuning - finetuning language models on in-context input-label pairs where natural language labels (e.g., "positive/negative sentiment") are replaced with arbitrary symbols (e.g., "foo/bar"). Symbol tuning leverages the intuition that when a model cannot use instructions or natural…

Cited by 0SourceScholar
2023

Symbolic Discovery of Optimization Algorithms

NeurIPS 2023poster

We present a method to formulate algorithm discovery as program search, and apply it to discover optimization algorithms for deep neural network training. We leverage efficient search techniques to explore an infinite and sparse program space. To bridge the large generalization gap between proxy and…

Cited by 518SourcePDFScholar
2023

Why Does Sharpness-Aware Minimization Generalize Better Than SGD?

NeurIPS 2023poster

The challenge of overfitting, in which the model memorizes the training data and fails to generalize to test data, has become increasingly significant in the training of large neural networks. To tackle this challenge, Sharpness-Aware Minimization (SAM) has emerged as a promising training method, wh…

Cited by 19SourcePDFScholar
2022

Concurrent Adversarial Learning for Large-Batch Training

ICLR 2022poster

Large-batch training has become a commonly used technique when training neural networks with a large number of GPU/TPU processors. As batch size increases, stochastic optimizers tend to converge to sharp local minima, leading to degraded test performance. Current methods usually use extensive data a…

Cited by 12SourcePDFScholar
2022

Learning to Schedule Learning rate with Graph Neural Networks

ICLR 2022poster

Recent decades have witnessed great development of stochastic optimization in training deep neural networks. Learning rate scheduling is one of the most important factors that influence the performance of stochastic optimizers like Adam. Traditional methods seek to find a relatively proper schedulin…

Cited by 20SourcePDFScholar
2022

Random Sharpness-Aware Minimization

NeurIPS 2022accept

Currently, Sharpness-Aware Minimization (SAM) is proposed to seek the parameters that lie in a flat region to improve the generalization when training neural networks. In particular, a minimax optimization objective is defined to find the maximum loss value centered on the weight, out of the purpose…

Cited by 33SourcePDFScholar
2022

Towards Efficient and Scalable Sharpness-Aware Minimization

CVPR 2022poster

Recently, Sharpness-Aware Minimization (SAM), which connects the geometry of the loss landscape and generalization, has demonstrated a significant performance boost on training large-scale models such as vision transformers. However, the update rule of SAM requires two sequential (non-parallelizable…

Cited by 152PDFcodeScholar
2022

When Vision Transformers Outperform ResNets without Pre-training or Strong Data Augmentations

ICLR 2022spotlight

Vision Transformers (ViTs) and MLPs signal further efforts on replacing hand-wired features or inductive biases with general-purpose neural architectures. Existing works empower the models by massive data, such as large-scale pre-training and/or repeated strong data augmentations, and still report o…

2021

DrNAS: Dirichlet Neural Architecture Search

ICLR 2021poster

This paper proposes a novel differentiable architecture search method by formulating it into a distribution learning problem. We treat the continuously relaxed architecture mixing weight as random variables, modeled by Dirichlet distribution. With recently developed pathwise derivatives, the Dirichl…

2021

RANK-NOSH: Efficient Predictor-Based Architecture Search via Non-Uniform Successive Halving

ICCV 2021poster

Predictor-based algorithms have achieved remarkable performance in the Neural Architecture Search (NAS) tasks. However, these methods suffer from high computation costs, as training the performance predictor usually requires training and evaluating hundreds of architectures from scratch. Previous wo…

Cited by 20PDFScholar
2021

Rethinking Architecture Selection in Differentiable NAS

ICLR 2021oral

Differentiable Neural Architecture Search is one of the most popular Neural Architecture Search (NAS) methods for its search efficiency and simplicity, accomplished by jointly optimizing the model weight and architecture parameters in a weight-sharing supernet via gradient-based algorithms. At the e…

2021

Robust and Accurate Object Detection via Adversarial Learning

CVPR 2021poster

Data augmentation has become a de facto component for training high-performance deep image classifiers, but its potential is under-explored for object detection. Noting that most state-of-the-art object detectors benefit from fine-tuning a pre-trained classifier, we first study how the classifiers'…

Cited by 100PDFcodeScholar
2020

Stabilizing Differentiable Architecture Search via Perturbation-based Regularization

ICML 2020poster

Differentiable architecture search (DARTS) is a prevailing NAS solution to identify architectures. Based on the continuous relaxation of the architecture space, DARTS learns a differentiable architecture weight and largely reduces the search cost. However, its stability has been challenged for yield…