CVJul 28, 2023

PatchMixer: Rethinking network design to boost generalization for 3D point cloud understanding

arXiv:2307.15692v110 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the need for better generalization in 3D point cloud models, which is important for applications like robotics and autonomous systems, though it is incremental as it builds on MLP-Mixer ideas.

The authors tackled the problem of limited generalization in 3D point cloud understanding by proposing PatchMixer, a simple architecture that processes local patches and aggregates features with MLPs, achieving superior generalization performance in shape classification and part segmentation tasks compared to existing deep architectures.

The recent trend in deep learning methods for 3D point cloud understanding is to propose increasingly sophisticated architectures either to better capture 3D geometries or by introducing possibly undesired inductive biases. Moreover, prior works introducing novel architectures compared their performance on the same domain, devoting less attention to their generalization to other domains. We argue that the ability of a model to transfer the learnt knowledge to different domains is an important feature that should be evaluated to exhaustively assess the quality of a deep network architecture. In this work we propose PatchMixer, a simple yet effective architecture that extends the ideas behind the recent MLP-Mixer paper to 3D point clouds. The novelties of our approach are the processing of local patches instead of the whole shape to promote robustness to partial point clouds, and the aggregation of patch-wise features using an MLP as a simpler alternative to the graph convolutions or the attention mechanisms that are used in prior works. We evaluated our method on the shape classification and part segmentation tasks, achieving superior generalization performance compared to a selection of the most relevant deep architectures.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes