🤖 AI Summary
This work addresses the limitations of traditional microfacet BRDF models, which struggle to accurately reproduce complex material appearances, and existing neural BRDF approaches, which incur high computational costs and lack editability for real-time rendering. The authors propose a hybrid neural-microfacet BRDF model built upon the GGX distribution, augmented with a lightweight neural network that applies residual corrections to compensate for microfacet approximation errors. The method incorporates an importance sampling strategy tailored to the corrected BRDF. By design, it maintains computational overhead and memory footprint comparable to conventional models while significantly improving fidelity to measured reflectance data. The resulting representation achieves high visual accuracy, retains parameter editability, and remains compatible with real-time rendering pipelines, making it suitable for both offline and real-time applications.
📝 Abstract
Over the past decade, microfacet-based BRDF models have formed the foundation of real-time rendering pipelines. Despite their widespread use, they often fail to reproduce subtle appearance effects arising from complex light-surface interactions, which have led to the emergence of specialized physics-based models for specific optical phenomena (e.g., diffraction, iridescence, multilayers). Although more accurate, these models lose versatility and lack performance for real-time rendering. Recently introduced, neural models have demonstrated their ability to approximate BRDF reference data coming from measurements, simulations, or even complex shading networks. However, most current neural models require relatively large networks, making them costly for real-time rendering. In this paper, we introduce a hybrid model that combines a GGX-type microfacet model and a neural model to leverage the best features of both representations. The neural component corrects the appearance approximated by the microfacet component, allowing much smaller network than in existing neural models. We show that, at identical memory cost, our model approximates measurements better than state-of-the-art neural models for a low evaluation overhead compared to a microfacet-based model. Furthermore, our hybrid model remains easily editable by artists and benefits from an important sampling scheme, making it attractive for both offline and real-time rendering.