TL;DR
DuMLP-Pin introduces a simple, global permutation-invariant network based on dual MLP dot-product, achieving competitive performance with significantly fewer parameters across various set-based tasks.
Contribution
The paper proposes DuMLP-Pin, a novel global aggregation permutation-invariant network that decomposes permutation-invariant functions into permutation-equivariant components using dot-products.
Findings
Achieves top performance on pixel and attribute set classification.
Close to state-of-the-art accuracy on point cloud classification and segmentation.
Reduces model parameters by over 85% compared to local aggregation methods.
Abstract
Existing permutation-invariant methods can be divided into two categories according to the aggregation scope, i.e. global aggregation and local one. Although the global aggregation methods, e. g., PointNet and Deep Sets, get involved in simpler structures, their performance is poorer than the local aggregation ones like PointNet++ and Point Transformer. It remains an open problem whether there exists a global aggregation method with a simple structure, competitive performance, and even much fewer parameters. In this paper, we propose a novel global aggregation permutation-invariant network based on dual MLP dot-product, called DuMLP-Pin, which is capable of being employed to extract features for set inputs, including unordered or unstructured pixel, attribute, and point cloud data sets. We strictly prove that any permutation-invariant function implemented by DuMLP-Pin can be decomposed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Deep Sets · Linear Layer · Adam · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Label Smoothing · Dropout
