ML Model Training for Autonomous Train Hazard Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Autonomous trains face challenges in reliably and efficiently detecting obstacles along their route due to limited sensor range and delayed information, which can lead to collisions, as current systems only account for immediate dangers and not future situations.

Innovation Solution

A computer-implemented procedure for training a machine learning model using a dataset with labeled data related to transport routes, including dangerous situations and their corresponding time windows, enabling the model to predict and classify potential hazards more effectively.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional sensors and computing power are used for obstacle detection, then the system can detect current hazards, but the detection is delayed and hazards are only identified when currently present at the train's location

Engineering Contradiction:
Improveobstacle detection reliabilityVSAvoiddetection time delay
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary analysis of hazard development by training a machine learning model to predict future hazardous situations along the route. The model processes sensor data, map data, and weather data to identify potential obstacles before the train reaches their location, enabling proactive rather than reactive detection.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The detection process is segmented into multiple components: current hazard detection using conventional sensors, future hazard prediction using the machine learning model, and route analysis. This segmentation allows the system to handle immediate threats and anticipate future threats separately, improving overall detection reliability without being constrained by sensor range limitations.

Inventive Principle:
Principle #1Segmentation

2Reliability

If expensive sensors and computing power are deployed for automated obstacle detection, then hazard detection capability is improved, but the system complexity and cost increase significantly

Engineering Contradiction:
Improvehazard detection capabilityVSAvoidsensor and computing system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

A machine learning model serves as an intermediary between raw sensor data and hazard detection decisions. The model processes and interprets data from existing sensors, extracting meaningful patterns and predictions without requiring additional expensive sensor hardware. This intermediary layer enhances detection capability while avoiding the complexity of deploying numerous high-end sensors.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system uses map data and historical route information as virtual copies of the physical environment to predict future hazards. Instead of relying solely on physical sensors to detect every potential obstacle, the system creates digital representations of the route and uses the machine learning model to simulate and predict hazard development, reducing dependence on expensive sensor arrays.

Inventive Principle:
Principle #26Copying

3Reliability

If only current hazards at the train's location are considered, then immediate threats are detected, but future hazardous situations that will affect the train are not identified

Engineering Contradiction:
Improvecomprehensive hazard identificationVSAvoidfuture hazard information
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The machine learning model performs preliminary prediction of hazard development by analyzing current sensor data, map data, and weather data to forecast future hazardous situations along the route. This allows the system to identify obstacles and dangers before the train reaches their location, preventing information loss about future threats.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system transitions from analyzing only spatial information (current location hazards) to incorporating temporal dimension by predicting hazard development over time. The machine learning model processes data across multiple time points and route segments, enabling the system to identify hazards at different future locations and times, thus preserving comprehensive hazard information.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentEP4506230A1Computer-implemented method for training a machine learning model
Publication Date: 2025.02.12 SIEMENS AG
  • EP4506230A1 patent drawingFigure 1
  • EP4506230A1 patent drawing
  • EP4506230A1 patent drawing

AI summary

The invention relates to a computer-implemented method for training a machine learning model, comprising the steps of: a. providing a training dataset with a plurality of labeled data tuples (S1); wherein each data tuple of the plurality of labeled data tuples comprises training data relating to at least one route of a means of transport; wherein each data tuple of the plurality of labeled data tuples comprises at least one hazardous situation and at least one time window associated with the at least one hazardous situation as a label; wherein the label indicates that the at least one hazardous situation exists in the at least one associated time window; b. training the machine learning model based on the training dataset (S2); and c. providing the trained machine learning model (S3).