TaylorGrid: Towards Fast and High-Quality Implicit Field Learning via Direct Taylor-based Grid Optimization
Renyi Mao, Qingshan Xu, Peng Zheng, Ye Wang, Tieru Wu, Rui Ma
TL;DR
TaylorGrid introduces a grid-based implicit-field representation that embeds low-order Taylor expansion coefficients directly on a dense grid to enable fast and high-quality learning for both SDF geometry reconstruction and Neural Radiance Fields. By querying a point x through the Taylor-expanded neighborhoods of eight surrounding grid vertices and then converting to a linear voxel for tri-linear interpolation, the method achieves a favorable balance between the speed of linear grids and the expressivity of neural voxels, without requiring heavy MLPs. Empirical results on 3D geometry and NeRF tasks show faster convergence and competitive or superior quality (e.g., CD, IoU, PSNR, LPIPS) with modest memory requirements, and ablations indicate that a second-order Taylor expansion often suffices. The approach is versatile and can be integrated into existing implicit-field frameworks, offering a practical path toward fast and high-quality implicit field learning, while acknowledging memory and scalability considerations for very high-resolution grids and potential extensions with sparse data structures.
Abstract
Coordinate-based neural implicit representation or implicit fields have been widely studied for 3D geometry representation or novel view synthesis. Recently, a series of efforts have been devoted to accelerating the speed and improving the quality of the coordinate-based implicit field learning. Instead of learning heavy MLPs to predict the neural implicit values for the query coordinates, neural voxels or grids combined with shallow MLPs have been proposed to achieve high-quality implicit field learning with reduced optimization time. On the other hand, lightweight field representations such as linear grid have been proposed to further improve the learning speed. In this paper, we aim for both fast and high-quality implicit field learning, and propose TaylorGrid, a novel implicit field representation which can be efficiently computed via direct Taylor expansion optimization on 2D or 3D grids. As a general representation, TaylorGrid can be adapted to different implicit fields learning tasks such as SDF learning or NeRF. From extensive quantitative and qualitative comparisons, TaylorGrid achieves a balance between the linear grid and neural voxels, showing its superiority in fast and high-quality implicit field learning.
