Media Gallery Sharing with Consistent User Avatar Identifiers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems face challenges in allowing users to share collections of media content items (media galleries) while maintaining consistency in user avatars across different client devices.

Innovation Solution

A media gallery management system that provides avatar identifiers corresponding to user avatars in the original media gallery, allowing these identifiers to be included in metadata and shared with recipient devices, ensuring that the shared media gallery displays the same user avatars as seen by the sender.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If user avatars are dynamically generated based on client device data, then personalization and customization are improved, but consistency across different client devices deteriorates

Engineering Contradiction:
Improveavatar personalizationVSAvoidavatar consistency
Core Design Contradiction:
Adaptability or versatilityVSStability of the object's composition

Solution Approach 1:

The system performs preliminary actions by generating and storing avatar identifiers at the source client device before sharing occurs. These identifiers are embedded in metadata that travels with the media gallery to recipient devices, ensuring the same avatars are reproduced without requiring real-time generation at each device.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Instead of generating avatars independently at each client device (which would create variations), the system creates a copy mechanism where avatar identifiers from the sender's device are transmitted and used to reproduce the exact same avatars at recipient devices, ensuring consistency while maintaining personalization.

Inventive Principle:
Principle #26Copying

2Stability of the object's composition

If complete media galleries with all avatar data are shared between devices, then avatar consistency is improved, but data transmission size and resource intensity worsen

Engineering Contradiction:
Improveavatar consistencyVSAvoiddata transmission size
Core Design Contradiction:
Stability of the object's compositionVSQuantity of substance

Solution Approach 1:

The system extracts only the essential avatar identification information from the complete avatar data structure. By transmitting compact avatar identifiers rather than full avatar images or complete profile data, the system maintains avatar consistency while dramatically reducing the quantity of data that needs to be transmitted between devices.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Avatar identifiers serve as an intermediary element between the sender's avatar data and the recipient's avatar display. These identifiers act as references or keys that enable the recipient device to retrieve or generate the correct avatars without receiving the actual avatar data directly, reducing transmission requirements.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Use of energy by moving object

If avatar identifiers are included in metadata, then resource intensity is reduced, but implementation complexity worsens

Engineering Contradiction:
Improveresource intensityVSAvoidsystem implementation complexity
Core Design Contradiction:
Use of energy by moving objectVSDevice complexity

Solution Approach 1:

The system uses a universal metadata structure that can carry multiple types of information including avatar identifiers, media gallery references, and other sharing data. This multi-functional metadata approach consolidates what would otherwise require separate handling mechanisms, reducing overall system complexity despite the added capability.

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

Data Source

PatentUS20250080483A1Media gallery sharing and management
Publication Date: 2025.03.06 SNAP INC
  • US20250080483A1 patent drawing
  • US20250080483A1 patent drawing
  • US20250080483A1 patent drawing

AI summary

Various embodiments include systems, methods, and non-transitory computer-readable media for sharing and managing media galleries. Consistent with these embodiments, a method includes receiving a request from a first device to share a media gallery that includes a user avatar; generating metadata associated with the media gallery; generating a message associated with the media gallery, the message at least including the media gallery identifier and the identifier of the user avatar; and transmitting the message to a second device of the recipient user.