Sparse Graph Construction for Longer Loops and Efficient Encoding

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for creating sparse graph codes face challenges in constructing graphs with large loops, leading to difficulties in achieving optimal encoding efficiency, especially when short loops are prevalent and irregular matrices are used, resulting in increased encoding complexity and reduced performance.

Innovation Solution

A sparse graph creation method that employs a modified progressive edge-growth algorithm, involving node inactivation, targeted node searching, and constrained interleaving to selectively expand loops and maintain uniform weight distribution, thereby enhancing encoding efficiency and loop lengthening.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a sparse graph is constructed using conventional methods, then the graph structure is created, but short loops are formed which reduce encoding efficiency

Engineering Contradiction:
Improveencoding efficiencyVSAvoidgraph structure
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by inactivating certain nodes before constructing the sparse graph. This pre-processing step prevents short loops from forming during graph construction, thereby improving encoding efficiency before the actual encoding process begins. The inactivated nodes are strategically selected to break potential short loop paths.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements local quality by making different nodes have different states (activated or inactivated) based on their local graph position and connectivity. This local differentiation allows the graph to have regions optimized for preventing short loops while maintaining overall graph integrity and encoding efficiency.

Inventive Principle:
Principle #3Local quality

2Reliability

If node inactivation is applied to prevent short loops, then encoding efficiency improves, but calculation complexity increases

Engineering Contradiction:
Improveencoding efficiencyVSAvoidcalculation amount
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent uses parameter changes by dynamically adjusting the activation state of nodes based on graph construction progress and detected loop patterns. This allows the system to adaptively control which nodes are inactivated, balancing encoding efficiency improvement against calculation complexity without requiring exhaustive search of all possible node configurations.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If irregular matrices are used in sparse graph construction, then graph flexibility increases, but short loop formation increases and encoding efficiency decreases

Engineering Contradiction:
Improvegraph flexibilityVSAvoidencoding efficiency
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent applies local quality by making different nodes have different states (activated or inactivated) based on their local graph position and connectivity. This local differentiation allows the graph to have regions optimized for preventing short loops while maintaining overall graph integrity and encoding efficiency.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent uses parameter changes by dynamically adjusting the activation state of nodes based on graph construction progress and detected loop patterns. This allows the system to adaptively control which nodes are inactivated, balancing encoding efficiency improvement against calculation complexity without requiring exhaustive search of all possible node configurations.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11303305B2Sparse graph creation device and sparse graph creation method
Publication Date: 2022.04.12 NIPPON TELEGRAPH & TELEPHONE CORP
  • US11303305B2 patent drawing
  • US11303305B2 patent drawing
  • US11303305B2 patent drawing

AI summary

A selective PEG algorithm, creating a sparse matrix while maintaining row weight/column weight at arbitrary multi-levels, and in the process, inactivating an arbitrary edge so that a minimum loop formed between arbitrary nodes is enlarged or performing constrained interleaving, so that encoding efficiency in the case where a matrix space is narrow is improved.