Random-Walk Node Ranking With Edge Sign Verification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing personalized node ranking (PNR) methods in signed networks fail to accurately consider edge signs, leading to inaccurate rankings due to incorrect propagation of positive and negative scores based on the balance theory.

Innovation Solution

A method and system for personalized node ranking using random walk that verifies score propagation by predicting edge signs through topological features and using a logistic regression classifier model to determine trustworthiness, and adjusting propagation based on balanced and unbalanced triangles in the network.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If balance theory is used to propagate scores in signed networks, then score propagation follows theoretical rules, but false sign predictions cause inaccurate rankings

Engineering Contradiction:
Improvescore propagation accuracyVSAvoidedge sign prediction accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent performs sign verification before score propagation by training a classification model on topological features to predict edge signs in advance. This preliminary action identifies unreliable edge signs before they can cause false score propagation, thereby resolving the contradiction between following balance theory rules and avoiding inaccurate rankings.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements a feedback mechanism where the classification model's prediction results are used to verify and correct potential errors in balance theory-based score propagation. The model provides feedback on whether propagated scores are reliable, allowing the system to adjust propagation behavior based on predicted edge sign accuracy.

Inventive Principle:
Principle #23Feedback

2Adaptability or versatility

If existing PNR methods are used in signed networks, then global node ranking is provided, but edge signs are not considered leading to inaccurate results

Engineering Contradiction:
Improvesigned network compatibilityVSAvoidranking accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent applies local quality by treating positive and negative edges differently in the score propagation process. Instead of uniform propagation, the system adjusts propagation behavior based on local edge sign characteristics and their predicted reliability, thereby adapting to the signed network structure while maintaining ranking accuracy.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent changes the propagation parameter (score reliability) based on edge sign predictions. By dynamically adjusting whether to propagate scores along certain edges based on the classification model's output, the system adapts to signed network characteristics while preventing inaccurate propagation.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If sign verification is performed using classification model, then false sign propagation is prevented, but system complexity increases

Engineering Contradiction:
Improvescore propagation trustworthinessVSAvoidverification system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent introduces a classification model as an intermediary between the balance theory propagation and the final ranking results. This intermediary verifies edge sign reliability without requiring fundamental changes to the propagation mechanism, thereby preventing false propagation while adding manageable complexity through a dedicated verification layer.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent segments the score propagation process into two distinct phases: verification phase (using classification model on topological features) and propagation phase (using verified scores). This segmentation isolates the complexity of sign verification from the propagation mechanism, making the system more manageable and interpretable.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12499383B2Personalized node ranking method and system using random walk
Publication Date: 2025.12.16 INDUSTRY UNIVERSITY COOPERATION FOUNDATION HANYANG UNIVERSITY
  • US12499383B2 patent drawing
  • US12499383B2 patent drawing
  • US12499383B2 patent drawing

AI summary

Provided is a personalized node ranking (PNR) system and method using random walk. In detail, a personalized ranking method using random walk includes verifying whether propagation of a positive score or a negative score of a currently-visiting node is trustworthy based on an edge sign between a seed node and a next-visiting node predicted by using a classification model, and when the propagation is trustworthy according to the verification, propagating a score by using a first score propagation method based on balance theory, and when the propagation is untrustworthy according to the verification, propagating a score by using a second score propagation method based on a ratio between a balanced triangle and an unbalanced triangle of a signed network.