RefinedFields: Radiance Fields Refinement for Planar Scene Representations
Karim Kassab, Antoine Schnepf, Jean-Yves Franceschi, Laurent Caraffa, Jeremie Mary, Valérie Gouet-Brunet
TL;DR
RefinedFields addresses the gap in in-the-wild planar scene representations by integrating a large pre-trained prior into K-Planes via an alternating training strategy. The method alternates between fitting the K-Planes to data and refining the representation through a low-rank fine-tuning of a diffusion model (LoRA) to produce a refined $P_epsilon$ that better resembles real images, then reinitializes the next fitting with the refined representation $P_gamma$. Experiments on Real Synthetic $360^{\circ}$ and Phototourism scenes show improved novel view synthesis over the base K-Planes, with ablations confirming the value of the prior and LoRA fine-tuning on $P_gamma$. While Gaussian Splatting methods still outperform in some metrics, RefinedFields demonstrates a principled way to augment planar representations with powerful 2D priors for improved 3D rendering in unconstrained settings.
Abstract
Planar scene representations have recently witnessed increased interests for modeling scenes from images, as their lightweight planar structure enables compatibility with image-based models. Notably, K-Planes have gained particular attention as they extend planar scene representations to support in-the-wild scenes, in addition to object-level scenes. However, their visual quality has recently lagged behind that of state-of-the-art techniques. To reduce this gap, we propose RefinedFields, a method that leverages pre-trained networks to refine K-Planes scene representations via optimization guidance using an alternating training procedure. We carry out extensive experiments and verify the merit of our method on synthetic data and real tourism photo collections. RefinedFields enhances rendered scenes with richer details and improves upon its base representation on the task of novel view synthesis. Our project page can be found at https://refinedfields.github.io .
