Decentralized ML Trust Scoring Against Adversarial Parameter Updates

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional decentralized machine learning systems are vulnerable to adversarial attacks, particularly in federated learning, due to the assumption of a central parameter aggregator's genuineness, leading to a single point of failure and inadequate defense mechanisms against malicious updates.

Innovation Solution

A decentralized ML system implemented on a blockchain network where each data processing node shares learning parameters, determines similarity, and publishes cryptographic hash values to establish trust scores, dynamically updating node weightages to exclude malicious nodes and ensure robust learning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a central parameter aggregator is used in federated learning, then the system can merge learning parameters efficiently, but it creates a single point of failure and becomes vulnerable to adversarial attacks

Engineering Contradiction:
Improveparameter merging efficiencyVSAvoidsystem security
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent segments the centralized parameter aggregation function into distributed peer-to-peer interactions. Each node independently validates and merges parameters from its neighbors using cryptographic verification, eliminating the single point of failure while maintaining merging efficiency through parallel distributed computation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces cryptographic hash values and similarity metrics as intermediaries to verify the authenticity of learning parameters. These cryptographic intermediaries enable nodes to trustlessly validate each other's updates without requiring a central authority, thus improving reliability while preserving productivity.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Device complexity

If decentralized learning is implemented across multiple nodes, then processing burden is distributed, but the system becomes vulnerable to malicious updates from adversarial nodes

Engineering Contradiction:
Improvedistributed processingVSAvoidadversarial attacks
Core Design Contradiction:
Device complexityVSObject-affected harmful factors

Solution Approach 1:

The patent implements feedback mechanisms where nodes continuously monitor the similarity of received parameters against their own and against cryptographic baselines. When deviations indicate malicious updates, the system provides feedback by rejecting those parameters and adjusting trust scores, thereby defending against adversarial attacks while maintaining distributed processing.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent applies preliminary anti-action by pre-computing cryptographic hash values and establishing similarity thresholds before parameter exchange. This preemptive verification mechanism blocks malicious updates before they can corrupt the global model, allowing decentralized learning to proceed securely.

Inventive Principle:
Principle #9Preliminary anti-action

3Reliability

If trust mechanisms are added to verify node authenticity, then security against adversarial attacks improves, but computational overhead increases

Engineering Contradiction:
Improvenode verificationVSAvoidcomputational overhead
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent applies partial action by implementing verification only for critical parameters and using lightweight cryptographic checks (hash comparisons) rather than full model validation. This selective verification approach maintains node authenticity verification while minimizing computational overhead and energy consumption.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20260025277A1Detecting and defending against adversarial attacks in decentralized machine learning systems
Publication Date: 2026.01.22 HEWLETT PACKARD ENTERPRISE DEV LP
  • US20260025277A1 patent drawing
  • US20260025277A1 patent drawing
  • US20260025277A1 patent drawing

AI summary

A system and a method for detecting and defending against adversarial attacks in decentralized learning models are described. The method comprises obtaining a learning parameter for determining a reference cryptographic hash value and a similarity between the data processing nodes (102). A cryptographic hash value is determined for each data processing node (102) based on the learning parameter. The trust score of each data processing node (102) is updated based on matching of the cryptographic hash value with the reference cryptographic hash value. The learning parameter of each data processing node (102) is merged to obtain a merged learning parameter based on the trust score. The merged learning parameter is provided to the data processing nodes (102) to be used for training the machine learning models.