← Search

Xuran Pan

13 accepted papers

2025

FS${2}$D: Fully Sparse Few-Shot 3D Object Detection

RA-L 2025

Corner cases are a focal issue in current autonomous driving systems, with a significant portion attributed to few-shot detection. Due to the sparse distribution of point cloud data and the real-time requirements of autonomous driving, traditional few-shot detection methods face challenges in direct

Cited by 0SourcecodeScholar
2024

Bridging the Divide: Reconsidering Softmax and Linear Attention

NeurIPS 2024poster

Widely adopted in modern Vision Transformer designs, Softmax attention can effectively capture long-range visual information; however, it incurs excessive computational cost when dealing with high-resolution inputs. In contrast, linear attention naturally enjoys linear complexity and has great poten…

2024

GSVA: Generalized Segmentation via Multimodal Large Language Models

CVPR 2024poster

Generalized Referring Expression Segmentation (GRES) extends the scope of classic RES to refer to multiple objects in one expression or identify the empty targets absent in the image. GRES poses challenges in modeling the complex spatial relationships of the instances in the image and identifying no…

2023

Dynamic Perceiver for Efficient Visual Recognition

ICCV 2023poster

Early exiting has become a promising approach to im- proving the inference efficiency of deep networks. By structuring models with multiple classifiers (exits), predictions for "easy" samples can be generated at earlier exits, negating the need for executing deeper layers. Current multi-exit network…

Cited by 36PDFcodeScholar
2023

FLatten Transformer: Vision Transformer using Focused Linear Attention

ICCV 2023poster

The quadratic computation complexity of self-attention has been a persistent challenge when applying Transformer models to vision tasks. Linear attention, on the other hand, offers a much more efficient alternative with its linear complexity by approximating the Softmax operation through carefully d…

Cited by 239PDFcodeScholar
2023

Slide-Transformer: Hierarchical Vision Transformer With Local Self-Attention

CVPR 2023poster

Self-attention mechanism has been a key factor in the recent progress of Vision Transformer (ViT), which enables adaptive feature extraction from global contexts. However, existing self-attention methods either adopt sparse global attention or window attention to reduce the computation complexity, w…

2022

ActiveNeRF: Learning Where to See with Uncertainty Estimation

ECCV 2022poster

"Recently, Neural Radiance Fields (NeRF) has shown promising performances on reconstructing 3D scenes and synthesizing novel views from a sparse set of 2D images. Albeit effective, the performance of NeRF is highly influenced by the quality of training samples. With limited posed images from the sce…

2022

Contrastive Language-Image Pre-Training with Knowledge Graphs

NeurIPS 2022accept

Recent years have witnessed the fast development of large-scale pre-training frameworks that can extract multi-modal representations in a unified form and achieve promising performances when transferred to downstream tasks. Nevertheless, existing approaches mainly focus on pre-training with simple i…

Cited by 50SourcePDFScholar
2022

On the Integration of Self-Attention and Convolution

CVPR 2022poster

Convolution and self-attention are two powerful techniques for representation learning, and they are usually considered as two peer approaches that are distinct from each other. In this paper, we show that there exists a strong underlying relation between them, in the sense that the bulk of computat…

Cited by 517PDFcodeScholar
2019

Implicit Semantic Data Augmentation for Deep Networks

NeurIPS 2019poster

In this paper, we propose a novel implicit semantic data augmentation (ISDA) approach to complement traditional augmentation techniques like flipping, translation or rotation. Our work is motivated by the intriguing property that deep networks are surprisingly good at linearizing features, such that…