SlideShare a Scribd company logo
1 of 34
MACHINE LEARNING IN ADDAPTIVE SMART
TRAFFIC MANAGEMENT SYSTEM
Presented By- Supervised By-
Chidangsha S Bezboruah Dr.Hasin A Ahmed
MSc IT,3rd sem Assistant Professor
PS-211-811-0004
Department of Computer Science
Gauhati University, Assam
2022
CONTENTS COVERED IN THE FIRST SEMINAR
o Domains in Smart City Research
o Sub-Domains in Smart City Research
o Challenges in Sub-Domains
o Machine Learning
o Types Of Machine Learning
o Relation of ML in Smart City
o Internet Of Things(IOT)
o Relation of IOT in Smart City
o Image processing
o Relation of Image processing in Smart City
o Cloud Computing
o Relation of Cloud Computing in Smart City
CONTENTS IN THIS SEMINAR -
 Proposed Timeline
 Importance of smart traffic management system
 Various smart traffic management system approaches and their disadvantages
o IoT based approaches
o ML based approaches
o Data mining based appraoches
o Image Processing based approaches
o Sensor based approaches
 Algorithms
 Discussion
 Work Left
TIMELINE
ADDAPTIVE SMART TRAFFIC MANAGEMENT
SYSTEM AND IT’S IMPORTANCE
India is a developing country. Increase in personal vehicles comes with the
development of a country parallely. This has led to rise in congestion in large
cities. So, we need a better traffic management system.
The purpose of this project is to create a traffic system which is
adaptive to the present traffic scenario . This project suggests to change the
average waiting time by monitoring the number of vehicles in a lane. The
data will be sent to central system through internet, which will decide the
timing for signal according to the dumped program. This project also,
suggests implementing congestion lights at previous intersections, so that
drivers can change lanes at the situation of congestion. The system is useful
in emergencies and it also, helps in reducing pollution and traffic congestion
SMART TRAFFIC MANAGEMENT SYSTEM APPROACHES
o IoT based Smart Traffic Management System
o ML based Smart Traffic Management System
o Data Mining based Smart Traffic Management System
o Image Processing based Smart Traffic Management System
o Sensor based Smart Traffic Management System
IOT BASED APPROACHES
o Traffic Management as a part of intelligent transportation system-
• The paper [Dub+17] refers to manage the traffic by using IoT concepts
and be a part of Intelligent Transportation System (ITS).
• The proposed system in this paper works on the principle of IoT and
related algorithms.
• Ultrasonic sensors and arduinos play an important part in this system.
• In this system, the ultrasonic sensors will be placed on road sides, which
will count the number of vehicles, as they intersect its range. This count
will be sent through arduino to another arduino. Another arduino will use
this count to update the traffic lights accordingly, based on real time data
Disadvantages of the Proposed method-
1.Security Breaches
2.Hightech Network Infrastructure
3.Increased Investments
oTraffic Management for Emergency Services-
• The aim of the paper [Dja+13] is to particularly focus on traffic management
for emergency services.
• The proposed system in this project uses IoT and Machine Learning
algorithms.
• Cameras, controllers and networks play an important role in this system.
• In this system, the local traffic controller sends the information from CCTV
cameras to traffic management controller. If images are in great clusters, a
notification is sent to emergency vehicle and emergency service authority, so
that they can take further actions.
Disadvantages of the prposed method-
1.CCTV malfunctioning
2.Time spent on adaptation
o Traffic Management using RFID-
• The paper [Ksh+17] focuses on reducing traffic congestion to reduce
manual interference in controlling traffic.
• . This paper uses IoT based appliances such as RFID (Radio Frequency
Identification) and Raspberry Pi.
• In this proposed system, RFID tag in placed on vehicle, containing one
unique number. The information from RFID tag is read by RFID reader and
passed on to Raspberry Pi by router. The count is maintained and traffic
signals are organized accordingly. It can be used to identify stolen vehicles
also.
Disadvantages of the proposed method-
1.Materials like metal liquid can impact signal.
2.It is impossible to determine priority in advance.
ML BASED APPROACHES
o Traffic corridor control using machine learning –
 The motive of research [JA05] is to develop self learning adaptive and
independent freeway control for recurring traffic patterns. This paper is based
on artificial intelligence and machine learning algorithms.
 Reinforcement learning, Q learning are used in this paper for the
development of self-learning independent model. Reinforcement learning is
about how an agent that senses and acts in the environment can learn to
choose optimal actions to achieve its long-term goals.
 Whenever the agent performs an action in the environment, a trainer may
provide a reward or penalty to indicate the difference between actual state
and achieved state.Dynamic rerouting of traffic from the Expressway to a
parallel arterial/collector is implemented in the field using a single Variable
Message Sign.
Disadvantages of the prposed method-
1.It requires huge past and present real time traffic information.
2.Does not use real time information
o Intelligent Traffic Congestion Classification System using Artificial Neural
Network-
• Here two road traffic parameters: traffic density and speed asmeasures to classify traffic
congestion states and three congestionlevels: high congestion, medium congestion and
free flow are considered.
• After training the neural network, it determines the congestion statusof road segments.
• Based on trafficcongestion status, ITS will automatically update the traffic regulations
like, changing the queue length in traffic signal, suggestingalternate routes.
Disadvantages of the proposed method-
1. No accident detection
2. Not very effective for heavy traffic
o CNN-Based Traffic Congestion Prediction From Meta-Parameters
• The problem of traffic congestion prediction is tackled based on meta-parameters. These conditions
include localization, time interval, month, day in the month, time in the day, holiday, road condition, and
node number.
• Accordingly, a differential entropy-based approach is proposed for labelling purposes for two traffic
conditions: vehicle speed and vehicle density.
• The proposed model is validated based on the City-Pulse dataset,collected from vehicle traffic in city.
• The simulation results illustrate that the proposed approach yields accurate prediction rates for the
different nodes considered.
• The proposed system can help prevent traffic congestion by reorienting users to other itineraries.
Disadvantages of the proposed method-
1. Time Consuming
2. Much Suitable for heavy traffic areas
DATA MINING BASED APPROACHES
o Traffic management using data mining-
• The paper [ZPS10] aims to develop traffic signal timing plans
• Data mining techniques are used like data collection, data cleaning, data classification and data
transformation.
• Data collection was done with the help of sensors which are installed at entry of road junction. They
maintained different tables for five traffic signal junctions.
• Data cleaning was used as sensors used to go in an inactive state if vehicles were not at junction and
hence, resulted in zero as a value in database.
• Data was classified on the basis of weekdays and weekends as traffic variation is large.
• Transformation consisted of queries with the help of that graphs and pie charts are developed.
• The time at different days is noted and cluster are created on the basis of match in density of traffic
Disadvantages of the Proposed Method-
1.Accuracy
2.Cost
3.Additional Information missuse
IMAGE PROCESSING BASED APPROACHES
o Traffic Management using Image Processing-
• The main aim of the paper [IMS20] is to determine the volume and density of the incoming
traffic by using image processing technique.
• Edge detection and ORB[Oriented FAST and Rotated BRIEF] algorithms are used for
processing the snapped images at fixed intervals.
• Distance is detected from the scanned image and after that this distance is multiplied with
the width of road which gives the area covered by traffic.
• The system then extracts feature points from the image using ORB algorithm,the road that
is plain will not contribute towards features but the vehicles being mobile will do so.
• Feature matching is doing further using brute force on two simultaneous images to
deduce the traffic jam.Thus, a two-fold cost saving approach is adopted i.e fuel and time
cost reduction.
Disadvantages of the proposed method-
1.Static background insufficient to deal with change in outdoor environments.
2.Sensitive to low light conditions like overcast sky.
3.Limitations for night applications.
o Vehicle Counting using Video Image Processing-
• The paper [Yad+19] proposes vehicle classification and counting implementation scheme
using Scale Invariant Feature transform (SIFT) algorithm.to improve the efficiency and
reliability of the vehicle counting and classification.
• The methodology used in this system is as follows-
1. The video clip is read by one function ,then it is divided into number of frames.
2. The background subtraction is done by the second function.
3. Segmentation is performed in next step.
4. Feature extraction is done using SIFT.
5. Features are matched to classify vehicles according to class .
6. Finally number of vehicles are counted. The classes of vehicles are defined and by
using the algorithm features matching is done and count is increased.
Thus, SIFT provides image features that works over image rotation, scaling, translation camera
viewpoint giving the accurate results.
Disadvantages of the proposed method-
1.In SIFT algorithm,the gradients of each pixel in the patch need to be computed and these
computations cost time.
2.Generally doesn’t work well with lighting changes and blur.
SENSOR BASED APPROACHES-
o Traffic Management using Camera Sensor-
• The paper [Rac+11] mainly focuses on implementing a system in which vehicle
detection and counting is done from a video or camera sensor.
• In this paper the system uses camera as input sensor which provides real-time
traffic data and is implemented using BeagleBoard and AVR microcontroller.
• Video from camera is processed using (PCA) Principal Component Analysis.PCA
is used for analyzing and classifying the object on video frame for detecting
vehicles.
• Distributed Constraint Satisfaction Problem (DCSP) method is then used for
determining the duration of each traffic signal,which is based on the vehicle count
from each lane.The result of DCSP is sent to traffic signal that is integrated with
traffic engine which gives signal accordingly.
Disadvantages of the proposed method-
1.Occlusion and shadow overlapping is not handled.
2.Use of fuzzy system is transparent only for simple systems.
3.Fuzzy system proves to be more complicated for complex systems.
o Improving Traffic monitoring system using Ultrasonic sensor-
• The paper [Sha+15] is implemented i n a way where, first the ultrasonic sensors
are fixed on each lanes .
• They have used three types of sensors :High, Medium, Low . High is send on 1st
priority Medium on 2nd and Low on 3rd priority respectively.
• Data is collected from sensors and sent to the system.Traffic density is measured
and average waiting time is calculated.
• The prototype model was built and comparison between time taken by existing
system and the proposed system was done .Thus, waiting time was decreased
efficiently.
Disadvantages of the proposed method-
1.Limited detection range.
2.Slow response time.
ALGORITHMS
 Min Max Fairness Algorithm-
Min Max Fairness algorithm is more widely used inTCP congestion. It helps to
improve the transfer ofdata packets. When the data packets come in a burstor a
heavy traffic is found in network this algorithm isbest situated to be used. The
same can be done intraffic congestion control over roads and highways.
o ADDITIVE INCREASE MULTIPLICATIVE DECREASE(AIMD) Algorithm-
Additive Increase Multiplicative Decrease algorithmcomes into picture when
thedata of multiple lanes collected and counted at one controller is sent to
another controller for furtherdecision of giving priority to a particular lane to
begreen for a certain time period.Hence in this scenarioAIMD will handle
congestion avoidance by fastretransmit and fast recovery.
o PRINCIPAL COMPONENT ANALYSIS(PCA)-
PCA is used for analysis of the data in order toidentify patterns to reduce the dimensions of the
dataset with minimum loss of information.PCA is used for image processing.
PCA generally consists of four steps:
1. normalization of image data
2. calculation of covariance matrixfrom the image data
3. apply Single ValueDecomposition (SVD)
4. finding the projection of image data to the new basis with reduced features in a
particular lane.
This count will be passed on toanother controller board.This board will use this count to
adjust the trafficsignals and congestion lights accordingly.
DISCUSSION
Various addaptive Smart Traffic Management system aprroaches and their
limitations and different algorithms implemented have been studied,based on
the approaches and their limitations,I will try to proposed a method which will be
more productive and precise.
WORK LEFT
In the next seminar, I will try to implement my own model mainly using
ANN based aprroach and try to overcome the limitations of the
discussed approaches.
THANK YOU

More Related Content

What's hot

automatic vehicle location
automatic vehicle locationautomatic vehicle location
automatic vehicle locationAkhil Kumar
 
Embedded based car parking system
Embedded based car parking systemEmbedded based car parking system
Embedded based car parking systempunitkumar Kulli
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOTUdit Deo
 
Automated traffic control by using image processing
Automated traffic control by using image processingAutomated traffic control by using image processing
Automated traffic control by using image processingswarnajui
 
Iot based smart bus tracking system
Iot based smart bus tracking systemIot based smart bus tracking system
Iot based smart bus tracking systemRahul Wagh
 
V2V communications
V2V communicationsV2V communications
V2V communicationsSai Avinash
 
Fnal year project on iot accident detection and tracking system 26-may 21'
 Fnal year project on iot accident detection and tracking system  26-may 21' Fnal year project on iot accident detection and tracking system  26-may 21'
Fnal year project on iot accident detection and tracking system 26-may 21'ankitadeokate
 
Intelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded SystemsIntelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded SystemsSrijan Singh
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoRamesh Reddy
 
INTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEMINTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEMNeethu Philips
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSKrishna Moparthi
 
Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerkrity kumari
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate controlMohamed Magdy
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation SystemSharat Sawhney
 
Real time Driverless vehicles
Real time Driverless vehiclesReal time Driverless vehicles
Real time Driverless vehiclesram rawat
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driverdodosgusenga
 
innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...kalaimathi mathiyazhagan
 
Smart parking System
Smart parking SystemSmart parking System
Smart parking Systemnavrajneupane
 

What's hot (20)

automatic vehicle location
automatic vehicle locationautomatic vehicle location
automatic vehicle location
 
Embedded based car parking system
Embedded based car parking systemEmbedded based car parking system
Embedded based car parking system
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOT
 
Automated traffic control by using image processing
Automated traffic control by using image processingAutomated traffic control by using image processing
Automated traffic control by using image processing
 
Iot based smart bus tracking system
Iot based smart bus tracking systemIot based smart bus tracking system
Iot based smart bus tracking system
 
V2V communications
V2V communicationsV2V communications
V2V communications
 
Fnal year project on iot accident detection and tracking system 26-may 21'
 Fnal year project on iot accident detection and tracking system  26-may 21' Fnal year project on iot accident detection and tracking system  26-may 21'
Fnal year project on iot accident detection and tracking system 26-may 21'
 
Intelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded SystemsIntelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded Systems
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
 
INTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEMINTELLIGENT PARKING LOT SYSTEM
INTELLIGENT PARKING LOT SYSTEM
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
 
Smart Parking System
Smart Parking SystemSmart Parking System
Smart Parking System
 
Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontroller
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation System
 
Real time Driverless vehicles
Real time Driverless vehiclesReal time Driverless vehicles
Real time Driverless vehicles
 
Autonomous car
Autonomous carAutonomous car
Autonomous car
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driver
 
innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...
 
Smart parking System
Smart parking SystemSmart parking System
Smart parking System
 

Similar to Smart Traffic Managment System Approaches.pptx

Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingIRJET Journal
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...IRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmIRJET Journal
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical MeasuresIRJET Journal
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTIRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image ProcessingIRJET Journal
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPSIRJET Journal
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET Journal
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANNIRJET Journal
 
IRJET- Trafficop Android Application for Management of Traffic Violations
IRJET-  	  Trafficop Android Application for Management of Traffic ViolationsIRJET-  	  Trafficop Android Application for Management of Traffic Violations
IRJET- Trafficop Android Application for Management of Traffic ViolationsIRJET Journal
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET Journal
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring systemIRJET Journal
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...IRJET Journal
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET Journal
 
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET Journal
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Journal Papers
 
ITS development in Kajang city
ITS development in Kajang cityITS development in Kajang city
ITS development in Kajang cityengrasha
 

Similar to Smart Traffic Managment System Approaches.pptx (20)

Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
 
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
A Review paper on Artificial Neural Network: Intelligent Traffic Management S...
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management System
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
 
IRJET- Trafficop Android Application for Management of Traffic Violations
IRJET-  	  Trafficop Android Application for Management of Traffic ViolationsIRJET-  	  Trafficop Android Application for Management of Traffic Violations
IRJET- Trafficop Android Application for Management of Traffic Violations
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management System
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...
 
ITS development in Kajang city
ITS development in Kajang cityITS development in Kajang city
ITS development in Kajang city
 

Recently uploaded

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 

Recently uploaded (20)

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 

Smart Traffic Managment System Approaches.pptx

  • 1. MACHINE LEARNING IN ADDAPTIVE SMART TRAFFIC MANAGEMENT SYSTEM Presented By- Supervised By- Chidangsha S Bezboruah Dr.Hasin A Ahmed MSc IT,3rd sem Assistant Professor PS-211-811-0004 Department of Computer Science Gauhati University, Assam 2022
  • 2. CONTENTS COVERED IN THE FIRST SEMINAR o Domains in Smart City Research o Sub-Domains in Smart City Research o Challenges in Sub-Domains o Machine Learning o Types Of Machine Learning o Relation of ML in Smart City o Internet Of Things(IOT) o Relation of IOT in Smart City o Image processing o Relation of Image processing in Smart City o Cloud Computing o Relation of Cloud Computing in Smart City
  • 3. CONTENTS IN THIS SEMINAR -  Proposed Timeline  Importance of smart traffic management system  Various smart traffic management system approaches and their disadvantages o IoT based approaches o ML based approaches o Data mining based appraoches o Image Processing based approaches o Sensor based approaches  Algorithms  Discussion  Work Left
  • 5. ADDAPTIVE SMART TRAFFIC MANAGEMENT SYSTEM AND IT’S IMPORTANCE India is a developing country. Increase in personal vehicles comes with the development of a country parallely. This has led to rise in congestion in large cities. So, we need a better traffic management system. The purpose of this project is to create a traffic system which is adaptive to the present traffic scenario . This project suggests to change the average waiting time by monitoring the number of vehicles in a lane. The data will be sent to central system through internet, which will decide the timing for signal according to the dumped program. This project also, suggests implementing congestion lights at previous intersections, so that drivers can change lanes at the situation of congestion. The system is useful in emergencies and it also, helps in reducing pollution and traffic congestion
  • 6. SMART TRAFFIC MANAGEMENT SYSTEM APPROACHES o IoT based Smart Traffic Management System o ML based Smart Traffic Management System o Data Mining based Smart Traffic Management System o Image Processing based Smart Traffic Management System o Sensor based Smart Traffic Management System
  • 7. IOT BASED APPROACHES o Traffic Management as a part of intelligent transportation system- • The paper [Dub+17] refers to manage the traffic by using IoT concepts and be a part of Intelligent Transportation System (ITS). • The proposed system in this paper works on the principle of IoT and related algorithms. • Ultrasonic sensors and arduinos play an important part in this system. • In this system, the ultrasonic sensors will be placed on road sides, which will count the number of vehicles, as they intersect its range. This count will be sent through arduino to another arduino. Another arduino will use this count to update the traffic lights accordingly, based on real time data
  • 8. Disadvantages of the Proposed method- 1.Security Breaches 2.Hightech Network Infrastructure 3.Increased Investments
  • 9. oTraffic Management for Emergency Services- • The aim of the paper [Dja+13] is to particularly focus on traffic management for emergency services. • The proposed system in this project uses IoT and Machine Learning algorithms. • Cameras, controllers and networks play an important role in this system. • In this system, the local traffic controller sends the information from CCTV cameras to traffic management controller. If images are in great clusters, a notification is sent to emergency vehicle and emergency service authority, so that they can take further actions.
  • 10. Disadvantages of the prposed method- 1.CCTV malfunctioning 2.Time spent on adaptation
  • 11. o Traffic Management using RFID- • The paper [Ksh+17] focuses on reducing traffic congestion to reduce manual interference in controlling traffic. • . This paper uses IoT based appliances such as RFID (Radio Frequency Identification) and Raspberry Pi. • In this proposed system, RFID tag in placed on vehicle, containing one unique number. The information from RFID tag is read by RFID reader and passed on to Raspberry Pi by router. The count is maintained and traffic signals are organized accordingly. It can be used to identify stolen vehicles also.
  • 12. Disadvantages of the proposed method- 1.Materials like metal liquid can impact signal. 2.It is impossible to determine priority in advance.
  • 13. ML BASED APPROACHES o Traffic corridor control using machine learning –  The motive of research [JA05] is to develop self learning adaptive and independent freeway control for recurring traffic patterns. This paper is based on artificial intelligence and machine learning algorithms.  Reinforcement learning, Q learning are used in this paper for the development of self-learning independent model. Reinforcement learning is about how an agent that senses and acts in the environment can learn to choose optimal actions to achieve its long-term goals.  Whenever the agent performs an action in the environment, a trainer may provide a reward or penalty to indicate the difference between actual state and achieved state.Dynamic rerouting of traffic from the Expressway to a parallel arterial/collector is implemented in the field using a single Variable Message Sign.
  • 14. Disadvantages of the prposed method- 1.It requires huge past and present real time traffic information. 2.Does not use real time information
  • 15. o Intelligent Traffic Congestion Classification System using Artificial Neural Network- • Here two road traffic parameters: traffic density and speed asmeasures to classify traffic congestion states and three congestionlevels: high congestion, medium congestion and free flow are considered. • After training the neural network, it determines the congestion statusof road segments. • Based on trafficcongestion status, ITS will automatically update the traffic regulations like, changing the queue length in traffic signal, suggestingalternate routes.
  • 16. Disadvantages of the proposed method- 1. No accident detection 2. Not very effective for heavy traffic
  • 17. o CNN-Based Traffic Congestion Prediction From Meta-Parameters • The problem of traffic congestion prediction is tackled based on meta-parameters. These conditions include localization, time interval, month, day in the month, time in the day, holiday, road condition, and node number. • Accordingly, a differential entropy-based approach is proposed for labelling purposes for two traffic conditions: vehicle speed and vehicle density. • The proposed model is validated based on the City-Pulse dataset,collected from vehicle traffic in city. • The simulation results illustrate that the proposed approach yields accurate prediction rates for the different nodes considered. • The proposed system can help prevent traffic congestion by reorienting users to other itineraries.
  • 18. Disadvantages of the proposed method- 1. Time Consuming 2. Much Suitable for heavy traffic areas
  • 19. DATA MINING BASED APPROACHES o Traffic management using data mining- • The paper [ZPS10] aims to develop traffic signal timing plans • Data mining techniques are used like data collection, data cleaning, data classification and data transformation. • Data collection was done with the help of sensors which are installed at entry of road junction. They maintained different tables for five traffic signal junctions. • Data cleaning was used as sensors used to go in an inactive state if vehicles were not at junction and hence, resulted in zero as a value in database. • Data was classified on the basis of weekdays and weekends as traffic variation is large. • Transformation consisted of queries with the help of that graphs and pie charts are developed. • The time at different days is noted and cluster are created on the basis of match in density of traffic
  • 20. Disadvantages of the Proposed Method- 1.Accuracy 2.Cost 3.Additional Information missuse
  • 21. IMAGE PROCESSING BASED APPROACHES o Traffic Management using Image Processing- • The main aim of the paper [IMS20] is to determine the volume and density of the incoming traffic by using image processing technique. • Edge detection and ORB[Oriented FAST and Rotated BRIEF] algorithms are used for processing the snapped images at fixed intervals. • Distance is detected from the scanned image and after that this distance is multiplied with the width of road which gives the area covered by traffic. • The system then extracts feature points from the image using ORB algorithm,the road that is plain will not contribute towards features but the vehicles being mobile will do so.
  • 22. • Feature matching is doing further using brute force on two simultaneous images to deduce the traffic jam.Thus, a two-fold cost saving approach is adopted i.e fuel and time cost reduction. Disadvantages of the proposed method- 1.Static background insufficient to deal with change in outdoor environments. 2.Sensitive to low light conditions like overcast sky. 3.Limitations for night applications.
  • 23. o Vehicle Counting using Video Image Processing- • The paper [Yad+19] proposes vehicle classification and counting implementation scheme using Scale Invariant Feature transform (SIFT) algorithm.to improve the efficiency and reliability of the vehicle counting and classification. • The methodology used in this system is as follows- 1. The video clip is read by one function ,then it is divided into number of frames. 2. The background subtraction is done by the second function. 3. Segmentation is performed in next step. 4. Feature extraction is done using SIFT. 5. Features are matched to classify vehicles according to class . 6. Finally number of vehicles are counted. The classes of vehicles are defined and by using the algorithm features matching is done and count is increased.
  • 24. Thus, SIFT provides image features that works over image rotation, scaling, translation camera viewpoint giving the accurate results. Disadvantages of the proposed method- 1.In SIFT algorithm,the gradients of each pixel in the patch need to be computed and these computations cost time. 2.Generally doesn’t work well with lighting changes and blur.
  • 25. SENSOR BASED APPROACHES- o Traffic Management using Camera Sensor- • The paper [Rac+11] mainly focuses on implementing a system in which vehicle detection and counting is done from a video or camera sensor. • In this paper the system uses camera as input sensor which provides real-time traffic data and is implemented using BeagleBoard and AVR microcontroller. • Video from camera is processed using (PCA) Principal Component Analysis.PCA is used for analyzing and classifying the object on video frame for detecting vehicles. • Distributed Constraint Satisfaction Problem (DCSP) method is then used for determining the duration of each traffic signal,which is based on the vehicle count from each lane.The result of DCSP is sent to traffic signal that is integrated with traffic engine which gives signal accordingly.
  • 26. Disadvantages of the proposed method- 1.Occlusion and shadow overlapping is not handled. 2.Use of fuzzy system is transparent only for simple systems. 3.Fuzzy system proves to be more complicated for complex systems.
  • 27. o Improving Traffic monitoring system using Ultrasonic sensor- • The paper [Sha+15] is implemented i n a way where, first the ultrasonic sensors are fixed on each lanes . • They have used three types of sensors :High, Medium, Low . High is send on 1st priority Medium on 2nd and Low on 3rd priority respectively. • Data is collected from sensors and sent to the system.Traffic density is measured and average waiting time is calculated. • The prototype model was built and comparison between time taken by existing system and the proposed system was done .Thus, waiting time was decreased efficiently.
  • 28. Disadvantages of the proposed method- 1.Limited detection range. 2.Slow response time.
  • 29. ALGORITHMS  Min Max Fairness Algorithm- Min Max Fairness algorithm is more widely used inTCP congestion. It helps to improve the transfer ofdata packets. When the data packets come in a burstor a heavy traffic is found in network this algorithm isbest situated to be used. The same can be done intraffic congestion control over roads and highways.
  • 30. o ADDITIVE INCREASE MULTIPLICATIVE DECREASE(AIMD) Algorithm- Additive Increase Multiplicative Decrease algorithmcomes into picture when thedata of multiple lanes collected and counted at one controller is sent to another controller for furtherdecision of giving priority to a particular lane to begreen for a certain time period.Hence in this scenarioAIMD will handle congestion avoidance by fastretransmit and fast recovery.
  • 31. o PRINCIPAL COMPONENT ANALYSIS(PCA)- PCA is used for analysis of the data in order toidentify patterns to reduce the dimensions of the dataset with minimum loss of information.PCA is used for image processing. PCA generally consists of four steps: 1. normalization of image data 2. calculation of covariance matrixfrom the image data 3. apply Single ValueDecomposition (SVD) 4. finding the projection of image data to the new basis with reduced features in a particular lane. This count will be passed on toanother controller board.This board will use this count to adjust the trafficsignals and congestion lights accordingly.
  • 32. DISCUSSION Various addaptive Smart Traffic Management system aprroaches and their limitations and different algorithms implemented have been studied,based on the approaches and their limitations,I will try to proposed a method which will be more productive and precise.
  • 33. WORK LEFT In the next seminar, I will try to implement my own model mainly using ANN based aprroach and try to overcome the limitations of the discussed approaches.