← Search

Chen Liang

59 accepted papers

2026

$\phi$-Balancing for Mixture-of-Experts Training

ICML 2026poster

Mixture-of-Experts (MoE) models rely on balanced expert utilization to fully realize their scalability. However, existing load-balancing methods are largely heuristic and operate on mini-batch assignment statistics, introducing bias relative to population-level objectives. We propose $\phi$-balancin…

Cited by 0SourceScholar
2026

COSMOS: A Hybrid Adaptive Optimizer for Efficient Training of Large Language Models

ICLR 2026poster

Large Language Models (LLMs) have demonstrated remarkable success across various domains, yet their optimization remains a significant challenge due to the complex and high-dimensional loss landscapes they inhabit. While adaptive optimizers such as AdamW are widely used, they suffer from critical li…

Cited by 0SourcecodeScholar
2026

EMGauss: Continuous Slice-to-3D Reconstruction via Dynamic Gaussian Modeling in Volume Electron Microscopy

CVPR 2026

Volume electron microscopy (vEM) enables nanoscale 3D imaging of biological structures but remains constrained by acquisition trade-offs, leading to anisotropic volumes with limited axial resolution. Existing deep learning methods seek to restore isotropy by leveraging lateral priors; yet their assu

Cited by 0SourceScholar
2026

Learning Brain Representation with Hierarchical Visual Embeddings

ICLR 2026poster

Decoding visual representations from brain signals has attracted significant attention in both neuroscience and artificial intelligence. However, the degree to which brain signals truly encode visual information remains unclear. Current visual decoding approaches explore various brain–image alignmen…

Cited by 0SourceScholar
2026

Rethinking generative image pretraining: How far are we from scaling up next-pixel prediction?

ICML 2026poster

This paper investigates the scaling properties of autoregressive next-pixel prediction, a simple, end-to-end yet under-explored framework for unified vision models. Starting with images at resolutions of 32x32, we train a family of Transformers using IsoFlops profiles across compute budgets up to 7e…

Cited by 0SourceScholar
2026

Shuffle the Context: RoPE-Perturbed Self-Distillation for Long-Context Adaptation

ICML 2026poster

Large language models (LLMs) increasingly operate in settings that require reliable long-context understanding, such as retrieval-augmented generation and multi-document reasoning. A common strategy is to fine-tune pretrained short-context models at the target sequence length. However, we find that …

Cited by 0SourceScholar
2026

Turning Stale Gradients into Stable Gradients: Coherent Coordinate Descent with Implicit Landscape Smoothing for Lightweight Zeroth-Order Optimization

ICML 2026poster

Zeroth-Order (ZO) optimization is pivotal for scenarios where backpropagation is unavailable, such as memory-constrained on-device learning and black-box optimization. However, existing methods face a stark trade-off: they are either sample-inefficient (e.g., standard finite differences) or suffer f…

Cited by 0SourceScholar
2025

Dual Reciprocal Learning of Language-based Human Motion Understanding and Generation

ICCV 2025poster

Language-based human motion understanding focuses on describing human motions using natural language descriptions. Conversely, human motion generation aims to generate human motions from textual inputs. Despite significant progress in both fields, further advancements are hindered by two primary cha…

2025

Efficiently Editing Mixture-of-Experts Models with Compressed Experts

EMNLP 2025

Mixture-of-Experts (MoE) models have become a key approach for scaling large language models efficiently by activating only a subset of experts during training and inference. Typically, the number of activated experts presents a trade-off: fewer experts reduce computational costs, while more experts

Cited by 0SourcePDFScholar
2025

IDEA-Bench: How Far are Generative Models from Professional Designing?

CVPR 2025poster

Recent advancements in image generation models enable the creation of high-quality images and targeted modifications based on textual instructions. Some models even support multimodal complex guidance and demonstrate robust task generalization capabilities. However, they still fall short of meeting…

2025

IHGSL: Interpretable Heuristic Graph Structure Learning for Multi-Robot Autonomous Collaborative Systems

IROS 2025

In multi-robot systems, capturing the complex and dynamic interaction relationships is essential for enhancing autonomous collaboration. However, existing learning-based approaches usually overlook the understanding of these relationships, leading to reliability issues and hindering their applicatio

Cited by 0SourceScholar
2025

Samba: Simple Hybrid State Space Models for Efficient Unlimited Context Language Modeling

ICLR 2025poster

Efficiently modeling sequences with infinite context length has long been a challenging problem. Previous approaches have either suffered from quadratic computational complexity or limited extrapolation ability in length generalization. In this work, we present Samba, a simple hybrid architecture th…

Cited by 43SourcePDFScholar
2025

Towards Human-like Virtual Beings: Simulating Human Behavior in 3D Scenes

ICCV 2025poster

Building autonomous agents that can replicate human behavior in the realistic 3D world is a key step toward artificial general intelligence. This requires agents to be holistic goal achievers and to naturally adapt to environmental dynamics. In this work, we introduce ACTOR, an agent capable of perf…

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

DR-Label: Label Deconstruction and Reconstruction of GNN Models for Catalysis Systems

AAAI 2024technical

Attaining the equilibrium geometry of a catalyst-adsorbate system is key to fundamentally assessing its effective properties, such as adsorption energy. While machine learning methods with advanced representation or supervision strategies have been applied to boost and guide the relaxation processes…

2024

How Does the Disclosure of AI Assistance Affect the Perceptions of Writing?

EMNLP 2024main

Recent advances in generative AI technologies like large language models have boosted the incorporation of AI assistance in writing workflows, leading to the rise of a new paradigm of human-AI co-creation in writing. To understand how people perceive writings that are produced under this paradigm, i…

Cited by 1SourcePDFScholar
2024

LoftQ: LoRA-Fine-Tuning-aware Quantization for Large Language Models

ICLR 2024oral

Quantization is an indispensable technique for serving Large Language Models (LLMs) and has recently found its way into LoRA fine-tuning (Dettmers et al., 2023). In this work we focus on the scenario where quantization and LoRA fine- tuning are applied together on a pre-trained model. In such cases…

2024

Non-confusing Generation of Customized Concepts in Diffusion Models

ICML 2024poster

We tackle the common challenge of inter-concept visual confusion in compositional concept generation using text-guided diffusion models (TGDMs). It becomes even more pronounced in the generation of customized concepts, due to the scarcity of user-provided concept visual examples. By revisiting the t…

2024

PoseAugment: Generative Human Pose Data Augmentation with Physical Plausibility for IMU-based Motion Capture

ECCV 2024poster

"The data scarcity problem is a crucial factor that hampers the model performance of IMU-based human motion capture. However, effective data augmentation for IMU-based motion capture is challenging, since it has to capture the physical relations and constraints of the human body, while maintaining t…

2023

Document-Level Event Argument Extraction With a Chain Reasoning Paradigm

ACL 2023long

Document-level event argument extraction aims to identify event arguments beyond sentence level, where a significant challenge is to model long-range dependencies. Focusing on this challenge, we present a new chain reasoning paradigm for the task, which can generate decomposable first-order logic ru…

Cited by 17SourcePDFScholar
2023

HomoDistil: Homotopic Task-Agnostic Distillation of Pre-trained Transformers

ICLR 2023poster

Knowledge distillation has been shown to be a powerful model compression approach to facilitate the deployment of pre-trained language models in practice. This paper focuses on task-agnostic distillation. It produces a compact pre-trained model that can be easily fine-tuned on various tasks with sma…

Cited by 36SourcePDFScholar
2023

Less is More: Task-aware Layer-wise Distillation for Language Model Compression

ICML 2023poster

Layer-wise distillation is a powerful tool to compress large models (i.e. teacher models) into small ones (i.e., student models). The student distills knowledge from the teacher by mimicking the hidden representations of the teacher at every intermediate layer. However, layer-wise distillation is di…

2023

LoSparse: Structured Compression of Large Language Models based on Low-Rank and Sparse Approximation

ICML 2023poster

Transformer models have achieved remarkable results in various natural language tasks, but they are often prohibitively large, requiring massive memories and computational resources. To re- duce the size and complexity of these models, we propose LoSparse (Low-Rank and Sparse ap- proximation), a nov…

2023

Logic-induced Diagnostic Reasoning for Semi-supervised Semantic Segmentation

ICCV 2023poster

Recent advances in semi-supervised semantic segmentation have been heavily reliant on pseudo labeling to compensate for limited labeled data, disregarding the valuable relational knowledge among semantic concepts. To bridge this gap, we devise LogicDiag, a brand new neural-logic semi-supervised lear…

Cited by 42PDFcodeScholar
2023

Module-wise Adaptive Distillation for Multimodality Foundation Models

NeurIPS 2023poster

Pre-trained multimodal foundation models have demonstrated remarkable generalizability but pose challenges for deployment due to their large sizes. One effective approach to reducing their sizes is layerwise distillation, wherein small student models are trained to match the hidden representations o…

Cited by 10SourcePDFScholar
2023

Novel Slot Detection With an Incremental Setting

EMNLP 2023long findings

Current dialogue systems face diverse user requests and rapid change domains, making quickly adapt to scenarios with previous unseen slot types become a major challenge. Recently, researchers have introduced novel slot detection (NSD) to discover potential new types. However, dialogue system with NS…

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

The Effects of AI Biases and Explanations on Human Decision Fairness: A Case Study of Bidding in Rental Housing Markets

IJCAI 2023poster

The use of AI-based decision aids in diverse domains has inspired many empirical investigations into how AI models’ decision recommendations impact humans’ decision accuracy in AI-assisted decision making, while explorations on the impacts on humans’ decision fairness are largely lacking despite the…

Cited by 13SourcePDFScholar
2022

CAMERO: Consistency Regularized Ensemble of Perturbed Language Models with Weight Sharing

ACL 2022long

Model ensemble is a popular approach to produce a low-variance and well-generalized model. However, it induces large memory and inference costs, which is often not affordable for real-world deployment. Existing work has resorted to sharing weights among models. However, when increasing the proportio…

2022

GMMSeg: Gaussian Mixture based Generative Semantic Segmentation Models

NeurIPS 2022accept

Prevalent semantic segmentation solutions are, in essence, a dense discriminative classifier of p(class|pixel feature). Though straightforward, this de facto paradigm neglects the underlying data distribution p(pixel feature|class), and struggles to identify out-of-distribution data. Going beyond th…

2022

MoEBERT: from BERT to Mixture-of-Experts via Importance-Guided Adaptation

NAACL 2022long

Pre-trained language models have demonstrated superior performance in various natural language processing tasks. However, these models usually contain hundreds of millions of parameters, which limits their practicality because of latency requirements in real-world applications. Existing methods trai…

2022

No Parameters Left Behind: Sensitivity Guided Adaptive Learning Rate for Training Large Transformer Models

ICLR 2022poster

Recent research has shown the existence of significant redundancy in large Transformer models. One can prune the redundant parameters without significantly sacrificing the generalization performance. However, we question whether the redundant parameters could have contributed more if they were prope…

2022

PLATON: Pruning Large Transformer Models with Upper Confidence Bound of Weight Importance

ICML 2022spotlight

Large Transformer-based models have exhibited superior performance in various natural language processing and computer vision tasks. However, these models contain enormous amounts of parameters, which restrict their deployment to real-world applications. To reduce the model size, researchers prune t…

2022

Self-Training with Differentiable Teacher

NAACL 2022findings

Self-training achieves enormous success in various semi-supervised and weakly-supervised learning tasks. The method can be interpreted as a teacher-student framework, where the teacher generates pseudo-labels, and the student makes predictions. The two models are updated alternatingly. However, such…

Cited by 14SourcePDFScholar
2021

A Primal-Dual Online Algorithm for Online Matching Problem in Dynamic Environments

AAAI 2021technical

Recently, the online matching problem has attracted much attention due to its wide application on real-world decision-making scenarios. In stationary environments, by adopting the stochastic user arrival model, existing methods are proposed to learn dual optimal prices and are shown to achieve a fas…

Cited by 2SourcePDFScholar
2021

ARCH: Efficient Adversarial Regularized Training with Caching

EMNLP 2021finding

Adversarial regularization can improve model generalization in many natural language processing tasks. However, conventional approaches are computationally expensive since they need to generate a perturbation for each sample in each epoch. We propose a new adversarial regularization method ARCH (adv…

2021

Adversarial Regularization as Stackelberg Game: An Unrolled Optimization Approach

EMNLP 2021main

Adversarial regularization has been shown to improve the generalization performance of deep learning models in various natural language processing tasks. Existing works usually formulate the method as a zero-sum game, which is solved by alternating gradient descent/ascent algorithms. Such a formulat…

2021

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

ACL 2021long

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ”lottery tickets”, and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In this paper, we study such a collection of tickets, which is referred to as ”winning t…

2021

Token-wise Curriculum Learning for Neural Machine Translation

EMNLP 2021finding

Existing curriculum learning approaches to Neural Machine Translation (NMT) require sampling sufficient amounts of “easy” samples from training data at the early training stage. This is not always achievable for low-resource languages where the amount of training data is limited. To address such a l…

2021

VSPW: A Large-scale Dataset for Video Scene Parsing in the Wild

CVPR 2021poster

In this paper, we present a new dataset with the target of advancing the scene parsing task from images to videos. Our dataset aims to perform Video Scene Parsing in the Wild (VSPW), which covers a wide range of real-world scenarios and categories. To be specific, our VSPW is featured from the follo…

Cited by 136PDFScholar
2020

AutoML-Zero: Evolving Machine Learning Algorithms From Scratch

ICML 2020poster

Machine learning research has advanced in multiple aspects, including model structures and learning methods. The effort to automate such research, known as AutoML, has also made significant progress. However, this progress has largely focused on the architecture of neural networks, where it has reli…

2020

Compositional Generalization via Neural-Symbolic Stack Machines

NeurIPS 2020poster

Despite achieving tremendous success, existing deep learning models have exposed limitations in compositional generalization, the capability to learn compositional rules and apply them to unseen cases in a systematic manner. To tackle this issue, we propose the Neural-Symbolic Stack Machine (NeSS).…

Cited by 115SourcePDFScholar
2020

Neural Symbolic Reader: Scalable Integration of Distributed and Symbolic Representations for Reading Comprehension

ICLR 2020spotlight

Integrating distributed representations with symbolic operations is essential for reading comprehension requiring complex reasoning, such as counting, sorting and arithmetics, but most existing approaches are hard to scale to more domains or more complex reasoning. In this work, we propose the Neura…

Cited by 129SourceScholar
2020

PyGlove: Symbolic Programming for Automated Machine Learning

NeurIPS 2020oral

Neural networks are sensitive to hyper-parameter and architecture choices. Automated Machine Learning (AutoML) is a promising paradigm for automating these choices. Current ML software libraries, however, are quite limited in handling the dynamic interactions among the components of AutoML. For exam…

2019

Improving Sequence-to-sequence Voice Conversion by Adding Text-supervision

ICASSP 2019accepted

This paper presents methods of making using of text supervision to improve the performance of sequence-to-sequence (seq2seq) voice conversion. Compared with conventional frame-to-frame voice conversion approaches, the seq2seq acoustic modeling method proposed in our previous work achieved higher nat…

Cited by 0SourceScholar
2019

Learning to Generalize from Sparse and Underspecified Rewards

ICML 2019oral

We consider the problem of learning from sparse and underspecified rewards, where an agent receives a complex input, such as a natural language instruction, and needs to generate a complex response, such as an action sequence, while only receiving binary success-failure feedback. Such success-failur…

2018

Memory Augmented Policy Optimization for Program Synthesis and Semantic Parsing

NeurIPS 2018spotlight

We present Memory Augmented Policy Optimization (MAPO), a simple and novel way to leverage a memory buffer of promising trajectories to reduce the variance of policy gradient estimate. MAPO is applicable to deterministic environments with discrete actions, such as structured prediction and combinato…

2017

Multi-Scale FCN With Cascaded Instance Aware Segmentation for Arbitrary Oriented Word Spotting in the Wild

CVPR 2017poster

Scene text detection has attracted great attention these years. Text potentially exist in a wide variety of images or videos and play an important role in understanding the scene. In this paper, we present a novel text detection algorithm which is composed of two cascaded steps: (1) a multi-scale…

Cited by 96PDFScholar