paper-with-me

Papers

SVGA-Net: Sparse Voxel-Graph Attention Network for 3D Object Detection from Point Clouds

2020-06-07 · Qingdong He, Zhengning Wang, Hao Zeng, Yi Zeng, Yijun Liu

Accurate 3D object detection from point clouds has become a crucial component in autonomous driving. However, the volumetric representations and the projection methods in previous works fail to establish the relationships between the local point sets. In this paper, we propose Sparse Voxel-Graph Attention Network (SVGA-Net), a novel end-to-end trainable network which mainly contains voxel-graph module and sparse-to-dense regression module to achieve comparable 3D detection tasks from raw LIDAR data. Specifically, SVGA-Net constructs the local complete graph within each divided 3D spherical voxel and global KNN graph through all voxels. The local and global graphs serve as the attention mechanism to enhance the extracted features. In addition, the novel sparse-to-dense regression module enhances the 3D box estimation accuracy through feature maps aggregation at different levels. Experiments on KITTI detection benchmark demonstrate the efficiency of extending the graph representation to 3D object detection and the proposed SVGA-Net can achieve decent detection accuracy.

📄 PDF Abstract BibTeX arXiv:2006.04043

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingGraph Attentionobject-detectionObject Detectionregression

Similar Papers 제목 키워드 기반

MobileViG: Graph-Based Sparse Attention for Mobile Vision Applications

2023-07-01 · Mustafa Munir, William Avery, Radu Marculescu

Traditionally, convolutional neural networks (CNN) and vision transformers (ViT) have dominated computer vision. However, recently proposed vision graph neural networks (ViG) provide a new avenue for exploration. Unfortu…

Graph Attentionimage-classificationImage ClassificationInstance Segmentation+3

Scaling Graph Convolutions for Mobile Vision

2024-06-09 · William Avery, Mustafa Munir, Radu Marculescu

To compete with existing mobile architectures, MobileViG introduces Sparse Vision Graph Attention (SVGA), a fast token-mixing operator based on the principles of GNNs. However, MobileViG scales poorly with model size, fa…

Graph AttentionGraph Neural Networkimage-classificationImage Classification+4

Voxel Transformer for 3D Object Detection

2021-09-06 · ICCV 2021 10 · Jiageng Mao, Yujing Xue, Minzhe Niu, Haoyue Bai 외

We present Voxel Transformer (VoTr), a novel and effective voxel-based Transformer backbone for 3D object detection from point clouds. Conventional 3D convolutional backbones in voxel-based 3D detectors cannot efficientl…

3D Object DetectionComputational EfficiencyObjectobject-detection+2

Multi-Scale High-Resolution Logarithmic Grapher Module for Efficient Vision GNNs

2025-10-15 · Mustafa Munir, Alex Zhang, Radu Marculescu arxiv

Vision graph neural networks (ViG) have demonstrated promise in vision tasks as a competitive alternative to conventional convolutional neural nets (CNN) and transformers (ViTs); however, common graph construction method…

Semantic SegmentationImage Classification

Accurate Node Feature Estimation with Structured Variational Graph Autoencoder

2022-06-09 · Jaemin Yoo, Hyunsik Jeon, Jinhong Jung, U Kang

Given a graph with partial observations of node features, how can we estimate the missing features accurately? Feature estimation is a crucial problem for analyzing real-world graphs whose features are commonly missing d…

Variational Inference