paper-with-me

Papers

Scene Adaptive Sparse Transformer for Event-based Object Detection

2024-04-02 · CVPR 2024 1 · Yansong Peng, Hebei Li, Yueyi Zhang, Xiaoyan Sun, Feng Wu

While recent Transformer-based approaches have shown impressive performances on event-based object detection tasks, their high computational costs still diminish the low power consumption advantage of event cameras. Image-based works attempt to reduce these costs by introducing sparse Transformers. However, they display inadequate sparsity and adaptability when applied to event-based object detection, since these approaches cannot balance the fine granularity of token-level sparsification and the efficiency of window-based Transformers, leading to reduced performance and efficiency. Furthermore, they lack scene-specific sparsity optimization, resulting in information loss and a lower recall rate. To overcome these limitations, we propose the Scene Adaptive Sparse Transformer (SAST). SAST enables window-token co-sparsification, significantly enhancing fault tolerance and reducing computational overhead. Leveraging the innovative scoring and selection modules, along with the Masked Sparse Window Self-Attention, SAST showcases remarkable scene-aware adaptability: It focuses only on important objects and dynamically optimizes sparsity level according to scene complexity, maintaining a remarkable balance between performance and computational cost. The evaluation results show that SAST outperforms all other dense and sparse networks in both performance and efficiency on two large-scale event-based object detection datasets (1Mpx and Gen1). Code: https://github.com/Peterande/SAST

📄 PDF Abstract BibTeX arXiv:2404.01882

Code (1)

peterande/sast 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Weight Decay 설명 없음
Adam 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

SCTN: Sparse Convolution-Transformer Network for Scene Flow Estimation

2021-05-10 · Bing Li, Cheng Zheng, Silvio Giancola, Bernard Ghanem

We propose a novel scene flow estimation approach to capture and infer 3D motions from point clouds. Estimating 3D motions for point clouds is challenging, since a point cloud is unordered and its density is significantl…

Scene Flow Estimation

GAFusion: Adaptive Fusing LiDAR and Camera with Multiple Guidance for 3D Object Detection

2024-11-01 · CVPR 2024 1 · Xiaotian Li, Baojie Fan, Jiandong Tian, Huijie Fan

Recent years have witnessed the remarkable progress of 3D multi-modality object detection methods based on the Bird's-Eye-View (BEV) perspective. However, most of them overlook the complementary interaction and guidance …

3D Object Detectionobject-detectionObject Detection

Radar Instance Transformer: Reliable Moving Instance Segmentation in Sparse Radar Point Clouds

2023-09-28 · Matthias Zeller, Vardeep S. Sandhu, Benedikt Mersch, Jens Behley 외

The perception of moving objects is crucial for autonomous robots performing collision avoidance in dynamic environments. LiDARs and cameras tremendously enhance scene interpretation but do not provide direct motion info…

Collision AvoidanceInstance SegmentationSegmentationSemantic Segmentation

OA-CNNs: Omni-Adaptive Sparse CNNs for 3D Semantic Segmentation

2024-03-21 · CVPR 2024 1 · Bohao Peng, Xiaoyang Wu, Li Jiang, Yukang Chen 외

The booming of 3D recognition in the 2020s began with the introduction of point cloud transformers. They quickly overwhelmed sparse CNNs and became state-of-the-art models, especially in 3D semantic segmentation. However…

3D Semantic SegmentationLIDAR Semantic SegmentationSemantic Segmentation

SpaRC: Sparse Radar-Camera Fusion for 3D Object Detection

2024-11-29 · Philipp Wolters, Johannes Gilg, Torben Teepe, Fabian Herzog 외

In this work, we present SpaRC, a novel Sparse fusion transformer for 3D perception that integrates multi-view image semantics with Radar and Camera point features. The fusion of radar and camera modalities has emerged a…

3D Multi-Object Tracking3D Object DetectionAutonomous DrivingDepth Estimation+3