Temporal Multimodal Fusion for Driver Behavior Prediction Tasks using Gated Recurrent Fusion Units.

Narayanan, Athma; Siravuru, Avinash; Dariush, Behzad · 2019 · OpenAlex

archive: archived pipeline: cataloged verified

Get this paper ↗ (full text — opens at the source; we link to it, we don't host it)

Summary

This paper addresses the challenge of modeling tactical driver behavior in autonomous navigation by jointly learning from temporal multimodal data, a task often neglected in favor of either static sensor fusion or single-modal temporal learning. The authors argue that existing deep learning approaches fail to effectively combine the richness of multiple sensor streams (such as video, LiDAR, and CAN bus signals) with the temporal dynamics required to understand complex driving scenarios. To solve this, the paper introduces the Gated Recurrent Fusion Unit (GRFU), a novel neural network architecture inspired by Long Short-Term Memory (LSTM) gating mechanisms. The GRFU is designed to simultaneously learn optimal fusion weights for different sensors and temporal weights for historical data, allowing the model to dynamically adjust its reliance on specific modalities based on their reliability and relevance at each time step. The methodology involves developing three variations of temporal fusion architectures to benchmark the proposed approach: Early Recurrent Fusion (ERF), Late Recurrent Summation (LRS), and the proposed Late Gated Recurrent Fusion (LGRF). The LGRF model processes each sensor modality through separate LSTM cells that share past hidden and cell states, while using learned gating functions to perform a linear interpolation of sensor encodings. This design allows the network to individually control memory retention for each sensor and determine the contribution of each modality to the final fused state. The authors validate these models on two datasets: the Honda Driving Dataset (HDD) for tactical driver behavior classification using video and CAN signals, and the TORCS simulator for steering angle regression using video, LiDAR, and odometry data. Experiments compare the proposed methods against non-fusion baselines, early fusion (concatenation and summation), and late fusion architectures. The results demonstrate that the proposed Gated Recurrent Fusion Units significantly outperform existing baselines. On the HDD dataset, the LGRF model achieved a 10% improvement in mean Average Precision (mAP) over the state-of-the-art for classifying twelve distinct driver behaviors, such as lane changes and turns. Similarly, on the TORCS dataset, the model reduced the Mean Squared Error (MSE) for steering angle regression by 20% compared to previous methods. The ablation studies confirmed that the performance gains stem from the flexibility provided by the gating mechanisms, which allow the network to modulate fusion processes dynamically. Furthermore, the authors highlight the interpretability of the model; by analyzing the learned gating weights, they showed that the network correctly prioritizes CAN data for actions like turns (where motion signals are strong) and visual data for lane-related actions, while appropriately down-weighting sensors during occlusions or noise events. The significance of this work lies in its demonstration that joint learning of fusion and temporal prediction is both feasible and beneficial for autonomous driving tasks. The proposed architecture offers a more robust and interpretable solution to sensor fusion, addressing issues like sensor failure, occlusion, and disproportionate data sizes. By providing explainable fusion weights, the model allows for higher-level intervention and verification of decision-making processes, which is crucial for safety-critical applications. This approach sets a new benchmark for multimodal temporal fusion in autonomous navigation, suggesting that future systems should prioritize architectures that can dynamically adapt to the varying quality and relevance of diverse sensor inputs.

Key finding

The proposed Gated Recurrent Fusion Units achieve superior performance in autonomous driving tasks, improving mean Average Precision by 10% for driver behavior classification and reducing Mean Squared Error by 20% for steering angle regression compared to state-of-the-art baselines.

Methodology

simulation_modeling

Provenance

The full processing record for this entry. Every stage of this paper's journey through the pipeline is logged — what ran, with which tool and model, how many attempts it took, and when it last completed. Discovered via author_sweep_intake on 2026-05-27.

StageOutcomeToolModelPromptAttemptsCompleted
discover success author_sweep 2 2026-05-27
archive success canonical_url 6 2026-06-06
extract success cached 3 2026-06-10
clean success clean 1 2026-06-07
chunk success chunk 1 2026-06-07
embed success embed Qwen/Qwen3-Embedding-8B 1 2026-06-07
enrich skipped 4 2026-07-02
promote success 1 2026-06-04
summarize success llm qwen3.6-27b-prismaquant summ-v5 2 2026-06-10
tag success vector_similarity 15 2026-06-11
verify success 2 2026-06-10

Summary generated by qwen3.6-27b-prismaquant on 2026-06-10; verification: verified.

Topics

Ranked by relevance to this paper. Hover a topic for its definition.

Information type

What kind of knowledge this paper contributes, grouped by family — independent of topic (what it is about) and method (how it was studied).