INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue XII, December 2025
Precise forecasts of traffic congestion and journey durations enable commuters to optimize their routes, manage
traffic more effectively, and make informed choices. Traffic authorities can modify signal timings, establish
alternative routes, and address issues more efficiently when they receive early warnings of traffic congestion
and delays. Furthermore, precise forecasts reduce secondary accidents, fuel consumption, and emissions, thereby
enhancing urban transportation safety and environmental sustainability. Commuters benefit from less uncer-
tainty, more reliability in transit, and increased safety.
Various methodologies exist for estimating traffic congestion and journey durations, ranging from conventional
statistical models to advanced machine learning and deep learning techniques. Traditional methods such as
ARIMA, linear regression, and Kalman filtering detect temporal trends but often encounter difficulties with non-
linear and dynamic traffic behavior [17], [18]. Support Vector Regression (SVR), Random Forest (RF), and
Gradient Boosting Machines (GBM) are machine learning models that enhance the predictability of traffic flow
by identifying non-linear connections within the data [19]– [21]. However, these models often exhibit subopti-
mal performance regarding intricate spatial connections among interconnected road networks.
Deep learning methodologies have significantly improved traffic prediction by modeling spatial-temporal rela-
tionships. Convolutional Neural Networks (CNN) proficiently extract spatial correlations, Long Short-Term
Memory networks (LSTM) and Bidirectional LSTM (BiLSTM) discern temporal patterns, and Graph Neural
Networks (GNN) accommodate uneven road network structures [22]– [24]. Hybrid architectures such as CNN–
LSTM, CNN–BiLSTM, attention-based networks, and spatiotemporal graph models enhance prediction accu-
racy, particularly for short-term and real-time forecasting [25–27]. These approaches surpass classic statistical
and standalone machine learning methods since they simultaneously learn geographical and temporal data.
This research presents a novel Hybrid CNN–BiLSTM–Attention model for simultaneous prediction of traffic
congestion and travel duration. CNN layers extract spatial correlations from adjacent road segments, BiLSTM
layers capture bidirectional temporal dependencies, and an attention method highlights the most significant fea-
tures and timestamps. This technique utilizes fundamental traffic variables such as flow, speed, and volume,
making it more applicable to real-world scenarios than earlier models that included additional aspects like
weather or special events. This hybrid methodology ensures improved accuracy, stability, and robustness across
various traffic conditions, while simultaneously forecasting travel durations for commuters [28]– [30].
The proposed approach addresses several deficiencies in existing research, including the inadequate integration
of spatial and temporal learning, insufficient interpretability, and the inability to concurrently estimate trip time
and congestion. It employs a hybrid architecture to provide a balanced methodology, enhanced generalization,
and computational efficiency suitable for real-time intelligent transportation systems [31], [32]. The remainder
of the paper is organized as follows: Section II examines contemporary research on forecasting traffic congestion
and travel duration, including statistical, machine learning, and deep learning methodologies. Part III discusses
the dataset, preprocessing, and feature engineering. Section IV elaborates on the construction, functionality, and
mathematical formulation of the proposed CNN–BiLSTM–Attention hybrid model. Part V delineates the exper-
imental setting, the metrics used for evaluation, and the results of the comparison. Ultimately, Section VI con-
cludes the study and proposes new avenues for research to enhance urban traffic management [1]–[32].
RELATED WORK
Traffic congestion and travel time forecasting have become critical areas of research due to rapid urbanization,
increasing vehicle density, and complex urban mobility patterns. Preliminary research mostly focused on statis-
tical methodologies, such as ARIMA, Kalman filtering, and linear regression, to forecast traffic flow and travel
length. These approaches effectively identified short-term temporal relationships; however, they struggled with
non-linear traffic fluctuations and unforeseen occurrences [1], [2]. With the increasing complexity and dyna-
mism of traffic networks, machine learning techniques gained prominence for their ability to model intricate
patterns. Support Vector Regression (SVR), Random Forest (RF), and Gradient Boosting are methodologies that
discern nonlinear relationships among traffic attributes such as speed, flow, and occupancy, hence enhancing
their accuracy [3]– [5]. However, these models often failed to include the interdependencies between intercon-
nected road segments, rendering them less successful in urban traffic networks.
Page 1160