← Search

Luo Mai

5 accepted papers

2025

MoE-CAP: Benchmarking Cost, Accuracy and Performance of Sparse Mixture-of-Experts Systems

NeurIPS 2025poster

The sparse Mixture-of-Experts (MoE) architecture is increasingly favored for scaling Large Language Models (LLMs) efficiently, but it depends on heterogeneous compute and memory resources. These factors jointly affect system Cost, Accuracy, and Performance (CAP), making trade-offs inevitable. Existi…

Cited by 0SourcecodeScholar
2024

Learning High-Frequency Functions Made Easy with Sinusoidal Positional Encoding

ICML 2024poster

Fourier features based positional encoding (PE) is commonly used in machine learning tasks that involve learning high-frequency features from low-dimensional inputs, such as 3D view synthesis and time series regression with neural tangent kernels. Despite their effectiveness, existing PEs require ma…

2023

GEAR: A GPU-Centric Experience Replay System for Large Reinforcement Learning Models

ICML 2023poster

This paper introduces a distributed, GPU-centric experience replay system, GEAR, designed to perform scalable reinforcement learning (RL) with large sequence models (such as transformers). With such models, existing systems such as Reverb face considerable bottlenecks in memory, computation, and com…

2022

A Theoretical Understanding of Gradient Bias in Meta-Reinforcement Learning

NeurIPS 2022accept

Gradient-based Meta-RL (GMRL) refers to methods that maintain two-level optimisation procedures wherein the outer-loop meta-learner guides the inner-loop gradient-based reinforcement learner to achieve fast adaptations. In this paper, we develop a unified framework that describes variations of GMRL…

2022

MegBA: A GPU-Based Distributed Library for Large-Scale Bundle Adjustment

ECCV 2022poster

"Large-scale Bundle Adjustment (BA) requires massive memory and computation resources which are difficult to be fulfilled by existing BA libraries. In this paper, we propose MegBA, a GPU-based distributed BA library. MegBA can provide massive aggregated memory by automatically partitioning large BA…