← Search

Wenhao Jiang

28 accepted papers

2026

BEAP-AGENT: BACKTRACKABLE EXECUTION AND ADAPTIVE PLANNING FOR GUI AGENTS

ICASSP 2026poster

GUI agents are designed to automate repetitive tasks and enhance productivity. However, existing GUI agents struggle to recover once they follow an incorrect exploration path, often leading to task failure. In this work, we model GUI task execution as a DFS process and propose BEAP-Agent, a DFS-base…

Cited by 1SourcePDFScholar
2026

Enhancing Geometric Perception in VLMs via Translator-Guided Reinforcement Learning

ICLR 2026poster

Vision-language models (VLMs) often struggle with geometric reasoning due to their limited perception of fundamental diagram elements. To tackle this challenge, we introduce GeoPerceive, a benchmark comprising diagram instances paired with domain-specific language (DSL) representations, along with a…

Cited by 0SourcecodeScholar
2026

OddGridBench: Exposing the Lack of Fine-Grained Visual Discrepancy Sensitivity in Multimodal Large Language Models

CVPR 2026

Multimodal large language models (MLLMs) have achieved remarkable performance across a wide range of vision-language tasks. However, their ability in low-level visual perception, particularly in detecting fine-grained visual discrepancies, remains underexplored and lacks systematic analysis.In this

Cited by 0SourcecodeScholar
2026

RM-Distiller: Exploiting Generative LLM for Reward Model Distillation

IJCAI 2026

Reward models (RMs) play a pivotal role in aligning large language models (LLMs) with human preferences. Due to the difficulty of obtaining high-quality human preference annotations, distilling preferences from generative LLMs has emerged as a standard practice. However, existing approaches predomin

Cited by 0Scholar
2025

AdmTree: Compressing Lengthy Context with Adaptive Semantic Trees

NeurIPS 2025poster

The quadratic complexity of self-attention limits Large Language Models (LLMs) in processing long contexts, a capability vital for many advanced applications. Context compression aims to mitigate this computational barrier while preserving essential semantic information. However, existing methods of…

Cited by 0SourceScholar
2025

CLEME2.0: Towards Interpretable Evaluation by Disentangling Edits for Grammatical Error Correction

ACL 2025long

The paper focuses on the interpretability of Grammatical Error Correction (GEC) evaluation metrics, which received little attention in previous studies. To bridge the gap, we introduce **CLEME2.0**, a reference-based metric describing four fundamental aspects of GEC systems: hit-correction, wrong-co…

2025

EXCGEC: A Benchmark for Edit-Wise Explainable Chinese Grammatical Error Correction

AAAI 2025technical

Existing studies explore the explainability of Grammatical Error Correction (GEC) in a limited scenario, where they ignore the interaction between corrections and explanations and have not established a corresponding comprehensive benchmark. To bridge the gap, this paper first introduces the task of…

2025

Exploring the Implicit Semantic Ability of Multimodal Large Language Models: A Pilot Study on Entity Set Expansion

ICASSP 2025accepted

The rapid development of multimodal large language models (MLLMs) has brought significant improvements to a wide range of tasks in realworld applications. However, LLMs still exhibit certain limitations in extracting implicit semantic information. In this paper, we applies MLLMs to the Multi-modal E…

Cited by 0SourceScholar
2025

Express What You See: Can Multimodal LLMs Decode Visual Ciphers with Intuitive Semiosis Comprehension?

ACL 2025finding

Bridging the gap between visual and language remains a pivotal challenge for the multimodal community. Traditional VQA benchmarks encounter a modality gap and over-reliance on language priors, whereas human cognition excels at intuitive semiosis, associating abstract visual symbols to linguistic sem…

Cited by 0SourcePDFScholar
2025

RAISE: Reinforced Adaptive Instruction Selection For Large Language Models

EMNLP 2025

Instruction tuning of large language models (LLMs) benefits more from a handful of high-quality examples than from hordes of low-quality ones. Existing selection methods typically rely on static, heuristic quality scores and are executed only once before training. Consequently, they neither adapt to

2025

SCOUT: Teaching Pre-trained Language Models to Enhance Reasoning via Flow Chain-of-Thought

NeurIPS 2025poster

Chain-of-Thought (CoT) prompting improves the reasoning performance of large language models (LLMs) by encouraging step-by-step thinking. However, CoT-based methods depend on intermediate reasoning steps, which limits scalability and generalization. Recent work explores recursive reasoning, where L…

Cited by 0SourceScholar
2025

Teaching According to Talents! Instruction Tuning LLMs with Competence-Aware Curriculum Learning

EMNLP 2025

Efficient instruction tuning aims to enhance the ultimate performance of large language models (LLMs) trained on a given instruction dataset. Curriculum learning as a typical data organization strategy has shown preliminary effectiveness in instruction tuning. However, current curriculum tuning meth

2025

TimeStacker: A Novel Framework with Multilevel Observation for Capturing Nonstationary Patterns in Time Series Forecasting

ICML 2025poster

Real-world time series inherently exhibit significant non-stationarity, posing substantial challenges for forecasting. To address this issue, this paper proposes a novel prediction framework, TimeStacker, designed to overcome the limitations of existing models in capturing the characteristics of non…

Cited by 0SourcePDFScholar
2025

VisNumBench: Evaluating Number Sense of Multimodal Large Language Models

ICCV 2025poster

Can Multimodal Large Language Models (MLLMs) develop an intuitive number sense similar to humans? Targeting this problem, we introduce Visual Number Benchmark (VisNumBench) to evaluate the number sense abilities of MLLMs across a wide range of visual numerical tasks. VisNumBench consists of about 1,…

2024

LanguageBind: Extending Video-Language Pretraining to N-modality by Language-based Semantic Alignment

ICLR 2024poster

The video-language (VL) pretraining has achieved remarkable improvement in multiple downstream tasks. However, the current VL pretraining framework is hard to extend to multiple modalities (N modalities, N ≥ 3) beyond vision and language. We thus propose LanguageBind, taking the language as the bind…

2022

DynaMixer: A Vision MLP Architecture with Dynamic Mixing

ICML 2022spotlight

Recently, MLP-like vision models have achieved promising performances on mainstream visual recognition tasks. In contrast with vision transformers and CNNs, the success of MLP-like models shows that simple information fusion operations among tokens and channels can yield a good representation power…

2022

SWEM: Towards Real-Time Video Object Segmentation With Sequential Weighted Expectation-Maximization

CVPR 2022poster

Matching-based methods, especially those based on space-time memory, are significantly ahead of other solutions in semi-supervised video object segmentation (VOS). However, continuously growing and redundant template features lead to an inefficient inference. To alleviate this, we propose a novel Se…

Cited by 58PDFcodeScholar
2022

VLMixer: Unpaired Vision-Language Pre-training via Cross-Modal CutMix

ICML 2022spotlight

Existing vision-language pre-training (VLP) methods primarily rely on paired image-text datasets, which are either annotated by enormous human labors or crawled from the internet followed by elaborate data cleaning techniques. To reduce the dependency on well-aligned image-text pairs, it is promisin…

2021

Multi-Target Invisibly Trojaned Networks for Visual Recognition and Detection

IJCAI 2021poster

Visual backdoor attack is a recently-emerging task which aims to implant trojans in a deep neural model. A trojaned model responds to a trojan-invoking trigger in a fully predictable manner while functioning normally otherwise. As a key motivating fact to this work, most triggers adopted in existing…

Cited by 4SourcePDFScholar
2021

Self-Supervised Video Action Localization with Adversarial Temporal Transforms

IJCAI 2021poster

Weakly-supervised temporal action localization aims to locate intervals of action instances with only video-level action labels for training. However, the localization results generated from video classification networks are often not accurate due to the lack of temporal boundary annotation of actio…

Cited by 7SourcePDFScholar
2021

VideoMoCo: Contrastive Video Representation Learning With Temporally Adversarial Examples

CVPR 2021poster

MoCo is effective for unsupervised image representation learning. In this paper, we propose VideoMoCo for unsupervised video representation learning. Given a video sequence as an input sample, we improve the temporal feature representations of MoCo from two perspectives. First, we introduce a genera…

Cited by 295PDFcodeScholar
2020

Learning Modality Interaction for Temporal Sentence Localization and Event Captioning in Videos

ECCV 2020poster

Automatically generating sentences to describe events and temporally localizing sentences in a video are two important tasks that bridge language and videos. Recent techniques leverage the multimodal nature of videos by using off-the-shelf features to represent videos, but interactions between modal…

Cited by 123SourcePDFScholar
2019

Controllable Video Captioning With POS Sequence Guidance Based on Gated Fusion Network

ICCV 2019poster

In this paper, we propose to guide the video caption generation with Part-of-Speech (POS) information, based on a gated fusion of multiple representations of input videos. We construct a novel gated fusion network, with one particularly designed cross-gating (CG) block, to effectively encode and fus…

Cited by 232PDFcodeScholar
2018

Bidirectional Attentive Fusion With Context Gating for Dense Video Captioning

CVPR 2018poster

Dense video captioning is a newly emerging task that aims at both localizing and describing all events in a video. We identify and tackle two challenges on this task, namely, (1) how to utilize both past and future contexts for accurate event proposal predictions, and (2) how to construct informativ…

Cited by 272SourcePDFScholar
2018

Regularizing RNNs for Caption Generation by Reconstructing the Past With the Present

CVPR 2018poster

Recently, caption generation with an encoder-decoder framework has been extensively studied and applied in different domains, such as image captioning, code captioning, and so on. In this paper, we propose a novel architecture, namely Auto-Reconstructor Network (ARNet), which, coupling with the conv…