search
HomeTechnology peripheralsAIImageNet in the material world, a large-scale 6-dimensional material real-shot database OpenSVBRDF released|SIGGRAPH Asia

In the field of computational graphics, material appearance depicts the complex physical interaction between real objects and light, which can usually be expressed as a bidirectional reflection distribution function (Spatially-Varying Bidirectional Reflectance Distribution Function, abbreviated as SVBRDF) that changes with spatial position. . It is an integral component of visual computing and has extensive applications in fields such as cultural heritage, e-commerce, video games, and visual effects.

In the past two decades, especially after the popularity of deep learning, the demand for high-precision and diverse digital material appearances has been increasing in academia and industry. However, due to technical challenges, it is still very difficult to collect large databases, and the number of publicly available real-shot databases of material appearance is currently very limited.

To this end, the research team of the National Key Laboratory of Computer-Aided Design and Graphics Systems of Zhejiang University and Hangzhou Xiangxin Technology Co., Ltd. jointly proposed a new integrated system using Robust, high-quality and efficient capture of planar anisotropic material appearance. Using this system, the research team built the OpenSVBRDF public material database.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

## 图 1: Some materials in the OpenSVBRDF database display. Each row belongs to the same material category.

This is the first large-scale measured database of 6-dimensional SVBRDF, with a total of 1,000 high-quality planar samples and a spatial resolution of 1,024×1,024 ,
is equivalent to more than 1 billion measured BRDF, covering 9 categories including wood, fabric and metal.

Database homepage: https://opensvbrdf.github.io/

Currently, the database is open to non-commercial applications Totally free. You only need to submit basic information to apply for an account on the website. After passing the review, you can directly download relevant data and codes including GGX texture maps. The related research paper "OpenSVBRDF: A Database of Measured Spatially-Varying Reflectance" has been accepted as a long article by ACM SIGGRAPH ASIA 2023 (Journal Track), the top international conference on computer graphics.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

Paper homepage: https://svbrdf.github.io/

Technical Challenge

Direct sampling methods make dense measurements of physical materials under different combinations of lighting and viewing angles [Lawrence et al. 2006]. Although this can obtain high-quality and robust acquisition results, it is inefficient and requires high time and storage costs. Another option is a prior knowledge-based reconstruction method that can reconstruct materials from sparse sampled data. Although this improves efficiency, its quality is unsatisfactory when the a priori conditions are not met [Nam et al. 2018]. In addition, although the current SOTA optical path multiplexing technology has achieved high acquisition efficiency and reconstruction quality, the algorithm is not robust enough when dealing with highly complex materials such as brushed metal and polished veneer [Kang et al. 2018].
材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia
Figure 2: Representative work of existing material collection research. From left to right they are [Lawrence et al. 2006], [Nam et al. 2018] and [Kang et al. 2018]. Among them [Kang et al. 2018] is the team's early work published in ACM SIGGRAPH in 2018.

Hardware

In order to efficiently scan material appearance, research The team built a nearly half-cube near-field illumination multiplexing device with dimensions of approximately 70cm × 70cm × 40cm. The sample is placed on a clear acrylic plate and can be quickly slid in/out via drawer slides to achieve high throughput rates. The device consists of 2 machine vision cameras and 16,384 high-brightness LEDs. The two cameras capture samples from angles of approximately 90 degrees (primary viewing angle) and 45 degrees (secondary viewing angle). The LEDs are distributed on 6 sides of the device. The self-developed high-performance control circuit is responsible for independent brightness control of each LED and achieves high-precision synchronization of light source projection and camera exposure at the hardware level.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

# 3: Collect the appearance of the device and the photos of the two perspectives.

Collection and reconstruction

This system innovatively combines It combines the advantages of the current two popular methods based on network prediction and fine-tuning. It can not only increase the physical collection efficiency through differentiable illumination pattern optimization, but also further improve the quality of the final result through fine-tuning, thus achieving high performance for planar SVBRDF for the first time. Robust, high-quality, and efficient acquisition and reconstruction.

Specifically, to reconstruct the physical sample, the researchers first established a high-precision correspondence between the two camera views by matching dense SIFT features under uniform illumination. For physical acquisition, the lighting pattern is first optimized as part of the autoencoder to achieve efficient acquisition. The autoencoder automatically learns how to reconstruct complex appearances based on measurements from two views and represents the results as intermediate neural representations. Subsequently, the neural expression was fine-tuned by plotting image errors based on photos taken by the main-view camera under 63 equivalent linear light sources to improve the quality and robustness of the final results. Figure 3 shows the processing flow of the entire system. Please see the original paper for more details.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

# 图 4: The collection and reconstruction process of the entire system.

Results

The researchers collected and reconstructed a total of 9 Categories, a total of 1,000 samples of appearance, in order to facilitate direct use of the standard physics-based rendering pipeline (PBR), this study also fitted the neural expression to the industry standard anisotropic GGX BRDF model parameters. Figure 5 shows the sub-parameters/properties of the material reconstruction results. Each sample stores 193 raw HDR photos (total size 15GB), intermediate neural representations (290MB), and 6 maps, including texture and transparency maps representing GGX parameters (total size 55MB). The spatial resolution of both neural expressions and texture maps is 1,024×1,024. 材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

##                                                                                                                                                                                                                                                                                     .

In order to prove the correctness of the reconstruction results, the researchers combined the photos from the main perspective (the first row of the figure below) and the neural expression drawing results ( The second row of the figure below) is compared. Quantitative error (expressed as SSIM/PSNR) is noted at the bottom of the plot. As can be seen from the results in the figure below, this system achieves high-quality material reconstruction (SSIM>=0.97, PSNR>=34db).

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

## 图 6: Comparison of actual photos and nerve expression drawing results in the main perspective.

#In order to further prove the generalization of the reconstruction results in the viewing angle domain, the researchers used photos taken from two viewing angles illuminated by point light sources and used The results of GGX fitting parameter plotting were compared, verifying the correctness of the reconstruction results across views.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

##                                                                                                                                                                                                 .

The researchers also demonstrated the application of the database in three aspects: material generation, material classification and material reconstruction. Please refer to the original paper for specific details.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

: 8: Use OpenSVBRDF to train Materialgan to achieve material generation and interpolation.

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

#                                                                                                                                                                                                          .

材质界的ImageNet,大规模6维材质实拍数据库OpenSVBRDF发布|SIGGRAPH Asia

# BRDF reconstruction quality.

Outlook

Researchers will work to expand existing Database, adding material samples showing diverse appearances. In the future, they also plan to build a large-scale, high-precision measured object database that includes both material appearance and geometric shape. In addition, researchers will design a public benchmark in the direction of material estimation, classification and generation based on OpenSVBRDF, and provide solid data guarantee to promote the future development of related research through objective and quantitative standard testing.

The above is the detailed content of ImageNet in the material world, a large-scale 6-dimensional material real-shot database OpenSVBRDF released|SIGGRAPH Asia. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:机器之心. If there is any infringement, please contact admin@php.cn delete
A Comprehensive Guide to ExtrapolationA Comprehensive Guide to ExtrapolationApr 15, 2025 am 11:38 AM

Introduction Suppose there is a farmer who daily observes the progress of crops in several weeks. He looks at the growth rates and begins to ponder about how much more taller his plants could grow in another few weeks. From th

The Rise Of Soft AI And What It Means For Businesses TodayThe Rise Of Soft AI And What It Means For Businesses TodayApr 15, 2025 am 11:36 AM

Soft AI — defined as AI systems designed to perform specific, narrow tasks using approximate reasoning, pattern recognition, and flexible decision-making — seeks to mimic human-like thinking by embracing ambiguity. But what does this mean for busine

Evolving Security Frameworks For The AI FrontierEvolving Security Frameworks For The AI FrontierApr 15, 2025 am 11:34 AM

The answer is clear—just as cloud computing required a shift toward cloud-native security tools, AI demands a new breed of security solutions designed specifically for AI's unique needs. The Rise of Cloud Computing and Security Lessons Learned In th

3 Ways Generative AI Amplifies Entrepreneurs: Beware Of Averages!3 Ways Generative AI Amplifies Entrepreneurs: Beware Of Averages!Apr 15, 2025 am 11:33 AM

Entrepreneurs and using AI and Generative AI to make their businesses better. At the same time, it is important to remember generative AI, like all technologies, is an amplifier – making the good great and the mediocre, worse. A rigorous 2024 study o

New Short Course on Embedding Models by Andrew NgNew Short Course on Embedding Models by Andrew NgApr 15, 2025 am 11:32 AM

Unlock the Power of Embedding Models: A Deep Dive into Andrew Ng's New Course Imagine a future where machines understand and respond to your questions with perfect accuracy. This isn't science fiction; thanks to advancements in AI, it's becoming a r

Is Hallucination in Large Language Models (LLMs) Inevitable?Is Hallucination in Large Language Models (LLMs) Inevitable?Apr 15, 2025 am 11:31 AM

Large Language Models (LLMs) and the Inevitable Problem of Hallucinations You've likely used AI models like ChatGPT, Claude, and Gemini. These are all examples of Large Language Models (LLMs), powerful AI systems trained on massive text datasets to

The 60% Problem — How AI Search Is Draining Your TrafficThe 60% Problem — How AI Search Is Draining Your TrafficApr 15, 2025 am 11:28 AM

Recent research has shown that AI Overviews can cause a whopping 15-64% decline in organic traffic, based on industry and search type. This radical change is causing marketers to reconsider their whole strategy regarding digital visibility. The New

MIT Media Lab To Put Human Flourishing At The Heart Of AI R&DMIT Media Lab To Put Human Flourishing At The Heart Of AI R&DApr 15, 2025 am 11:26 AM

A recent report from Elon University’s Imagining The Digital Future Center surveyed nearly 300 global technology experts. The resulting report, ‘Being Human in 2035’, concluded that most are concerned that the deepening adoption of AI systems over t

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.