← Search

Michael Luo

9 accepted papers

2025

SimpleStrat: Diversifying Language Model Generation with Stratification

NeurIPS 2025poster

Generating diverse responses from large language models (LLMs) is crucial for applications such as adversarial testing, search, and synthetic data generation, where diversity provides distinct answers across generations. Previous approaches rely solely on increasing the temperature, sacrificing qual…

Cited by 0SourcecodeScholar
2025

WorldModelBench: Judging Video Generation Models As World Models

NeurIPS 2025poster

Video generation models have rapidly progressed, positioning themselves as video world models capable of supporting decision-making applications like robotics and autonomous driving. However, current benchmarks fail to rigorously evaluate these claims, focusing only on general video quality, ignorin…

Cited by 0SourcecodeScholar
2024

Stylus: Automatic Adapter Selection for Diffusion Models

NeurIPS 2024oral

Beyond scaling base models with more data or parameters, fine-tuned adapters provide an alternative way to generate high fidelity, custom images at reduced costs. As such, adapters have been widely adopted by open-source communities, accumulating a database of over 100K adapters—most of which are hi…

Cited by 6SourcePDFScholar
2021

Accelerating Quadratic Optimization with Reinforcement Learning

NeurIPS 2021poster

First-order methods for quadratic optimization such as OSQP are widely used for large-scale machine learning and embedded optimal control, where many related problems must be rapidly solved. These methods face two persistent challenges: manual hyperparameter tuning and convergence time to high-accur…

2021

Discovering Non-monotonic Autoregressive Orderings with Variational Inference

ICLR 2021poster

The predominant approach for language modeling is to encode a sequence of tokens from left to right, but this eliminates a source of information: the order by which the sequence was naturally generated. One strategy to recover this information is to decode both the content and ordering of tokens. So…

2021

Learning Seed Placements and Automation Policies for Polyculture Farming with Companion Plants

ICRA 2021poster

Polyculture farming is a sustainable farming technique based on synergistic interactions between differing plant types that make them more resistant to diseases and pests and better able to retain water. Reduced uniformity can reduce use of pesticides, fertilizer, and water, but is more labor intens…

Cited by 16SourcecodeScholar
2021

RLlib Flow: Distributed Reinforcement Learning is a Dataflow Problem

NeurIPS 2021poster

Researchers and practitioners in the field of reinforcement learning (RL) frequently leverage parallel computation, which has led to a plethora of new algorithms and systems in the last few years. In this paper, we re-examine the challenges posed by distributed RL and try to view it through the lens…

2021

Recovery RL: Safe Reinforcement Learning With Learned Recovery Zones

RA-L 2021

Safety remains a central obstacle preventing widespread use of RL in the real world: learning new tasks in uncertain environments requires extensive exploration, but safety requires limiting exploration. We propose Recovery RL, an algorithm which navigates this tradeoff by (1) leveraging offline dat

Cited by 288SourceScholar
2020

IMPACT: Importance Weighted Asynchronous Architectures with Clipped Target Networks

ICLR 2020poster

The practical usage of reinforcement learning agents is often bottlenecked by the duration of training time. To accelerate training, practitioners often turn to distributed reinforcement learning architectures to parallelize and accelerate the training process. However, modern methods for scalable r…

Cited by 14SourceScholar