File size: 1,582 Bytes
0c8ce3d
 
 
 
 
 
 
 
 
 
 
4cbfdcf
0c8ce3d
03dd182
0c8ce3d
 
03dd182
0c8ce3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08e3a1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2204.12463)
![visitors](https://visitor-badge.glitch.me/badge?page_id=dvlab-research/FocalsConv)


# Focal Sparse Convolutional Networks for 3D Object Detection (CVPR 2022, Oral)

This is the official implementation of ***Focals Conv*** (CVPR 2022), a new sparse convolution design for 3D object detection (feasible for both lidar-only and multi-modal settings). For more details, please refer to:

**Focal Sparse Convolutional Networks for 3D Object Detection [[Paper](https://arxiv.org/abs/2204.12463)]** <br />
Yukang Chen, Yanwei Li, Xiangyu Zhang, Jian Sun, Jiaya Jia<br />

<p align="center"> <img src="FocalSparseConv23D.png" width="100%"> </p>

<p align="center"> <img src="https://github.com/dvlab-research/FocalsConv/blob/master/docs/imgs/FocalSparseConv_Pipeline.png" width="100%"> </p>

Visualization of voxel distribution of Focals Conv on KITTI val dataset:
<p align="center"> <img src="https://github.com/dvlab-research/FocalsConv/blob/master/docs/imgs/Sparsity_comparison_3pairs.png" width="100%"> </p>


## Citation 
If you find this project useful in your research, please consider citing:

```
@inproceedings{focalsconv-chen,
  title={Focal Sparse Convolutional Networks for 3D Object Detection},
  author={Chen, Yukang and Li, Yanwei and Zhang, Xiangyu and Sun, Jian and Jia, Jiaya},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2022}
}
```

## License

This project is released under the [Apache 2.0 license](LICENSE).