search
HomeTechnology peripheralsAINeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Want to personally design a highly realistic three-dimensional face, but find that you are not familiar with professional design software? The 3D face editing method NeRFFaceEditing provides a new solution. Even if you don’t know 3D modeling, you can freely edit highly realistic three-dimensional faces and model personalized digital portraits in the metaverse!

NeRFFaceEditing was completed by researchers from the Institute of Computing Technology, Chinese Academy of Sciences and City University of Hong Kong. Related technical papers were published at ACM SIGGRAPH Asia 2022, the top conference on computer graphics.

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

##Project homepage: http://geometrylearning.com/NeRFFaceEditing/

NeRFFaceEditing uses two-dimensional semantic masks as a bridge for three-dimensional geometry editing. The semantic editing performed by users in one perspective can be propagated to the entire three-dimensional face geometry while keeping the material unchanged. Furthermore, given an image representing a reference style, the user can easily change the material style of the entire 3D face while keeping the geometry unchanged.

Based on the 3D face editing system based on this method, even users who are not familiar with professional 3D design can easily carry out personalized face design and customize face shape and appearance. Let’s first look at two amazing effects using NeRFFaceEditing!

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

​Figure 1 Geometric editing effect: the edit on the two-dimensional semantic mask is propagated to the entire three-dimensional geometric space

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 2 Style transfer effect: Apply a given style to the entire three-dimensional face space. Keeping geometry unchanged

Part I Background

In recent years, with the development of neural radiation fields[1] and adversarial generative networks[2 ], various high-quality, fast-rendering 3D face generation networks have been proposed, including EG3D [3].

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

##Figure 3 Generation effects and geometric representation of different perspectives of EG3D

The three-plane representation of this method combines the traditional two-dimensional generative adversarial network and the latest three-dimensional implicit representation, so it inherits the powerful generation ability of StyleGAN [4] and the representation ability of neural radiation fields. However, these generative models cannot provide decoupled control of the geometry and material of the human face, which is an indispensable feature for applications such as 3D character design.

Existing work, such as DeepFaceDrawing [5] and DeepFaceEditing [6], can realize the decoupling control of geometry and material based on line drawing and the generation and editing of two-dimensional face images. DeepFaceVideoEditing [7] applies line drawing editing to face videos, which can generate rich editing effects in time series.

However, image decoupling and editing methods are difficult to directly apply to three-dimensional space. However, existing geometric and material decoupling methods for three-dimensional faces often require retraining network parameters, and the spatial representation methods used have major limitations and lack the good properties of three-plane representation. In order to solve the above problems, NeRFFaceEditing is based on the pre-trained model parameters of the three-dimensional generative adversarial network represented by the three planes, and uses the two-dimensional semantic mask from any perspective as a medium to realize geometric editing of the three-dimensional face and the solution of the material. coupling control.

Part 2 The algorithm principle of NeRFFaceEditing

After the three-plane generator generates the three-plane, it is inspired by AdaIN [8], that is, for the two-dimensional feature map (Feature Map), its Statistics can represent its style, and NeRFFaceEditing decomposes the three planes into mean and standard deviation (a) that express spatially invariant high-level material features, and normalized three planes that express spatially varying geometric features. Combining the standardized three-plane and the decomposed material characteristics (a) can restore the original three-plane. Therefore, given different material characteristics, the same geometry can be given different materials.

Further, in order to achieve decoupled control of geometry and materials, NeRFFaceEditing decomposes the original single decoder into a geometry decoder and a material decoder. The geometry decoder inputs features, predicted densities and semantic labels obtained from normalized three-plane sampling, and is used to express the geometric and semantic mask volume (Volume) of the 3D face. After the geometric features and material features (a) are combined through the controllable material module (CAM) module, the sampled features are then input into the material decoder to predict the color. Finally, through volume rendering, the face image and the corresponding semantic mask from a certain perspective are obtained. Given a different material feature (b), the geometric feature and material feature (b) can be used to obtain another face image with unchanged geometry and changed material through the CAM module and volume rendering. The overall network structure is shown in the figure below:

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

##Figure 4 NeRFFaceEditing network architecture

In addition, in order to constrain the rendering results of samples with the same material features but different geometries to be similar in material, NeRFFaceEditing uses the generated semantic masks and uses histogram features to represent these respectively. The color distribution of different facial components, such as hair, skin, etc., in samples with the same material characteristics but different geometry. The distance sum of the color distribution of these samples over the individual components is then optimized. As shown in the figure below:

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 5 Material similarity constraint training strategy

Part 3 Effect display and experimental comparison

Using NeRFFaceEditing, you can use two-dimensional semantic masks to perform geometric editing on the three-dimensional face space:

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 6 Three-dimensional face geometry editing

In addition, you can also edit based on Refer to the picture to perform material style migration in a three-dimensional consistent three-dimensional space:

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 7 Three-dimensional face style migration

On this basis, decoupled face interpolation deformation application can be realized. As shown in the figure below, the upper left corner and lower right corner are used as the starting and ending points, and the camera, geometry, and material are Perform linear interpolation:

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 8 Decoupling face deformation effect display

Using PTI [9] to back-project real images into the latent space of NeRFFaceEditing, editing and style transfer of real images can also be achieved. Through this, NeRFFaceEditing was also compared with other open source methods for face editing that can control the viewing angle, namely SofGAN [10], proving the superiority of the method.

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 9 Example of three-dimensional geometry editing of real images. It can be seen that the authenticity of NeRFFaceEditing is better than SofGAN, and SofGAN has certain changes in identity from other perspectives.

NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.

Figure 10 Example of real image style transfer. It can be seen that SofGAN has certain flaws and there are certain changes in identity.

Part 4 Conclusion and Acknowledgments

Digital content generation is widely used in the fields of industrial production and digital media, especially for virtual digital people Generation and editing have received widespread attention recently, and the decoupled editing of 3D face geometry and materials is a possible solution for personalized shaping of real virtual images.

NeRFFaceEditing system, by decoupling the design of the three-dimensional face generation network, can transform the user's modification of the semantic mask from the two-dimensional perspective into the geometry of the entire three-dimensional space Modify and ensure that the material does not change. In addition, with the help of training strategies that enhance the style transfer effect, effective material style transfer in three-dimensional space can be achieved. NeRFFaceEditing's paper has been accepted by ACM SIGGRAPH ASIA 2022, a top computer graphics conference.

The research team of this project includes Jiang Kaiwen (first author), an undergraduate student in the elite class of the Institute of Computing Technology, Chinese Academy of Sciences, Associate Researcher Gao Lin (corresponding author of this article), Dr. Chen Shuyu and City University of Hong Kong Professor Fu Hongbo, etc. For more details about the paper, please visit the project homepage:

​http://geometrylearning.com/NeRFFaceEditing/​

The above is the detailed content of NeRFFaceEditing, a mask editing method for facial neural radiation fields, can edit three-dimensional faces without 3D modeling.. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
Can't use ChatGPT! Explaining the causes and solutions that can be tested immediately [Latest 2025]Can't use ChatGPT! Explaining the causes and solutions that can be tested immediately [Latest 2025]May 14, 2025 am 05:04 AM

ChatGPT is not accessible? This article provides a variety of practical solutions! Many users may encounter problems such as inaccessibility or slow response when using ChatGPT on a daily basis. This article will guide you to solve these problems step by step based on different situations. Causes of ChatGPT's inaccessibility and preliminary troubleshooting First, we need to determine whether the problem lies in the OpenAI server side, or the user's own network or device problems. Please follow the steps below to troubleshoot: Step 1: Check the official status of OpenAI Visit the OpenAI Status page (status.openai.com) to see if the ChatGPT service is running normally. If a red or yellow alarm is displayed, it means Open

Calculating The Risk Of ASI Starts With Human MindsCalculating The Risk Of ASI Starts With Human MindsMay 14, 2025 am 05:02 AM

On 10 May 2025, MIT physicist Max Tegmark told The Guardian that AI labs should emulate Oppenheimer’s Trinity-test calculus before releasing Artificial Super-Intelligence. “My assessment is that the 'Compton constant', the probability that a race to

An easy-to-understand explanation of how to write and compose lyrics and recommended tools in ChatGPTAn easy-to-understand explanation of how to write and compose lyrics and recommended tools in ChatGPTMay 14, 2025 am 05:01 AM

AI music creation technology is changing with each passing day. This article will use AI models such as ChatGPT as an example to explain in detail how to use AI to assist music creation, and explain it with actual cases. We will introduce how to create music through SunoAI, AI jukebox on Hugging Face, and Python's Music21 library. Through these technologies, everyone can easily create original music. However, it should be noted that the copyright issue of AI-generated content cannot be ignored, and you must be cautious when using it. Let’s explore the infinite possibilities of AI in the music field together! OpenAI's latest AI agent "OpenAI Deep Research" introduces: [ChatGPT]Ope

What is ChatGPT-4? A thorough explanation of what you can do, the pricing, and the differences from GPT-3.5!What is ChatGPT-4? A thorough explanation of what you can do, the pricing, and the differences from GPT-3.5!May 14, 2025 am 05:00 AM

The emergence of ChatGPT-4 has greatly expanded the possibility of AI applications. Compared with GPT-3.5, ChatGPT-4 has significantly improved. It has powerful context comprehension capabilities and can also recognize and generate images. It is a universal AI assistant. It has shown great potential in many fields such as improving business efficiency and assisting creation. However, at the same time, we must also pay attention to the precautions in its use. This article will explain the characteristics of ChatGPT-4 in detail and introduce effective usage methods for different scenarios. The article contains skills to make full use of the latest AI technologies, please refer to it. OpenAI's latest AI agent, please click the link below for details of "OpenAI Deep Research"

Explaining how to use the ChatGPT app! Japanese support and voice conversation functionExplaining how to use the ChatGPT app! Japanese support and voice conversation functionMay 14, 2025 am 04:59 AM

ChatGPT App: Unleash your creativity with the AI ​​assistant! Beginner's Guide The ChatGPT app is an innovative AI assistant that handles a wide range of tasks, including writing, translation, and question answering. It is a tool with endless possibilities that is useful for creative activities and information gathering. In this article, we will explain in an easy-to-understand way for beginners, from how to install the ChatGPT smartphone app, to the features unique to apps such as voice input functions and plugins, as well as the points to keep in mind when using the app. We'll also be taking a closer look at plugin restrictions and device-to-device configuration synchronization

How do I use the Chinese version of ChatGPT? Explanation of registration procedures and feesHow do I use the Chinese version of ChatGPT? Explanation of registration procedures and feesMay 14, 2025 am 04:56 AM

ChatGPT Chinese version: Unlock new experience of Chinese AI dialogue ChatGPT is popular all over the world, did you know it also offers a Chinese version? This powerful AI tool not only supports daily conversations, but also handles professional content and is compatible with Simplified and Traditional Chinese. Whether it is a user in China or a friend who is learning Chinese, you can benefit from it. This article will introduce in detail how to use ChatGPT Chinese version, including account settings, Chinese prompt word input, filter use, and selection of different packages, and analyze potential risks and response strategies. In addition, we will also compare ChatGPT Chinese version with other Chinese AI tools to help you better understand its advantages and application scenarios. OpenAI's latest AI intelligence

5 AI Agent Myths You Need To Stop Believing Now5 AI Agent Myths You Need To Stop Believing NowMay 14, 2025 am 04:54 AM

These can be thought of as the next leap forward in the field of generative AI, which gave us ChatGPT and other large-language-model chatbots. Rather than simply answering questions or generating information, they can take action on our behalf, inter

An easy-to-understand explanation of the illegality of creating and managing multiple accounts using ChatGPTAn easy-to-understand explanation of the illegality of creating and managing multiple accounts using ChatGPTMay 14, 2025 am 04:50 AM

Efficient multiple account management techniques using ChatGPT | A thorough explanation of how to use business and private life! ChatGPT is used in a variety of situations, but some people may be worried about managing multiple accounts. This article will explain in detail how to create multiple accounts for ChatGPT, what to do when using it, and how to operate it safely and efficiently. We also cover important points such as the difference in business and private use, and complying with OpenAI's terms of use, and provide a guide to help you safely utilize multiple accounts. OpenAI

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.