← Search

Tianhao Wu

32 accepted papers

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

UniChange: Unifying Change Detection with Multimodal Large Language Model

CVPR 2026

Change detection (CD) is a fundamental task for monitoring and analysing land cover dynamics. While recent high performance models and high quality datasets have significantly advanced the field, a critical limitation persists. Current models typically acquire limited knowledge from single-type anno

Cited by 0SourcecodeScholar
2026

WOW-Seg: A Word-free Open World Segmentation Model

ICLR 2026poster

Open world image segmentation aims to achieve precise segmentation and semantic understanding of targets within images by addressing the infinitely open set of object categories encountered in the real world. However, traditional closed-set segmentation approaches struggle to adapt to complex open…

Cited by 0SourceScholar
2025

Adaptive Visuo-Tactile Fusion with Predictive Force Attention for Dexterous Manipulation

IROS 2025

Effectively utilizing multi-sensory data is important for robots to generalize across diverse tasks. However, the heterogeneous nature of these modalities makes fusion challenging. Existing methods propose strategies to obtain comprehensively fused features but often ignore the fact that each modali

Cited by 12SourcecodeScholar
2025

Amodal3R: Amodal 3D Reconstruction from Occluded 2D Images

ICCV 2025poster

Most existing image-to-3D models assume that objects are fully visible, ignoring occlusions that commonly occur in real-world scenarios. In this paper, we introduce Amodal3R, a conditional image-to-3D model designed to reconstruct plausible 3D geometry and appearance from partial observations. We ex…

Cited by 0SourcePDFScholar
2025

CADGrasp: Learning Contact and Collision Aware General Dexterous Grasping in Cluttered Scenes

NeurIPS 2025poster

Dexterous grasping in cluttered environments presents substantial challenges due to the high degrees of freedom of dexterous hands, occlusion, and potential collisions arising from diverse object geometries and complex layouts. To address these challenges, we propose CADGrasp, a two-stage algorithm…

Cited by 0SourceScholar
2025

Canonical Representation and Force-Based Pretraining of 3D Tactile for Dexterous Visuo-Tactile Policy Learning

ICRA 2025

Tactile sensing plays a vital role in enabling robots to perform fine-grained, contact-rich tasks. However, the high dimensionality of tactile data, due to the large coverage on dexterous hands, poses significant challenges for effective tactile feature learning, especially for 3D tactile data, as t

Cited by 15SourcecodeScholar
2025

ClutterDexGrasp: A Sim-to-Real System for General Dexterous Grasping in Cluttered Scenes

CoRL 2025oral

Dexterous grasping in cluttered scenes presents significant challenges due to diverse object geometries, occlusions, and potential collisions. Existing methods primarily focus on single-object grasping or grasp-pose prediction without interaction, which are insufficient for complex, cluttered scenes…

Cited by 0SourceScholar
2025

EmbedLLM: Learning Compact Representations of Large Language Models

ICLR 2025spotlight

With hundreds of thousands of language models available on Huggingface today, efficiently evaluating and utilizing these models across various downstream tasks has become increasingly critical. Many existing methods repeatedly learn task-specific representations of Large Language Models (LLMs), whic…

2025

From Crowdsourced Data to High-quality Benchmarks: Arena-Hard and Benchbuilder Pipeline

ICML 2025poster

The rapid evolution of Large Language Models (LLMs) has outpaced the development of model evaluation, highlighting the need for continuous curation of new, challenging benchmarks. However, manual curation of high-quality, human-aligned benchmarks is expensive and time-consuming. To address this, we…

Cited by 0SourcePDFScholar
2025

From Generation to Judgment: Opportunities and Challenges of LLM-as-a-judge

EMNLP 2025

Assessment and evaluation have long been critical challenges in artificial intelligence (AI) and natural language processing (NLP). Traditional methods, usually matching-based or small model-based, often fall short in open-ended and dynamic scenarios. Recent advancements in Large Language Models (LL

2025

LTOS: Layout-controllable Text-object Synthesis via Adaptive Cross-attention Fusions

ICASSP 2025accepted

Controllable text-to-image generation synthesizes visual text and objects in images with certain conditions. However, existing visual text rendering and layout-to-image generation tasks focus on single modality generation or rendering, leaving yet-to-be-bridged gaps between the approaches correspond…

Cited by 0SourceScholar
2025

Meta-Rewarding Language Models: Self-Improving Alignment with LLM-as-a-Meta-Judge

EMNLP 2025

Large Language Models (LLMs) are rapidly surpassing human knowledge in many domains. While improving these models traditionally relies on costly human data, recent self-rewarding mechanisms have shown that LLMs can improve by judging their own responses instead of relying on human labelers. However,

Cited by 0SourcePDFScholar
2025

R.I.P.: Better Models by Survival of the Fittest Prompts

ICML 2025poster

Training data quality is one of the most important drivers of final model quality. In this work, we introduce a method for evaluating data integrity based on the assumption that low-quality input prompts result in high variance and low quality responses. This is achieved by measuring the rejected re…

Cited by 1SourcePDFScholar
2025

RouteLLM: Learning to Route LLMs from Preference Data

ICLR 2025poster

Large language models (LLMs) excel at a wide range of tasks, but choosing the right model often involves balancing performance and cost. Powerful models offer better results but are expensive, while smaller models are more cost-effective but less capable. To address this trade-off, we introduce a tr…

Cited by 45SourcePDFScholar
2025

Thinking LLMs: General Instruction Following with Thought Generation

ICML 2025poster

LLMs are typically trained to answer user questions or follow instructions similarly to how human experts respond. However, in the standard alignment framework they lack the basic ability of explicit thinking before answering. Thinking is important for complex questions that require reasoning and pl…

Cited by 16SourcePDFScholar
2023

A Reduction-based Framework for Sequential Decision Making with Delayed Feedback

NeurIPS 2023poster

We study stochastic delayed feedback in general single-agent and multi-agent sequential decision making, which includes bandits, single-agent Markov decision processes (MDPs), and Markov games (MGs). We propose a novel reduction-based framework, which turns any multi-batched algorithm for sequential…

Cited by 7SourcePDFScholar
2023

Learning Score-based Grasping Primitive for Human-assisting Dexterous Grasping

NeurIPS 2023poster

The use of anthropomorphic robotic hands for assisting individuals in situations where human hands may be unavailable or unsuitable has gained significant importance. In this paper, we propose a novel task called human-assisting dexterous grasping that aims to train a policy for controlling a roboti…

Cited by 16SourcePDFScholar
2023

Practical Markov Boundary Learning without Strong Assumptions

AAAI 2023technical

Theoretically, the Markov boundary (MB) is the optimal solution for feature selection. However, existing MB learning algorithms often fail to identify some critical features in real-world feature selection tasks, mainly because the strict assumptions of existing algorithms, on either data distributi…

Cited by 8SourcePDFScholar
2023

PyPose: A Library for Robot Learning With Physics-Based Optimization

CVPR 2023poster

Deep learning has had remarkable success in robotic perception, but its data-centric nature suffers when it comes to generalizing to ever-changing environments. By contrast, physics-based optimization generalizes better, but it does not perform as well in complicated tasks due to the lack of high-le…

2022

A Reduction-Based Framework for Conservative Bandits and Reinforcement Learning

ICLR 2022poster

We study bandits and reinforcement learning (RL) subject to a conservative constraint where the agent is asked to perform at least as well as a given baseline policy. This setting is particular relevant in real-world domains including digital marketing, healthcare, production, finance, etc. In this…

Cited by 7SourcePDFScholar
2022

Domain Randomization-Enhanced Depth Simulation and Restoration for Perceiving and Grasping Specular and Transparent Objects

ECCV 2022poster

"Commercial depth sensors usually generate noisy and missing depths, especially on specular and transparent objects, which poses critical issues to downstream depth or point cloud-based tasks. To mitigate this problem, we propose a powerful RGBD fusion network, SwinDRNet, for depth restoration. We f…

2022

Generalization Bounds for Estimating Causal Effects of Continuous Treatments

NeurIPS 2022accept

We focus on estimating causal effects of continuous treatments (e.g., dosage in medicine), also known as dose-response function. Existing methods in causal inference for continuous treatments using neural networks are effective and to some extent reduce selection bias, which is introduced by non-ran…

Cited by 25SourcePDFScholar
2022

Kubric: A Scalable Dataset Generator

CVPR 2022poster

Data is the driving force of machine learning, with the amount and quality of training data often being more important for the performance of a system than architecture and training details. But collecting, processing and annotating real data at scale is difficult, expensive, and frequently raises a…

Cited by 249PDFcodeScholar
2022

Nearly Optimal Policy Optimization with Stable at Any Time Guarantee

ICML 2022spotlight

Policy optimization methods are one of the most widely used classes of Reinforcement Learning (RL) algorithms. However, theoretical understanding of these methods remains insufficient. Even in the episodic (time-inhomogeneous) tabular setting, the state-of-the-art theoretical result of policy-based…

Cited by 15SourcePDFScholar
2022

Towards Human-Level Bimanual Dexterous Manipulation with Reinforcement Learning

NeurIPS 2022accept

Achieving human-level dexterity is an important open problem in robotics. However, tasks of dexterous hand manipulation even at the baby level are challenging to solve through reinforcement learning (RL). The difficulty lies in the high degrees of freedom and the required cooperation among heterogen…

2022

VAT-Mart: Learning Visual Action Trajectory Proposals for Manipulating 3D ARTiculated Objects

ICLR 2022poster

Perceiving and manipulating 3D articulated objects (e.g., cabinets, doors) in human environments is an important yet challenging task for future home-assistant robots. The space of 3D articulated objects is exceptionally rich in their myriad semantic categories, diverse shape geometry, and complicat…

Cited by 104SourcePDFScholar
2021

On Reinforcement Learning with Adversarial Corruption and Its Application to Block MDP

ICML 2021spotlight

We study reinforcement learning (RL) in episodic tabular MDPs with adversarial corruptions, where some episodes can be adversarially corrupted. When the total number of corrupted episodes is known, we propose an algorithm, Corruption Robust Monotonic Value Propagation (\textsf{CR-MVP}), which achiev…

Cited by 20SourcePDFScholar
2020

Sanity-Checking Pruning Methods: Random Tickets can Win the Jackpot

NeurIPS 2020poster

Network pruning is a method for reducing test-time computational resource requirements with minimal performance degradation. Conventional wisdom of pruning algorithms suggests that: (1) Pruning methods exploit information from training data to find good subnetworks; (2) The architecture of the prune…

2019

End-to-End Driving Model for Steering Control of Autonomous Vehicles with Future Spatiotemporal Features

IROS 2019poster

End-to-end deep learning has gained considerable interests in autonomous driving vehicles in both academic and industrial fields, especially in decision making process. One critical issue in decision making process of autonomous driving vehicles is steering control. Researchers has already trained d…

Cited by 43SourceScholar