Tensor Framework for Network Mesostructure Inference

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Analyzing high velocity large-scale network activities is challenging due to complex interaction patterns, heterogeneity, and high volume, making it difficult to capture interaction patterns and discover underlying network structures, especially when the temporal aspect of node interactions is not considered.

Innovation Solution

A system using tensors to represent node interactions, performing tensor decomposition to infer mesostructures, and predicting future data cascades by determining temporal network structures, with the ability to identify top nodes and their roles as source or distributor nodes, and generating a cascade prediction model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If traditional graph representation and matrix SVD are used to analyze network activities, then the method can identify central pages and topic components, but it cannot capture temporal patterns of node interactions and handles large-scale data inefficiently

Engineering Contradiction:
Improvetemporal pattern informationVSAvoiddata processing complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent transforms the traditional 2D adjacency matrix into a 3D adjacency tensor by adding a temporal dimension. This allows the system to capture temporal patterns of node interactions while maintaining the structural relationships. The tensor representation enables simultaneous analysis of network structure and temporal evolution, resolving the contradiction between information completeness and processing complexity.

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

Solution Approach 2:

The patent changes the mathematical representation from matrix-based to tensor-based, and from static to dynamic by incorporating time-varying parameters. The adjacency tensor A(i,j,t) captures how interactions between nodes i and j evolve over time t, enabling the system to track temporal patterns while scaling to large networks through efficient tensor decomposition algorithms.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If linear regression models are used to predict online content popularity, then early patterns can be extrapolated for future access rates, but the method cannot discover how users interact with one another and how interactions affect popularity

Engineering Contradiction:
Improvepopularity prediction accuracyVSAvoidinteraction pattern information
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent introduces the adjacency tensor as an intermediary that captures user interaction patterns. This tensor serves as a bridge between individual user behaviors and collective popularity outcomes, allowing the system to model how interactions between nodes influence content propagation and popularity while maintaining prediction accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The adjacency tensor serves multiple functions simultaneously: it captures network structure, temporal dynamics, and interaction patterns. This multi-functional representation enables the system to both predict popularity and discover interaction mechanisms, eliminating the need for separate analysis methods.

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

3Productivity

If tensor decomposition is applied to capture temporal network structures, then future data cascades can be predicted, but the computational complexity increases for large-scale networks

Engineering Contradiction:
Improvedata cascade prediction capabilityVSAvoidcomputational resource consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The patent segments the large-scale network analysis into manageable components through tensor decomposition. By decomposing the adjacency tensor into latent factor matrices, the system reduces the computational complexity from O(N³) to O(rN²) where r is the rank, enabling efficient processing of large networks while maintaining prediction capability.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10218579B1Tensor-based framework for analyzing high velocity large-scale network activities to infer latent mesostructures and important nodes
Publication Date: 2019.02.26 HRL LAB
  • US10218579B1 patent drawing
  • US10218579B1 patent drawing
  • US10218579B1 patent drawing

AI summary

Described is a system for analyzing network activities. Each pair of node interactions between nodes in the network is represented with a tensor. For each pair of node interactions, a mesostructure is inferred using tensor decomposition of the tensor, resulting in inferred mesostructures. A temporal network structure representing each pair of node interactions is determined using a set of parameters generated from the tensor decomposition, resulting in temporal network structures. A future data cascade in the network is predicted using the temporal network structures.