← Search

Linyi Li

26 accepted papers

2026

Benchmarking LLMs’ Mathematical Reasoning with Unseen Random Variables Questions

AAAI 2026technical

Recent studies have raised significant concerns regarding the reliability of current mathematical benchmarks, highlighting key limitations such as simplistic design and potential data contamination that undermine evaluation accuracy. Consequently, developing a reliable benchmark that effectively eva

Cited by 0SourcePDFScholar
2026

From Assistant to Independent Developer — Are GPTs Ready for Software Development?

ICLR 2026poster

Large language models (LLMs) have demonstrated remarkable capability in function-level code generation tasks. Unlike isolated functions, real-world applications demand reasoning over the entire software system: developers must orchestrate how different components interact, maintain consistency acro…

Cited by 0SourceScholar
2026

KernelBand: Steering LLM-based Kernel Optimization via Hardware-Aware Multi-Armed Bandits

ICML 2026poster

High-performance GPU kernels are critical for efficient LLM serving, yet their optimization remains a bottleneck requiring deep system expertise. While code LLMs show promise in generating functionally correct code, kernel optimization is intrinsically a search problem over a vast optimization space…

Cited by 0SourceScholar
2025

COMMIT: Certifying Robustness of Multi-Sensor Fusion Systems Against Semantic Attacks

AAAI 2025technical

Multi-sensor fusion systems (MSFs) play a vital role as the perception module in modern autonomous vehicles (AVs). Therefore, ensuring their robustness against common and realistic adversarial semantic transformations, such as rotation and shifting in the physical world, is crucial for the safety of…

Cited by 0SourcePDFScholar
2025

Sparse Transfer Learning Accelerates and Enhances Certified Robustness: A Comprehensive Study

AAAI 2025technical

Certified robustness is a critical measure for assessing the reliability of machine learning systems. Traditionally, the computational burden associated with certifying the robustness of machine learning models has posed a substantial challenge, particularly with the continuous expansion of model si…

Cited by 0SourcePDFScholar
2024

COLEP: Certifiably Robust Learning-Reasoning Conformal Prediction via Probabilistic Circuits

ICLR 2024poster

Conformal prediction has shown spurring performance in constructing statistically rigorous prediction sets for arbitrary black-box machine learning models, assuming the data is exchangeable. However, even small adversarial perturbations during the inference can violate the exchangeability assumption…

2024

Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

ICML 2024poster

Randomized Smoothing (RS) is currently a scalable certified defense method providing robustness certification against adversarial examples. Although significant progress has been achieved in providing defenses against $\ell_p$ adversaries, the interaction between the smoothing distribution and the r…

2024

InfiBench: Evaluating the Question-Answering Capabilities of Code Large Language Models

NeurIPS 2024poster

Large Language Models for code (code LLMs) have witnessed tremendous progress in recent years. With the rapid development of code LLMs, many popular evaluation benchmarks, such as HumanEval, DS-1000, and MBPP, have emerged to measure the performance of code LLMs with a particular focus on code gener…

2024

Pixel-wise Smoothing for Certified Robustness against Camera Motion Perturbations

AISTATS 2024poster

Deep learning-based visual perception models lack robustness when faced with camera motion perturbations in practice. The current certification process for assessing robustness is costly and time-consuming due to the extensive number of image projections required for Monte Carlo sampling in the 3D c…

2022

COPA: Certifying Robust Policies for Offline Reinforcement Learning against Poisoning Attacks

ICLR 2022poster

As reinforcement learning (RL) has achieved near human-level performance in a variety of tasks, its robustness has raised great attention. While a vast body of research has explored test-time (evasion) attacks in RL and corresponding defenses, its robustness against training-time (poisoning) attacks…

2022

CROP: Certifying Robust Policies for Reinforcement Learning through Functional Smoothing

ICLR 2022poster

As reinforcement learning (RL) has achieved great success and been even adopted in safety-critical domains such as autonomous vehicles, a range of empirical studies have been conducted to improve its robustness against adversarial attacks. However, how to certify its robustness with theoretical guar…

2022

Certifying Out-of-Domain Generalization for Blackbox Functions

ICML 2022spotlight

Certifying the robustness of model performance under bounded data distribution drifts has recently attracted intensive interest under the umbrella of distributional robustness. However, existing techniques either make strong assumptions on the model class and loss functions that can be certified, su…

2022

Certifying Some Distributional Fairness with Subpopulation Decomposition

NeurIPS 2022accept

Extensive efforts have been made to understand and improve the fairness of machine learning models based on observational metrics, especially in high-stakes domains such as medical insurance, education, and hiring decisions. However, there is a lack of certified fairness considering the end-to-end p…

2022

Fairness in Federated Learning via Core-Stability

NeurIPS 2022accept

Federated learning provides an effective paradigm to jointly optimize a model benefited from rich distributed data while protecting data privacy. Nonetheless, the heterogeneity nature of distributed data, especially in the non-IID setting, makes it challenging to define and ensure fairness among loc…

Cited by 35SourcePDFScholar
2022

General Cutting Planes for Bound-Propagation-Based Neural Network Verification

NeurIPS 2022accept

Bound propagation methods, when combined with branch and bound, are among the most effective methods to formally verify properties of deep neural networks such as correctness, robustness, and safety. However, existing works cannot handle the general form of cutting plane constraints widely accepted…

2022

Improving Certified Robustness via Statistical Learning with Logical Reasoning

NeurIPS 2022accept

Intensive algorithmic efforts have been made to enable the rapid improvements of certificated robustness for complex ML models recently. However, current robustness certification methods are only able to certify under a limited perturbation radius. Given that existing pure data-driven statistical ap…

2022

On the Certified Robustness for Ensemble Models and Beyond

ICLR 2022poster

Recent studies show that deep neural networks (DNN) are vulnerable to adversarial examples, which aim to mislead DNNs by adding perturbations with small magnitude. To defend against such attacks, both empirical and theoretical defense approaches have been extensively studied for a single ML model. I…

Cited by 60SourcePDFScholar
2022

Robustness Certification of Visual Perception Models via Camera Motion Smoothing

CoRL 2022poster

A vast literature shows that the learning-based visual perception model is sensitive to adversarial noises, but few works consider the robustness of robotic perception models under widely-existing camera motion perturbations. To this end, we study the robustness of the visual perception model under…

Cited by 5SourcecodeScholar
2021

Nonlinear Projection Based Gradient Estimation for Query Efficient Blackbox Attacks

AISTATS 2021poster

Gradient estimation and vector space projection have been studied as two distinct topics. We aim to bridge the gap between the two by investigating how to efficiently estimate gradient based on a projected low-dimensional space. We first provide lower and upper bounds for gradient estimation under b…

2021

Progressive-Scale Boundary Blackbox Attack via Projective Gradient Estimation

ICML 2021spotlight

Boundary based blackbox attack has been recognized as practical and effective, given that an attacker only needs to access the final model prediction. However, the query efficiency of it is in general high especially for high dimensional image data. In this paper, we show that such efficiency highly…

2021

TRS: Transferability Reduced Ensemble via Promoting Gradient Diversity and Model Smoothness

NeurIPS 2021poster

Adversarial Transferability is an intriguing property - adversarial perturbation crafted against one model is also effective against another model, while these models are from different model families or training processes. To better protect ML systems against adversarial attacks, several questions…

Cited by 77SourcePDFScholar