← Search

Tong Yang

47 accepted papers

2026

Achieving Logarithmic Regret in KL-Regularized Zero-Sum Markov Games

ICML 2026poster

Reverse Kullback–Leibler (KL) divergence-based regularization with respect to a fixed reference policy is widely used in modern reinforcement learning to preserve the desired traits of the reference policy and sometimes to promote exploration (using uniform reference policy, known as entropy regular…

Cited by 0SourceScholar
2026

CFT-RAG: An Entity Tree Based Retrieval Augmented Generation Algorithm With Cuckoo Filter

ICLR 2026poster

Although retrieval-augmented generation(RAG) significantly improves generation quality by retrieving external knowledge bases and integrating generated content, it faces computational efficiency bottlenecks, particularly in knowledge retrieval tasks involving hierarchical structures for Tree-RAG. Th…

Cited by 0SourcecodeScholar
2026

Can a Robot Walk the Robotic Dog: Triple-Zero Collaborative Navigation for Heterogeneous Multi-Agent Systems

ICRA 2026poster

We present Triple Zero Path Planning (TZPP), a collaborative framework for heterogeneous multi-robot systems that requires zero training, zero prior knowledge, and zero simulation. TZPP employs a coordinator–explorer architecture: a humanoid robot handles task coordination, while a quadruped robot e…

2026

DLODepth: Real-Time Depth Recovery for 3D Reflective Deformable Linear Object

RA-L 2026

An end-to-end monocular 3D recovery framework for Deformable Linear Object (DLO) is proposed in this paper. The fragmented and unreliable 3D point clouds caused by the thin profile and reflective surfaces of DLOs when captured with an RGB-D camera have been a critical challenge in 3D DLO perception.

Cited by 0SourceScholar
2026

Inverse IFEval: Can LLMs Unlearn Stubborn Training Conventions to Follow Real Instructions?

ICLR 2026poster

Large Language Models (LLMs) achieve strong performance on diverse tasks but often exhibit cognitive inertia, struggling to follow instructions that conflict with the standardized patterns learned during supervised fine-tuning (SFT). To evaluate this limitation, we propose Inverse IFEval, a benchmar…

Cited by 0SourceScholar
2026

KeepKV: Achieving Periodic Lossless KV Cache Compression for Efficient LLM Inference

AAAI 2026technical

Efficient inference of large language models (LLMs) is hindered by an ever-growing key-value (KV) cache, making KV cache compression a critical research direction. Traditional methods selectively evict less important KV cache entries, which leads to information loss and hallucinations. Recently, mer

Cited by 0SourcePDFScholar
2026

Latent Diffusion Controller: Framework, Algorithms and Parameterization

ICML 2026poster

Controllable diffusion generation often relies on various heuristics that are seemingly disconnected without a unified understanding. We bridge this gap with Diffusion Controller (DiffCon), a unified control-theoretic view that casts reverse diffusion sampling as state-only stochastic control within…

Cited by 0SourceScholar
2026

Multi-Depth Uniform Coverage Path Planning for Unmanned Surface Vehicle Surveying

ICRA 2026poster

This paper introduces a novel automatic coverage path planning algorithm for bathymetry surveying with unmanned surface vehicles. The detection range of the mapping sensor employed -- a multibeam echo sounder -- is heavily influenced by local seafloor depths. Hence, a path designed to uniformly cove…

2026

NL2Repo-Bench: Towards Long-Horizon Repository Generation Evaluation of Coding Agents

ICML 2026poster

Recent advances in coding agents suggest rapid progress toward autonomous software development, yet existing benchmarks primarily evaluate short-horizon behaviors such as localized code generation, scaffolded completion, or repository repair, leaving it unclear whether agents can sustain coherent re…

Cited by 0SourceScholar
2026

RatioSketch: Towards More Accurate Frequency Estimation in Data Streams via a Lightweight Neural Network

AAAI 2026technical

Sketch-based solutions are widely used to estimate item frequencies in infinite data streams.Traditional hand-crafted sketches face the bottleneck of further eliminating errors because they cannot fully utilize the data stream distribution.Although recent neural sketches represented by MetaSketch an

Cited by 0SourcePDFScholar
2026

Reverse-Engineered Reasoning for Open-Ended Generation

ICLR 2026poster

While the "deep reasoning" paradigm has spurred significant advances in verifiable domains like mathematics, its application to open-ended, creative generation remains a critical challenge. The two dominant methods for instilling reasoning—reinforcement learning (RL) and instruction distillation --…

Cited by 0SourcecodeScholar
2026

SanD-Planner: Sample-Efficient Diffusion Planner in B-Spline Space for Robust Local Navigation

RSS 2026poster

The challenge of generating reliable local plans has long hindered practical applications in highly cluttered and dynamic environments. Key fundamental bottlenecks include acquiring large-scale expert demonstrations across diverse scenes and improving learning efficiency with limited data. This pape…

Cited by 0SourceScholar
2025

Beyond Invisibility: Learning Robust Visible Watermarks for Stronger Copyright Protection

UAI 2025

As AI advances, copyrighted content faces growing risk of unauthorized use, whether through model training or direct misuse. Building upon invisible adversarial perturbation, recent works developed copyright protections against specific AI techniques such as unauthorized personalization through Drea

2025

Exploration from a Primal-Dual Lens: Value-Incentivized Actor-Critic Methods for Sample-Efficient Online RL

NeurIPS 2025poster

Online reinforcement learning (RL) with complex function approximations such as transformers and deep neural networks plays a significant role in the modern practice of artificial intelligence. Despite its popularity and importance, balancing the fundamental trade-off between exploration and exploit…

Cited by 0SourceScholar
2025

Faster WIND: Accelerating Iterative Best-of-$N$ Distillation for LLM Alignment

AISTATS 2025poster

Recent advances in aligning large language models with human preferences have corroborated the growing importance of best-of-$N$ distillation (BOND). However, the iterative BOND algorithm is prohibitively expensive in practice due to the sample and computation inefficiency. This paper addresses the…

Cited by 0SourceScholar
2025

HATA: Trainable and Hardware-Efficient Hash-Aware Top-k Attention for Scalable Large Model Inference

ACL 2025finding

Large Language Models (LLMs) have emerged as a pivotal research area, yet the attention module remains a critical bottleneck in LLM inference, even with techniques like KVCache to mitigate redundant computations. While various top-k attention mechanisms have been proposed to accelerate LLM inference…

2025

Incentivize without Bonus: Provably Efficient Model-based Online Multi-agent RL for Markov Games

ICML 2025poster

Multi-agent reinforcement learning (MARL) lies at the heart of a plethora of applications involving the interaction of a group of agents in a shared unknown environment. A prominent framework for studying MARL is Markov games, with the goal of finding various notions of equilibria in a sample-effici…

Cited by 0SourcePDFScholar
2025

Multi-head Transformers Provably Learn Symbolic Multi-step Reasoning via Gradient Descent

NeurIPS 2025poster

Transformers have demonstrated remarkable capabilities in multi-step reasoning tasks. However, understandings of the underlying mechanisms by which they acquire these abilities through training remain limited, particularly from a theoretical standpoint. This work investigates how transformers learn…

Cited by 0SourceScholar
2025

Value-Incentivized Preference Optimization: A Unified Approach to Online and Offline RLHF

ICLR 2025poster

Reinforcement learning from human feedback (RLHF) has demonstrated great promise in aligning large language models (LLMs) with human preference. Depending on the availability of preference data, both online and offline RLHF are active areas of investigation. A key bottleneck is understanding how to…

Cited by 31SourcePDFScholar
2024

A Primal-Dual Approach to Solving Variational Inequalities with General Constraints

ICLR 2024poster

Yang et al. (2023) recently showed how to use first-order gradient methods to solve general variational inequalities (VIs) under a limiting assumption that analytic solutions of specific subproblems are available. In this paper, we circumvent this assumption via a warm-starting technique where we s…

Cited by 4SourcePDFScholar
2024

Deforming Garment Classification With Shallow Temporal Extraction and Tree-Based Fusion

RA-L 2024

A novel RGB-based continuous perception garment classification approach is proposed in this letter, with the aim of identifying the correct category of the garment from a set of categories. It has been observed that treating a video of the continuous deformation of cloth as a set of disordered stati

Cited by 2SourceScholar
2024

Federated Natural Policy Gradient and Actor Critic Methods for Multi-task Reinforcement Learning

NeurIPS 2024poster

Federated reinforcement learning (RL) enables collaborative decision making of multiple distributed agents without sharing local data trajectories. In this work, we consider a multi-task setting, in which each agent has its own private reward function corresponding to different tasks, while sharing…

Cited by 4SourcePDFScholar
2024

In-Context Learning with Representations: Contextual Generalization of Trained Transformers

NeurIPS 2024poster

In-context learning (ICL) refers to a remarkable capability of pretrained large language models, which can learn a new task given a few examples during inference. However, theoretical understanding of ICL is largely under-explored, particularly whether transformers can be trained to generalize to un…

Cited by 8SourcePDFScholar
2024

LAMP: Learn A Motion Pattern for Few-Shot Video Generation

CVPR 2024poster

In this paper we present a few-shot text-to-video framework LAMP which enables a text-to-image diffusion model to Learn A specific Motion Pattern with 8 16 videos on a single GPU. Unlike existing methods which require a large number of training resources or learn motions that are precisely aligned w…

2024

LCGen: Mining in Low-Certainty Generation for View-consistent Text-to-3D

NeurIPS 2024poster

The Janus Problem is a common issue in SDS-based text-to-3D methods. Due to view encoding approach and 2D diffusion prior guidance, the 3D representation model tends to learn content with higher certainty from each perspective, leading to view inconsistency. In this work, we first model and analyze…

Cited by 0SourcePDFScholar
2024

Online Trajectory Deformation and Tracking for Self-entanglement-free Differential-Driven Robots

ICRA 2024poster

This paper introduces an optimisation-based trajectory deformation and tracking algorithm for tethered differential-driven mobile robots. The motivation of this work is to generate self-entanglement-free (SEF) commands for a tethered differential-driven robot to track a path. Whilst existing path pl…

Cited by 0SourceScholar
2024

Optimal Non-Redundant Manipulator Surface Coverage with Rank-Deficient Manipulability Constraints

RSS 2024poster

A generalised solver for the manipulator non-revisiting coverage path planning (NCPP) problem is proposed in this paper. Nonlinear manipulator kinematics and the imposition of task-specific constraints dictate that applying conventional coverage path planning (CPP) solutions based on 2D template mat…

Cited by 0SourcePDFScholar
2024

Tree-based Representation of Locally Shortest Paths for 2D k-Shortest Non-homotopic Path Planning

ICRA 2024poster

A novel algorithm to solve the 2D k-shortest non-homotopic path planning (k-SNPP) task is proposed in this paper. The task is of practical significance as a sub-module for higherlevel planning and scheduling tasks, and is gaining increasing attention and focus in recent years. There have existed alg…

Cited by 2SourceScholar
2023

Hierarchical Semi-Implicit Variational Inference with Application to Diffusion Model Acceleration

NeurIPS 2023poster

Semi-implicit variational inference (SIVI) has been introduced to expand the analytical variational families by defining expressive semi-implicit distributions in a hierarchical manner. However, the single-layer architecture commonly used in current SIVI methods can be insufficient when the target p…

2023

Self-Entanglement-Free Tethered Path Planning for Non-Particle Differential-Driven Robot

ICRA 2023poster

A novel mechanism to derive self-entanglement-free path for tethered differential-driven robots is proposed in this work. The problem is tailored to the applications of tethered robots without an omni-directional tether re-tractor which is often encountered when an omni-directional tether retracting…

Cited by 4SourceScholar
2023

Solving Constrained Variational Inequalities via a First-order Interior Point-based Method

ICLR 2023top-25%

We develop an interior-point approach to solve constrained variational inequality (cVI) problems. Inspired by the efficacy of the alternating direction method of multipliers (ADMM) method in the single-objective context, we generalize ADMM to derive a first-order method for cVIs, that we refer to as…

2022

Anchor DETR: Query Design for Transformer-Based Detector

AAAI 2022technical

In this paper, we propose a novel query design for the transformer-based object detection. In previous transformer-based detectors, the object queries are a set of learned embeddings. However, each learned embedding does not have an explicit physical meaning and we cannot explain where it will focu…

2022

LGD: Label-Guided Self-Distillation for Object Detection

AAAI 2022technical

In this paper, we propose the first self-distillation framework for general object detection, termed LGD (Label-Guided self-Distillation). Previous studies rely on a strong pretrained teacher to provide instructive knowledge that could be unavailable in real-world scenarios. Instead, we generate an…

2021

2D Laser SLAM With Closed Shape Features: Fourier Series Parameterization and Submap Joining

RA-L 2021

One of the valuable directions in feature based SLAM is to parameterize and estimate features accurately. In the real world, closed shape features are especially common. It is necessary to study the feature based SLAM problem on closed shape features. The main contribution of this letter is a 2D las

Cited by 15SourceScholar
2021

Co-mining: Self-Supervised Learning for Sparsely Annotated Object Detection

AAAI 2021technical

Object detectors usually achieve promising results with the supervision of complete instance annotations. However, their performance is far from satisfactory with sparse instance annotations. Most existing methods for sparsely annotated object detection either re-weight the loss of hard negative sam…

2021

Optimal Object Placement for Minimum Discontinuity Non-revisiting Coverage Task

ICRA 2021poster

This work considers the optimal non-revisiting coverage tasks with a single non-redundant manipulator for the case when the object can be positioned at a predefined set of locations within the workcell. The scenario is often encountered in typical industrial settings, for instance when the object pr…

Cited by 2SourceScholar
2021

Points As Queries: Weakly Semi-Supervised Object Detection by Points

CVPR 2021poster

We propose a novel point annotated setting for the weakly semi-supervised object detection task, in which the dataset comprises small fully annotated images and large weakly annotated images by points. It achieves a balance between tremendous annotation burden and detection performance. Based on thi…

Cited by 110PDFScholar
2020

Learning Human-Object Interaction Detection Using Interaction Points

CVPR 2020poster

Understanding interactions between humans and objects is one of the fundamental problems in visual classification and an essential step towards detailed scene understanding. Human-object interaction (HOI) detection strives to localize both the human and an object as well as the identification of com…

Cited by 297PDFcodeScholar
2020

Non-revisiting Coverage Task with Minimal Discontinuities for Non-redundant Manipulators

RSS 2020poster

A theoretically complete solution to the optimal Non-revisiting Coverage Path Planning (NCPP) problem of any arbitrarily-shaped object with a non-redundant manipulator is proposed in this work. Given topological graphs of surface cells corresponding to feasible and continuous manipulator configurati…

Cited by 8SourcePDFScholar
2019

DetNAS: Backbone Search for Object Detection

NeurIPS 2019poster

Object detectors are usually equipped with backbone networks designed for image classification. It might be sub-optimal because of the gap between the tasks of image classification and object detection. In this work, we present DetNAS to use Neural Architecture Search (NAS) for the design of better…

2018

MetaAnchor: Learning to Detect Objects with Customized Anchors

NeurIPS 2018poster

We propose a novel and flexible anchor mechanism named MetaAnchor for object detection frameworks. Unlike many previous detectors model anchors via a predefined manner, in MetaAnchor anchor functions could be dynamically generated from the arbitrary customized prior boxes. Taking advantage of weight…