← Search

Jiayi Huang

8 accepted papers

2026

Capacity-Aware Inference: Mitigating the Straggler Effect in Mixture of Experts

ICLR 2026poster

The Mixture of Experts (MoE) is an effective architecture for scaling large language models by leveraging sparse expert activation to balance performance and efficiency. However, under expert parallelism, MoE suffers from inference inefficiencies due to imbalanced token-to-expert assignment, where u…

Cited by 0SourcecodeScholar
2026

Mining Tensor/Neuron-Level Sparsity to Maximize Mixture-of-Experts Potential in Post-Training and Inference

ICML 2026poster

Mixture of Experts (MoE) has emerged as a mainstream architecture for Large Language Models (LLMs), balancing computational efficiency with model scalability. While prior work has explored increasing tensor-level sparsity via finer-grained expert configurations during pre-training, we identify signi…

Cited by 0SourceScholar
2025

MotionPRO: Exploring the Role of Pressure in Human MoCap and Beyond

CVPR 2025highlight

Existing human Motion Capture (MoCap) methods mostly focus on the visual similarity while neglecting the physical plausibility. As a result, downstream tasks such as driving virtual human in 3D scene or humanoid robots in real world suffer from issues such as timing drift and jitter, spatial problem…

2025

Rule-Guided Extraction: A Hierarchical Rule Optimization Framework for Document-Level Event Argument Extraction

EMNLP 2025

Document-level event argument extraction (EAE) is a critical task in natural language processing. While most prior approaches rely on supervised training with large labeled datasets or resource-intensive fine-tuning, recent studies explore in-context learning (ICL) with LLMs to reduce data dependenc

Cited by 0SourcePDFScholar
2025

Shortcut-connected Expert Parallelism for Accelerating Mixture of Experts

ICML 2025poster

Expert parallelism has emerged as a key strategy for distributing the computational workload of sparsely-gated mixture-of-experts (MoE) models across multiple devices, enabling the processing of increasingly large-scale models. However, the All-to-All communication inherent to expert parallelism pos…

Cited by 13SourcePDFScholar
2024

Horizon-Free and Instance-Dependent Regret Bounds for Reinforcement Learning with General Function Approximation

AISTATS 2024poster

To tackle long planning horizon problems in reinforcement learning with general function approximation, we propose the first algorithm, termed as UCRL-WVTR, that achieves both \emph{horizon-free} and \emph{instance-dependent}, since it eliminates the polynomial dependency on the planning horizon. Th…

Cited by 3SourcePDFScholar
2023

Tackling Heavy-Tailed Rewards in Reinforcement Learning with Function Approximation: Minimax Optimal and Instance-Dependent Regret Bounds

NeurIPS 2023poster

While numerous works have focused on devising efficient algorithms for reinforcement learning (RL) with uniformly bounded rewards, it remains an open question whether sample or time-efficient algorithms for RL with large state-action space exist when the rewards are \emph{heavy-tailed}, i.e., with o…

Cited by 8SourcePDFScholar
2021

Breaking the Moments Condition Barrier: No-Regret Algorithm for Bandits with Super Heavy-Tailed Payoffs

NeurIPS 2021poster

Despite a large amount of effort in dealing with heavy-tailed error in machine learning, little is known when moments of the error can become non-existential: the random noise $\eta$ satisfies Pr$\left[|\eta| > |y|\right] \le 1/|y|^{\alpha}$ for some $\alpha > 0$. We make the first attempt to active…

Cited by 8SourcePDFScholar