Memory Controller Fault Prediction via Machine Learning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing memory systems face challenges in actively addressing faults that occur during usage, as preliminary tests can only predict defects during development, making it difficult to cope with faults that emerge later.

Innovation Solution

A memory controller with a fault predictor, an error correcting code (ECC) manager, and ECC engines that utilize a memory error profiler and a memory fault prediction network to process raw data into error profiles for machine learning, predicting faults and classifying them for parallel ECC performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If preliminary tests are conducted during development, then defects can be identified early, but faults that appear during usage cannot be actively coped with

Engineering Contradiction:
Improvefault prediction capabilityVSAvoidactive fault coping
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system performs preliminary fault prediction by analyzing error patterns from raw data using machine learning models before faults actually occur. The memory error profiler continuously collects error information and the memory fault prediction network processes this data to predict potential faults, enabling proactive measures to be taken before system failures happen during usage.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements a feedback mechanism where error information from memory operations is continuously collected by the memory error profiler, processed through the memory fault prediction network, and used to update fault predictions. This closed-loop feedback enables the system to learn from actual error patterns and improve its fault prediction accuracy over time, allowing active coping with faults during usage.

Inventive Principle:
Principle #23Feedback

2Measurement precision

If machine learning models are used for fault prediction, then prediction accuracy is improved, but system complexity increases

Engineering Contradiction:
Improvefault prediction accuracyVSAvoidsystem structure
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system divides the fault prediction functionality into separate modular components: a memory error profiler that collects and processes raw error data, and a memory fault prediction network that performs machine learning analysis. This segmentation allows each component to be optimized independently and simplifies the overall system architecture while maintaining high prediction accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The memory error profiler acts as an intermediary component between the raw error data from memory operations and the memory fault prediction network. It processes and prepares the raw data into a suitable format for machine learning analysis, reducing the complexity burden on the prediction network while maintaining high prediction accuracy through specialized data preprocessing.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If multiple ECC engines operate in parallel, then fault handling speed is improved, but device complexity increases

Engineering Contradiction:
Improvefault handling speedVSAvoidECC engine configuration
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system employs multiple ECC engines that can dynamically operate in parallel when faults are predicted, allowing the degree of parallelism to adapt to the predicted fault severity and type. This dynamic configuration enables high-speed fault handling when needed while maintaining lower complexity during normal operation, as the parallel ECC engines are activated based on real-time fault predictions rather than continuously.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11907064B2Memory controller and memory system including the same
Publication Date: 2024.02.20 SAMSUNG ELECTRONICS CO LTD
  • US11907064B2 patent drawing
  • US11907064B2 patent drawing
  • US11907064B2 patent drawing

AI summary

A memory controller includes a fault predictor which predicts a fault which causes an error occurring in a memory device, an error correction code (ECC) manager which classifies a type of the fault based on the predicted fault, and a plurality of ECC engines which perform ECC in parallel depending on the classified type of the faults. The fault predictor includes a memory error profiler which receives raw data related to the error and processes the raw data into an error profile that is data available for machine learning, and a memory fault prediction network which receives the error profile as an input, performs the machine learning using the error profile, and predicts the fault which causes the error.