Edge Media Caching With Progressive Content Depletion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing edge computing architectures lack the ability to dynamically adjust content caching based on predictive models, leading to inefficiencies in bandwidth usage, latency, and network congestion due to static retention policies.

Innovation Solution

Implement a context-aware edge computing system that utilizes a Generative Adversarial Network (GAN) model to predict future media file requests and dynamically manage content retention and depletion in cache based on probability thresholds, enabling adaptive caching strategies.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If content is statically retained in edge cache, then content availability is improved, but bandwidth efficiency deteriorates due to redundant data transmission

Engineering Contradiction:
Improvecontent availabilityVSAvoidbandwidth efficiency
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The patent implements dynamic content retention by using machine learning models to predict future user requests and adjusting cache retention policies in real-time. Instead of static retention, the system dynamically determines which content to retain or delete based on predicted demand probability, thereby improving bandwidth efficiency while maintaining content availability when needed.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the parameter of content retention from a fixed static state to a dynamic state based on probability thresholds. By calculating probability values for future requests and comparing them against configurable thresholds, the system adapts retention parameters to actual usage patterns, reducing redundant transmissions while ensuring availability.

Inventive Principle:
Principle #35Parameter changes

2Loss of time

If more content is cached at edge servers, then response time is improved, but network congestion worsens due to increased data storage and management overhead

Engineering Contradiction:
Improveresponse timeVSAvoidnetwork congestion
Core Design Contradiction:
Loss of timeVSObject-generated harmful factors

Solution Approach 1:

Instead of caching all content or using excessive caching strategies, the patent applies partial caching by selectively retaining only those content items with high predicted request probability. This partial action approach reduces the volume of cached data, thereby minimizing network congestion from data management while maintaining fast response times for predicted requests.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The edge server performs self-service by autonomously predicting future requests using machine learning models and automatically making retention decisions without centralized control. This distributed self-service approach reduces the signaling overhead and management traffic between central controllers and edge servers, thereby reducing network congestion.

Inventive Principle:
Principle #25Self-service

3Productivity

If predictive models are implemented at edge servers, then caching optimization is improved, but device complexity worsens due to additional computational requirements

Engineering Contradiction:
Improvecaching optimizationVSAvoidcomputational complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent segments the computational workload by deploying lightweight machine learning models specifically designed for edge devices with limited resources. Instead of using complex centralized models, the system segments the prediction function into simplified models that can run locally at edge servers, achieving caching optimization without excessive computational complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system uses lightweight, simplified machine learning models that are computationally inexpensive and can be easily deployed and updated at edge devices. These simplified models act as 'cheap' computational objects that provide sufficient prediction accuracy for caching decisions without the heavy computational burden of complex models, making them suitable for resource-constrained edge environments.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Data Source

PatentUS12585616B2Context aware edge computing and progressive depletion of content
Publication Date: 2026.03.24 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12585616B2 patent drawing
  • US12585616B2 patent drawing
  • US12585616B2 patent drawing

AI summary

A computer-implemented method for context aware edge computing and progressive depletion of content is provided. The computer-implemented method includes receiving, at an edge server, a request for a media file sourced from a main server and having media file data temporarily stored on the edge server, determining, from the request, a probability value that a similar request will be received at the edge server, comparing the probability value with a predefined probability threshold value, identifying a portion of the media file data to be deleted from results of the comparing and from a capability of a model stored on the edge server to regenerate the media file data that has been deleted and deleting the portion of the media file data in accordance with results of the identifying.