🤖 AI Summary
This work addresses key challenges in aggressive driving behavior detection—namely, extreme class imbalance, high inter-driver heterogeneity, and the lack of interpretable dynamic representations—by proposing a compact attention-based CNN-BiLSTM architecture that integrates physically interpretable vehicle dynamic features. To stabilize training under severe data imbalance, the approach incorporates SMOTE oversampling, class weighting, and a variant of focal loss. Furthermore, a safety-oriented, class-specific threshold calibration mechanism is introduced to optimize decision boundaries for critical minority classes. Evaluated on a self-collected naturalistic driving dataset, the proposed method substantially outperforms existing baselines, achieving significant gains in minority-class recall and safety-critical F-scores while maintaining efficient inference performance.
📝 Abstract
Aggressive driving is a major cause of traffic accidents and poses a serious threat to road safety. Although deep learning methods have shown promising results in detecting risky driving behaviours from vehicle sensor data, their performance in real-world conditions is often limited by severe data imbalance, large variability between drivers, and the lack of physically interpretable vehicle dynamics representations. In this paper, we propose an enhanced deep learning framework for aggressive driving detection using multivariate vehicle dynamics signals. Instead of relying solely on raw measurements, the proposed approach constructs engineered dynamic features that capture steering, acceleration, and braking behaviour. To address the extreme rarity of aggressive events in naturalistic driving data, we introduce a stable training strategy that combines controlled SMOTE-based oversampling with a class-weighted loss formulation, and evaluates focal loss variants for imbalance handling. Furthermore, a safety-oriented decision strategy based on class-specific threshold calibration is adopted to better reflect the asymmetric risks of missed detections and false alarms in real-world applications. The proposed framework is evaluated on a newly collected naturalistic driving dataset. Extensive experiments show that the proposed method consistently outperforms standard deep learning baselines with significant improvements in minority-class recall and safety-critical F-score metrics while maintaining practical computational efficiency. Code: \url {https://github.com/halhamdan/CBANet}