F-INR: Functional Tensor Decomposition for Implicit Neural Representations
Sai Karthikeya Vemuri, Tim Büchner, Joachim Denzler
TL;DR
F-INR tackles the scalability of implicit neural representations by factorizing high-dimensional functions into axis-specific sub-networks learned via functional tensor decomposition. By supporting CP, TT, or Tucker modes with configurable ranks, it achieves substantial speedups (up to $20\times$) and fidelity gains (over $6.0$ dB PSNR) across image, geometry, NeRF, and physics tasks while remaining backend- and decomposition-agnostic. The approach preserves differentiability for gradient-based optimization, enabling physics-informed learning and PDE-constrained problems, and demonstrates broad applicability beyond traditional INRs. This functional factorization framework opens avenues for adaptive rank selection and advanced tensor formats, suggesting a scalable paradigm for high-dimensional signal modeling.
Abstract
Implicit Neural Representations (INRs) model signals as continuous, differentiable functions. However, monolithic INRs scale poorly with data dimensionality, leading to excessive training costs. We propose F-INR, a framework that addresses this limitation by factorizing a high-dimensional INR into a set of compact, axis-specific sub-networks based on functional tensor decomposition. These sub-networks learn low-dimensional functional components that are then combined via tensor operations. This factorization reduces computational complexity while additionally improving representational capacity. F-INR is both architecture- and decomposition-agnostic. It integrates with various existing INR backbones (e.g., SIREN, WIRE, FINER, Factor Fields) and tensor formats (e.g., CP, TT, Tucker), offering fine-grained control over the speed-accuracy trade-off via the tensor rank and mode. Our experiments show F-INR accelerates training by up to $20\times$ and improves fidelity by over \num{6.0} dB PSNR compared to state-of-the-art INRs. We validate these gains on diverse tasks, including image representation, 3D geometry reconstruction, and neural radiance fields. We further show F-INR's applicability to scientific computing by modeling complex physics simulations. Thus, F-INR provides a scalable, flexible, and efficient framework for high-dimensional signal modeling. Project page: https://f-inr.github.io
