← Search

Jinqiao Wang

66 accepted papers

2026

Addressing Semantic Blind Spots in Text-to-SQL via Component Pre-generation and AST Matching Rewards

ICML 2026poster

In recent years, significant advancements in large language models have greatly propelled the development of Text-to-SQL tasks. However, due to the token-by-token sequential generation mechanism employed by these models, they encounter a semantic blind spot problem with respect to pending SQL compon…

Cited by 0SourceScholar
2026

AnomalyMoE: Towards a Language-free Generalist Model for Unified Visual Anomaly Detection

AAAI 2026technical

Anomaly detection is a critical task across numerous domains and modalities, yet existing methods are often highly specialized, limiting their generalizability. These specialized models, tailored for specific anomaly types like textural defects or logical errors, typically exhibit limited performanc

Cited by 0SourcePDFScholar
2026

Benchmarking the Scientific Mind: Toward Evaluation of Complex-Reasoning Biomedical VQA

ICML 2026poster

Despite progress of Multimodal Large Language Models (MLLMs) in biomedical visual question answering (VQA), existing benchmarks provide limited assessment of their scientific reasoning capabilities. Most datasets adopt single-image question construction and outcome-oriented evaluation, where correct…

Cited by 0SourceScholar
2026

Characterizing and Mitigating Reasoning Drift in Large Language Models

ICLR 2026poster

While chain-of-thought prompting enables powerful multi-step reasoning in Large Language Models (LLMs), the stochastic nature of the generation process undermines its reliability. In this work, we first analyze thousands of reasoning paths to identify Reasoning Drift, a key failure mode where models…

Cited by 0SourceScholar
2026

Dichotomous Diffusion Policy Optimization

ICLR 2026poster

Diffusion-based policies have gained growing popularity in solving a wide range of decision-making tasks due to their superior expressiveness and controllable generation during inference. However, effectively training large diffusion policies using reinforcement learning (RL) remains challenging. Ex…

Cited by 0SourcecodeScholar
2026

GThinker: Towards General Multimodal Reasoning via Cue-Guided Rethinking

CVPR 2026

Despite recent advances in multimodal reasoning, Multimodal Large Language Models (MLLMs) still struggle on complex tasks where initial visual perceptions can be misleading. This performance gap stems from a critical reasoning flaw we term Visual Inertia: while MLLMs excel at iterative reflection in

Cited by 0SourcecodeScholar
2026

GeM-VG: Towards Generalized Multi-image Visual Grounding with Multimodal Large Language Models

AAAI 2026technical

Multimodal Large Language Models (MLLMs) have demonstrated impressive progress in single-image grounding and general multi-image understanding. Recently, some methods begin to address multi-image grounding. However, they are constrained by single-target localization and limited types of practical ta

Cited by 0SourcePDFScholar
2026

Improving Generalization in LLM Structured Pruning via Function-Aware Neuron Grouping

AAAI 2026technical

Large Language Models (LLMs) demonstrate impressive performance across natural language tasks but incur substantial computational and storage costs due to their scale. Post-training structured pruning offers an efficient solution. However, when few-shot calibration sets fail to adequately reflect th

Cited by 0SourcePDFScholar
2026

Interactive Person Retrieval via Multi-Turn Multimodal Conversation

ICML 2026poster

Traditional text-based person retrieval approaches typically rely on single-shot textual queries, which are generally incomplete or vague in real-world scenarios. Recently, chat-based person retrieval methods enable iterative query refinement via question-answering interactions between the system an…

Cited by 0SourceScholar
2026

PixCLIP: Towards Fine-grained Vision-Language Understanding via Any-granularity Pixel-Text Alignment

ICML 2026poster

While CLIP has achieved strong performance across vision–language tasks, fine-grained image–text alignment remains challenging. Recent efforts improve textual granularity by leveraging long, detailed descriptions and replacing CLIP’s text encoder with LLM, but often overlook the visual-side bottlene…

Cited by 0SourceScholar
2026

Quality-Aware Language-Conditioned Local Auto-Regressive Anomaly Synthesis and Detection

AAAI 2026technical

Despite substantial progress in anomaly synthesis, existing diffusion-based and coarse inpainting pipelines commonly suffer from structural deficiencies such as micro-structural discontinuities, limited semantic controllability, and inefficient generation. To overcome these limitations, we introduce

Cited by 0SourcePDFScholar
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

ReCALL: Recalibrating Capability Degradation for MLLM-based Composed Image Retrieval

CVPR 2026

Composed Image Retrieval (CIR) aims to retrieve target images based on a hybrid query comprising a reference image and a modification text. Early dual-tower Vision-Language Models (VLMs) struggle with cross-modality compositional reasoning required for this task. While adapting generative Multimodal

Cited by 0SourcecodeScholar
2026

ReST-KV: Robust KV Cache Eviction with Layer-wise Output Reconstruction and Spatial-Temporal Smoothing

ICLR 2026poster

Large language models (LLMs) face growing challenges in efficient generative inference due to the increasing memory demands of Key-Value (KV) caches, especially for long sequences. Existing eviction methods typically retain KV pairs with high attention weights but overlook the impact of attention re…

Cited by 0SourcecodeScholar
2026

Scaling Linear Attention with Sparse State Expansion

ICLR 2026poster

The Transformer architecture, despite its widespread success, struggles with long-context scenarios due to quadratic computation and linear memory growth. While various linear attention variants mitigate these efficiency constraints by compressing context into fixed-size states, they often degrade p…

Cited by 0SourceScholar
2026

Semantic Noise Reduction via Teacher-Guided Dual-Path Audio-Visual Representation Learning

CVPR 2026

Recent advances in audio-visual representation learning have shown the value of combining contrastive alignment with masked reconstruction. However, jointly optimizing these objectives in a single forward pass forces the contrastive branch to rely on randomly visible patches designed for reconstruct

Cited by 0SourceScholar
2026

WISER: Wider Search, Deeper Thinking, and Adaptive Fusion for Training-Free Zero-Shot Composed Image Retrieval

CVPR 2026

Zero-Shot Composed Image Retrieval (ZS-CIR) aims to retrieve target images given a multimodal query (comprising a reference image and a modification text), without training on annotated triplets. Existing methods typically convert the multimodal query into a single modality--either as an edited capt

Cited by 0SourcecodeScholar
2025

Chat-based Person Retrieval via Dialogue-Refined Cross-Modal Alignment

CVPR 2025poster

Traditional text-based person retrieval (TPR) relies on a single-shot text as query to retrieve the target person, assuming that the query completely captures the user's search intent. However, in real-world scenarios, it can be challenging to ensure the information completeness of such single-shot…

2025

Cracking the Code of Hallucination in LVLMs with Vision-aware Head Divergence

ACL 2025long

Large vision-language models (LVLMs) have made substantial progress in integrating large language models (LLMs) with visual inputs, enabling advanced multimodal reasoning. Despite their success, a persistent challenge is hallucination—where generated text fails to accurately reflect visual content—u…

2025

Enhancing Chain of Thought Prompting in Large Language Models via Reasoning Patterns

AAAI 2025technical

Chain of Thought (CoT) prompting can encourage language models to engage in multi-step logical reasoning. The quality of the provided demonstrations significantly influences the success of downstream inference tasks. Current unsupervised CoT methods primarily select examples based on the semantics o…

2025

Extracting Sparse Specialist Models from Generalist Models

ICASSP 2025accepted

Recently, several generalist models such as Contrastive Language Image Pre-training (CLIP) have demonstrated their capabilities of performing diverse downstream tasks through zero-shot or few-shot guidance. When these generalist models are used for the specific downstream task where only a fraction…

Cited by 0SourceScholar
2025

FLARE: A Framework for Stellar Flare Forecasting Using Stellar Physical Properties and Historical Records

IJCAI 2025

Stellar flare events are critical observational samples for astronomical research; however, recorded flare events remain limited. Stellar flare forecasting can provide additional flare event samples to support research efforts. Despite this potential, no specialized models for stellar flare forecast

2025

FOCUS: Unified Vision-Language Modeling for Interactive Editing Driven by Referential Segmentation

NeurIPS 2025poster

Recent Large Vision Language Models (LVLMs) demonstrate promising capabilities in unifying visual understanding and generative modeling, enabling both accurate content understanding and flexible editing. However, current approaches treat \textbf{\textit{"what to see"}} and \textbf{\textit{"how to ed…

Cited by 0SourceScholar
2025

Griffon v2: Advancing Multimodal Perception with High-Resolution Scaling and Visual-Language Co-Referring

ICCV 2025poster

Large Vision Language Models have achieved fine-grained object perception, but the limitation of image resolution remains a significant obstacle to surpassing the performance of task-specific experts in complex and dense scenarios. Such limitation further restricts the model's potential to achieve n…

2025

LINK: Adaptive Modality Interaction for Audio-Visual Video Parsing

ICASSP 2025accepted

Audio-visual video parsing focuses on classifying videos through weak labels while identifying events as either visible, audible, or both, alongside their respective temporal boundaries. Many methods ignore that different modalities often lack alignment, thereby introducing extra noise during modal…

Cited by 0SourceScholar
2025

LightPlanner: Unleashing the Reasoning Capabilities of Lightweight Large Language Models in Task Planning

IROS 2025

In recent years, lightweight large language models (LLMs) have garnered significant attention in the robotics field due to their low computational resource requirements and suitability for edge deployment. However, in task planning—particularly for complex tasks that involve dynamic semantic logic r

Cited by 4SourcecodeScholar
2025

MUG: Pseudo Labeling Augmented Audio-Visual Mamba Network for Audio-Visual Video Parsing

ICCV 2025poster

The weakly-supervised audio-visual video parsing (AVVP) aims to predict all modality-specific events and locate their temporal boundaries. Despite significant progress, due to the limitations of the weakly-supervised and the deficiencies of the model architecture, existing methods are lacking in sim…

2025

PhysVLM-AVR: Active Visual Reasoning for Multimodal Large Language Models in Physical Environments

NeurIPS 2025poster

Visual reasoning in multimodal large language models (MLLMs) has primarily been studied in passive, static settings, limiting their effectiveness in real-world physical environments where an embodied agent must contend with incomplete information due to occlusion or a limited field of view. Humans,…

Cited by 0SourceScholar
2025

PhysVLM: Enabling Visual Language Models to Understand Robotic Physical Reachability

CVPR 2025poster

Understanding the environment and a robot's physical reachability is crucial for task execution. While state-of-the-art vision-language models (VLMs) excel in environmental perception, they often generate inaccurate or impractical responses in embodied visual reasoning tasks due to a lack of underst…

2025

Synthetic Data is an Elegant GIFT for Continual Vision-Language Models

CVPR 2025poster

Pre-trained Vision-Language Models (VLMs) require Continual Learning (CL) to efficiently update their knowledge and adapt to various downstream tasks without retraining from scratch. However, for VLMs, in addition to the loss of knowledge previously learned from downstream tasks, pre-training knowle…

2025

UniVAD: A Training-free Unified Model for Few-shot Visual Anomaly Detection

CVPR 2025poster

Visual Anomaly Detection (VAD) aims to identify abnormal samples in images that deviate from normal patterns, covering multiple domains, including industrial, logical, and medical fields. Due to the domain gaps between these fields, existing VAD methods are typically tailored to each domain, with sp…

2024

AnomalyGPT: Detecting Industrial Anomalies Using Large Vision-Language Models

AAAI 2024technical

Large Vision-Language Models (LVLMs) such as MiniGPT-4 and LLaVA have demonstrated the capability of understanding images and achieved remarkable performance in various visual tasks. Despite their strong abilities in recognizing common objects due to extensive training datasets, they lack specific d…

2024

BFRFormer: Transformer-Based Generator for Real-World Blind Face Restoration

ICASSP 2024accepted

Blind face restoration is a challenging task due to the unknown and complex degradation. Although face prior-based methods and reference-based methods have recently demonstrated high-quality results, the restored images tend to contain over-smoothed results and lose identity-preserved details when t…

Cited by 0SourceScholar
2024

Fluctuation-Based Adaptive Structured Pruning for Large Language Models

AAAI 2024technical

Network Pruning is a promising way to address the huge computing resource demands of the deployment and inference of Large Language Models (LLMs). Retraining-free is important for LLMs' pruning methods. However, almost all of the existing retraining-free pruning approaches for LLMs focus on unstruct…

2024

Griffon: Spelling out All Object Locations at Any Granularity with Large Language Models

ECCV 2024poster

"Replicating the innate human ability to detect all objects based on free-form texts at any granularity remains a formidable challenge for Large Vision Language Models (LVLMs). Current LVLMs are predominantly constrained to locate a single, pre-existing object. This limitation leads to a compromise…

2024

PFDM: Parser-Free Virtual Try-On via Diffusion Model

ICASSP 2024accepted

Virtual try-on can significantly improve the garment shopping experiences in both online and in-store scenarios, attracting broad interest in computer vision. However, to achieve high-fidelity try-on performance, most state-of-the-art methods still rely on accurate segmentation masks, which are ofte…

Cited by 0SourceScholar
2024

SEEKR: Selective Attention-Guided Knowledge Retention for Continual Learning of Large Language Models

EMNLP 2024main

Continual learning (CL) is crucial for language models to dynamically adapt to the evolving real-world demands. To mitigate the catastrophic forgetting problem in CL, data replay has been proven a simple and effective strategy, and the subsequent data-replay-based distillation can further enhance th…

2024

Self-Supervised Representation Learning from Arbitrary Scenarios

CVPR 2024poster

Current self-supervised methods can primarily be categorized into contrastive learning and masked image modeling. Extensive studies have demonstrated that combining these two approaches can achieve state-of-the-art performance. However these methods essentially reinforce the global consistency of co…

Cited by 1SourcePDFScholar
2024

The Devil is in Details: Delving Into Lite FFN Design for Vision Transformers

ICASSP 2024accepted

Transformer has demonstrated exceptional performance on a variety of vision tasks. However, its high computational complexity can become problematic. In this paper, we conduct a systematic analysis of the complexity of each component in vision transformers, and identify an easily overlooked detail:…

Cited by 0SourceScholar
2023

ZBS: Zero-Shot Background Subtraction via Instance-Level Background Modeling and Foreground Selection

CVPR 2023poster

Background subtraction (BGS) aims to extract all moving objects in the video frames to obtain binary foreground segmentation masks. Deep learning has been widely used in this field. Compared with supervised-based BGS methods, unsupervised methods have better generalization. However, previous unsuper…

2022

C2AM Loss: Chasing a Better Decision Boundary for Long-Tail Object Detection

CVPR 2022poster

Long-tail object detection suffers from poor performance on tail categories. We reveal that the real culprit lies in the extremely imbalanced distribution of the classifier's weight norm. For conventional softmax cross-entropy loss, such imbalanced weight norm distribution yields ill conditioned dec…

Cited by 28PDFScholar
2022

Obj2Seq: Formatting Objects as Sequences with Class Prompt for Visual Tasks

NeurIPS 2022accept

Visual tasks vary a lot in their output formats and concerned contents, therefore it is hard to process them with an identical structure. One main obstacle lies in the high-dimensional outputs in object-level visual tasks. In this paper, we propose an object-centric vision framework, Obj2Seq. Obj2Se…

2022

PASS: Part-Aware Self-Supervised Pre-training for Person Re-identification

ECCV 2022poster

"In person re-identification (ReID), very recent researches have validated pre-training the models on unlabelled person images is much better than on ImageNet. However, these researches directly apply the existing self-supervised learning (SSL) methods designed for image classification to ReID witho…

2022

Regularizing Vector Embedding in Bottom-Up Human Pose Estimation

ECCV 2022poster

"The embedding-based method such as Associative Embedding is popular in bottom-up human pose estimation. Methods under this framework group candidate keypoints according to the predicted identity embeddings. However, the identity embeddings of different instances are likely to be linearly inseparabl…

2022

TaiSu: A 166M Large-scale High-Quality Dataset for Chinese Vision-Language Pre-training

NeurIPS 2022accept

Vision-Language Pre-training (VLP) has been shown to be an efficient method to improve the performance of models on different vision-and-language downstream tasks. Substantial studies have shown that neural networks may be able to learn some general rules about language and visual concepts from a la…

2022

UniVIP: A Unified Framework for Self-Supervised Visual Pre-Training

CVPR 2022poster

Self-supervised learning (SSL) holds promise in leveraging large amounts of unlabeled data. However, the success of popular SSL methods has limited on single-centric-object images like those in ImageNet and ignores the correlation among the scene and instances, as well as the semantic difference of…

Cited by 41PDFScholar
2021

Adaptive Class Suppression Loss for Long-Tail Object Detection

CVPR 2021poster

To address the problem of long-tail distribution for the large vocabulary object detection task, existing methods usually divide the whole categories into several groups and treat each group with different strategies. These methods bring the following two problems. One is the training inconsistency…

Cited by 128PDFcodeScholar
2021

Consistent-Separable Feature Representation for Semantic Segmentation

AAAI 2021technical

Cross-entropy loss combined with softmax is one of the most commonly used supervision components in most existing segmentation methods. The softmax loss is typically good at optimizing the inter-class difference, but not good at reducing the intra-class variation, which can be suboptimal for semanti…

Cited by 3SourcePDFScholar
2021

High-Performance Discriminative Tracking With Transformers

ICCV 2021poster

End-to-end discriminative trackers improve the state of the art significantly, yet the improvement in robustness and efficiency is restricted by the conventional discriminative model, i.e., least-squares based regression. In this paper, we present DTT, a novel single-object discriminative tracker, b…

Cited by 141PDFScholar
2021

Improving Multiple Object Tracking With Single Object Tracking

CVPR 2021poster

Despite considerable similarities between multiple object tracking (MOT) and single object tracking (SOT) tasks, modern MOT methods have not benefited from the development of SOT ones to achieve satisfactory performance. The major reason for this situation is that it is inappropriate and inefficient…

Cited by 148PDFScholar
2021

MST: Masked Self-Supervised Transformer for Visual Representation

NeurIPS 2021poster

Transformer has been widely used for self-supervised pre-training in Natural Language Processing (NLP) and achieved great success. However, it has not been fully explored in visual self-supervised learning. Meanwhile, previous methods only consider the high-level feature and learning representation…

Cited by 180SourcePDFScholar
2020

Adaptive Variance Based Label Distribution Learning For Facial Age Estimation

ECCV 2020poster

Estimating age from a single facial image is a classic and challenging topic in computer vision. One of its most intractable issues is label ambiguity, i.e., face images from adjacent age of the same person are often indistinguishable. Some existing methods adopt distribution learning to tackle this…

Cited by 78SourcePDFScholar
2020

Identity-Guided Human Semantic Parsing for Person Re-Identification

ECCV 2020poster

Existing alignment-based methods have to employ the pre-trained human parsing models to achieve the pixel-level alignment, and cannot identify the personal belongings (e.g., backpacks and reticule) which are crucial to person re-ID. In this paper, we propose the identity-guided human semantic parsin…

2020

Large Batch Optimization for Object Detection: Training COCO in 12 Minutes

ECCV 2020poster

Most of existing object detectors usually adopt a small training batch size ( ~16), which severely hinders the whole community from exploring large-scale datasets due to the extremely long training procedure. In this paper, we propose a versatile large batch optimization framework for object detecti…

2020

Learning Feature Embeddings for Discriminant Model based Tracking

ECCV 2020poster

After observing that the features used in most online discriminatively trained trackers are not optimal, in this paper, we propose a novel and effective architecture to learn optimal feature embeddings for online discriminative tracking. Our method, called DCFST, integrates the solver of a discrimin…

Cited by 111SourcePDFScholar
2020

Occlusion-Aware Siamese Network for Human Pose Estimation

ECCV 2020poster

Pose estimation usually suffers from varying degrees of performance degeneration owing to occlusion. To conquer this dilemma, we propose an occlusion-aware siamese network to improve the performance. Specifically, we introduce scheme of feature erasing and reconstruction. Firstly, we utilize attenti…

Cited by 50SourcePDFScholar
2019

Semantic Alignment: Finding Semantically Consistent Ground-Truth for Facial Landmark Detection

CVPR 2019poster

Recently, deep learning based facial landmark detection has achieved great success. Despite this, we notice that the semantic ambiguity greatly degrades the detection performance. Specifically, the semantic ambiguity means that some landmarks (e.g. those evenly distributed along the face contour) do…

Cited by 74PDFScholar
2017

CoupleNet: Coupling Global Structure With Local Parts for Object Detection

ICCV 2017poster

The region-based Convolutional Neural Network (CNN) detectors such as Faster R-CNN or R-FCN have already shown promising results for object detection by combining the region proposal subnetwork and the classification subnetwork together. Although R-FCN has achieved higher detection speed while keepi…

Cited by 352PDFcodeScholar
2015

Relaxing From Vocabulary: Robust Weakly-Supervised Deep Learning for Vocabulary-Free Image Tagging

ICCV 2015poster

The development of deep learning has empowered machines with comparable capability of recognizing limited image categories to human beings. However, most existing approaches heavily rely on human-curated training data, which hinders the scalability to large and unlabeled vocabularies in image taggin…

Cited by 48PDFScholar