Personalized Avatar Generation via Multi-Model Feature Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing AI models for generating personalized avatars from user images struggle to maintain high image quality and accurately recognize and represent features such as accessories, clothing, and facial details.

Innovation Solution

The method involves receiving an image and a text prompt, using classifiers like LLaVA to extract features from the image and generate a text embedding, and then employing a neural network to denoise and refine the image embedding, ultimately decoding it into a stylized avatar image.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If conventional AI models are used for avatar generation, then the generation process is simple, but image quality deteriorates and artifacts appear

Engineering Contradiction:
Improveimage qualityVSAvoidmodel complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent combines multiple AI models into an integrated system: a first AI model extracts features from the input image, a second AI model generates avatars based on those features, and a third AI model refines the generated avatar. This merged system resolves the contradiction by achieving high image quality through coordinated multiple models while managing complexity through structured integration.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The avatar generation process is segmented into distinct functional stages: feature extraction, avatar generation, and refinement. Each stage is handled by a specialized AI model, allowing the system to optimize for image quality in each segment while keeping individual model complexities manageable.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If conventional AI models are used for avatar generation, then the process is fast, but feature recognition accuracy deteriorates

Engineering Contradiction:
Improvefeature recognition accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the complex task of feature recognition into specialized sub-tasks handled by the first AI model, which is specifically trained to extract accurate features such as accessories, clothing, and facial details. This segmentation enables high measurement precision for feature recognition while keeping the overall system complexity manageable through clear division of labor.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The first AI model acts as an intermediary between the input image and the avatar generation process. It extracts and structures feature information that is then passed to the second AI model, improving feature recognition accuracy by providing a detailed intermediate representation rather than directly generating avatars from raw images.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Manufacturing precision

If conventional AI models are used for avatar generation, then the system is simple, but representation accuracy of accessories and clothing deteriorates

Engineering Contradiction:
Improvefeature representation accuracyVSAvoidsystem complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent merges three specialized AI models into a cohesive system where the first model identifies features including accessories and clothing, the second model generates the avatar with these features, and the third model refines the representation. This combination achieves high feature representation accuracy by leveraging the complementary strengths of multiple models while managing system complexity through structured integration.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The third AI model provides a feedback mechanism that refines the avatar generated by the second model. It analyzes the generated avatar and makes adjustments to improve the accuracy of feature representation, particularly for detailed elements like accessories and clothing, creating a closed-loop system that continuously improves representation accuracy.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12205255B1Personalized avatars using text description of features
Publication Date: 2025.01.21 GLAM LABS INC
  • US12205255B1 patent drawing
  • US12205255B1 patent drawing
  • US12205255B1 patent drawing

AI summary

Systems and methods for generating personalized avatars using text description of features are provided. An example method includes receiving a first image that includes a face, acquiring a text including a first prompt for stylization of the first image, generating a second prompt concerning the face, combining the first prompt and the second prompt into a third prompt, encoding the third prompt into a text embedding, encoding the first image into an image embedding, randomly generating a first noise for the image embedding, adding the first noise to the image embedding to obtain a noisy image embedding, providing the noisy image embedding and the text embedding to a first neural network to generate a second noise, modifying the noisy image embedding based on the second noise, and decoding, using a second neural network, the noisy image embedding into a second image including the face stylized according to the third prompt.