← Search

Yuxuan Zhao

10 accepted papers

2026

WHU-MARS: A Multispectral Aerial-Ground Benchmark Towards Any-Scenario Person Re-Identification

CVPR 2026

Recent person re-identification (ReID) leverages heterogeneous sensing with multiple modalities and viewpoints to improve robustness across diverse conditions. However, most approaches target predefined scenario pairs (e.g., visible-infrared or aerial-ground) and train separate task-specific models.

Cited by 0SourcecodeScholar
2025

In-context Learning of Linear Dynamical Systems with Transformers: Approximation Bounds and Depth-separation

NeurIPS 2025poster

This paper investigates approximation-theoretic aspects of the in-context learning capability of the transformers in representing a family of noisy linear dynamical systems. Our first theoretical result establishes an upper bound on the approximation error of multi-layer transformers with respect to…

Cited by 0SourceScholar
2025

NightReID: A Large-Scale Nighttime Person Re-Identification Benchmark

AAAI 2025technical

Person re-identification (Re-ID) is crucial for intelligent surveillance systems, facilitating the identification of individuals across multiple camera views. While significant advancements have been made for daytime scenarios, ensuring reliable Re-ID performance during nighttime remains a significa…

2025

Scaling Tumor Segmentation: Best Lessons from Real and Synthetic Data

ICCV 2025poster

AI for tumor segmentation is limited by the lack of large, voxel-wise annotated datasets, which are hard to create and require medical experts. In our proprietary JHH dataset of 3,000 annotated pancreatic tumor scans, we found that AI performance stopped improving after 1,500 scans. With synthetic d…

2023

AutoGraph: Optimizing DNN Computation Graph for Parallel GPU Kernel Execution

AAAI 2023technical

Deep learning frameworks optimize the computation graphs and intra-operator computations to boost the inference performance on GPUs, while inter-operator parallelism is usually ignored. In this paper, a unified framework, AutoGraph, is proposed to obtain highly optimized computation graphs in favo…

Cited by 6SourcePDFScholar
2022

Online Missing Value Imputation and Change Point Detection with the Gaussian Copula

AAAI 2022technical

Missing value imputation is crucial for real-world data science workflows. Imputation is harder in the online setting, as it requires the imputation method itself to be able to evolve over time. For practical applications, imputation algorithms should produce imputations that match the true data dis…

Cited by 15SourcePDFScholar
2022

Probabilistic Missing Value Imputation for Mixed Categorical and Ordered Data

NeurIPS 2022accept

Many real-world datasets contain missing entries and mixed data types including categorical and ordered (e.g. continuous and ordinal) variables. Imputing the missing entries is necessary, since many data analysis pipelines require complete data, but challenging especially for mixed data. This paper…

Cited by 3SourcePDFScholar
2021

DeFRCN: Decoupled Faster R-CNN for Few-Shot Object Detection

ICCV 2021poster

Few-shot object detection, which aims at detecting novel objects rapidly from extremely few annotated examples of previously unseen classes, has attracted significant research interest in the community. Most existing approaches employ the Faster R-CNN as basic detection framework, yet, due to the la…

Cited by 347PDFcodeScholar
2020

Matrix Completion with Quantified Uncertainty through Low Rank Gaussian Copula

NeurIPS 2020poster

Modern large scale datasets are often plagued with missing entries. For tabular data with missing values, a flurry of imputation algorithms solve for a complete matrix which minimizes some penalized reconstruction error. However, almost none of them can estimate the uncertainty of its imputations. T…