← Search

Yiran Wang

25 accepted papers

2026

AtelierEval: Agentic Evaluation of Humans & LLMs as Text-to-Image Prompters

ICML 2026poster

Text-to-image (T2I) systems increasingly rely on upstream prompters, either humans or multimodal large language models (MLLMs), to translate user intent into detailed prompts. Yet current benchmarks fix the prompt and only evaluate T2I models, leaving the prompting proficiency of this upstream compo…

Cited by 0SourceScholar
2026

CentaurEval: Benchmarking Human-in-the-Loop Value in Agentic Coding

ICML 2026poster

LLM-powered coding agents are reshaping the development paradigm. However, existing evaluation systems, neither traditional tests for humans nor benchmarks for LLMs, fail to capture this shift, excluding problems that require both human reasoning to guide solutions and AI efficiency for implementati…

Cited by 7SourceScholar
2026

HyLoVQA: Dynamic Hypernetwork-Generated Low-Rank Adaptation for Continual Visual Question Answering

IJCAI 2026

Continual Visual Question Answering (VQA) requires learning from non-stationary streams of visual inputs and questions while preserving past knowledge. Most prior methods adapt by updating a largely shared parameter set. This often leads to cross-level task interference, hindering accurate adaptatio

Cited by 0Scholar
2026

MacVQA: Adaptive Memory Allocation and Global Noise Filtering for Continual Visual Question Answering

AAAI 2026technical

Visual Question Answering (VQA) requires models to reason over multimodal information, combining visual and textual data. With the development of continual learning, significant progress has been made in retaining knowledge and adapting to new information in the VQA domain. However, current methods

Cited by 0SourcePDFScholar
2026

StereoAdapter: Adapting Stereo Depth Estimation to Underwater Scenes

ICRA 2026poster

Underwater stereo depth estimation provides accurate 3D geometry for robotics tasks such as navigation, inspection, and mapping, offering metric depth from low-cost passive cameras while avoiding the scale ambiguity of monocular methods. However, existing approaches face two critical challenges: (i)…

2025

AudioCache: Accelerate Audio Generation With Training-Free Layer Caching

ICASSP 2025accepted

Diffusion models have become the primary choice in audio generation. However, their slow generation speed necessitates acceleration techniques. While current audio generation methods primarily target U-Net-based models, the Diffusion Transformer (DiT) is emerging as the trend in audio generation. As…

Cited by 0SourceScholar
2025

CH3Depth: Efficient and Flexible Depth Foundation Model with Flow Matching

CVPR 2025highlight

Depth estimation is a fundamental task in 3D vision. An ideal depth estimation model is expected to embrace meticulous detail, temporal consistency, and high efficiency. Although existing foundation models can perform well in certain specific aspects, most of them fall short of fulfilling all the ab…

Cited by 0SourcePDFScholar
2025

Can LLMs Clarify? Investigation and Enhancement of Large Language Models on Argument Claim Optimization

COLING 2025main

In argumentation, the claim is the foundational proposition that underpins the argument, serving as the central pillar upon which the argument is constructed. It guides the subsequent presentation of evidence, reasoning, and analysis, thereby facilitating the audience’s understanding of the core iss…

Cited by 0SourcePDFScholar
2025

DynamicNER: A Dynamic, Multilingual, and Fine-Grained Dataset for LLM-based Named Entity Recognition

EMNLP 2025

The advancements of Large Language Models (LLMs) have spurred a growing interest in their application to Named Entity Recognition (NER) methods. However, existing datasets are primarily designed for traditional machine learning methods and are inadequate for LLM-based methods, in terms of corpus sel

2025

FlashMo: Geometric Interpolants and Frequency-Aware Sparsity for Scalable Efficient Motion Generation

NeurIPS 2025poster

Diffusion models have recently advanced 3D human motion generation by producing smoother and more realistic sequences from natural language. However, existing approaches face two major challenges: high computational cost during training and inference, and limited scalability due to reliance on U-Net…

Cited by 0SourcecodeScholar
2025

Hyper: Hyperparameter Robust Efficient Exploration in Reinforcement Learning

ICML 2025poster

The exploration \& exploitation dilemma poses significant challenges in reinforcement learning (RL). Recently, curiosity-based exploration methods achieved great success in tackling hard-exploration problems. However, they necessitate extensive hyperparameter tuning on different environments, which…

Cited by 1SourcePDFScholar
2025

MetaUrban: An Embodied AI Simulation Platform for Urban Micromobility

ICLR 2025spotlight

Public urban spaces such as streetscapes and plazas serve residents and accommodate social life in all its vibrant variations. Recent advances in robotics and embodied AI make public urban spaces no longer exclusive to humans. Food delivery bots and electric wheelchairs have started sharing sidewalk…

Cited by 1SourcePDFScholar
2025

Registering Source Tokens to Target Language Spaces in Multilingual Neural Machine Translation

ACL 2025long

The multilingual neural machine translation (MNMT) aims for arbitrary translations across multiple languages.Although MNMT-specific models trained on parallel data offer low costs in training and deployment, their performance consistently lags behind that of large language models (LLMs).In this work…

2025

TAGMO: Temporal Control Audio Generation for Multiple Visual Objects Without Training

ICASSP 2025accepted

With the great popularity of Sora, video-based audio generation has become indispensable. While numerous video-to-audio generation models have emerged, they frequently face difficulties including semantic incompatibilities and synchronization problems, especially in situations with multiple objects.…

Cited by 0SourceScholar
2025

TacoDepth: Towards Efficient Radar-Camera Depth Estimation with One-stage Fusion

CVPR 2025award

Radar-Camera depth estimation aims to predict dense and accurate metric depth by fusing input images and Radar data. Model efficiency is crucial for this task in pursuit of real-time processing on autonomous vehicles and robotic platforms. However, due to the sparsity of Radar returns, the prevailin…

2024

Self-Distilled Depth Refinement with Noisy Poisson Fusion

NeurIPS 2024poster

Depth refinement aims to infer high-resolution depth with fine-grained edges and details, refining low-resolution results of depth estimation models. The prevailing methods adopt tile-based manners by merging numerous patches, which lacks efficiency and produces inconsistency. Besides, prior arts su…

2024

Unleashing Region Understanding in Intermediate Layers for MLLM-based Referring Expression Generation

NeurIPS 2024poster

The Multi-modal Large Language Model (MLLM) based Referring Expression Generation (REG) task has gained increasing popularity, which aims to generate an unambiguous text description that applies to exactly one object or region in the image by leveraging foundation models. We empirically found that t…

2023

Low-Switching Policy Gradient with Exploration via Online Sensitivity Sampling

ICML 2023poster

Policy optimization methods are powerful algorithms in Reinforcement Learning (RL) for their flexibility to deal with policy parameterization and ability to handle model misspecification. However, these methods usually suffer from slow convergence rates and poor sample complexity. Hence it is import…

Cited by 5SourcePDFScholar
2022

What Works and Doesn’t Work, A Deep Decoder for Neural Machine Translation

ACL 2022findings

Deep learning has demonstrated performance advantages in a wide range of natural language processing tasks, including neural machine translation (NMT). Transformer NMT models are typically strengthened by deeper encoder layers, but deepening their decoder layers usually results in failure. In this p…

2021

Nested Named Entity Recognition via Explicitly Excluding the Influence of the Best Path

ACL 2021long

This paper presents a novel method for nested named entity recognition. As a layered method, our method extends the prior second-best path recognition method by explicitly excluding the influence of the best path. Our method maintains a set of hidden states at each time step and selectively leverage…