Railway Defect Detection With Configuration-Based False Alarm Filtering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing railway track defect detection systems generate a high number of false alarms, which burden operators and divert their attention from critical tasks.

Innovation Solution

Implementing a track defect false alarm mitigation system using computer vision and artificial intelligence to analyze track images, where features are detected and labeled based on a confidence level, and only alerts are issued when alignment with a track configuration context meets a predetermined confidence threshold, with onboard and offboard processors working together to refine the detection model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If track defect detection systems use traditional image processing methods, then the system complexity is low, but the number of false alarms is high

Engineering Contradiction:
Improvedetection accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments the track detection task into multiple independent modules: feature detection module, track configuration context generation module, and alignment verification module. Each module processes specific aspects of track images separately, allowing the complex AI-based system to be decomposed into manageable components that can be developed, tested, and maintained independently.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by generating track configuration context predictions before final defect determination. The AI model predicts expected track component locations and configurations in advance, allowing the system to compare actual detected features against these pre-computed expectations to filter out false alarms before issuing alerts.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If the detection system issues alerts for all detected features, then the sensitivity is high, but the operator workload increases

Engineering Contradiction:
Improvedefect detection sensitivityVSAvoidoperator workload
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system implements feedback mechanisms where the detected features and their alignment with track configuration context are continuously evaluated. The system provides feedback to the operator by pre-filtering alerts based on confidence levels and alignment scores, allowing operators to focus only on high-probability defects while the system automatically investigates lower-confidence cases.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system changes the parameter of alert issuance from binary (all or nothing) to confidence-level-based filtering. By introducing confidence thresholds and alignment score criteria, the system dynamically adjusts which detected features trigger alerts, reducing operator workload while maintaining high sensitivity for actual defects through configurable parameter thresholds.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If the system uses AI-based track configuration analysis, then the false alarm rate decreases, but the computational resources required increase

Engineering Contradiction:
Improvefalse alarm rateVSAvoidcomputational resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The computational workload is segmented between onboard processors and offboard processors. Simple feature detection and initial image processing occur onboard the rail vehicle, while complex AI-based track configuration context generation and alignment verification are performed offboard at centralized processing facilities. This segmentation reduces the computational burden on mobile devices while maintaining high reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary computational actions by pre-training AI models offboard and caching track configuration context predictions before final verification. The offboard processor performs intensive computational tasks in advance, preparing processed data and models that can be quickly applied onboard, thereby reducing real-time computational requirements and energy consumption.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250269884A1Railway defect false alarm mitigation by multiple track configuration analysis
Publication Date: 2025.08.28 CATERPILLAR INC
  • US20250269884A1 patent drawing
  • US20250269884A1 patent drawing
  • US20250269884A1 patent drawing

AI summary

A track defect false alarm mitigation apparatus for a rail vehicle that is conveyed on a railway includes a processor onboard the rail vehicle that is constructed to perform feature detection on a track image captured from the railway to label an attribute in the track image as a feature of the railway captured in the track image. Model parameters for a track detection model are accepted from another processor. A track detection model is executed using the model parameters provided thereto to generate a track configuration context that predicts the locations of track configuration components. An attempt is made to register the feature and the track configuration context one with the other. The issuance of an alert of a track defect is excluded except in response to the feature registering with the track configuration context to a confidence level.