2 RELATED WORK
The development of deep learning has significantly
improved the optimization of traffic signal and
monitoring of cars. Older traffic management systems
rely on pre-set signal cycles that fail to adapt to current
ground traffic, leading to congestion and inefficiency.
To address this, researchers have also explored AI-
led approaches.
Car detection and traffic density estimation have
previously been performed using Convolutional
Neural Networks (CNN) and object detection
algorithms, such as YOLO and SSD. Zhang et al.
(2020) used CNN-based approach to classify cars in
real-time, significantly improving accuracy while
avoiding adaptive signal control. Wang et al. (2021)
extended on this concept by integrating YOLOv4 with
smart traffic surveillance systems, delivering better
detection accuracy at the expense of less predictive
power.
Recurrent Neural Networks (RNNs) and Long
Short-Term Memory (LSTM) models are proposed to
improve traffic prediction. Li et al. Zhang et al. (2019)
applied LSTM networks to predict traffic congestion
patterns using historic data for the adjustment of signal
times ahead of time. However, their model was not
real-time responsive, which was improved by Chen et
al. (2021), which relies on hybrid CNN-LSTM models
for real-time traffic density estimation and prediction.
These algorithms are helpful in the area of vehicle
monitoring as deep SORT and vehicle re-
identification methods are widely used Zhang et al.,
2019. Huang et al. m tracking approach based on
Deep SORT to analyse and track vehicle movements,
which significantly reduced tracking errors. Liu et al.
(2021) further supported anomaly detection by
integrating spatiotemporal features to improve
detection for traffic safety violations such as light
traversing and illegal lane change.
This is complemented by the emergence of edge
computing, which, combined with the expansion of
IoT-empowered infrastructure, has increased the
scale of AI driven traffic systems. Sharma et al. (2020)
described an IoT-based smart traffic system with
edge AI and a reduced delay in decisions. Although
efficient, such system did not possess any vehicle
tracking module that was improved by Patel et al. The
novel one-tier INNOWAT with integrated cloud
based real time infringement detection (Tuberen,
2021).
Despite all these advancements, still challenges
remain such as real-time scalability, accuracy in dense
traffic settings, and deploy ability. The solution we
propose is adhering to these loopholes, through a
synergic conjunction of CNN-based object detector
(YOLOv5, SSD), LSTM on traffic flow prediction,
Deep SORT on vehicle tracking, and an edge-cloud
hybrid deployment strategy to
achieve real-time
adaptable traffic signal control and surveillance.
3 METHODOLOGY
3.1 Theoretical Structure
The current work improves traffic signal control and
vehicle measurement using AI, Deep Learning and
ITS. CNNs (YOLOv5, SSD) for real-time detection
of vehicles and RNNs, LSTM to predict traffic flows.
Through reinforcement learning, a dynamic
algorithm in terms of traffic density controls
durations in an adaptive signal control. Violations
like breaking a red-light and lane crossing are
detected, tracking is done using Deep SORT and by
vehicle Re-ID.
It combines edge computing and cloud integration
to make real-time decisions and has a traffic
authority dashboard. The AI system enhances urban
mobility, reduces congestion and supports the
development of smart cities. Figure 1 represent
Schematic Flow of Theoretical Structure.
Figure 1: Schematic Flow of Theoretical Structure.
Data Acquisition &Prepocessing
Traffic Density Analysis & Signal
Optimization
Predictive Traffic Flow Analysis
Vehicle Surveillance & Cloud
Integration
Edge Computing & Cloud
Integration
System Deployment & Evaluation