Media Feed Timeline Consolidation for Duplicative Posts

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current systems managing media feeds do not effectively merge updates when multiple personalities interact or share content, leading to duplicative posts scattered throughout a user's timeline, which can confuse users and reduce engagement.

Innovation Solution

A system that identifies duplicative posts by analyzing content items for shared objects, sources, or creators, and combines them into a single post, allowing for unified interaction and display, while applying composite criteria for likes, comments, and shares.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If the system displays all individual posts separately in the timeline, then complete information from multiple personalities is preserved, but the timeline becomes cluttered with duplicative content and user experience deteriorates

Engineering Contradiction:
Improveinformation completenessVSAvoiduser experience
Core Design Contradiction:
Loss of informationVSEase of operation

Solution Approach 1:

The system merges multiple duplicative posts into a single consolidated post by detecting common content items across posts from different personalities. When posts share the same content item (image, video, article), they are combined into one timeline entry that aggregates all associated information, interactions, and personality data, eliminating redundancy while preserving complete information.

Inventive Principle:
Principle #5Merging (Combining)

2Ease of operation

If the system combines duplicative posts into a single post, then timeline clutter is reduced and user experience improves, but the system complexity increases due to merging logic and interaction management

Engineering Contradiction:
Improveuser experienceVSAvoidsystem complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The system performs preliminary detection and grouping of duplicative posts before they are displayed in the timeline. By identifying posts with common content items in advance and pre-consolidating them into combined posts, the system avoids the complexity of real-time merging during user interaction, reducing computational overhead while maintaining user experience benefits.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces a intermediate consolidation layer between post creation and timeline display. This intermediary process detects duplicative content, groups related posts, and creates consolidated representations that simplify the final timeline output, managing system complexity by handling merging operations in a dedicated intermediate stage rather than directly in the display logic.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If interactions like likes and comments are applied to individual posts separately, then each post maintains its own engagement metrics, but managing interactions across multiple duplicative posts becomes inefficient

Engineering Contradiction:
Improveengagement trackingVSAvoidinteraction management efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system merges interaction data from multiple duplicative posts into the consolidated post. When posts are combined, their likes, comments, and other engagements are aggregated and associated with the single combined post entry, maintaining reliable engagement tracking while dramatically improving interaction management efficiency by eliminating the need to manage separate interactions for each duplicative post.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20240273153A1Systems and methods for managing media feed timelines
Publication Date: 2024.08.15 ADEIA GUIDES INC
  • US20240273153A1 patent drawing
  • US20240273153A1 patent drawing
  • US20240273153A1 patent drawing

AI summary

The system manages aggregating posts to a media feed to provide timeline updates. The system generates for display the media feed that includes a first post having a first content item and first information. The system identifies a second post having a second content item and second information. If the system determines that the first content item and the second content item are duplicative, the system generates a combined post. The combined post includes the first content item, the second content item, the first information, the second information, or a combination thereof. The system identifies objects of the first and second content items, and compares the objects to determine of the content items are duplicative. Further, the system may determine whether the first and second content items are duplicative by determining if they share the same source.