تشخیص تراکم ترافیک و آموزش نظارت تصاویر CCTV
ترجمه نشده

تشخیص تراکم ترافیک و آموزش نظارت تصاویر CCTV

عنوان فارسی مقاله: تشخیص تراکم ترافیک: آموزش از نظارت تصاویر CCTV با استفاده از شبکه عصبی پیچشی
عنوان انگلیسی مقاله: Traffic Congestion Detection: Learning from CCTV Monitoring Images using Convolutional Neural Network
مجله/کنفرانس: پروسدیای علوم کامپیوتر - Procedia Computer Science
رشته های تحصیلی مرتبط: مهندسی کامپیوتر، مهندسی فناوری اطلاعات
گرایش های تحصیلی مرتبط: هوش مصنوعی، مهندسی نرم افزار، سامانه های شبکه ای، شبکه های کامپیوتری
کلمات کلیدی فارسی: شبکه عصبی پیچشی، یادگیری عمیق، طبقه بندی تصویر، تشخیص تراکم ترافیک
کلمات کلیدی انگلیسی: convolutional neural network، deep learning، image classification، traffic congestion detection
نوع نگارش مقاله: مقاله پژوهشی (Research Article)
شناسه دیجیتال (DOI): https://doi.org/10.1016/j.procs.2018.10.530
دانشگاه: Department of Computer Science and Electronics, Universitas Gadjah Mada, Yogyakarta, Indonesia
صفحات مقاله انگلیسی: 7
ناشر: الزویر - Elsevier
نوع ارائه مقاله: کنفرانس
نوع مقاله: ISI
سال انتشار مقاله: 2018
ایمپکت فاکتور: 1/013 در سال 2017
شاخص H_index: 34 در سال 2019
شاخص SJR: 0/258 در سال 2017
شناسه ISSN: 1877-0509
فرمت مقاله انگلیسی: PDF
وضعیت ترجمه: ترجمه نشده است
قیمت مقاله انگلیسی: رایگان
آیا این مقاله بیس است: خیر
کد محصول: E11181
فهرست مطالب (انگلیسی)

Abstract

1- Introduction

2- Convolutional Neural Network

3- Research Method

4- Results and Analysis

5- Conclusion and Future Work

References

بخشی از مقاله (انگلیسی)

Abstract

In this paper, we present an intelligent traffic congestion detection method using image classification approach on CCTV camera image feeds. We use a deep learning architecture, convolutional neural network (CNN) which is currently the state-of-the art for image processing method. We only do minimal image preprocessing steps on the small size image, where the conventional methods require a high quality, handcrafted features need to do manual calculation. The CNN model is trained to do binary classification about road traffic condition using 1000 CCTV monitoring image feeds with balance distribution. The result shows that a CNN with simple, basic architecture that trained on small grayscale images has an average classification accuracy of 89.50%.

Introduction

Road traffic condition is one of major problems in big cities especially in the developing countries, like in Indonesia. There are so many bad effects caused by this traffic problem, like massive delays and the increased fuel wastage and monetary losses [1]. The road traffic could be happened because of limited number of facilities and infrastructures, huge number of people, and inappropriate policy from the government. Based on the data from tomtom traffic index [2], Jakarta is the 3rd city with traffic condition in the world. In order to tackle this problem, Indonesian government, especially Jakarta’s government try to implement the concept of smart city technology. The government provides CCTV in selected area to monitor the traffic condition. Intelligent Traffic System (ITS) has been developed to solve the road traffic condition. It uses supported data, such as airbone optical remote sensing sensor [3], wireless signal communication (i.e probe vehicle-to-vehicle) [4][5][6][7]. Nevertheless, in the developing countries, the first problem is that the data is not available because of the expensive infrastructure and maintenance cost. Another alternative is utilizing data from traffic video [8] and captured image [1] with manually processing by human. Manually processing requires handcrafted features and manual calculation like calculating the distance and the level of the traffic congestion between vehicle. Manually processing depends on the human ability and requires time which is not short. Therefore, in this research, we propose a method to detect the road traffic congestion automaticly by utilizing the data from CCTV camera image feeds. We conduct a series of computaional experiments for the road traffic data in Jakarta. We implement the Convolutional Neural Network and preprocessing of the data.