Highway Networks for Improved Surface Reconstruction: The Role of Residuals and Weight Updates
A. Noorizadegan, Y. C. Hon, D. L. Young, C. S. Chen
TL;DR
The paper addresses the challenge of reconstructing 3D surfaces from point clouds using neural networks and introduces Highway-based variants, notably the Square-Highway (SqrHw) network, to improve gradient flow and optimization stability. Through theoretical framing and extensive experiments on simple and complex geometries (e.g., spheres, a hand, the uterus abdomen, and the Stanford Bunny), SqrHw demonstrates faster convergence and higher-quality surface reconstructions, even with missing data, while maintaining stable weight norms and mitigating vanishing gradients. The approach leverages gating mechanisms and residual-like connections to enable robust surface generation and suggests broader utility for function interpolation and physics-informed neural networks. The work thus offers a practical, architecture-level advance for surface reconstruction from point clouds with potential extensions to PDE-based graphics problems and beyond.
Abstract
Surface reconstruction from point clouds is a fundamental challenge in computer graphics and medical imaging. In this paper, we explore the application of advanced neural network architectures for the accurate and efficient reconstruction of surfaces from data points. We introduce a novel variant of the Highway network (Hw) called Square-Highway (SqrHw) within the context of multilayer perceptrons and investigate its performance alongside plain neural networks and a simplified Hw in various numerical examples. These examples include the reconstruction of simple and complex surfaces, such as spheres, human hands, and intricate models like the Stanford Bunny. We analyze the impact of factors such as the number of hidden layers, interior and exterior points, and data distribution on surface reconstruction quality. Our results show that the proposed SqrHw architecture outperforms other neural network configurations, achieving faster convergence and higher-quality surface reconstructions. Additionally, we demonstrate the SqrHw's ability to predict surfaces over missing data, a valuable feature for challenging applications like medical imaging. Furthermore, our study delves into further details, demonstrating that the proposed method based on highway networks yields more stable weight norms and backpropagation gradients compared to the Plain Network architecture. This research not only advances the field of computer graphics but also holds utility for other purposes such as function interpolation and physics-informed neural networks, which integrate multilayer perceptrons into their algorithms.
