We lifted 3 functions out of this paper's own repositories and ran 3 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 |
|---|---|---|
| sumo-agarwal/submanifold-sparse-conv-sparseconvnet | reimplementation | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| inter | Ran | sumo-agarwal/submanifold-sparse-conv-sparseconvnet/examples/3d_segmentation/fully_convolutional.py pointer only (licence: NOASSERTION) · get_code("942a1165c398c1ac") |
| iou | Ran | sumo-agarwal/submanifold-sparse-conv-sparseconvnet/examples/3d_segmentation/fully_convolutional.py pointer only (licence: NOASSERTION) · get_code("656eb43c072b101d") |
| union | Ran | sumo-agarwal/submanifold-sparse-conv-sparseconvnet/examples/3d_segmentation/fully_convolutional.py pointer only (licence: NOASSERTION) · get_code("8f73e90ab7d020f0") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Convolutional networks are the de-facto standard for analyzing spatio-temporal data such as images, videos, and 3D shapes. Whilst some of this data is naturally dense (e.g., photos), many other data sources are inherently sparse. Examples include 3D point clouds that were obtained using a LiDAR scanner or RGB-D camera. Standard "dense" implementations of convolutional networks are very inefficient when applied on such sparse data. We introduce new sparse convolutional operations that are designed to process spatially-sparse data more efficiently, and use them to develop spatially-sparse convolutional networks. We demonstrate the strong performance of the resulting models, called submanifold sparse convolutional networks (SSCNs), on two tasks involving semantic segmentation of 3D point clouds. In particular, our models outperform all prior state-of-the-art on the test set of a recent semantic segmentation competition.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1711.10275")
get_code_for_paper("1711.10275")
have("1711.10275")
Connect an agent — have() is free.