← Search

Bin Yuan

5 accepted papers

2026

BEST: Benchmarking Efficiency in Space and Time for LLM-Generated Code

ICML 2026poster

Large language models (LLMs) have revolutionized research in software engineering, and among various tasks, LLM-based code synthesis is promising. A recent line of benchmarks aims to evaluate LLM-generated codes in time efficiency, beyond their correctness. However, *space*, another vital aspect of …

Cited by 0SourceScholar
2026

FairMerging: Rethinking Model Merging through the Lens of Fairness

ICML 2026poster

*Model merging* offers an appealing route to multi-task learning by composing independently fine-tuned checkpoints without centralized data or retraining. However, this convenience can come with a hidden cost. Model merging may *amplify* performance disparities across subgroups, raising fairness con…

Cited by 0SourceScholar
2025

DiMa: Understanding the Hardness of Online Matching Problems via Diffusion Models

ICML 2025poster

We explore the potential of \emph{AI-enhanced combinatorial optimization theory}, taking online bipartite matching (OBM) as a case study. In the theoretical study of OBM, the \emph{hardness} corresponds to a performance \emph{upper bound} of a specific online algorithm or any possible online algorit…

Cited by 0SourcePDFScholar
2025

Understanding the Unfairness in Network Quantization

ICML 2025poster

Network quantization, one of the most widely studied model compression methods, effectively quantizes a floating-point model to obtain a fixed-point one with negligible accuracy loss. Although great success was achieved in reducing the model size, it may exacerbate the unfairness in model accuracy…

Cited by 0SourcePDFScholar
2016

Deep Speech 2 : End-to-End Speech Recognition in English and Mandarin

ICML 2016poster

We show that an end-to-end deep learning approach can be used to recognize either English or Mandarin Chinese speech–two vastly different languages. Because it replaces entire pipelines of hand-engineered components with neural networks, end-to-end learning allows us to handle a diverse variety of s…