paper-with-me

Papers

Learned Gridification for Efficient Point Cloud Processing

2023-07-22 · Putri A. van der Linden, David W. Romero, Erik J. Bekkers

Neural operations that rely on neighborhood information are much more expensive when deployed on point clouds than on grid data due to the irregular distances between points in a point cloud. In a grid, on the other hand, we can compute the kernel only once and reuse it for all query positions. As a result, operations that rely on neighborhood information scale much worse for point clouds than for grid data, specially for large inputs and large neighborhoods. In this work, we address the scalability issue of point cloud methods by tackling its root cause: the irregularity of the data. We propose learnable gridification as the first step in a point cloud processing pipeline to transform the point cloud into a compact, regular grid. Thanks to gridification, subsequent layers can use operations defined on regular grids, e.g., Conv3D, which scale much better than native point cloud methods. We then extend gridification to point cloud to point cloud tasks, e.g., segmentation, by adding a learnable de-gridification step at the end of the point cloud processing pipeline to map the compact, regular grid back to its original point cloud form. Through theoretical and empirical analysis, we show that gridified networks scale better in terms of memory and time than networks directly applied on raw point cloud data, while being able to achieve competitive results. Our code is publicly available at https://github.com/computri/gridifier.

📄 PDF Abstract BibTeX arXiv:2307.14354

Code (1)

computri/gridifier 공식 구현 pytorch

Similar Papers 제목 키워드 기반

T2SGrid: Temporal-to-Spatial Gridification for Video Temporal Grounding

2026-03-07 · Chaohong Guo, Yihan He, Yongwei Nie, Fei Ma 외 arxiv

Video Temporal Grounding (VTG) aims to localize the video segment that corresponds to a natural language query, which requires a comprehensive understanding of complex temporal dynamics. Existing Vision-LMMs typically pe…

Temporal Sequences

Neural Laplacian Operator for 3D Point Clouds

2024-09-10 · Bo Pang, Zhongtian Zheng, Yilong Li, Guoping Wang 외

The discrete Laplacian operator holds a crucial role in 3D geometry processing, yet it is still challenging to define it on point clouds. Previous works mainly focused on constructing a local triangulation around each po…

3D geometry

Robust Point Cloud Processing through Positional Embedding

2023-09-01 · Jianqiao Zheng, Xueqian Li, Sameera Ramasinghe, Simon Lucey

End-to-end trained per-point embeddings are an essential ingredient of any state-of-the-art 3D point cloud processing such as detection or alignment. Methods like PointNet, or the more recent point cloud transformer -- a…

Point Cloud Classification

Superpoint Network for Point Cloud Oversegmentation

2021-01-01 · ICCV 2021 10 · Le Hui, Jia Yuan, Mingmei Cheng, Jin Xie 외

Superpoints are formed by grouping similar points with local geometric structures, which can effectively reduce the number of primitives of point clouds for subsequent point cloud processing. Existing superpoint meth…

ClusteringSemantic Segmentation

Multiresolution Tree Networks for 3D Point Cloud Processing

2018-07-10 · ECCV 2018 9 · Matheus Gadelha, Rui Wang, Subhransu Maji

We present multiresolution tree-structured networks to process point clouds for 3D shape understanding and generation tasks. Our network represents a 3D shape as a set of locality-preserving 1D ordered list of points at …