Ground Engaging Tool Tracking for Occlusion-Aware Loss Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for detecting missing or worn ground engaging tools (GETs) on machines, such as excavator teeth, are inadequate as they do not accurately model the relationship between tools on a bucket, leading to potential damage and inefficiencies.

Innovation Solution

A method using image processing and neural networks to generate segmentation masks, calculate centroids, and determine distances between GETs, with notifications for missing tools, and occlusion detection based on depth metrics and similarity scoring.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If image processing is used to detect missing ground engaging tools, then detection accuracy is improved, but false detections occur when tools are temporarily occluded

Engineering Contradiction:
Improvedetection accuracyVSAvoidfalse detection rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system dynamically tracks GETs across multiple video frames rather than making static detections. By maintaining temporal continuity of GET positions and using motion consistency checks, the system distinguishes between temporarily occluded tools (which maintain their tracked position) and actually missing tools (where tracking is lost), thereby reducing false detections while maintaining high detection accuracy

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system establishes expected GET positions and relationships before analysis by creating a digital twin model of the bucket with all GETs in their proper locations. This preliminary modeling allows the system to compare actual detections against expected positions and identify discrepancies, improving detection accuracy while using contextual information to filter false positives from temporary occlusions

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If the system monitors all ground engaging tools continuously, then loss detection accuracy is improved, but computational complexity and processing time increase

Engineering Contradiction:
Improveloss detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the monitoring task by creating a digital twin model that represents the expected state of all GETs on the bucket. Instead of processing each GET independently in real-time, the system divides the problem into model creation (offline) and comparison (online) phases, reducing real-time computational complexity while maintaining high detection accuracy through the segmented approach

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system creates a digital twin (copy) of the bucket and all its GETs in proper positions. This copy serves as a reference model that can be compared against actual camera detections. By using this pre-established copy, the system avoids the complexity of real-time reconstruction and relationship modeling, simplifying the detection process while maintaining accurate loss detection

Inventive Principle:
Principle #26Copying

3Reliability

If distance-based validation is used to identify missing tools, then detection reliability is improved, but the system fails when tools are temporarily occluded

Engineering Contradiction:
Improvedetection reliabilityVSAvoidfalse positive rate
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The system maintains continuous tracking of each GET across video frames, establishing temporal continuity of their positions and motions. When a GET appears missing based on distance validation, the system checks whether this is a temporary occlusion by examining the continuity of tracking data from previous frames and expected motion patterns, thereby reducing false positives while maintaining detection reliability

Inventive Principle:
Principle #20Continuity of useful action

Solution Approach 2:

The system uses feedback from multiple sources including tracking consistency across frames, expected motion patterns, and contextual information from neighboring GETs to validate distance-based missing tool detections. This multi-layered feedback mechanism allows the system to distinguish between temporary occlusions (where feedback indicates the tool should still be present) and actual losses (where feedback confirms the tool is genuinely missing), improving reliability while reducing false positives

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12601158B2Methods for tracking ground engaging tools between and within image frames
Publication Date: 2026.04.14 CATERPILLAR INC
  • US12601158B2 patent drawing
  • US12601158B2 patent drawing
  • US12601158B2 patent drawing

AI summary

A technique is directed to methods and systems for ground engaging tool (GET) loss detection. A GET monitoring system can receive image data from one or more cameras mounted on a machine. The image data can include image frames that include one or more GETs, such as bucket tips, lip shrouds, and/or side shrouds. The GET monitoring system can utilize a neural network to determine whether a GET is missing based on comparing consecutive images, depth measurements from the camera, or the distance relationships between multiple GETs. If a GET is determined to be missing from a bucket, the GET monitoring system can generate a notification to alert the operator or personnel at the site.