← Search

Yiyou Sun

27 accepted papers

2026

DELTA-Code: How RL Unlocks and Transfers New Programming Algorithms in LLMs

ICLR 2026poster

It remains an open question whether LLMs can acquire or generalize genuinely new reasoning strategies, beyond the sharpened skills encoded in their parameters during pre-training or post-training. To attempt to answer this debate, we introduce DELTA-Code —Distributional Evaluation of Learnability an…

Cited by 0SourcecodeScholar
2026

Strategy Executability in Mathematical Reasoning: Leveraging Human–Model Differences for Effective Guidance

ICML 2026poster

Example-based guidance is widely used to improve mathematical reasoning at inference time, yet its effectiveness is highly unstable across problems and models—even when the guidance is correct and problem-relevant. We show that this instability arises from a previously underexplored gap between *str…

Cited by 0SourceScholar
2026

Unsafer in Many Turns: Benchmarking and Defending Multi-Turn Safety Risks in Tool-Using Agents

ICML 2026poster

LLM-based agents are becoming increasingly capable, yet their safety lags behind. This creates a gap between what agents can do and should do. This gap widens as agents engage in multi-turn interactions and employ diverse tools, introducing new risks overlooked by existing benchmarks. To systematica…

Cited by 0SourceScholar
2025

Chain-of-region: Visual Language Models Need Details for Diagram Analysis

ICLR 2025poster

Visual Language Models (VLMs) like GPT-4V have broadened the scope of LLM applications, yet they face significant challenges in accurately processing visual details, particularly in scientific diagrams. This paper explores the necessity of meticulous visual detail collection and region decompositio…

Cited by 1SourcePDFScholar
2025

OMEGA: Can LLMs Reason Outside the Box in Math? Evaluating Exploratory, Compositional, and Transformative Generalization

NeurIPS 2025poster

Recent large language models (LLMs) with long-chain-of-thought reasoning—such as DeepSeek-R1—have achieved impressive results on Olympiad-level mathematics benchmarks. However, they often rely on a narrow set of strategies and struggle with problems that require a novel way of thinking. To systemati…

Cited by 0SourcecodeScholar
2025

SFS: Smarter Code Space Search improves LLM Inference Scaling

ICLR 2025poster

We frame code generation as a black-box optimization problem within the code space and demonstrate how optimization-inspired techniques can enhance inference scaling over text. Based on this perspective, we propose **SCATTERED FOREST SEARCH (SFS)**, a novel approach that improves solution diversity…

Cited by 0SourcePDFScholar
2025

Where's the Liability in the Generative Era? Recovery-based Black-Box Detection of AI-Generated Content

CVPR 2025poster

The recent proliferation of photorealistic images created by generative models has sparked both excitement and concern, as these images are increasingly indistinguishable from real ones to the human eye. While offering new creative and commercial possibilities, the potential for misuse, such as in m…

Cited by 0SourcePDFScholar
2025

Why and How LLMs Hallucinate: Connecting the Dots with Subsequence Associations

NeurIPS 2025poster

Large language models (LLMs) frequently generate hallucinations—content that deviates from factually inaccurate or deviates from provided context—posing challenges for diagnosis. However, diagnosing the causes of hallucination is challenging due to the complex interplay of underlying causes. This pa…

Cited by 0SourcecodeScholar
2024

DALD: Improving Logits-based Detector without Logits from Black-box LLMs

NeurIPS 2024poster

The advent of Large Language Models (LLMs) has revolutionized text generation, producing outputs that closely mimic human writing. This blurring of lines between machine- and human-written text presents new challenges in distinguishing one from the other – a task further complicated by the frequent…

2024

DFA-RAG: Conversational Semantic Router for Large Language Model with Definite Finite Automaton

ICML 2024poster

This paper introduces the retrieval-augmented large language model with Definite Finite Automaton (DFA-RAG), a novel framework designed to enhance the capabilities of conversational agents using large language models (LLMs). Traditional LLMs face challenges in generating regulated and compliant resp…

Cited by 2SourcePDFScholar
2024

How to Overcome Curse-of-Dimensionality for Out-of-Distribution Detection?

AAAI 2024technical

Machine learning models deployed in the wild can be challenged by out-of-distribution (OOD) data from unknown classes. Recent advances in OOD detection rely on distance measures to distinguish samples that are relatively far away from the in-distribution (ID) data. Despite the promise, distance-base…

2024

Revisiting Score Propagation in Graph Out-of-Distribution Detection

NeurIPS 2024poster

The field of graph learning has been substantially advanced by the development of deep learning models, in particular graph neural networks. However, one salient yet largely under-explored challenge is detecting Out-of-Distribution (OOD) nodes on graphs. Prevailing OOD detection techniques developed…

Cited by 2SourcePDFScholar
2024

Uncertainty Quantification for In-Context Learning of Large Language Models

NAACL 2024long

In-context learning has emerged as a groundbreaking ability of Large Language Models (LLMs) and revolutionized various fields by providing a few task-relevant demonstrations in the prompt. However, trustworthy issues with LLM’s response, such as hallucination, have also been actively discussed. Exis…

2024

When and How Does In-Distribution Label Help Out-of-Distribution Detection?

ICML 2024poster

Detecting data points deviating from the training distribution is pivotal for ensuring reliable machine learning. Extensive research has been dedicated to the challenge, spanning classical anomaly detection techniques to contemporary out-of-distribution (OOD) detection approaches. While OOD detectio…

2023

A Graph-Theoretic Framework for Understanding Open-World Semi-Supervised Learning

NeurIPS 2023spotlight

Open-world semi-supervised learning aims at inferring both known and novel classes in unlabeled data, by harnessing prior knowledge from a labeled set with known classes. Despite its importance, there is a lack of theoretical foundations for this problem. This paper bridges the gap by formalizing a…

2023

Dream the Impossible: Outlier Imagination with Diffusion Models

NeurIPS 2023poster

Utilizing auxiliary outlier datasets to regularize the machine learning model has demonstrated promise for out-of-distribution (OOD) detection and safe prediction. Due to the labor intensity in data collection and cleaning, automating outlier data generation has been a long-desired alternative. Desp…

2023

How to Exploit Hyperspherical Embeddings for Out-of-Distribution Detection?

ICLR 2023poster

Out-of-distribution (OOD) detection is a critical task for reliable machine learning. Recent advances in representation learning give rise to distance-based OOD detection, where testing samples are detected as OOD if they are relatively far away from the centroids or prototypes of in-distribution (I…

2023

Rethinking Domain Generalization for Face Anti-Spoofing: Separability and Alignment

CVPR 2023poster

This work studies the generalization issue of face anti-spoofing (FAS) models on domain gaps, such as image resolution, blurriness and sensor variations. Most prior works regard domain-specific signals as a negative impact, and apply metric learning or adversarial losses to remove it from feature re…

2023

When and How Does Known Class Help Discover Unknown Ones? Provable Understanding Through Spectral Analysis

ICML 2023poster

Novel Class Discovery (NCD) aims at inferring novel classes in an unlabeled set by leveraging prior knowledge from a labeled set with known classes. Despite its importance, there is a lack of theoretical foundations for NCD. This paper bridges the gap by providing an analytical framework to formaliz…

2022

Delving into Out-of-Distribution Detection with Vision-Language Representations

NeurIPS 2022accept

Recognizing out-of-distribution (OOD) samples is critical for machine learning systems deployed in the open world. The vast majority of OOD detection methods are driven by a single modality (e.g., either vision or language), leaving the rich information in multi-modal representations untapped. Inspi…

2022

OpenOOD: Benchmarking Generalized Out-of-Distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection is vital to safety-critical machine learning applications and has thus been extensively studied, with a plethora of methods developed in the literature. However, the field currently lacks a unified, strictly formulated, and comprehensive benchmark, which often res…

2022

Out-of-Distribution Detection with Deep Nearest Neighbors

ICML 2022spotlight

Out-of-distribution (OOD) detection is a critical task for deploying machine learning models in the open world. Distance-based methods have demonstrated promise, where testing samples are detected as OOD if they are relatively far away from in-distribution (ID) data. However, prior methods impose a…

2019

Adaptive Activation Thresholding: Dynamic Routing Type Behavior for Interpretability in Convolutional Neural Networks

ICCV 2019poster

There is a growing interest in strategies that can help us understand or interpret neural networks -- that is, not merely provide a prediction, but also offer additional context explaining why and how. While many current methods offer tools to perform this analysis for a given (trained) network post…

Cited by 17PDFScholar
2018

Interpretable Basis Decomposition for Visual Explanation

ECCV 2018poster

Explanations of the decisions made by a deep neural network are important for human end-users to be able to understand and diagnose the trustworthiness of the system. Current neural networks used for visual recognition are generally used as black boxes that do not provide any human interpretable jus…