Dacheng Tao, Mingming Gong, Shanshan Zhao, Lunhao Duan, Nan Xue, Gui-Song Xia
We lifted 9 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| lhduan/condaformer | canonical | 2 of 9 |
| Function | Status | Where it lives |
|---|---|---|
| isnan | Ran | lhduan/condaformer/pcr/utils/losses.py pointer only (licence: NONE) · get_code("5f4f4355be28c01e") |
| lovasz_grad | Ran | lhduan/condaformer/pcr/utils/losses.py pointer only (licence: NONE) · get_code("e85b5d21dc5b8382") |
| batch2offset | Not yet run | lhduan/condaformer/pcr/models/utils.py pointer only (licence: NONE) · get_code("2a2c9e53188de780") |
| grid_sample | Not yet run | lhduan/condaformer/pcr/models/condaformer/utils.py pointer only (licence: NONE) · get_code("66d6bb150bbb2e57") |
| lovasz_softmax | Not yet run | lhduan/condaformer/pcr/utils/losses.py pointer only (licence: NONE) · get_code("82b9b0ff4b3626c9") |
| offset2batch | Not yet run | lhduan/condaformer/pcr/models/condaformer/condaformer.py pointer only (licence: NONE) · get_code("6dd8eac8666461f5") |
| offset2batch | Not yet run | lhduan/condaformer/pcr/models/utils.py pointer only (licence: NONE) · get_code("d78aee4794314c59") |
| to_3d_numpy | Not yet run | lhduan/condaformer/pcr/models/condaformer/utils.py pointer only (licence: NONE) · get_code("ae72b160c77cb3e4") |
| trunc_normal_ | Not yet run | lhduan/condaformer/pcr/models/utils.py pointer only (licence: NONE) · get_code("5436174f8c0e64e0") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Transformers have been recently explored for 3D point cloud understanding with impressive progress achieved. A large number of points, over 0.1 million, make the global self-attention infeasible for point cloud data. Thus, most methods propose to apply the transformer in a local region, e.g., spherical or cubic window. However, it still contains a large number of Query-Key pairs, which require high computational costs. In addition, previous methods usually learn the query, key, and value using a linear projection without modeling the local 3D geometric structure. In this paper, we attempt to reduce the costs and model the local geometry prior by developing a new transformer block, named ConDaFormer ‡ . Technically, ConDaFormer disassembles the cubic window into three orthogonal 2D planes, leading to fewer points when modeling the attention in a similar range. The disassembling operation is beneficial to enlarging the range of attention without increasing the computational complexity but ignores some contexts. To provide a remedy, we develop a local structure enhancement strategy that introduces a depth-wise convolution before and after the attention. This scheme can also capture the local geometric information. Taking advantage of these designs, ConDaFormer captures both long-range contextual information and local priors. The effectiveness is demonstrated by experimental results on several 3D point cloud understanding benchmarks. Our code will be available at https://github.com/LHDuan/ConDaFormer.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2312.11112")
get_code_for_paper("2312.11112")
have("2312.11112")
Connect an agent — have() is free.