paper-with-me

홈 › Papers

Clusterformer: Cluster-based Transformer for 3D Object Detection in Point Clouds

2023-01-01 · ICCV 2023 1 · Yu Pei, Xian Zhao, Hao Li, Jingyuan Ma, Jingwei Zhang, ShiLiang Pu

Attributed to the unstructured and sparse nature of point clouds, the transformer shows greater potential in point clouds data processing. However, the recent query-based 3D detectors usually project the features acquired from a sparse backbone into the structured and compact Bird's Eye View(BEV) plane before adopting the transformer, which destroys the sparsity of features, introducing empty tokens and additional resource consumption for the transformer. To this end, in this paper, we propose a novel query-based 3D detector called Clusterformer, our Clusterformer regards each object as a cluster of 3D space which mainly consists of the non-empty voxels belonging to the same object, and leverages the cluster to conduct the transformer decoder to generate the proposals from the sparse voxel features directly. Such cluster-based transformer structure can effectively improve the performance and convergence speed of query-based detectors by making use of the object prior information contained in the clusters. Additionally, we introduce a Query2Key strategy to enhance the key and value features with the object-level information iteratively in our cluster-based transformer structure. Experimental results show that the proposed Clusterformer outperforms the previous query-based detectors with a lower latency and memory usage, which achieves state-of-the-art performance on the Waymo Open Datasets and KITTI Datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionDecoderObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

ClusterFormer: Clustering As A Universal Visual Learner

2023-09-22 · James C. Liang, Yiming Cui, Qifan Wang, Tong Geng 외

This paper presents CLUSTERFORMER, a universal vision model that is based on the CLUSTERing paradigm with TransFORMER. It comprises two novel designs: 1. recurrent cross-attention clustering, which reformulates the cross…

Clusteringimage-classificationImage ClassificationImage Segmentation+7

ClusterFomer: Clustering As A Universal Visual Learner

2023-09-21 · NeurIPS 2023 11

This paper presents ClusterFormer, a universal vision model that is based on the Clustering paradigm with TransFormer. It comprises two novel designs: 1) recurrent cross-attention clustering, which reformulates the cross…

10-shot image generation

ClusterFormer: Neural Clustering Attention for Efficient and Effective Transformer

2022-05-01 · ACL 2022 5 · Ningning Wang, Guobing Gan, Peng Zhang, Shuai Zhang 외

Recently, a lot of research has been carried out to improve the efficiency of Transformer. Among them, the sparse pattern-based method is an important branch of efficient Transformers. However, some existing sparse metho…

ClusteringMachine TranslationNatural Language Inferencetext-classification+2

Voxel Set Transformer: A Set-to-Set Approach to 3D Object Detection from Point Clouds

2022-03-19 · CVPR 2022 1 · Chenhang He, Ruihuang Li, Shuai Li, Lei Zhang

Transformer has demonstrated promising performance in many 2D vision tasks. However, it is cumbersome to compute the self-attention on large-scale point cloud data because point cloud is a long sequence and unevenly dist…

3D Object Detectionobject-detectionObject Detection

End-to-End Object Detection with Adaptive Clustering Transformer

2020-11-18 · Minghang Zheng, Peng Gao, Renrui Zhang, Kunchang Li 외

End-to-end Object Detection with Transformer (DETR)proposes to perform object detection with Transformer and achieve comparable performance with two-stage object detection like Faster-RCNN. However, DETR needs huge compu…

ClusteringObjectobject-detectionObject Detection