← Search

Xuemiao Xu

26 accepted papers

2026

Invert4TVG: A Temporal Video Grounding Framework with Inversion Tasks Preserving Action Understanding Ability

ICLR 2026poster

Temporal Video Grounding (TVG) aims to localize video segments corresponding to a given textual query, which often describes human actions. However, we observe that current methods, usually optimizing for high temporal Intersection-over-Union (IoU), frequently struggle to accurately recognize or und…

Cited by 0SourceScholar
2026

ProstaTD: Bridging Surgical Triplet from Classification to Fully Supervised Detection

ICLR 2026poster

Surgical triplet detection is a critical task in surgical video analysis, with significant implications for performance assessment and training novice surgeons. However, existing datasets like CholecT50 lack precise spatial bounding box annotations, rendering triplet classification at the image leve…

Cited by 0SourceScholar
2026

T2SGrid: Temporal-to-Spatial Gridification for Video Temporal Grounding

CVPR 2026

Video Temporal Grounding (VTG) aims to localize the video segment that corresponds to a natural language query, which requires a comprehensive understanding of complex temporal dynamics. Existing Vision-LMMs typically perceive temporal dynamics via positional encoding, text-based timestamps, or visu

Cited by 0SourceScholar
2025

EchoTraffic: Enhancing Traffic Anomaly Understanding with Audio-Visual Insights

CVPR 2025poster

Traffic Anomaly Understanding (TAU) is essential for improving public safety and transportation efficiency by enabling timely detection and response to incidents. Beyond existing methods, which rely largely on visual data, we propose to consider audio cues, a valuable source that offers strong hints…

2025

FR²Seg: Continual Segmentation Across Multiple Sites via Fourier Style Replay and Adaptive Consistency Regularization

AAAI 2025technical

In clinical imaging, medical segmentation networks typically require continually adapting to new data from multiple sites over time, as aggregating all data for learning at once can be impractical due to storage limitations and privacy concerns. However, existing methods basically overlook domain-s…

2025

Let's Chorus: Partner-aware Hybrid Song-Driven 3D Head Animation

CVPR 2025poster

Singing is a vital form of human emotional expression and social interaction, distinguished from speech by its richer emotional nuances and freer expressive style. Thus, investigating 3D facial animation driven by singing holds significant research value. Our work focuses on 3D singing facial animat…

Cited by 0SourcePDFScholar
2025

Negative Learning and Dual Contrastive for Unsupervised Visible-Infrared Person Re-identification

ICASSP 2025accepted

Unsupervised visible-infrared person re-identification (US-VI-ReID) aims to identify target person images from different modalities without requiring annotations. Existing works generally learn modality-invariant features by using pseudo-labels. However, the inherent noise in these labels misleads t…

Cited by 0SourceScholar
2025

RecDreamer: Consistent Text-to-3D Generation via Uniform Score Distillation

ICLR 2025poster

Current text-to-3D generation methods based on score distillation often suffer from geometric inconsistencies, leading to repeated patterns across different poses of 3D assets. This issue, known as the Multi-Face Janus problem, arises because existing methods struggle to maintain consistency across…

Cited by 3SourcePDFScholar
2025

Registration is a Powerful Rotation-Invariance Learner for 3D Anomaly Detection

NeurIPS 2025poster

3D anomaly detection in point-cloud data is critical for industrial quality control, aiming to identify structural defects with high reliability. However, current memory bank-based methods often suffer from inconsistent feature transformations and limited discriminative capacity, particularly in cap…

Cited by 0SourceScholar
2025

StableGuard: Towards Unified Copyright Protection and Tamper Localization in Latent Diffusion Models

NeurIPS 2025poster

The advancement of diffusion models has enhanced the realism of AI-generated content but also raised concerns about misuse, necessitating robust copyright protection and tampering localization. Although recent methods have made progress toward unified solutions, their reliance on post hoc processing…

Cited by 0SourceScholar
2025

ViewSRD: 3D Visual Grounding via Structured Multi-View Decomposition

ICCV 2025poster

3D visual grounding aims to identify and localize objects in a 3D space based on textual descriptions. However, existing methods struggle with disentangling targets from anchors in complex multi-anchor queries and resolving inconsistencies in spatial descriptions caused by perspective variations.To…

2024

Beyond Textual Constraints: Learning Novel Diffusion Conditions with Fewer Examples

CVPR 2024poster

In this paper we delve into a novel aspect of learning novel diffusion conditions with datasets an order of magnitude smaller. The rationale behind our approach is the elimination of textual constraints during the few-shot learning process. To that end we implement two optimization strategies. The f…

2024

D3still: Decoupled Differential Distillation for Asymmetric Image Retrieval

CVPR 2024poster

Existing methods for asymmetric image retrieval employ a rigid pairwise similarity constraint between the query network and the larger gallery network. However these one-to-one constraint approaches often fail to maintain retrieval order consistency especially when the query network has limited repr…

2024

Incorporating Test-Time Optimization into Training with Dual Networks for Human Mesh Recovery

NeurIPS 2024poster

Human Mesh Recovery (HMR) is the task of estimating a parameterized 3D human mesh from an image. There is a kind of methods first training a regression model for this problem, then further optimizing the pretrained regression model for any specific sample individually at test time. However, the pret…

2023

CIRI: Curricular Inactivation for Residue-aware One-shot Video Inpainting

ICCV 2023poster

Video inpainting aims at filling in missing regions of a video. However, when dealing with dynamic scenes with camera or object movements, annotating the inpainting target becomes laborious and impractical. In this paper, we resolve the one-shot video inpainting problem in which only one annotated f…

Cited by 9PDFcodeScholar
2023

Towards a Smaller Student: Capacity Dynamic Distillation for Efficient Image Retrieval

CVPR 2023poster

Previous Knowledge Distillation based efficient image retrieval methods employ a lightweight network as the student model for fast inference. However, the lightweight student model lacks adequate representation capacity for effective knowledge imitation during the most critical early training period…

Cited by 22SourcePDFScholar
2023

Where Is My Spot? Few-Shot Image Generation via Latent Subspace Optimization

CVPR 2023poster

Image generation relies on massive training data that can hardly produce diverse images of an unseen category according to a few examples. In this paper, we address this dilemma by projecting sparse few-shot samples into a continuous latent space that can potentially generate infinite unseen samples…

2022

DLFormer: Discrete Latent Transformer for Video Inpainting

CVPR 2022poster

Video inpainting remains a challenging problem to fill with plausible and coherent content in unknown areas in video frames despite the prevalence of data-driven methods. Although various transformer-based architectures yield promising result for this task, they still suffer from hallucinating blurr…

Cited by 48PDFScholar
2021

From Continuity to Editability: Inverting GANs With Consecutive Images

ICCV 2021poster

Existing GAN inversion methods are stuck in a paradox that the inverted codes can either achieve high-fidelity reconstruction, or retain the editing capability. Having only one of them clearly cannot realize real image editing. In this paper, we resolve this paradox by introducing consecutive images…

Cited by 46PDFcodeScholar
2021

Learning Semantic Context from Normal Samples for Unsupervised Anomaly Detection

AAAI 2021technical

Unsupervised anomaly detection aims to identify data samples that have low probability density from a set of input samples, and only the normal samples are provided for model training. The inference of abnormal regions on the input image requires an understanding of the surrounding semantic context.…

Cited by 179SourcePDFScholar
2021

Object Detection in Densely Packed Scenes via Semi-Supervised Learning with Dual Consistency

IJCAI 2021poster

Deep neural networks have been shown to be very powerful tools for object detection in various scenes. Their remarkable performance, however, heavily depends on the availability of a large number of high quality labeled data, which are time-consuming and costly to acquire for scenes with densely pac…

2020

Context-Aware and Scale-Insensitive Temporal Repetition Counting

CVPR 2020poster

Temporal repetition counting aims to estimate the number of cycles of a given repetitive action. Existing deep learning methods assume repetitive actions are performed in a fixed time-scale, which is invalid for the complex repetitive actions in real life. In this paper, we tailor a context-aware an…

Cited by 71PDFcodeScholar
2019

Deep Multi-Model Fusion for Single-Image Dehazing

ICCV 2019poster

This paper presents a deep multi-model fusion network to attentively integrate multiple models to separate layers and boost the performance in single-image dehazing. To do so, we first formulate the attentional feature integration module to maximize the integration of the convolutional neural networ…

Cited by 146PDFScholar
2018

Bidirectional Feature Pyramid Network with Recurrent Attention Residual Modules for Shadow Detection

ECCV 2018poster

This paper presents a network to detect shadows by exploring and combining global context in deep layers and local context in shallow layers of a deep convolutional neural network (CNN). There are two technical contributions in our network design. First, we formulate the recurrent attention residual…