Irregularly Tabulated MLP for Fast Point Feature Embedding
Yusuke Sekikawa, Teppei Suzuki

TL;DR
This paper introduces LUTI-MLP, a novel framework combining irregularly tabulated MLPs and lookup tables to significantly accelerate point-feature embedding and Jacobian computation at test time, with performance comparable to traditional MLPs.
Contribution
The paper proposes LUTI-MLP, a new end-to-end trainable framework that replaces traditional MLPs with irregularly tabulated MLPs and lookup tables for faster point feature embedding.
Findings
Achieves 100x speedup in embedding computation.
Provides 12x speedup in Jacobian approximation.
Maintains comparable accuracy to standard MLPs.
Abstract
Aiming at drastic speedup for point-feature embeddings at test time, we propose a new framework that uses a pair of multi-layer perceptrons (MLP) and a lookup table (LUT) to transform point-coordinate inputs into high-dimensional features. When compared with PointNet's feature embedding part realized by MLP that requires millions of dot products, the proposed framework at test time requires no such layers of matrix-vector products but requires only looking up the nearest entities from the tabulated MLP followed by interpolation, defined over discrete inputs on a 3D lattice that is substantially arranged irregularly. We call this framework LUTI-MLP: LUT Interpolation ML that provides a way to train end-to-end irregularly tabulated MLP coupled to a LUT in a specific manner without the need for any approximation at test time. LUTI-MLP also provides significant speedup for Jacobian…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Robotics and Sensor-Based Localization · Human Pose and Action Recognition
