SkillAgentSearch skills...

LinK

[CVPR 2023] LinK: Linear Kernel for LiDAR-based 3D Perception

Install / Use

/learn @MCG-NJU/LinK
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LinK: Linear Kernel for LiDAR-based 3D Perception

Official PyTorch implementation of LinK, from the following paper:

LinK: Linear Kernel for LiDAR-based 3D Perception. CVPR 2023.
Tao Lu, Xiang Ding, Haisong Liu, Gangshan Wu, Limin Wang <br /> Multimedia Computing Group, Nanjing University
[arxiv][Conference version]


<p align="center"> <img src="figs/link.png" width=100% height=100% class="center"> </p>

LinK is a large kernel backbone for 3D perception tasks, consisting of a linear kernel generator and a pre-aggregation strategy. The two designs scale up the perception range into 21x21x21 with linear complexity.


Model Zoo

Segmentation on SemanticKITTI(val)

| name | kernel config |mIoU | model | |:---:|:---:|:---:|:---:| | LinK | cos_x:(2x3)^3 | 67.72 | model | | LinK | cos:(3x7)^3 | 67.50 | model | | LinK(encoder-only) | cos_x:(2x3)^3 | 67.33 | model| | LinK(encoder-only) | cos:(3x5)^3 | 67.07 | model |

Detection on nuScenes

  • Validation

| name | kernel config |NDS | mAP | model | |:---:|:---:|:---:|:---:|:---:| | LinK | cos:(3x7)^3 | 69.5 | 63.6 | model |

  • Test

| name | kernel config |NDS | mAP | model | |:---:|:---:|:---:|:---:|:---:| | LinK | cos:(3x7)^3 | 71.0 | 66.3 | model | | LinK(TTA) | cos:(3x7)^3 | 73.4 | 69.8 | model |

Installation

Clone this repo to your workspace.

git clone https://github.com/MCG-NJU/LinK.git
cd LinK

Semantic Segmentation

please check segmentation/INSTALL.md and segmentation/GET_STARTED.md.

Detection

see detection/INSTALL.md and detection/GET_STARTED.md.

Citation

If you find our work helpful, please consider citing:

@InProceedings{lu2023link,
    author    = {Lu, Tao and Ding, Xiang and Liu, Haisong and Wu, Gangshan and Wang, Limin},
    title     = {LinK: Linear Kernel for LiDAR-Based 3D Perception},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {1105-1115}
}
@article{lu2022app,
  title={APP-Net: Auxiliary-point-based Push and Pull Operations for Efficient Point Cloud Classification},
  author={Lu, Tao and Liu, Chunxu and Chen, Youxin and Wu, Gangshan and Wang, Limin},
  journal={arXiv preprint arXiv:2205.00847},
  year={2022}
}

Contact

  • Tao Lu: taolu@smail.nju.edu.cn
  • Xiang Ding: xding@smail.nju.edu.cn
  • Haisong Liu: liuhs@smail.nju.edu.cn

Acknowledgement

Our code is based on CenterPoint, SPVNAS, spconv, torchsparse. And we thank a lot for the kind help from Ruixiang Zhang, Xu Yan and Yukang Chen.

View on GitHub
GitHub Stars97
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Python

Security Score

100/100

Audited on Feb 11, 2026

No findings