Implicit neural representation of textures
Albert Kwok, Zheyuan Hu, Dounia Hammou
TL;DR
This work investigates implicit neural representations (INRs) as continuous texture representations to replace traditional discrete texture maps, aiming for memory efficiency and high rendering quality. It compares four INR designs (including MLPs with SIREN and Fourier encodings) and demonstrates Mitsuba 3 integration, along with mipmap fitting and INR-space generation via hypernetworks. A dataset-driven evaluation on 25 textures with Laplacian-variance selection shows that Fourier-encoded MLPs and SIREN achieve strong perceptual quality (LPIPS, VMAF) at competitive bitrates, often outperforming ASTC on perceptual metrics while highlighting artefacts and the importance of hyperparameter tuning. The results support practical deployment in real-time rendering and downstream tasks, such as material generation and asset baking, and point to future work in hyperparameter selection, multi-texture compression, and advanced filtering models.
Abstract
Implicit neural representation (INR) has proven to be accurate and efficient in various domains. In this work, we explore how different neural networks can be designed as a new texture INR, which operates in a continuous manner rather than a discrete one over the input UV coordinate space. Through thorough experiments, we demonstrate that these INRs perform well in terms of image quality, with considerable memory usage and rendering inference time. We analyze the balance between these objectives. In addition, we investigate various related applications in real-time rendering and down-stream tasks, e.g. mipmap fitting and INR-space generation.
