LITF-PA-2026-065 · Vehicle Safety / Computer Vision / Roadside Infrastructure

System and Method for Non-Contact Estimation of In-Service Tire Tread Depth Using Roadside High-Speed Imaging of Wet-Road Spray Plume Geometry with Convolutional Neural Network Regression

High-speed camera capturing tire spray plume geometry on a wet road with measurement overlay
⚖️ Prior Art Notice: This document is published as defensive prior art under 35 U.S.C. § 102(a)(1). The inventions described herein are dedicated to the public domain as of the publication date above. This disclosure is intended to prevent the patenting of these concepts by any party.

Abstract

Disclosed is a system and method for estimating the remaining tread depth of vehicle tires without physical contact, vehicle stoppage, or driver cooperation, by analyzing the geometry and intensity distribution of water spray plumes generated by tires traversing wet road surfaces. A roadside imaging station comprising a high-speed camera (1,000+ frames per second), structured near-infrared illumination, and a rain-rate sensor captures tire-specific spray plumes as vehicles pass at normal traffic speeds. The system segments individual tire spray regions from each frame sequence, extracts a feature vector characterizing plume height, lateral spread angle, ejection velocity, droplet size distribution proxy (via intensity variance), and temporal coherence of tread-groove channeling artifacts. A convolutional neural network (CNN) regression model, trained on paired high-speed imagery and ground-truth tread depth measurements from fleet vehicles with known maintenance records, maps extracted spray features to an estimated tread depth per tire in thirty-seconds of an inch. The system accounts for confounding variables including vehicle speed, water film thickness, tire width, ambient wind, and road surface macro-texture via auxiliary sensor inputs and learned invariance. Outputs include per-tire tread depth estimates, binary pass/fail classification against the 49 U.S.C. § 30123 minimum (2/32″), and fleet-level tread wear rate trending when repeated observations of the same vehicle (identified by license plate or RFID) are accumulated over time.

Field of the Invention

This invention relates to vehicle safety inspection, specifically to non-contact methods for assessing tire tread depth using computer vision analysis of hydrodynamic spray patterns generated during wet-road driving.

Background

Tire tread depth is one of the most safety-critical parameters of any vehicle. The National Highway Traffic Safety Administration (NHTSA) estimates that tire-related factors contribute to approximately 33,000 crashes and 19,000 injuries annually in the United States. Worn tires dramatically increase stopping distances on wet surfaces: a tire at 2/32″ tread depth requires up to 87% more distance to stop from 70 mph on a wet road compared to a new tire at 10/32″. Hydroplaning onset speed drops from approximately 55 mph at 8/32″ to below 35 mph at 2/32″, following the relationship derived from Horne and Dreher (NASA TN D-2056, 1963):

Vp = 10.35 × √(P / A) × (td)0.04

where Vp is hydroplaning speed in knots, P is inflation pressure in psi, A is footprint area in square inches, and td is tread depth. While the tread depth exponent is small for hydroplaning onset speed, the effect on water evacuation rate is dramatic: a tire with 8/32″ grooves evacuates approximately 2.5 gallons per second at 60 mph per tire (Goodyear Engineering), while a tire at 2/32″ evacuates less than 0.6 gallons per second.

Despite the clear safety criticality, current tire tread monitoring methods are either impractical for scale or occur too infrequently:

The gap in the art is a non-contact, high-throughput system that can estimate tire tread depth on vehicles traveling at normal highway speeds, requiring no vehicle cooperation, no specialized tires, and no drive-over pit. The physical phenomenon enabling this system is well-documented but unexploited: tread groove geometry directly controls the hydrodynamic spray pattern behind a tire on a wet surface, and that spray pattern is visible to cameras at high frame rates.

Detailed Description

1. Physical Basis: Tread Groove Hydrodynamics and Spray Formation

When a tire rolls on a wet road surface, water in the tire's path must be displaced before the tread rubber contacts the pavement. This displacement occurs through three zones, as described by Moore (1975, "The Friction of Pneumatic Tyres") and refined by Gnadler et al. (Tribology International, 2007):

The water evacuated from Zones 1 and 2 exits the tire contact patch primarily through the circumferential and lateral tread grooves. The exit velocity, direction, and volume of this ejected water are functions of groove depth, groove width, groove geometry (circumferential vs. lateral vs. siped), vehicle speed, and water film thickness. A new tire with 10/32″ grooves produces high-velocity, well-collimated spray jets that exit laterally at 15-30 degrees from the tire plane, with visible groove-channel structure in the spray. A worn tire with 2/32″ grooves cannot channel water effectively; the spray becomes a diffuse, low-velocity mist dominated by contact patch squeeze-out rather than groove channeling.

This systematic relationship between groove depth and spray morphology is the physical foundation of the disclosed system.

2. Roadside Imaging Station Hardware

Each imaging station is installed at the roadside, oriented perpendicular to traffic flow, and comprises:

The station is housed in a weather-sealed NEMA 4X enclosure. Power consumption: approximately 150W during capture (mostly NIR illumination), 15W standby. The system activates only during rain events detected by the disdrometer.

3. Image Acquisition and Tire-Level Segmentation

When the vehicle detection sensor triggers, the camera captures a burst of 200-500 frames (100-250 ms at 2,000 fps) as the vehicle passes. The processing pipeline operates as follows:

  1. Vehicle speed determination: From the inductive loop or dual-frame license plate tracking. Required for speed-normalization of spray features.
  2. Tire localization: A pretrained YOLO v8 object detector identifies individual tire regions in each frame. The detector is trained on a tire dataset augmented with synthetic rain/spray overlays. Each tire generates a separate analysis track.
  3. Spray region extraction: For each localized tire, the spray plume is segmented using a combination of: (a) background subtraction against a rain-only baseline (frames captured between vehicles), (b) intensity thresholding in the NIR channel (spray droplets backscatter 3-10x more than background rain at equivalent distances due to higher droplet density), and (c) a U-Net semantic segmentation model trained on manually annotated spray regions. The segmentation mask isolates the spray plume from background precipitation, road splash, and bodywork reflections.
  4. Temporal registration: Across the burst sequence, the tire and its spray plume advance through the field of view. Frames are registered to a tire-centered coordinate system using the detected tire bounding box center as origin, compensating for vehicle motion.

4. Spray Feature Extraction

From the segmented, tire-centered spray plume sequence, the system computes the following feature vector for each tire:

All spatial features are normalized by vehicle speed using a power-law relationship (spray height scales approximately as V0.7, lateral spread as V0.3) derived from Weir et al. (Proc. IMechE Part D, 2010) who characterized vehicle spray at speeds from 40-120 km/h. Water film thickness, measured or estimated from rain rate and road macro-texture via the Anderson et al. (TRR 1616, 1998) empirical model, provides an additional normalization input.

5. CNN Regression Model

The extracted feature vector, augmented with raw cropped spray imagery (128×256 pixels per tire, 16 consecutive frames stacked as a 48-channel tensor), is processed by a CNN regression model to estimate tread depth. The architecture comprises:

Training data collection proceeds by instrumenting commercial fleet vehicles (rental car agencies, ride-share fleets, municipal vehicle pools) with known tread depth measurements taken during scheduled maintenance. Each fleet vehicle passes the imaging station multiple times between maintenance intervals, generating paired (spray imagery, tread depth) training examples. An initial training set of 50,000 paired observations across 500+ unique tire models at varying tread depths is expected to require 6-12 months of collection at a station deployed on a fleet maintenance facility access road.

Loss function: Huber loss (delta = 1.0) to reduce sensitivity to outlier observations caused by debris, unusual spray from damaged tires, or segmentation errors. Evaluation metric: mean absolute error (MAE) in thirty-seconds of an inch. Target performance: MAE < 1.0/32″ for tires with 4/32″ or less remaining tread, MAE < 1.5/32″ across all tread depths.

6. Confounding Variable Handling

Multiple confounding variables affect spray geometry independently of tread depth:

7. Output and Integration

The system produces the following outputs per vehicle pass:

Integration pathways include: state DOT safety inspection augmentation (providing data to connected vehicle inspection programs), fleet management APIs (compatible with Geotab, Samsara, and Verizon Connect fleet telematics), insurance telematics (UBI programs incorporating tire condition), and municipal traffic safety campaigns (anonymous aggregate data on neighborhood tire safety compliance rates).

8. Figures Description

Claims

  1. A system for non-contact estimation of vehicular tire tread depth, comprising: a roadside imaging station with a high-speed camera operating at 1,000 frames per second or greater; a near-infrared illumination array synchronized to camera frame acquisition; a vehicle speed sensor; a precipitation rate sensor; and a processing unit executing a convolutional neural network regression model; wherein the system captures images of water spray plumes generated by vehicle tires traversing a wet road surface and estimates per-tire tread depth from the geometric and intensity characteristics of said spray plumes.
  2. The system of claim 1, wherein spray plume features extracted from the captured imagery include plume height profile, lateral spread angle, groove channeling index quantifying spatial periodicity of intensity corresponding to tread groove exits, ejection velocity proxy computed from inter-frame displacement of spray leading edge features, and contact patch squeeze-out ratio.
  3. The system of claim 1, wherein the CNN regression model comprises a spatial encoder processing individual frames, a temporal convolutional network aggregating sequential frame features, and an auxiliary input fusion layer incorporating vehicle speed, precipitation rate, and road surface temperature.
  4. The system of claim 1, further comprising a license plate recognition module that identifies vehicles across repeated observations, enabling computation of tread wear rates over time by linear regression of tread depth estimates versus observation timestamps.
  5. The system of claim 1, wherein the system operates only during precipitation events within a precipitation rate window of 2 to 25 millimeters per hour, ensuring sufficient water film for spray generation while avoiding standing water that obscures tread-specific spray patterns.
  6. A method for non-contact tire tread depth estimation, comprising: detecting a vehicle approaching a roadside imaging station via an embedded sensor; triggering a high-speed camera to capture a burst of frames as the vehicle passes; segmenting individual tire spray plumes from background precipitation using a trained semantic segmentation model; extracting a feature vector characterizing spray plume geometry including plume height, lateral spread angle, groove channeling index, and intensity variance; and estimating tread depth by passing the feature vector and raw spray imagery through a CNN regression model trained on paired spray imagery and ground-truth tread depth measurements.
  7. The method of claim 6, wherein the spray plume feature vector is normalized by vehicle speed using empirically derived power-law relationships and by water film thickness estimated from measured precipitation rate and calibrated road surface macro-texture.
  8. The method of claim 6, further comprising generating a binary pass/fail classification per tire indicating whether estimated tread depth falls below a configurable minimum threshold.
  9. The method of claim 6, further comprising aggregating repeated observations of the same vehicle over time to compute a tread wear rate and projecting remaining tread life based on estimated average daily mileage.
  10. The system of claim 1, wherein the groove channeling index is computed as the spectral energy at a spatial frequency corresponding to expected tread groove spacing in a lateral intensity profile sampled from the spray region at a fixed distance behind the tire contact patch trailing edge.
  11. The system of claim 1, wherein model prediction uncertainty is estimated using Monte Carlo dropout and communicated as a confidence interval alongside each tread depth estimate.
  12. A method for fleet-level tire safety monitoring, comprising: deploying one or more roadside imaging stations at locations traversed by fleet vehicles; automatically identifying fleet vehicles via license plate recognition; accumulating per-tire tread depth estimates across multiple wet-weather observations; computing per-tire wear rates and projected remaining tread life; and generating alerts when any tire's projected remaining tread life falls below a configurable threshold or when asymmetric wear patterns across a vehicle's tires exceed a configurable differential threshold indicative of alignment or suspension issues.

Implementation Notes

The system can be implemented using commercially available hardware. A Sony IMX530 sensor in a machine vision camera body (e.g., FLIR Oryx) provides the required frame rate. The NIR illumination array uses commodity Osram SFH 4715A emitters driven by a constant-current LED driver at 30% duty cycle, pulsed synchronously with camera exposure via a hardware trigger line. Total hardware cost per station is estimated at $8,000-$15,000, compared to $50,000-$120,000 for drive-over structured-light scanners.

The CNN model can be trained on standard GPU hardware (NVIDIA A100 or equivalent) and deployed for inference on an edge compute module (NVIDIA Jetson Orin NX or equivalent) mounted in the roadside enclosure. Inference latency: approximately 200ms per vehicle (all tires) on Jetson Orin NX at INT8 precision.

Deployment scenarios include state DOT installations at highway on-ramps (high-speed, controlled geometry), municipal installations at intersections with existing traffic camera infrastructure (power and network already available), and fleet maintenance facility entrances (controlled environment for initial model training and calibration).

Prior Art References

  1. NHTSA DOT HS 811 617 — Tire-related crash statistics: 33,000 crashes, 19,000 injuries annually
  2. Horne & Dreher, NASA TN D-2056 (1963) — Foundational hydroplaning physics and onset speed equations
  3. Tire Rack wet stopping distance tests — 87% longer stopping distance at 2/32″ vs. 10/32″ from 70 mph
  4. Moore, D.F., "The Friction of Pneumatic Tyres" (1975) — Three-zone contact patch water displacement model
  5. Weir et al., Proc. IMechE Part D (2010) — Vehicle spray characterization across 40-120 km/h speed range
  6. Anderson et al., TRR 1616 (1998) — Water film thickness modeling from rain rate and road texture
  7. 49 U.S.C. § 30123 — Federal motor vehicle safety standard for minimum tire tread depth
  8. FMVSS 138 — Tire pressure monitoring system mandate (no tread depth coverage)
  9. Sigmavision TreadReader — Commercial drive-over tread depth scanner ($50K-$120K)
  10. Gal & Ghahramani (2016) — Dropout as a Bayesian approximation for uncertainty estimation
  11. ASTM E965-15 — Standard test method for road surface macro-texture depth (sand patch method)
  12. Goodyear tire tread depth engineering data — Water evacuation rate vs. tread depth at speed
  13. FLIR Oryx machine vision camera platform — High-speed industrial camera with Sony IMX530 sensor