Add object detection pipeline tag, library name, and link to code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# TSP3D: Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding
|
| 2 |
|
| 3 |
This repo contains the official PyTorch implementation for paper [Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding](https://arxiv.org/abs/2502.10392).
|
| 4 |
|
|
|
|
|
|
|
| 5 |
> Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding
|
| 6 |
> [Wenxuan Guo](https://github.com/GWxuan)*, [Xiuwei Xu](https://xuxw98.github.io/)\*, [Ziwei Wang](https://ziweiwangthu.github.io/), [Jianjiang Feng](https://ivg.au.tsinghua.edu.cn/~jfeng/index.html)†, [Jie Zhou](https://scholar.google.com/citations?user=6a79aPwAAAAJ&hl=en&authuser=1), [Jiwen Lu](http://ivg.au.tsinghua.edu.cn/Jiwen_Lu/)
|
| 7 |
|
| 8 |
\* Equal contribution † Corresponding author
|
| 9 |
|
| 10 |
-
In this work, we propose an efficient multi-level convolution architecture for
|
| 11 |
|
| 12 |
## Main Results
|
| 13 |
+ We provide the checkpoints for quick reproduction of the results reported in the paper.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
pipeline_tag: object-detection
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# TSP3D: Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding
|
| 8 |
|
| 9 |
This repo contains the official PyTorch implementation for paper [Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding](https://arxiv.org/abs/2502.10392).
|
| 10 |
|
| 11 |
+
Code: https://github.com/GWxuan/TSP3D
|
| 12 |
+
|
| 13 |
> Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding
|
| 14 |
> [Wenxuan Guo](https://github.com/GWxuan)*, [Xiuwei Xu](https://xuxw98.github.io/)\*, [Ziwei Wang](https://ziweiwangthu.github.io/), [Jianjiang Feng](https://ivg.au.tsinghua.edu.cn/~jfeng/index.html)†, [Jie Zhou](https://scholar.google.com/citations?user=6a79aPwAAAAJ&hl=en&authuser=1), [Jiwen Lu](http://ivg.au.tsinghua.edu.cn/Jiwen_Lu/)
|
| 15 |
|
| 16 |
\* Equal contribution † Corresponding author
|
| 17 |
|
| 18 |
+
In this work, we propose an efficient multi-level convolution architecture for **3D visual grounding**. TSP3D achieves superior performance compared to previous approaches in both **inference speed and accuracy**.
|
| 19 |
|
| 20 |
## Main Results
|
| 21 |
+ We provide the checkpoints for quick reproduction of the results reported in the paper.
|