← Search

Yiming Yang

97 accepted papers

2026

CO-Bench: Benchmarking Language Model Agents in Algorithm Search for Combinatorial Optimization

AAAI 2026technical

Although LLM-based agents have attracted significant attention in domains such as software engineering and machine learning research, their role in advancing combinatorial optimization (CO) remains relatively underexplored. This gap underscores the need for a deeper understanding of their potential

Cited by 0SourcePDFScholar
2026

CoMind: Towards Community-Driven Agents for Machine Learning Engineering

ICLR 2026poster

Large language model (LLM) agents show promise in automating machine learning (ML) engineering. However, existing agents typically operate in isolation on a given research problem, without engaging with the broader research community, where human researchers often gain insights and contribute by sha…

Cited by 0SourcecodeScholar
2026

Do Large Language Models Think like the Brain? Sentence-Level Evidences from Layer-Wise Embeddings and fMRI

AAAI 2026technical

Understanding whether large language models (LLMs) and the human brain converge on similar computational principles remains a fundamental and important question in cognitive neuroscience and AI. Do the brain-like patterns observed in LLMs emerge simply from scaling, or do they reflect deeper alignme

Cited by 0SourcePDFScholar
2026

DriveFlow: Rectified Flow Adaptation for Robust 3D Object Detection in Autonomous Driving

AAAI 2026technical

In autonomous driving, vision-centric 3D object detection recognizes and localizes 3D objects from RGB images. However, due to high annotation costs and diverse outdoor scenes, training data often fails to cover all possible test scenarios, known as the out-of-distribution (OOD) issue. Training-free

Cited by 0SourcePDFScholar
2026

From Embedding to Control: Representations for Stochastic Multi-Object Systems

ICLR 2026poster

This paper studies how to achieve accurate modeling and effective control in stochastic nonlinear dynamics with multiple interacting objects. However, non-uniform interactions and random topologies make this task challenging. We address these challenges by proposing Graph Controllable Embeddings (GC…

Cited by 0SourceScholar
2026

From Pretrain to Pain: Adversarial Vulnerability of Video Foundation Models Without Task Knowledge

AAAI 2026technical

Large-scale Video Foundation Models (VFMs) have significantly advanced various video-related tasks, either through task-specific models or Multi-modal Large Language Models (MLLMs). However, the open accessibility of VFMs also introduces critical security risks, as adversaries can exploit full knowl

Cited by 0SourcePDFScholar
2026

FrontierCO: Real-World and Large-Scale Evaluation of Machine Learning Solvers for Combinatorial Optimization

ICLR 2026poster

Machine learning (ML) has shown promise for tackling combinatorial optimization (CO), but much of the reported progress relies on small-scale, synthetic benchmarks that fail to capture real-world structure and scale. A core limitation is that ML methods are typically trained and evaluated on synthet…

Cited by 0SourcecodeScholar
2026

Generalizable End-to-End Tool-Use RL with Synthetic CodeGym

ICLR 2026poster

Tool-augmented large language models (LLMs), hereafter LLM agents, leverage external tools to solve diverse tasks and interface with the real world. However, current training practices largely rely on supervised fine-tuning (SFT) over static trajectories or reinforcement learning (RL) on narrow task…

Cited by 0SourcecodeScholar
2026

How Does the Lagrangian Guide Safe Reinforcement Learning through Diffusion Models?

ICML 2026poster

Diffusion policy sampling enables reinforcement learning (RL) to represent multimodal action distributions beyond suboptimal unimodal Gaussian policies. However, existing diffusion-based RL methods primarily focus on offline setting for reward maximization, with limited consideration of safety in on…

Cited by 0SourceScholar
2026

Information Shapes Koopman Representation

ICLR 2026oral

The Koopman operator provides a powerful framework for modeling dynamical systems and has attracted growing interest from the machine learning community. However, its infinite-dimensional nature makes identifying suitable finite-dimensional subspaces challenging, especially for deep architectures. W…

Cited by 0SourcecodeScholar
2026

Less Is Better: Sparse Instance Learning for Cross-Domain Few-Shot Object Detection

AAAI 2026technical

Cross-Domain Few-Shot Object Detection (CD-FSOD) is an extremely challenging task due to the inherent data scarcity and substantial domain shift between the source and target domains. Existing methods often suffer from overfitting and noisy feature representations, which hinder the construction of d

Cited by 0SourcePDFScholar
2026

MMPD-Bench: Bridging Multimodal Fission with Multi-Polarimetric Modalities Decomposition

ICML 2026poster

Recovering multiple physical parameters from high-dimensional optical measurements remains challenging in computational optics. We present *MMPD-Bench*, a pioneering benchmark that reframes multi-polarimetric modalities decomposition from Mueller matrix observations as a *modality fission* problem u…

Cited by 0SourceScholar
2026

Sample Complexity and Representation Ability of Test-time Scaling Paradigms

ICLR 2026poster

Test-time scaling paradigms have significantly advanced the capabilities of large language models (LLMs) on complex tasks. Despite their empirical success, theoretical understanding of the sample efficiency of various test-time strategies---such as self-consistency, best-of-$n$, and self-correction-…

Cited by 0SourcecodeScholar
2026

Test-Time Adaptation without Source Data for Out-of-Domain Bioactivity Prediction

ICLR 2026poster

Accurate prediction of protein-ligand bioactivity is a cornerstone of modern drug discovery, yet current deep learning methods often struggle with out-of-domain (OOD) generalization. The existing methods rely on access to source data, making them impractical in scenarios where data cannot be accesse…

Cited by 0SourceScholar
2026

Thinking in Latent Space: Progressive Multimodal Simplification for Visual Reasoning

ICML 2026poster

Recent Multimodal Large Language Models (MLLMs) have advanced cross-modal reasoning by extending Chain-of-Thought (CoT) prompting to visual tasks. However, existing methods still rely heavily on explicit textual reasoning steps, leading to information loss, unstable perception–reasoning interaction,…

Cited by 0SourceScholar
2026

When Robots Obey the Patch: Universal Transferable Patch Attacks on Vision-Language-Action Models

CVPR 2026

Vision-Language-Action (VLA) models are vulnerable to adversarial attacks, yet universal and transferable attacks remain underexplored, as most existing patches overfit to a single model and fail in black-box settings. To address this gap, we present a systematic study of universal, transferable adv

Cited by 0SourcecodeScholar
2026

ZeroGR: A Generalizable and Scalable Framework for Zero-Shot Generative Retrieval

ICLR 2026poster

Generative retrieval (GR) reformulates information retrieval (IR) by framing it as the generation of document identifiers (docids), thereby enabling an end-to-end optimization and seamless integration with generative language models (LMs). Despite notable progress under supervised training, GR still…

Cited by 0SourcecodeScholar
2025

Chaos Meets Attention: Transformers for Large-Scale Dynamical Prediction

ICML 2025poster

Generating long-term trajectories of dissipative chaotic systems autoregressively is a highly challenging task. The inherent positive Lyapunov exponents amplify prediction errors over time. Many chaotic systems possess a crucial property — ergodicity on their attractors, which makes long-term predic…

2025

Delayed Dynamic Model Scheduled Reinforcement Learning With Time-Varying Delays for Robotic Control

RA-L 2025

Reinforcement learning (RL) typically presupposes instantaneous agent-environment interactions, but in real-world scenarios such as robotic control, overlooking observation delays can significantly impair performance. While existing studies consider stationary, known delays, real-world applications

Cited by 1SourceScholar
2025

Direct Preference Optimization of Video Large Multimodal Models from Language Model Reward

NAACL 2025long

Preference modeling techniques, such as direct preference optimization (DPO), has shown effective in enhancing the generalization abilities of large language model (LLM). However, in tasks involving video instruction-following, providing informative feedback, especially for open-ended conversations,…

2025

Enhancing Bioactivity Prediction via Spatial Emptiness Representation of Protein-ligand Complex and Union of Multiple Pockets

NeurIPS 2025poster

Predicting the bioactivity of candidate ligands remains a central challenge in drug discovery. Ligands and endogenous substrates often compete for the same binding sites on target proteins, and the extent to which a ligand can modulate protein function depends not only on its binding but also on how…

Cited by 0SourceScholar
2025

Enhancing Training Data Attribution with Representational Optimization

NeurIPS 2025spotlight

Training data attribution (TDA) methods aim to measure how training data impacts a model's predictions. While gradient-based attribution methods, such as influence functions, offer theoretical grounding, their computational costs make them impractical for large-scale applications. Representation-b…

Cited by 0SourcecodeScholar
2025

Improve Vision Language Model Chain-of-thought Reasoning

ACL 2025long

Chain-of-thought (CoT) reasoning in vision language models (VLMs) is crucial for improving interpretability and trustworthiness. However, current training recipes often relying on datasets dominated by short annotations with minimal rationales. In this work, we show that training VLM on short answer…

2025

Improving Retrieval-Augmented Generation through Multi-Agent Reinforcement Learning

NeurIPS 2025poster

Retrieval-augmented generation (RAG) is widely utilized to incorporate external knowledge into large language models, thereby enhancing factuality and reducing hallucinations in question-answering (QA) tasks. A standard RAG pipeline consists of several components, such as query rewriting, document r…

Cited by 0SourcecodeScholar
2025

Inference Scaling Laws: An Empirical Analysis of Compute-Optimal Inference for LLM Problem-Solving

ICLR 2025poster

While the scaling laws of large language models (LLMs) training have been extensively studied, optimal inference configurations of LLMs remain underexplored. We study inference scaling laws (aka test-time scaling laws) and compute-optimal inference, focusing on the trade-offs between model sizes an…

Cited by 10SourcePDFScholar
2025

Large Language Models are Demonstration Pre-Selectors for Themselves

ICML 2025poster

In-context learning with large language models (LLMs) delivers strong few-shot performance by choosing few-shot demonstrations from the entire training dataset. However, previous few-shot in-context learning methods, which calculate similarity scores for choosing demonstrations, incur high computati…

Cited by 0SourcePDFScholar
2025

Maximum Update Parametrization and Zero-Shot Hyperparameter Transfer for Fourier Neural Operators

ICML 2025poster

Fourier Neural Operators (FNOs) offer a principled approach for solving complex partial differential equations (PDEs). However, scaling them to handle more complex PDEs requires increasing the number of Fourier modes, which significantly expands the number of model parameters and makes hyperparamete…

Cited by 0SourcePDFScholar
2025

SORREL: Suboptimal-Demonstration-Guided Reinforcement Learning for Learning to Branch

AAAI 2025technical

Mixed Integer Linear Program (MILP) solvers are mostly built upon a Branch-and-Bound (B&B) algorithm, where the efficiency of traditional solvers heavily depends on hand-crafted heuristics for branching. The past few years have witnessed the increasing popularity of data-driven approaches to automat…

Cited by 0SourcePDFScholar
2025

Self-Play Preference Optimization for Language Model Alignment

ICLR 2025poster

Standard reinforcement learning from human feedback (RLHF) approaches relying on parametric models like the Bradley-Terry model fall short in capturing the intransitivity and irrationality in human preferences. Recent advancements suggest that directly working with preference probabilities can yield…

2025

Step-by-Step Reasoning for Math Problems via Twisted Sequential Monte Carlo

ICLR 2025poster

Augmenting the multi-step reasoning abilities of Large Language Models (LLMs) has been a persistent challenge. Recently, verification has shown promise in improving solution consistency by evaluating generated outputs. However, current verification approaches suffer from sampling inefficiencies, req…

Cited by 1SourcePDFScholar
2025

TFG-Flow: Training-free Guidance in Multimodal Generative Flow

ICLR 2025poster

Given an unconditional generative model and a predictor for a target property (e.g., a classifier), the goal of training-free guidance is to generate samples with desirable target properties without additional training. As a highly efficient technique for steering generative models toward flexible o…

2025

Tensor-Var: Efficient Four-Dimensional Variational Data Assimilation

ICML 2025poster

Variational data assimilation estimates the dynamical system states by minimizing a cost function that fits the numerical models with the observational data. Although four-dimensional variational assimilation (4D-Var) is widely used, it faces high computational costs in complex nonlinear systems and…

Cited by 0SourcePDFScholar
2025

Topo2Seq: Enhanced Topology Reasoning via Topology Sequence Learning

AAAI 2025technical

Extracting lane topology from perspective views (PV) is crucial for planning and control in autonomous driving. This approach extracts potential drivable trajectories for self-driving vehicles without relying on high-definition (HD) maps. However, the unordered nature and weak long-range perception…

Cited by 0SourcePDFScholar
2024

Aligning Large Multimodal Models with Factually Augmented RLHF

ACL 2024findings

Large Multimodal Models (LMM) are built across modalities and the misalignment between two modalities can result in “hallucination”, generating textual outputs that are not grounded by the multimodal information in context. To address the multimodal misalignment issue, we adapt the Reinforcement Lea…

2024

AutoMix: Automatically Mixing Language Models

NeurIPS 2024poster

Large language models (LLMs) are now available from cloud API providers in various sizes and configurations. While this diversity offers a broad spectrum of choices, effectively leveraging the options to optimize computational cost and performance remains challenging. In this work, we present AutoMi…

2024

Easy-to-Hard Generalization: Scalable Alignment Beyond Human Supervision

NeurIPS 2024poster

Current AI alignment methodologies rely on human-provided demonstrations or judgments, and the learned capabilities of AI systems would be upper-bounded by human capabilities as a result. This raises a challenging research question: How can we keep improving the systems when their capabilities have…

2024

Functional Interpolation for Relative Positions improves Long Context Transformers

ICLR 2024poster

Preventing the performance decay of Transformers on inputs longer than those used for training has been an important challenge in extending the context length of these models. Though the Transformer architecture has fundamentally no limits on the input sequence lengths it can process, the choice of…

Cited by 47SourcePDFScholar
2024

In-Context Principle Learning from Mistakes

ICML 2024poster

In-context learning (ICL, also known as few-shot prompting) has been the standard method of adapting LLMs to downstream tasks, by learning from a few input-output examples. Nonetheless, all ICL-based approaches only learn from correct input-output pairs. In this paper, we revisit this paradigm, by l…

Cited by 29SourcePDFScholar
2024

Learning Performance-Improving Code Edits

ICLR 2024spotlight

With the decline of Moore's law, optimizing program performance has become a major focus of software research. However, high-level optimizations such as API and algorithm changes remain elusive due to the difficulty of understanding the semantics of code. Simultaneously, pretrained large language mo…

2024

Learning a Fourier Transform for Linear Relative Positional Encodings in Transformers

AISTATS 2024poster

We propose a new class of linear Transformers called FourierLearner-Transformers (FLTs), which incorporate a wide range of relative positional encoding mechanisms (RPEs). These include regular RPE techniques applied for sequential data, as well as novel RPEs operating on geometric data embedded in h…

Cited by 9SourcePDFScholar
2024

SALMON: Self-Alignment with Instructable Reward Models

ICLR 2024poster

Supervised Fine-Tuning (SFT) on response demonstrations combined with Reinforcement Learning from Human Feedback (RLHF) constitutes a powerful paradigm for aligning LLM-based AI agents. However, a significant limitation of such an approach is its dependency on high-quality human annotations, making…

2023

Active Retrieval Augmented Generation

EMNLP 2023long main

Despite the remarkable ability of large language models (LMs) to comprehend and generate language, they have a tendency to hallucinate and create factually inaccurate output. Augmenting LMs by retrieving information from external knowledge resources is one promising solution. Most existing retrieval…

Cited by 0SourcecodeScholar
2023

CompleQA: Benchmarking the Impacts of Knowledge Graph Completion Methods on Question Answering

EMNLP 2023short findings

How much success in Knowledge Graph Completion (KGC) would translate into the performance enhancement in downstream tasks is an important question that has not been studied in depth. In this paper, we introduce a novel benchmark, namely CompleQA, to comprehensively assess the influence of representa…

Cited by 0SourceScholar
2023

Let's Sample Step by Step: Adaptive-Consistency for Efficient Reasoning and Coding with LLMs

EMNLP 2023long main

A popular approach for improving the correctness of output from large language models (LLMs) is Self-Consistency - poll the LLM multiple times and output the most frequent solution. Existing Self-Consistency techniques always generate a constant number of samples per question, where a better approac…

Cited by 0SourcecodeScholar
2023

PESCO: Prompt-enhanced Self Contrastive Learning for Zero-shot Text Classification

ACL 2023long

We present PESCO, a novel contrastive learning framework that substantially improves the performance of zero-shot text classification. We formulate text classification as a neural text retrieval problem where each document is treated as a query, and the system learns the mapping from each query to t…

Cited by 17SourcePDFScholar
2023

Principle-Driven Self-Alignment of Language Models from Scratch with Minimal Human Supervision

NeurIPS 2023spotlight

Recent AI-assistant agents, such as ChatGPT, predominantly rely on supervised fine-tuning (SFT) with human annotations and reinforcement learning from human feedback (RLHF) to align the output of large language models (LLMs) with human intentions, ensuring they are helpful, ethical, and reliable. Ho…

2023

Self-Refine: Iterative Refinement with Self-Feedback

NeurIPS 2023poster

Like humans, large language models (LLMs) do not always generate the best output on their first try. Motivated by how humans refine their written text, we introduce Self-Refine, an approach for improving initial outputs from LLMs through iterative feedback and refinement. The main idea is to generat…

Cited by 1546SourcePDFScholar
2022

Conditional set generation using Seq2seq models

EMNLP 2022main

Conditional set generation learns a mapping from an input sequence of tokens to a set. Several NLP tasks, such as entity typing and dialogue emotion tagging, are instances of set generation. Seq2Seq models are a popular choice to model set generation but they treat a set as a sequence and do not ful…

Cited by 10SourcePDFScholar
2022

DIMES: A Differentiable Meta Solver for Combinatorial Optimization Problems

NeurIPS 2022accept

Recently, deep reinforcement learning (DRL) models have shown promising results in solving NP-hard Combinatorial Optimization (CO) problems. However, most DRL solvers can only scale to a few hundreds of nodes for combinatorial optimization problems on graphs, such as the Traveling Salesman Problem (…

2022

JAKET: Joint Pre-training of Knowledge Graph and Language Understanding

AAAI 2022technical

Knowledge graphs (KGs) contain rich information about world knowledge, entities, and relations. Thus, they can be great supplements to existing pre-trained language models. However, it remains a challenge to efficiently integrate information from KG into language modeling. And the understanding of a…

Cited by 170SourcePDFScholar
2022

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

ACL 2022long

Current Open-Domain Question Answering (ODQA) models typically include a retrieving module and a reading module, where the retriever selects potentially relevant passages from open-source documents for a given question, and the reader produces an answer based on the retrieved passages. The recently…

Cited by 128SourcePDFScholar
2022

Language Models of Code are Few-Shot Commonsense Learners

EMNLP 2022main

We address the general task of structured commonsense reasoning: given a natural language input, the goal is to generate a graph such as an event or a reasoning-graph.To employ large language models (LMs) for this task, existing approaches ‘serialize’ the output graph as a flat list of nodes and edg…

2022

Learning to repair: Repairing model output errors after deployment using a dynamic memory of feedback

NAACL 2022findings

Large language models (LMs), while powerful, are not immune to mistakes, but can be difficult to retrain. Our goal is for an LM to continue to improve after deployment, without retraining, using feedback from the user. Our approach pairs an LM with (i) a growing memory of cases where the user identi…

2022

Memory-assisted prompt editing to improve GPT-3 after deployment

EMNLP 2022main

Large LMs such as GPT-3 are powerful, but can commit mistakes that are obvious to humans. For example, GPT-3 would mistakenly interpret “What word is similar to good?” to mean a homophone, while the user intended a synonym. Our goal is to effectively correct such errors via user interactions with th…

2021

Rethinking Transformer-Based Set Prediction for Object Detection

ICCV 2021poster

DETR is a recently proposed Transformer-based method which views object detection as a set prediction problem and achieves state-of-the-art performance but demands extra-long training time to converge. In this paper, we investigate the causes of the optimization difficulty in the training of DETR. O…

Cited by 425PDFcodeScholar
2021

Think about it! Improving defeasible reasoning by first modeling the question scenario.

EMNLP 2021main

Defeasible reasoning is the mode of reasoning where conclusions can be overturned by taking into account new evidence. Existing cognitive science literature on defeasible reasoning suggests that a person forms a “mental model” of the problem scenario before answering questions. Our research goal ask…

2020

Cross-lingual Alignment vs Joint Training: A Comparative Study and A Simple Unified Framework

ICLR 2020poster

Learning multilingual representations of text has proven a successful method for many cross-lingual transfer learning tasks. There are two main paradigms for learning such representations: (1) alignment, which maps different independently trained monolingual representations into a shared space, and…

Cited by 80SourcecodeScholar
2020

Funnel-Transformer: Filtering out Sequential Redundancy for Efficient Language Processing

NeurIPS 2020poster

With the success of language pretraining, it is highly desirable to develop more efficient architectures of good scalability that can exploit the abundant unlabeled data at a lower cost. To improve the efficiency, we examine the much-overlooked redundancy in maintaining a full-length token-level pre…

2020

Pre-training Tasks for Embedding-based Large-scale Retrieval

ICLR 2020poster

We consider the large-scale query-document retrieval problem: given a query (e.g., a question), return the set of relevant documents (e.g., paragraphs containing the answer) from a large document corpus. This problem is often solved in two steps. The retrieval phase first reduces the solution space,…

Cited by 355SourceScholar
2020

Violin: A Large-Scale Dataset for Video-and-Language Inference

CVPR 2020poster

We introduce a new task, Video-and-Language Inference, for joint multimodal understanding of video and text. Given a video clip with aligned subtitles as premise, paired with a natural language hypothesis based on the video content, a model needs to infer whether the hypothesis is entailed or contra…

Cited by 77PDFcodeScholar
2019

Kernel Change-point Detection with Auxiliary Deep Generative Models

ICLR 2019poster

Detecting the emergence of abrupt property changes in time series is a challenging problem. Kernel two-sample test has been studied for this task which makes fewer assumptions on the distributions than traditional parametric approaches. However, selecting kernels is non-trivial in practice. Although…

2019

Re-examination of the Role of Latent Variables in Sequence Modeling

NeurIPS 2019poster

With latent variables, stochastic recurrent models have achieved state-of-the-art performance in modeling sound-wave sequence. However, opposite results are also observed in other domains, where standard recurrent networks often outperform stochastic models. To better understand this discrepancy, we…

2019

XLNet: Generalized Autoregressive Pretraining for Language Understanding

NeurIPS 2019oral

With the capability of modeling bidirectional contexts, denoising autoencoding based pretraining like BERT achieves better performance than pretraining approaches based on autoregressive language modeling. However, relying on corrupting the input with masks, BERT neglects dependency between the mask…

2018

Automatic Parameter Tuning of Motion Planning Algorithms

IROS 2018poster

Motion planning algorithms attempt to find a good compromise between planning time and quality of solution. Due to their heuristic nature, they are typically configured with several parameters. In this paper we demonstrate that, in many scenarios, the widely used default parameter values are not ide…

Cited by 18SourceScholar
2018

Dual-Arm Coordinated Motion Planning and Compliance Control for Capturing Moving Objects with Large Momentum

IROS 2018poster

Capturing a moving object with large momentum by a dual-arm robot is especially challenging because of the requirement of dual-arm coordinated motion planning for tracking the moving object, and the operational force control for contact and momentum transfer. In this paper, we present a dual-arm coo…

Cited by 31SourceScholar
2018

HDRM: A Resolution Complete Dynamic Roadmap for Real-Time Motion Planning in Complex Scenes

RA-L 2018

In this letter, we first theoretically prove the conditions and boundaries of resolution completeness for deterministic roadmap methods with a discretized workspace. A novel variant of such methods, the hierarchical dynamic roadmap (HDRM), is then proposed for solving complex planning problems. A un

Cited by 27SourceScholar
2017

Efficient Humanoid Motion Planning on Uneven Terrain Using Paired Forward-Inverse Dynamic Reachability Maps

RA-L 2017

A key prerequisite for planning manipulation together with locomotion of humanoids in complex environments is to find a valid end-pose with a feasible stance location and a full-body configuration that is balanced and collision-free. Prior work based on the inverse dynamic reachability map assumed t

Cited by 32SourceScholar
2017

MMD GAN: Towards Deeper Understanding of Moment Matching Network

NeurIPS 2017poster

Generative moment matching network (GMMN) is a deep generative model that differs from Generative Adversarial Network (GAN) by replacing the discriminator in GAN with a two-sample test based on kernel maximum mean discrepancy (MMD). Although some theoretical guarantees of MMD have been studied, the…