Solar Irradiance Nowcasting Model With Threshold-Based Retraining

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing solar irradiance nowcasting models are static and fail to adapt to dynamic environmental changes, leading to deteriorated predictive accuracy and inefficiencies in power grid operations.

Innovation Solution

A solar irradiance nowcasting system with a storage unit and processing unit that continuously accumulates recent sky images and GHI data, periodically checks for a threshold, and initiates a retraining process to adapt the model using deep learning architectures like CNN-LSTM, VGG16, and ResNet18, ensuring up-to-date predictions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a static pre-trained deep learning model is used for solar irradiance nowcasting, then the initial predictive accuracy is achieved, but the model fails to adapt to dynamic environmental changes over time, leading to deteriorated predictive accuracy

Engineering Contradiction:
Improvepredictive accuracyVSAvoidadaptability to environmental changes
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent implements a dynamic model update mechanism where the pre-trained deep learning model is periodically retrained using newly accumulated sky images and GHI data. This transforms the static model into a dynamic system that continuously adapts to changing environmental conditions, resolving the contradiction between initial accuracy and long-term adaptability.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the training data parameters over time by accumulating new environmental data (sky images and GHI measurements) and using this updated data to retrain the model. This parameter change approach allows the model to maintain predictive accuracy while adapting to new environmental conditions.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If the model is retrained frequently to maintain accuracy, then predictive accuracy is improved, but computational resources and time are consumed

Engineering Contradiction:
Improvepredictive accuracyVSAvoidretraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements periodic retraining where the model is retrained at predetermined time intervals or when accumulated data reaches a threshold. This periodic action balances the need for maintaining accuracy with the cost of retraining, avoiding both excessive retraining and model obsolescence.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The system performs preliminary data accumulation and preprocessing before retraining is initiated. By continuously accumulating and preprocessing sky images and GHI data in advance, the system prepares training data ready for when retraining is triggered, reducing the actual retraining time and resource consumption.

Inventive Principle:
Principle #10Preliminary action

3Adaptability or versatility

If more recent data is accumulated for retraining, then model adaptability is improved, but data storage requirements increase

Engineering Contradiction:
Improvemodel adaptabilityVSAvoiddata storage volume
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The patent extracts only the essential and recent data needed for model retraining, rather than storing all historical data. By selectively accumulating recent sky images and corresponding GHI data, the system achieves sufficient model adaptability while minimizing storage requirements.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system uses a partial dataset approach by accumulating only a predetermined amount of recent data (not the complete historical record) for retraining purposes. This partial action provides sufficient adaptability improvement while controlling storage consumption.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20250370163A1Solar irradiance nowcasting system and adaptive maintenance method thereof for solar irradiance nowcasting model
Publication Date: 2025.12.04 LITE ON SINGAPORE PTE LTD
  • US20250370163A1 patent drawing
  • US20250370163A1 patent drawing
  • US20250370163A1 patent drawing

AI summary

A solar irradiance nowcasting system is provided. The system includes a storage unit and a processing unit. The storage unit is configured to store a structured dataset, an unstructured dataset, and a solar irradiance nowcasting model. The processing unit generates predicted GHI values based on current sky images using the model and adaptively maintains the model by executing operations including accumulating recent sky images and corresponding GHI data into the datasets, periodically checking if their accumulated number reaches a specified threshold, and initiating retraining upon reaching the threshold. The retraining process involves using the accumulated recent sky images and GHI data to update the model, ensuring accurate and up-to-date predictions.