Facial Image Reconstruction Network Using Identity and Style Loss

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing generative adversarial networks (GANs) for reconstructing human facial images focus solely on pixel-level quality without understanding facial identities or shapes, resulting in reconstructed images that may not resemble the actual face effectively.

Innovation Solution

A method for reconstructing facial images using a network trained with two loss functions that enable semantic understanding of facial identities, combined with a mapping network that extracts feature values for specific styles and adaptive instance normalization to apply styles during reconstruction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If traditional GANs optimize only pixel-level loss functions, then image reconstruction performance is improved mechanically, but facial identity resemblance deteriorates

Engineering Contradiction:
Improvepixel-level reconstruction qualityVSAvoidfacial identity resemblance
Core Design Contradiction:
Manufacturing precisionVSReliability

Solution Approach 1:

The patent segments the loss function into multiple independent components: pixel-level loss (L1/L2 norm), adversarial loss, and facial identity loss (using landmark distances). This segmentation allows each component to optimize for its specific purpose, preventing the trade-off between mechanical reconstruction quality and facial identity resemblance.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary loss function based on facial landmarks that mediates between pixel-level reconstruction and identity preservation. By using landmark distances as an intermediate metric, the system can enforce identity constraints without directly manipulating pixel values, thus resolving the contradiction between reconstruction quality and identity resemblance.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Manufacturing precision

If GANs focus solely on pixel value differences, then overall image quality is improved, but understanding of facial shapes and contours deteriorates

Engineering Contradiction:
Improvepixel value accuracyVSAvoidfacial shape and contour understanding
Core Design Contradiction:
Manufacturing precisionVSMeasurement precision

Solution Approach 1:

The patent adds another dimension to the loss function by incorporating geometric constraints through facial landmarks. Instead of optimizing only in the pixel value space, the system now optimizes in both pixel space and geometric space (landmark positions), enabling simultaneous improvement of pixel accuracy and facial shape understanding.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent implements feedback mechanisms where the reconstructed facial landmarks are compared with original landmarks, and this geometric error feedback is fed back into the training process. This continuous feedback loop ensures that the network learns to preserve facial shapes and contours while maintaining pixel-level reconstruction quality.

Inventive Principle:
Principle #23Feedback

3Device complexity

If conventional GANs use only two loss functions, then training simplicity is maintained, but ability to apply styles while preserving identity deteriorates

Engineering Contradiction:
Improvetraining structure simplicityVSAvoidstyle application capability
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent makes the loss function multi-functional by integrating multiple objectives into a single unified loss calculation: pixel reconstruction, adversarial discrimination, facial identity preservation, and style transfer. This universal loss function can handle multiple tasks simultaneously, enabling the system to apply various styles while preserving identity without requiring separate training systems.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250174043A1Apparatus and method for reconstructing facial images using facial identity features and styles
Publication Date: 2025.05.29 POSTECH ACADEMY INDUSTRY FOUNDATION
  • US20250174043A1 patent drawing
  • US20250174043A1 patent drawing

AI summary

The present invention relates to an apparatus and method for reconstructing facial images, which includes a generator network including an encoder and a decoder. The encoder analyzes an occluded image to extract feature values, and the decoder restores a final facial image.