← Search

Zengmao Wang

15 accepted papers

2026

AnesSuite: A Comprehensive Benchmark and Dataset Suite for Anesthesiology Reasoning in LLMs

ICLR 2026poster

The application of large language models (LLMs) in the medical field has garnered significant attention, yet their reasoning capabilities in more specialized domains like anesthesiology remain underexplored. To bridge this gap, we introduce AnesSuite, the first comprehensive dataset suite specifical…

Cited by 0SourcecodeScholar
2026

ReFocusEraser: Refocusing for Small Object Removal with Robust Context-Shadow Repair

ICLR 2026poster

Existing diffusion-based object removal and inpainting methods often fail to recover the fine structural and textural details of small objects. This is primarily due to the VAE encoder’s downsampling, which inevitably compresses small masked regions and causes significant detail loss, while the deco…

Cited by 0SourcecodeScholar
2026

SRIF: A Safer Ranking Inference Framework for Diffusion Policy Models Without Retraining

RA-L 2026

Recently, diffusion policy models have been applied in the field of robotics. Most existing methods use all observations as condition inputs to the diffusion model. With the denoising of the diffusion model, Gaussian noise gradually becomes an action sequence. However, since these constraints are im

Cited by 0SourceScholar
2025

Causal Enhanced Autoregressive Model for Monocular Image-Goal Navigation in Unknown Map Environment

RA-L 2025

Monocular image-goal navigation in an outdoor environment is a challenging task. Robots have to face monocular scale uncertainty and complex environments. Recently, implementations based on imitation learning have made significant progress. However, robots tend to focus too much on the current state

Cited by 0SourceScholar
2025

Dynamic Parallel Tree Search for Efficient LLM Reasoning

ACL 2025long

Tree of Thoughts (ToT) enhances Large Language Model (LLM) reasoning by structuring problem-solving as a spanning tree. However, recent methods focus on search accuracy while overlooking computational efficiency. The challenges of accelerating the ToT lie in the frequent switching of reasoning focus…

2025

When Data-Free Knowledge Distillation Meets Non-Transferable Teacher: Escaping Out-of-Distribution Trap is All You Need

ICML 2025poster

Data-free knowledge distillation (DFKD) transfers knowledge from a teacher to a student without access the real in-distribution (ID) data. Its common solution is to use a generator to synthesize fake data and use them as a substitute for real ID data. However, existing works typically assume teacher…

Cited by 0SourcePDFScholar
2024

Can Language Models Perform Robust Reasoning in Chain-of-thought Prompting with Noisy Rationales?

NeurIPS 2024poster

This paper investigates an under-explored challenge in large language models (LLMs): chain-of-thought prompting with noisy rationales, which include irrelevant or inaccurate reasoning thoughts within examples used for in-context learning. We construct NoRa dataset that is tailored to evaluate the ro…

2024

GaussianGrasper: 3D Language Gaussian Splatting for Open-Vocabulary Robotic Grasping

RA-L 2024

Constructing a 3D scene capable of accommodating open-ended language queries, is a pivotal pursuit in the domain of robotics, which facilitates robots in executing object manipulations based on human language directives. To achieve this, some research efforts have been dedicated to the development o

Cited by 102SourcecodeScholar
2024

Improving Generalized Zero-Shot Learning by Exploring the Diverse Semantics from External Class Names

CVPR 2024poster

Generalized Zero-Shot Learning (GZSL) methods often assume that the unseen classes are similar to seen classes and thus perform poor when unseen classes are dissimilar to seen classes. Although some existing GZSL approaches can alleviate this issue by leveraging additional semantic information from…

2024

LeMeViT: Efficient Vision Transformer with Learnable Meta Tokens for Remote Sensing Image Interpretation

IJCAI 2024poster

Due to spatial redundancy in remote sensing images, sparse tokens containing rich information are usually involved in self-attention (SA) to reduce the overall token numbers within the calculation, avoiding the high computational cost issue in Vision Transformers. However, such methods usually obtai…

2024

What If the Input is Expanded in OOD Detection?

NeurIPS 2024poster

Out-of-distribution (OOD) detection aims to identify OOD inputs from unknown classes, which is important for the reliable deployment of machine learning models in the open world. Various scoring functions are proposed to distinguish it from in-distribution (ID) data. However, existing methods genera…