Low-Rank Adaptation of Neural Fields
Anh Truong, Ahmed H. Mahmoud, Mina Konaković Luković, Justin Solomon
TL;DR
The paper introduces Low-Rank Adaptation (LoRA) for neural fields, framing edits as compact, rank-constrained additive updates to base neural field weights. By representing changes with low-rank adapters, the method achieves substantial parameter savings (roughly 7–8x fewer parameters) while preserving high fidelity across image variations, geometric deformations, video encoding, and energy-based editing. It demonstrates predictable performance as a function of LoRA rank and variation magnitude, supports sequential edits for videos, and outperforms post-hoc low-rank baselines like SVD. The approach offers a lightweight, storage-efficient pathway for instance-specific neural field editing with broad practical implications for graphics, vision, and dynamic data processing.
Abstract
Processing visual data often involves small adjustments or sequences of changes, e.g., image filtering, surface smoothing, and animation. While established graphics techniques like normal mapping and video compression exploit redundancy to encode such small changes efficiently, the problem of encoding small changes to neural fields -- neural network parameterizations of visual or physical functions -- has received less attention. We propose a parameter-efficient strategy for updating neural fields using low-rank adaptations (LoRA). LoRA, a method from the parameter-efficient fine-tuning LLM community, encodes small updates to pre-trained models with minimal computational overhead. We adapt LoRA for instance-specific neural fields, avoiding the need for large pre-trained models and yielding lightweight updates. We validate our approach with experiments in image filtering, geometry editing, video compression, and energy-based editing, demonstrating its effectiveness and versatility for representing neural field updates.
