← Search

Kaizhao Liang

11 accepted papers

2024

Communication Efficient Distributed Training with Distributed Lion

NeurIPS 2024poster

The Lion optimizer has been a promising competitor with the AdamW for training large AI models, with advantages in memory, computation, and sample efficiency. In this paper, we introduce Distributed Lion, an innovative adaptation of Lion for distributed training environments. Leveraging the sign ope…

Cited by 4SourcePDFScholar
2024

Lion Secretly Solves a Constrained Optimization: As Lyapunov Predicts

ICLR 2024spotlight

Lion (Evolved Sign Momentum), a new optimizer discovered through program search, has shown promising results in training large AI models. It achieves results comparable to AdamW but with greater memory efficiency. As what we can expect from the result of the random search, Lion blends a number of el…

Cited by 16SourcePDFScholar
2024

MAPLM: A Real-World Large-Scale Vision-Language Benchmark for Map and Traffic Scene Understanding

CVPR 2024poster

Vision-language generative AI has demonstrated remarkable promise for empowering cross-modal scene understanding of autonomous driving and high-definition (HD) map systems. However current benchmark datasets lack multi-modal point cloud image and language data pairs. Recent approaches utilize visual…

2024

Memory-Efficient LLM Training with Online Subspace Descent

NeurIPS 2024poster

Recently, a wide range of memory-efficient LLM training algorithms have gained substantial popularity. These methods leverage the low-rank structure of gradients to project optimizer states into a subspace using projection matrix found by singular value decomposition (SVD). However, convergence of t…

2023

A Unified Knowledge Distillation Framework for Deep Directed Graphical Models

CVPR 2023poster

Knowledge distillation (KD) is a technique that transfers the knowledge from a large teacher network to a small student network. It has been widely applied to many different tasks, such as model compression and federated learning. However, existing KD methods fail to generalize to general deep direc…

2022

Pixelated Butterfly: Simple and Efficient Sparse training for Neural Network Models

ICLR 2022spotlight

Overparameterized neural networks generalize well but are expensive to train. Ideally one would like to reduce their computational cost while retaining their generalization benefits. Sparse model training is a simple and promising approach to achieve this, but there remain challenges as existing met…

2021

Uncovering the Connections Between Adversarial Transferability and Knowledge Transferability

ICML 2021spotlight

Knowledge transferability, or transfer learning, has been widely adopted to allow a pre-trained model in the source domain to be effectively adapted to downstream tasks in the target domain. It is thus important to explore and understand the factors affecting knowledge transferability. In this paper…

Cited by 21SourcePDFScholar
2020

Adversarial Mutual Information for Text Generation

ICML 2020poster

Recent advances in maximizing mutual information (MI) between the source and target have demonstrated its effectiveness in text generation. However, previous works paid little attention to modeling the backward network of MI (i.e., dependency from the target to the source), which is crucial to the t…

2020

Unrestricted Adversarial Examples via Semantic Manipulation

ICLR 2020poster

Machine learning models, especially deep neural networks (DNNs), have been shown to be vulnerable against adversarial examples which are carefully crafted samples with a small magnitude of the perturbation. Such adversarial perturbations are usually restricted by bounding their $\mathcal{L}_p$ norm…

Cited by 178SourceScholar