← Search

Shijie Wang

31 accepted papers

2026

JADE: Bridging the Strategic-Operational Gap in Dynamic Agentic RAG

ICML 2026poster

The evolution of Retrieval-Augmented Generation (RAG) has shifted from static retrieval pipelines to dynamic, agentic workflows where a central planner orchestrates multi-turn reasoning. However, existing paradigms face a critical dichotomy: they either optimize modules jointly within rigid, fixed-g…

Cited by 0SourceScholar
2026

R-Diverse: Mitigating Diversity Illusion in Self-Play LLM Training

ICML 2026poster

Self-play bootstraps LLM reasoning through an iterative Challenger–Solver loop: the Challenger is trained to generate questions that target the Solver's capabilities, and the Solver is optimized on the generated data to expand its reasoning skills. However, existing frameworks like R-Zero often exhi…

Cited by 0SourceScholar
2026

Toward Degradation-Robust High-Precision Mapping: A Large-Scale LiDAR-Inertial Dataset

RA-L 2026

LiDAR-Inertial Odometry (LIO) has demonstrated robust real-time capability and efficient mapping performance compared to traditional terrestrial laser scanners. Although recent advances driven by public datasets have improved LIO stability under certain degraded conditions, existing studies still la

Cited by 0SourcecodeScholar
2025

An Association-based Fusion Method for Speech Enhancement

IJCAI 2025

Deep learning-based speech enhancement (SE) methods predominantly draw upon two architectural frameworks: generative adversarial networks and diffusion models. In the realm of SE, capturing the local and global relations between signal frames is crucial for the success of these methods. These framew

2025

Cluster-Refined Optimal Transport for Unsupervised Action Segmentation

ICASSP 2025accepted

Action segmentation in untrimmed videos is essential for comprehensive video understanding. Despite significant progress in unsupervised methods, capturing both long-range dependencies and short-duration actions simultaneously remains a challenging task. To address this challenge, this paper introdu…

Cited by 0SourceScholar
2025

How Can Objects Help Video-Language Understanding?

ICCV 2025poster

Do we still need to represent objects explicitly in multimodal large language models (MLLMs)? To one extreme, pre-trained encoders convert images into visual tokens, with which objects and spatiotemporal relationships may be implicitly modeled. To the other extreme, image captions by themselves prov…

2025

Knowledge Graph Retrieval-Augmented Generation for LLM-based Recommendation

ACL 2025long

Recommender systems have become increasingly vital in our daily lives, helping to alleviate the problem of information overload across various user-oriented online services. The emergence of Large Language Models (LLMs) has yielded remarkable achievements, demonstrating their potential for the devel…

Cited by 0SourcePDFScholar
2025

MotiF: Making Text Count in Image Animation with Motion Focal Loss

CVPR 2025poster

Text-Image-to-Video (TI2V) generation aims to generate a video from an image following a text description, which is also referred to as text-guided image animation. Most existing methods struggle to generate videos that align well with the text prompts, particularly when motion is specified. To over…

2025

RAG-Star: Enhancing Deliberative Reasoning with Retrieval Augmented Verification and Refinement

NAACL 2025long

Existing large language models (LLMs) show exceptional problem-solving capabilities but might struggle with complex reasoning tasks. Despite the successes of chain-of-thought and tree-based search methods, they mainly depend on the internal knowledge of LLMs to search over intermediate reasoning ste…

2025

Sticker-TTS: Learn to Utilize Historical Experience with a Sticker-driven Test-Time Scaling Framework

EMNLP 2025

Large reasoning models (LRMs) have exhibited strong performance on complex reasoning tasks, with further gains achievable through increased computational budgets at inference. However, current test-time scaling methods predominantly rely on redundant sampling, ignoring the historical experience util

2025

Stochastic Trajectory Prediction Under Unstructured Constraints

ICRA 2025

Trajectory prediction facilitates effective planning and decision-making, while constrained trajectory prediction integrates regulation into prediction. Recent advances in constrained trajectory prediction focus on structured constraints by constructing optimization objectives. However, handling uns

Cited by 2SourceScholar
2025

Tree-of-AdEditor: Heuristic Tree Reasoning for Automated Video Advertisement Editing with Large Language Model

IJCAI 2025

Video advertising has become a popular marketing strategy on e-commerce platforms, requiring high-level semantic reasoning like selling point discovery, narrative organization. Previous rule-based methods struggle with these complex tasks, and learning-based approaches demand large datasets and high

2025

Trusted Multi-View Classification with Expert Knowledge Constraints

ICML 2025spotlight

Multi-view classification (MVC) based on the Dempster-Shafer theory has gained significant recognition for its reliability in safety-critical applications. However, existing methods predominantly focus on providing confidence levels for decision outcomes without explaining the reasoning behind these…

2025

Vision-Based Generic Potential Function for Policy Alignment in Multi-Agent Reinforcement Learning

AAAI 2025technical

Guiding the policy of multi-agent reinforcement learning to align with human common sense is a difficult problem, largely due to the complexity of modeling common sense as a reward, especially in complex and long-horizon multi-agent tasks. Recent works have shown the effectiveness of reward shaping,…

2024

Adaptive Fusion of Single-View and Multi-View Depth for Autonomous Driving

CVPR 2024poster

Multi-view depth estimation has achieved impressive performance over various benchmarks. However almost all current multi-view systems rely on given ideal camera poses which are unavailable in many real-world scenarios such as autonomous driving. In this work we propose a new robustness benchmark to…

2024

AntGPT: Can Large Language Models Help Long-term Action Anticipation from Videos?

ICLR 2024poster

Can we better anticipate an actor’s future actions (e.g. mix eggs) by knowing what commonly happens after the current action (e.g. crack eggs)? What if the actor also shares the goal (e.g. make fried rice) with us? The long-term action anticipation (LTA) task aims to predict an actor’s future behavi…

2024

MVHumanNet: A Large-scale Dataset of Multi-view Daily Dressing Human Captures

CVPR 2024poster

In this era the success of large language models and text-to-image models can be attributed to the driving force of large-scale datasets. However in the realm of 3D vision while remarkable progress has been made with models trained on large-scale synthetic and real-captured object data like Objavers…

Cited by 19SourcePDFScholar
2023

Deconfounded Opponent Intention Inference for Football Multi-Player Policy Learning

IROS 2023poster

Due to the high complexity of a football match, the opponents' strategies are variable and unknown. Thus predicting the opponents' future intentions accurately based on current situation is crucial for football players' decision-making. To better anticipate the opponents and learn more effective str…

Cited by 2SourceScholar
2023

Fine-Grained Retrieval Prompt Tuning

AAAI 2023technical

Fine-grained object retrieval aims to learn discriminative representation to retrieve visually similar objects. However, existing top-performing works usually impose pairwise similarities on the semantic embedding spaces or design a localization sub-network to continually fine-tune the entire model…

Cited by 21SourcePDFScholar
2023

Goal-Conditioned Predictive Coding for Offline Reinforcement Learning

NeurIPS 2023poster

Recent work has demonstrated the effectiveness of formulating decision making as supervised learning on offline-collected trajectories. Powerful sequence models, such as GPT or BERT, are often employed to encode the trajectories. However, the benefits of performing sequence modeling on trajectory da…

Cited by 12SourcePDFScholar
2023

Learning to Parameterize Visual Attributes for Open-set Fine-grained Retrieval

NeurIPS 2023poster

Open-set fine-grained retrieval is an emerging challenging task that allows to retrieve unknown categories beyond the training set. The best solution for handling unknown categories is to represent them using a set of visual attributes learnt from known categories, as widely used in zero-shot learn…

Cited by 6SourcePDFScholar
2023

Open-Set Fine-Grained Retrieval via Prompting Vision-Language Evaluator

CVPR 2023poster

Open-set fine-grained retrieval is an emerging challenge that requires an extra capability to retrieve unknown subcategories during evaluation. However, current works are rooted in the close-set scenarios, where all the subcategories are pre-defined, and make it hard to capture discriminative knowle…

Cited by 22SourcePDFScholar
2023

Unleashing Vanilla Vision Transformer with Masked Image Modeling for Object Detection

ICCV 2023poster

We present an approach to efficiently and effectively adapt a masked image modeling (MIM) pre-trained vanilla Vision Transformer (ViT) for object detection, which is based on our two novel observations: (i) A MIM pre-trained vanilla ViT encoder can work surprisingly well in the challenging object-le…

Cited by 69PDFcodeScholar
2022

Category-Specific Nuance Exploration Network for Fine-Grained Object Retrieval

AAAI 2022technical

Employing additional prior knowledge to model local features as a final fine-grained object representation has become a trend for fine-grained object retrieval (FGOR). A potential limitation of these methods is that they only focus on common parts across the dataset (e.g. head, body or even leg) by…

Cited by 14SourcePDFScholar
2021

Dynamic Position-aware Network for Fine-grained Image Recognition

AAAI 2021technical

Most weakly supervised fine-grained image recognition (WFGIR) approaches predominantly focus on learning the discriminative details which contain the visual variances and position clues. The position clues can be indirectly learnt by utilizing context information of discriminative visual content. Ho…

Cited by 35SourcePDFScholar
2020

Weakly Supervised Fine-Grained Image Classification via Guassian Mixture Model Oriented Discriminative Learning

CVPR 2020oral

Existing weakly supervised fine-grained image recognition (WFGIR) methods usually pick out the discriminative regions from the high-level feature maps directly. We discover that due to the operation of stacking local receptive filed, Convolutional Neural Network causes the discriminative region diff…

Cited by 104PDFScholar