Why we started SAFAR
Modern high-end vehicles increasingly package advanced driver-assistance systems. But bringing comparable safety intelligence to hundreds of millions of on-road vehicles has historically required prohibitive hardware budgets or whole-vehicle replacement.
Can meaningful road-hazard awareness be built as an affordable, modular framework for vehicles that don't have factory ADAS?
What started as an ideathon concept quickly evolved into a deeper systems engineering challenge: detecting an obstacle is only the beginning. A real-world vehicle safety system must understand whether an object is in the projected ego corridor, whether it is closing in, whether the hazard persists across multiple camera frames, and whether driver intervention is strictly justified.
Rather than building a brittle end-to-end black box, SAFAR establishes a decoupled architecture where perception, tracking, ego-corridor geometry, multi-frame confirmation, and risk evaluation operate as distinct, testable engineering layers.
-
Initial Concept
Inquire whether consumer cameras could provide affordable collision warning.
-
YOLO 2D Detection
Implement real-time visual classification of cars, trucks, two-wheelers, and pedestrians.
-
"Detected ≠ Dangerous" Realization
Discovered that raw detections trigger non-stop false alarms on parked roadside vehicles.
-
Spatial-Temporal Tracking
Added IoU object tracking and history buffers to maintain persistent identities across frames.
-
Ego-Corridor & Motion Model
Engineered resolution-independent trapezoidal corridor filtering and qualitative approach analysis.
-
Multi-Frame Temporal Confirmation
Designed a 5-state hysteresis machine (Candidate → Confirmed → Hazard) to eliminate single-frame noise.
-
Closed-Loop Game Adapter
Completed The Crew 2 simulation adapter with reversible DirectInput hardware scancode control.