liu.seSearch for publications in DiVA
1234564 of 6
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • oxford
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Data-driven Reflectance Acquisition and Modeling for Predictive Rendering
Linköping University, Department of Science and Technology, Media and Information Technology. Linköping University, Faculty of Science & Engineering.ORCID iD: 0000-0002-1951-7515
2025 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

Recent developments in computer graphics, and particularly within predictive rendering, have enabled highly realistic simulations of object appearances. While physically-based reflectance (PBR) models offer widespread utility, measured material reflectance data yields significantly higher accuracy through the direct empirical observation of complex light-scattering interactions. Nevertheless, acquiring and modeling reflectance data entails substantial computational overhead. This thesis investigates data-driven approaches to improve the acquisition, representation, and rendering of reflectance data, with a focus on predictive rendering to achieve precise and reliable visual simulations.

The first part of the thesis focuses on acquisition of Bidirectional Reflectance Distribution Function (BRDF) and Spatially Varying BRDF (SVBRDF)—functions that describe light-surface interactions at each point based on incoming and reflected light directions. Lightweight setups are initially explored to enable efficient SVBRDF capture; however, their accuracy falls short for predictive rendering applications, motivating the adoption of gonioreflectometer-based setups. To improve measurement efficiency of such setups, a compressed sensing framework is introduced, which incorporates a deterministic sampling strategy. Additionally, a unified formulation for sparse BRDF acquisition is presented, allowing for the adaptation of sampling patterns and sample counts to the unique properties of each material. This approach significantly enhances reconstruction quality while preserving the same sampling budget.

The second part of the thesis addresses modeling of reflectance measurements, particularly the Bidirectional Texture Function (BTF) and BRDF. Sparse representation techniques applied to existing BTF datasets prove effective in compressing texture data while enabling real-time rendering of the measured BTFs. Despite these advances, a discrepancy often arises between model-space errors introduced during approximation and the image-space errors perceived in rendered outputs. To bridge this gap, a systematic psychophysical experiment is performed to analyze the impact of BRDF modeling techniques on rendered material quality. Building on these findings, a neural metric is developed to evaluate perceptual accuracy directly in BRDF-space. This metric exhibits strong correlation with subjective human evaluations and presents the potential to guide BRDF fitting algorithms toward solutions that produce visually accurate and compelling renderings of real-world materials.

Place, publisher, year, edition, pages
Linköping: Linköping University Electronic Press, 2025. , p. 118
Series
Linköping Studies in Science and Technology. Dissertations, ISSN 0345-7524 ; 2457
National Category
Computer Sciences
Identifiers
URN: urn:nbn:se:liu:diva-213776DOI: 10.3384/9789181181494ISBN: 9789181181487 (print)ISBN: 9789181181494 (electronic)OAI: oai:DiVA.org:liu-213776DiVA, id: diva2:1960047
Public defence
2025-08-29, K3, Kåkenhus, Campus Norrköping, Norrköping, 09:15 (English)
Opponent
Supervisors
Available from: 2025-05-22 Created: 2025-05-22 Last updated: 2025-05-22Bibliographically approved
List of papers
1. Deep SVBRDF Acquisition and Modelling: A Survey
Open this publication in new window or tab >>Deep SVBRDF Acquisition and Modelling: A Survey
Show others...
2024 (English)In: Computer graphics forum (Print), ISSN 0167-7055, E-ISSN 1467-8659, Vol. 43, no 6Article in journal (Refereed) Published
Abstract [en]

Hand in hand with the rapid development of machine learning, deep learning and generative AI algorithms and architectures, the graphics community has seen a remarkable evolution of novel techniques for material and appearance capture. Typically, these machine-learning-driven methods and technologies, in contrast to traditional techniques, rely on only a single or very few input images, while enabling the recovery of detailed, high-quality measurements of bi-directional reflectance distribution functions, as well as the corresponding spatially varying material properties, also known as Spatially Varying Bi-directional Reflectance Distribution Functions (SVBRDFs). Learning-based approaches for appearance capture will play a key role in the development of new technologies that will exhibit a significant impact on virtually all domains of graphics. Therefore, to facilitate future research, this State-of-the-Art Report (STAR) presents an in-depth overview of the state-of-the-art in machine-learning-driven material capture in general, and focuses on SVBRDF acquisition in particular, due to its importance in accurately modelling complex light interaction properties of real-world materials. The overview includes a categorization of current methods along with a summary of each technique, an evaluation of their functionalities, their complexity in terms of acquisition requirements, computational aspects and usability constraints. The STAR is concluded by looking forward and summarizing open challenges in research and development toward predictive and general appearance capture in this field. A complete list of the methods and papers reviewed in this survey is available at . Papers surveyed in this study with a focus on the extraction of BRDF or SVBRDF from a few measurements, classifying them according to their specific geometries and lighting conditions. Whole-scene refers to techniques that capture entire indoor or outdoor outside the scope of this survey. image

Place, publisher, year, edition, pages
WILEY, 2024
Keywords
modelling; appearance modelling; rendering
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-207835 (URN)10.1111/cgf.15199 (DOI)001312821700001 ()
Note

Funding Agencies|European Union [956585]

Available from: 2024-09-25 Created: 2024-09-25 Last updated: 2025-05-22
2. FROST-BRDF: A Fast and Robust Optimal Sampling Technique for BRDF Acquisition
Open this publication in new window or tab >>FROST-BRDF: A Fast and Robust Optimal Sampling Technique for BRDF Acquisition
Show others...
2024 (English)In: IEEE Transactions on Visualization and Computer Graphics, ISSN 1077-2626, E-ISSN 1941-0506, Vol. 30, no 7, p. 4390-4402Article in journal (Refereed) Published
Abstract [en]

Efficient and accurate BRDF acquisition of real world materials is a challenging research problem that requires sampling millions of incident light and viewing directions. To accelerate the acquisition process, one needs to find a minimal set of sampling directions such that the recovery of the full BRDF is accurate and robust given such samples. In this article, we formulate BRDF acquisition as a compressed sensing problem, where the sensing operator is one that performs sub-sampling of the BRDF signal according to a set of optimal sample directions. To solve this problem, we propose the Fast and Robust Optimal Sampling Technique (FROST) for designing a provably optimal sub-sampling operator that places light-view samples such that the recovery error is minimized. FROST casts the problem of designing an optimal sub-sampling operator for compressed sensing into a sparse representation formulation under the Multiple Measurement Vector (MMV) signal model. The proposed reformulation is exact, i.e. without any approximations, hence it converts an intractable combinatorial problem into one that can be solved with standard optimization techniques. As a result, FROST is accompanied by strong theoretical guarantees from the field of compressed sensing. We perform a thorough analysis of FROST-BRDF using a 10-fold cross-validation with publicly available BRDF datasets and show significant advantages compared to the state-of-the-art with respect to reconstruction quality. Finally, FROST is simple, both conceptually and in terms of implementation, it produces consistent results at each run, and it is at least two orders of magnitude faster than the prior art.

Place, publisher, year, edition, pages
IEEE COMPUTER SOC, 2024
Keywords
Training; Dictionaries; Image reconstruction; Compressed sensing; Sensors; Optimization; Rendering (computer graphics); Rendering; compressed sensing; multiple measurement vector; SOMP; BRDF measurement; BRDF reconstruction
National Category
Computational Mathematics
Identifiers
urn:nbn:se:liu:diva-206575 (URN)10.1109/TVCG.2024.3355200 (DOI)001258936700081 ()38231803 (PubMedID)
Note

Funding Agencies|European Union [956585]

Available from: 2024-08-20 Created: 2024-08-20 Last updated: 2025-05-22
3. SparseBTF: Sparse Representation Learning for Bidirectional Texture Functions
Open this publication in new window or tab >>SparseBTF: Sparse Representation Learning for Bidirectional Texture Functions
Show others...
2023 (English)Conference paper, Published paper (Refereed)
Abstract [en]

We propose a novel dictionary-based representation learning model for Bidirectional Texture Functions (BTFs) aiming atcompact storage, real-time rendering performance, and high image quality. Our model is trained once, using a small trainingset, and then used to obtain a sparse tensor containing the model parameters. Our technique exploits redundancies in the dataacross all dimensions simultaneously, as opposed to existing methods that use only angular information and ignore correlationsin the spatial domain. We show that our model admits efficient angular interpolation directly in the model space, rather thanthe BTF space, leading to a notably higher rendering speed than in previous work. Additionally, the high quality-storage costtradeoff enabled by our method facilitates controlling the image quality, storage cost, and rendering speed using a singleparameter, the number of coefficients. Previous methods rely on a fixed number of latent variables for training and testing,hence limiting the potential for achieving a favorable quality-storage cost tradeoff and scalability. Our experimental resultsdemonstrate that our method outperforms existing methods both quantitatively and qualitatively, as well as achieving a highercompression ratio and rendering speed.

Place, publisher, year, edition, pages
The Eurographics Association, 2023
National Category
Computer and Information Sciences
Identifiers
urn:nbn:se:liu:diva-195283 (URN)10.2312/sr.20231123 (DOI)978-3-03868-229-5 (ISBN)
Conference
Eurographics Symposium on Rendering (EGSR), Delft, The Netherlands, 28 - 30 June, 2023
Available from: 2023-06-19 Created: 2023-06-19 Last updated: 2025-05-22Bibliographically approved

Open Access in DiVA

fulltext(2895 kB)207 downloads
File information
File name FULLTEXT01.pdfFile size 2895 kBChecksum SHA-512
6c91e88c65012cd49299eae458e0a78148ca333843cebec0221ddeadb50d021a9bafffa07d94b20daeb39a1f290ad0c9c6d3ade7924058496ac7d317172d1ca3
Type fulltextMimetype application/pdf
Order online >>

Other links

Publisher's full text

Authority records

Kavoosighafi, Behnaz

Search in DiVA

By author/editor
Kavoosighafi, Behnaz
By organisation
Media and Information TechnologyFaculty of Science & Engineering
Computer Sciences

Search outside of DiVA

GoogleGoogle Scholar
Total: 207 downloads
The number of downloads is the sum of all downloads of full texts. It may include eg previous versions that are now no longer available

doi
isbn
urn-nbn

Altmetric score

doi
isbn
urn-nbn
Total: 945 hits
1234564 of 6
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • oxford
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf