Skip to content

Nick-Barua/Advanced-Multi-Modal-Sensor-Fusion-System-for-Detecting-Falling-Humans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Multi-Modal Sensor Fusion System for Detecting Falling Humans

License: Apache 2.0 Journal: MDPI Vehicles DOI Affiliation: SUMS ISO 26262 ORCID

Authors: Dr. Nick Barua¹ · Prof. Masahito Hitosugi² ¹ Department of Legal Medicine, Shiga University of Medical Science, Otsu, Shiga, Japan Published: Vehicles, Vol. 7, No. 4, p. 149 (2025) · Part 1 of 4 in the AFODS Research Program


📌 Abstract

Collisions with fallen pedestrians pose a lethal challenge to current Advanced Driver Assistance Systems (ADAS). Standard monocular architectures yield a True Positive Rate (TPR) as low as 21.4% at night for prone individuals — a critical classification gap.

This repository contains the software framework and quantitative evaluation for the Advanced Falling Object Detection System (AFODS). AFODS architecturally integrates LWIR Thermal, NIR Stereo, and Ultrasonic sensors with a custom AI pipeline to achieve 98.2% TPR in daytime conditions and 95.6% TPR at night.


📦 Zenodo Data Archives

To ensure reproducibility, the supporting data for this paper is archived on Zenodo:


🛠 System Architecture

AFODS integrates four layers to satisfy the redundancy and explainability requirements of ASIL C/D:

  • Spatial Detection: YOLOv7-Tiny optimized for edge-case pedestrian postures (prone/falling) — mAP@0.5: 91.3%
  • Predictive Kinematics: RNN + Kalman-filter state estimation — generates alerts 0.3–0.8s before ground contact
  • Acoustic Verification: MFCC-based classification distinguishes fall acoustic signatures from road noise
  • Explainability: SHAP values provide a forensic audit trail admissible in post-incident reconstruction
  • Hypothermia Detection Mode: Thermal variance analysis between subject (36.5–37.5°C) and ambient environment

🧮 Mathematical Logic: Multi-Modal Fusion

1. Weighted Detection Probability

The combined detection probability $P_d$ is adjusted dynamically based on environmental temperature variance:

$$P_d = w_{LWIR} \cdot C_{thermal} + w_{NIR} \cdot C_{visual}$$

where $w$ represents the confidence weight and $C$ represents the classifier's confidence score. In low-visibility or thermal-heavy environments, weights are redistributed to maintain system integrity.

2. Fall Velocity Estimation

Using NIR stereo disparity, the system calculates vertical velocity ($V_z$) to distinguish a fall from standard pedestrian motion:

$$V_z = \frac{\Delta d}{\Delta t} \cdot \frac{B \cdot f}{Z^2}$$

where $B$ is the stereo baseline and $f$ is the focal length of the NIR stereo pair.


📊 Performance Benchmarks

AFODS was validated using Anthropomorphic Test Devices (ATDs) and pneumatic fall rigs across forensic-based fall archetypes:

Condition TPR (%) FPR (%) mAP@0.5 (%) Latency (ms)
Daytime, Clear 98.2 1.8 91.3 38
Night, Dry Road 95.6 3.1 88.7 42
Night, Rain 89.4 5.2 83.1 51
Baseline (Monocular, Night) 21.4 N/A N/A N/A

⚖️ Functional Safety (ISO 26262)

The detection of fallen pedestrians maps to ASIL C-D under ISO 26262:

  • Severity (S3): Life-threatening or fatal injuries
  • Exposure (E3): Significant occurrence in urban and night environments
  • Controllability (C0): Near-zero ability for a driver to avoid the hazard once within the classification gap

🔗 Related Publications

This repository is Part 1 of a unified 4-paper road safety research program:

# Title Venue Role
1 Advanced Multi-Modal Sensor Fusion System (this repo) MDPI Vehicles Technical foundation & benchmarks
2 From Post-Mortem to Prevention: Redefining "Invisible" Pedestrians through ISO 26262 and Multi-Modal AI SSRN Problem framing & ISO 26262 compliance
3 Integrated Safety Architectures: Leveraging Multi-Modal AI and ISO 26262 to Protect Vulnerable Road Users SSRN System-level VRU architecture
4 Sudden Incapacitation or Death at the Wheel: Unravelling the Predictors of Catastrophic Multi-Vehicle Collisions SSRN (pending) Epidemiological evidence for ADAS mandate

📂 Related Repositories

📦 Zenodo Data Archives

To ensure reproducibility, the supporting data for this paper is archived on Zenodo:

  • Key Figures & Diagrams: DOI
  • Operational Sequence Video: DOI
  • Archived Source Code: DOI