← Search

Shuai Yi

36 accepted papers

2026

Addressing Exacerbated Attention Sink for Source-Free Cross-Domain Few-Shot Learning

CVPR 2026

Vision-language models (VLMs) like CLIP have shown impressive generalization capabilities, yet their potential for Cross-Domain Few-Shot Learning (CDFSL) remains underexplored, where the model needs to transfer source-domain information to target domains with scarce training data. While the attentio

Cited by 0SourcecodeScholar
2026

Improving CLIP Adaptation by Breaking Tail Alignment for Source-Free Cross-Domain Few-Shot Learning

ICML 2026poster

Vision-Language Models (VLMs) such as CLIP demonstrate strong zero-shot generalization, but their performance significantly degrades in cross-domain scenarios with scarce target-domain training data (Cross-Domain Few-Shot Learning, CDFSL). In this paper, we focus on the target-domain few-shot finetu…

Cited by 0SourceScholar
2025

Revisiting Continuity of Image Tokens for Cross-domain Few-shot Learning

ICML 2025spotlight

Vision Transformer (ViT) has achieved remarkable success due to its large-scale pretraining on general domains, but it still faces challenges when applying it to downstream distant domains that have only scarce training data, which gives rise to the Cross-Domain Few-Shot Learning (CDFSL) task. Inspi…

2024

A Closer Look at the CLS Token for Cross-Domain Few-Shot Learning

NeurIPS 2024poster

Vision Transformer (ViT) has shown great power in learning from large-scale datasets. However, collecting sufficient data for expert knowledge is always difficult. To handle this problem, Cross-Domain Few-Shot Learning (CDFSL) has been proposed to transfer the source-domain knowledge learned from su…

2024

Combating Data Imbalances in Federated Semi-supervised Learning with Dual Regulators

AAAI 2024technical

Federated learning has become a popular method to learn from decentralized heterogeneous data. Federated semi-supervised learning (FSSL) emerges to train models from a small fraction of labeled data due to label scarcity on decentralized clients. Existing FSSL methods assume independent and identica…

Cited by 8SourcePDFScholar
2023

Better Teacher Better Student: Dynamic Prior Knowledge for Knowledge Distillation

ICLR 2023poster

Knowledge distillation (KD) has shown very promising capabilities in transferring learning representations from large models (teachers) to small models (students). However, as the capacity gap between students and teachers becomes larger, existing KD methods fail to achieve better results. Our work…

2021

BiPointNet: Binary Neural Network for Point Clouds

ICLR 2021poster

To alleviate the resource constraint for real-time point cloud applications that run on edge devices, in this paper we present BiPointNet, the first model binarization approach for efficient deep learning on point clouds. We discover that the immense performance drop of binarized models for point cl…

2021

CSG-Stump: A Learning Friendly CSG-Like Representation for Interpretable Shape Parsing

ICCV 2021poster

Generating an interpretable and compact representation of 3D shapes from point clouds is an important and challenging problem. This paper presents CSG-Stump Net, an unsupervised end-to-end network for learning shapes from point clouds and discovering the underlying constituent modeling primitives an…

Cited by 50PDFcodeScholar
2021

Collaborative Unsupervised Visual Representation Learning From Decentralized Data

ICCV 2021poster

Unsupervised representation learning has achieved outstanding performances using centralized data available on the Internet. However, the increasing awareness of privacy protection limits sharing of decentralized unlabeled image data that grows explosively in multiple parties (e.g. mobile phones and…

Cited by 127PDFcodeScholar
2021

Delving Into Localization Errors for Monocular 3D Object Detection

CVPR 2021poster

Estimating 3D bounding boxes from monocular images is an essential component in autonomous driving, while accurate 3D object detection from this kind of data is very challenging. In this work, by intensive diagnosis experiments, we quantify the impact introduced by each sub-task and found the `local…

Cited by 272PDFcodeScholar
2021

Encoder-Decoder With Multi-Level Attention for 3D Human Shape and Pose Estimation

ICCV 2021poster

3D human shape and pose estimation is the essential task for human motion analysis, which is widely used in many 3D applications. However, existing methods cannot simultaneously capture the relations at multiple levels, including spatial-temporal level and human joint level. Therefore they fail to m…

Cited by 104PDFcodeScholar
2021

GroupFormer: Group Activity Recognition With Clustered Spatial-Temporal Transformer

ICCV 2021poster

Group activity recognition is a crucial yet challenging problem, whose core lies in fully exploring spatial-temporal interactions among individuals and generating reasonable group representations. However, previous methods either model spatial and temporal information separately, or directly aggrega…

Cited by 157PDFcodeScholar
2021

REFINE: Prediction Fusion Network for Panoptic Segmentation

AAAI 2021technical

Panoptic segmentation aims at generating pixel-wise class and instance predictions for each pixel in the input image, which is a challenging task and far more complicated than naively fusing the semantic and instance segmentation results. Prediction fusion is therefore important to achieve accurate…

Cited by 11SourcePDFScholar
2021

Unsupervised 3D Shape Completion Through GAN Inversion

CVPR 2021poster

Most 3D shape completion approaches rely heavily on partial-complete shape pairs and learn in a fully supervised manner. Despite their impressive performances on in-domain data, when generalizing to partial shapes in other forms or real-world partial scans, they often obtain unsatisfactory results d…

Cited by 164PDFScholar
2021

Unsupervised Domain Adaptive 3D Detection With Multi-Level Consistency

ICCV 2021poster

Deep learning-based 3D object detection has achieved unprecedented success with the advent of large-scale autonomous driving datasets. However, drastic performance degradation remains a critical challenge for cross-domain deployment. In addition, existing 3D domain adaptive detection methods often a…

Cited by 98PDFScholar
2021

Variational Relational Point Completion Network

CVPR 2021poster

Real-scanned point clouds are often incomplete due to viewpoint, occlusion, and noise. Existing point cloud completion methods tend to generate global shape skeletons and hence lack fine local details. Furthermore, they mostly learn a deterministic partial-to-complete mapping, but overlook structura…

Cited by 253PDFScholar
2020

Balanced Meta-Softmax for Long-Tailed Visual Recognition

NeurIPS 2020poster

Deep classifiers have achieved great success in visual recognition. However, real-world data is long-tailed by nature, leading to the mismatch between training and testing distributions. In this paper, we show that the Softmax function, though used in most classification tasks, gives a biased gradie…

2020

Cheaper Pre-training Lunch: An Efficient Paradigm for Object Detection

ECCV 2020poster

In this paper, we propose a general and efficient pre-training paradigm, Montage pre-training, for object detection. Montage pre-training needs only the target detection dataset while taking only 1/4 computational resources compared to the widely adopted ImageNet pre-training. To build such an effic…

Cited by 23SourcePDFScholar
2020

EcoNAS: Finding Proxies for Economical Neural Architecture Search

CVPR 2020poster

Neural Architecture Search (NAS) achieves significant progress in many computer vision tasks. While many methods are proposed to improve the efficiency of NAS, the search progress is still laborious because training and evaluating plausible architectures over large search space is time-consuming. As…

Cited by 151PDFScholar
2020

MessyTable: Instance Association in Multiple Camera Views

ECCV 2020poster

We present an interesting and challenging dataset that features a large number of scenes with messy tables captured from multiple camera views. Each scene in this dataset is highly complex, containing multiple object instances that could be identical, stacked and occluded by other instances. The key…

2020

Spatio-Temporal Graph Transformer Networks for Pedestrian Trajectory Prediction

ECCV 2020poster

Understanding crowd motion dynamics is critical to real-world applications, e.g., surveillance systems and autonomous driving. This is challenging because it requires effectively modeling the socially aware crowd spatial interaction and complex temporal dependencies. We believe attention is the most…

2018

Deep Group-Shuffling Random Walk for Person Re-Identification

CVPR 2018poster

Person re-identification aims at finding a person of interest in an image gallery by comparing the probe image of this person with all the gallery images. It is generally treated as a retrieval problem, where the affinities between the probe image and gallery images (P2G affinities) are used to rank…

2018

Eliminating Background-Bias for Robust Person Re-Identification

CVPR 2018poster

Person re-identification is an important topic in intelligent surveillance and computer vision. It aims to accurately measure visual similarities between person images for determining whether two images correspond to the same person. State-of-the-art methods mainly utilize deep learning based approa…

Cited by 200SourcePDFScholar
2018

End-to-End Deep Kronecker-Product Matching for Person Re-Identification

CVPR 2018poster

Person re-identification aims to robustly measure similarities between person images. The significant variation of person poses and viewing angles challenges for accurate person re-identification. The spatial layout and correspondences between query person images are vital information for tackling t…

2018

FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification

NeurIPS 2018poster

Person re-identification (reID) is an important task that requires to retrieve a person's images from an image dataset, given one image of the person of interest. For learning robust person features, the pose variation of person images is one of the key challenges. Existing works targeting the probl…

2018

FishNet: A Versatile Backbone for Image, Region, and Pixel Level Prediction

NeurIPS 2018poster

The basic principles in designing convolutional neural network (CNN) structures for predicting objects on different levels, e.g., image-level, region-level, and pixel-level, are diverging. Generally, network structures designed specifically for image classification are directly used as default backb…

2018

Learning Monocular Depth by Distilling Cross-domain Stereo Networks

ECCV 2018poster

Monocular depth estimation aims at estimating a pixelwise depth map for a single image, which has wide applications in scene understanding and autonomous driving. Existing supervised and unsupervised methods face great challenges. Supervised methods require large amounts of depth measurement data, w…

Cited by 237SourcePDFScholar
2018

Person Re-identification with Deep Similarity-Guided Graph Neural Network

ECCV 2018poster

The person re-identification task requires to robustly estimate visual similarities between person images. However, existing person re-identification models mostly estimate the similarities of different image pairs of probe and gallery images independently while ignores the relationship information…

Cited by 383SourcePDFScholar
2018

Video Person Re-Identification With Competitive Snippet-Similarity Aggregation and Co-Attentive Snippet Embedding

CVPR 2018poster

In this paper, we address video-based person re-identification with competitive snippet-similarity aggregation and co-attentive snippet embedding. Our approach divides long person sequences into multiple short video snippets and aggregates the top-ranked snippet similarities for sequence-similarity…

Cited by 260SourcePDFScholar
2017

HydraPlus-Net: Attentive Deep Features for Pedestrian Analysis

ICCV 2017poster

Pedestrian analysis plays a vital role in intelligent video surveillance and is a key component for security-centric computer vision systems. Despite that the convolutional neural networks are remarkable in learning discriminative features from images, the learning of comprehensive features of pedes…

Cited by 674PDFcodeScholar
2017

Learning Deep Neural Networks for Vehicle Re-ID With Visual-Spatio-Temporal Path Proposals

ICCV 2017poster

Vehicle re-identification is an important problem and has many applications in video surveillance and intelligent transportation. It gains increasing attention because of the recent advances of person re-identification techniques. However, unlike person re-identification, the visual differences betw…

Cited by 300PDFScholar
2017

Orientation Invariant Feature Embedding and Spatial Temporal Regularization for Vehicle Re-Identification

ICCV 2017poster

In this paper, we tackle the vehicle Re-identification (ReID) problem which is of great importance in urban surveillance and can be used for multiple applications. In our vehicle ReID framework, an orientation invariant feature embedding module and a spatial-temporal regularization module are propos…

Cited by 359PDFScholar
2017

Spindle Net: Person Re-Identification With Human Body Region Guided Feature Decomposition and Fusion

CVPR 2017poster

Person re-identification (ReID) is an important task in video surveillance and has various applications. It is non-trivial due to complex background clutters, varying illumination conditions, and uncontrollable camera settings. Moreover, the person body misalignment caused by detectors or pose varia…

Cited by 1102PDFcodeScholar