Blockchain Ledger Validation for Secure MLP Training

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for training multilayer perceptron (MLP) neural networks are vulnerable to unauthorized modifications and attacks during the training phase, particularly in large-scale AI models, which can compromise model integrity and reliability, and current solutions are inefficient for real-time monitoring and scalability.

Innovation Solution

A distributed training method using a ledger system with blockchain technology to secure MLP training by hashing and timestamping model parameters, ensuring integrity through a consensus mechanism involving trainer and auditor nodes, and utilizing a distributed validation strategy to verify model updates.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional training methods are used for large-scale AI models, then training efficiency and speed are improved, but model integrity and security are compromised due to vulnerability against falsification attacks

Engineering Contradiction:
Improvetraining efficiencyVSAvoidmodel integrity
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The training process is segmented into multiple checkpoints that are individually hashed and stored on the blockchain. Each checkpoint represents a discrete state of model parameters, allowing selective verification without requiring the entire training process to be re-verified. This segmentation enables efficient training while maintaining security through distributed verification of individual states.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The blockchain serves as an intermediary layer between the training process and verification mechanisms. Instead of directly monitoring model parameters, the system uses cryptographic hashes as intermediaries to represent training states. This intermediary approach allows efficient training operations while providing secure, immutable records that can be verified by auditors without interfering with the training process itself.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If continuous monitoring of model parameters is implemented, then detection of unauthorized modifications is improved, but computational resources and time required for training are significantly increased

Engineering Contradiction:
Improvedetection capabilityVSAvoidcomputational resources
Core Design Contradiction:
ReliabilityVSUse of energy by stationary object

Solution Approach 1:

The system performs preliminary hashing of model parameters at each training checkpoint before the next training step begins. This preliminary action creates a cryptographic fingerprint of the parameter state in advance, allowing rapid verification later without requiring continuous computational monitoring. The hashing is performed once per checkpoint rather than continuously, significantly reducing computational overhead while maintaining detection capability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Instead of continuously monitoring and processing the actual model parameters, the system creates and stores cryptographic copies (hashes) of the parameter states at checkpoints. These hash copies are stored on the blockchain and can be verified by auditors without requiring access to or processing of the full parameter sets. This copying approach reduces computational resources dramatically while preserving the ability to detect unauthorized modifications.

Inventive Principle:
Principle #26Copying

3Adaptability or versatility

If distributed training with multiple nodes is used, then training scalability and robustness are improved, but system complexity and difficulty of coordinating security measures increase

Engineering Contradiction:
Improvetraining scalabilityVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The blockchain infrastructure provides universal functionality that serves multiple purposes: it stores training checkpoints, verifies parameter integrity, coordinates between distributed training nodes, and enables auditor verification. This multi-functional approach consolidates what would otherwise require separate complex systems into a single unified platform, reducing overall system complexity while maintaining scalability.

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

Solution Approach 2:

The system implements feedback mechanisms where training nodes receive confirmation from the blockchain that their checkpoint has been recorded and verified. This feedback loop simplifies coordination by providing clear, cryptographic confirmation of successful training state storage, eliminating the need for complex inter-node communication protocols and coordination mechanisms.

Inventive Principle:
Principle #23Feedback

4Reliability

If strict verification mechanisms are applied to all training operations, then model security against attacks is improved, but training speed and time-to-market are reduced

Engineering Contradiction:
Improvemodel securityVSAvoidtraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

Instead of verifying every single parameter update in detail, the system performs partial verification by hashing only the critical parameter states at checkpoints and storing these on the blockchain. This partial action approach provides sufficient security to detect major falsification attacks while avoiding the time-consuming verification of every individual parameter change, thus maintaining training speed.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system skips detailed verification of intermediate training steps by using checkpoint-based hashing. Rather than continuously verifying each parameter update, the system rushes through the training process by creating discrete, verifiable snapshots at key points. This allows rapid training completion while maintaining security through the immutable blockchain record of critical states.

Inventive Principle:
Principle #21Skipping (Rushing through)

Data Source

PatentEP4703945A1Method and system for secure training of multilayer perceptron machine learning models
Publication Date: 2026.03.04 COMMISSARIAT A LENERGIE ATOMIQUE ET AUX ENERGIES ALTERNATIVES
  • EP4703945A1 patent drawingFigure 1a~1b
  • EP4703945A1 patent drawingFigure 2~4
  • EP4703945A1 patent drawingFigure 5~6

AI summary

A distributed mechanism for the training of neural networks is presented, in which Training nodes perform training operations in parallel on the basis of a common training data set and parameters defined in a common Ledger, and submit security blocks ensuring a cryptographic continuity with respect to the Ledger, and eventually respective proposals for new parameters to Audit nodes. The audit nodes assess the proposals on the basis of a proof of work and a loss function to reach a consensus for the selection of a set of new parameters for inclusion in the Ledger maintaining cryptographic continuity in the manner of a block chain. Older parameter sets may be deleted to control ledger size. Audit blocks may assess the loss function on the basis of different respective audit sets, each statistically coherent with the overall training set.