Taylor3DNet: Fast 3D Shape Inference With Landmark Points Based Taylor Series
Yuting Xiao, Jiale Xu, Shenghua Gao

TL;DR
Taylor3DNet introduces a landmark-based Taylor series approach to accelerate 3D shape inference from implicit functions, enabling high-resolution shape reconstruction at significantly increased speeds without performance loss.
Contribution
The paper presents a novel landmark point and Taylor series coefficient method to speed up implicit shape inference, independent of iso-surface resolution.
Findings
Achieves significantly faster inference speeds than classical methods.
Maintains comparable reconstruction quality to state-of-the-art baselines.
Effective across various input types for 3D shape reconstruction.
Abstract
Benefiting from the continuous representation ability, deep implicit functions can represent a shape at infinite resolution. However, extracting high-resolution iso-surface from an implicit function requires forward-propagating a network with a large number of parameters for numerous query points, thus preventing the generation speed. Inspired by the Taylor series, we propose Taylo3DNet to accelerate the inference of implicit shape representations. Taylor3DNet exploits a set of discrete landmark points and their corresponding Taylor series coefficients to represent the implicit field of a 3D shape, and the number of landmark points is independent of the resolution of the iso-surface extraction. Once the coefficients corresponding to the landmark points are predicted, the network evaluation for each query point can be simplified as a low-order Taylor series calculation with several…
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 · Computer Graphics and Visualization Techniques · Human Pose and Action Recognition
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
