← Search

Zhiquan Wen

8 accepted papers

2026

Action-and-object Aware Alignment for Partially Relevant Video Retrieval

AAAI 2026technical

Partially Relevant Video Retrieval (PRVR) aims to retrieve untrimmed videos containing relevant moments for a given text query. This task is extremely challenging, as untrimmed videos often include numerous actions and objects unrelated to the query. However, existing methods usually struggle with f

Cited by 0SourcePDFScholar
2026

Intervene When It Doubts: Conjunction-Guided Interactive Reasoning

ICML 2026poster

Large Reasoning Models (LRMs) excel at complex reasoning but suffer from inefficient reasoning, like overthinking and overshoot. These issues stem from excessive or misdirected reasoning triggered by the model's "doubt", manifested as self-validation and exploratory extension, increasing computation…

Cited by 0SourceScholar
2025

Continual Knowledge Adaptation for Reinforcement Learning

NeurIPS 2025poster

Reinforcement Learning enables agents to learn optimal behaviors through interactions with environments. However, real-world environments are typically non-stationary, requiring agents to continuously adapt to new tasks and changing conditions. Although Continual Reinforcement Learning facilitates l…

Cited by 0SourcecodeScholar
2025

Curse of High Dimensionality Issue in Transformer for Long Context Modeling

ICML 2025poster

Transformer-based large language models (LLMs) excel in natural language processing tasks by capturing long-range dependencies through self-attention mechanisms. However, long-context modeling faces significant computational inefficiencies due to redundant attention computations: while attention wei…

2023

Digging out Discrimination Information from Generated Samples for Robust Visual Question Answering

ACL 2023findings

Visual Question Answering (VQA) aims to answer a textual question based on a given image. Nevertheless, recent studies have shown that VQA models tend to capture the biases to answer the question, instead of using the reasoning ability, resulting in poor generalisation ability. To alleviate the issu…

Cited by 9SourcePDFScholar
2023

Towards Stable Test-time Adaptation in Dynamic Wild World

ICLR 2023top-5%

Test-time adaptation (TTA) has shown to be effective at tackling distribution shifts between training and testing data by adapting a given model on test samples. However, the online model updating of TTA may be unstable and this is often a key obstacle preventing existing TTA methods from being depl…

2021

Debiased Visual Question Answering from Feature and Sample Perspectives

NeurIPS 2021poster

Visual question answering (VQA) is designed to examine the visual-textual reasoning ability of an intelligent agent. However, recent observations show that many VQA models may only capture the biases between questions and answers in a dataset rather than showing real reasoning abilities. For example…