• Title/Summary/Keyword: Driver assistance

Search Result 225, Processing Time 0.024 seconds

A Study on Mode Confusions in Adaptive Cruise Control Systems (적응 순항 제어 시스템에서의 모드 혼동에 관한 연구)

  • Ahn, Dae Ryong;Yang, Ji Hyun;Lee, Sang Hun
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.39 no.5
    • /
    • pp.473-482
    • /
    • 2015
  • Recent development in science and technology has enabled vehicles to be equipped with advanced autonomous functions. ADAS (Advanced Driver Assistance Systems) are examples of such advanced autonomous systems added. Advanced systems have several operational modes and it has been observed that drivers could be unaware of the mode they are in during vehicle operation, which can be a contributing factor of traffic accidents. In this study, possible mode confusions in a simulated environment when vehicles are equipped with an adaptive cruise control system were investigated. The mental model of the system was designed and verified using the formal analysis method. Then, the user interface was designed on the basis of those of the current cruise control systems. A set of human-in-loop experiments was conducted to observe possible mode confusions and redesign the user interface to reduce them. In conclusion, the clarity and transparency of the user interface was proved to be as important as the correctness and compactness of the mental model when reducing mode confusions.

Night Time Leading Vehicle Detection Using Statistical Feature Based SVM (통계적 특징 기반 SVM을 이용한 야간 전방 차량 검출 기법)

  • Joung, Jung-Eun;Kim, Hyun-Koo;Park, Ju-Hyun;Jung, Ho-Youl
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.7 no.4
    • /
    • pp.163-172
    • /
    • 2012
  • A driver assistance system is critical to improve a convenience and stability of vehicle driving. Several systems have been already commercialized such as adaptive cruise control system and forward collision warning system. Efficient vehicle detection is very important to improve such driver assistance systems. Most existing vehicle detection systems are based on a radar system, which measures distance between a host and leading (or oncoming) vehicles under various weather conditions. However, it requires high deployment cost and complexity overload when there are many vehicles. A camera based vehicle detection technique is also good alternative method because of low cost and simple implementation. In general, night time vehicle detection is more complicated than day time vehicle detection, because it is much more difficult to distinguish the vehicle's features such as outline and color under the dim environment. This paper proposes a method to detect vehicles at night time using analysis of a captured color space with reduction of reflection and other light sources in images. Four colors spaces, namely RGB, YCbCr, normalized RGB and Ruta-RGB, are compared each other and evaluated. A suboptimal threshold value is determined by Otsu algorithm and applied to extract candidates of taillights of leading vehicles. Statistical features such as mean, variance, skewness, kurtosis, and entropy are extracted from the candidate regions and used as feature vector for SVM(Support Vector Machine) classifier. According to our simulation results, the proposed statistical feature based SVM provides relatively high performances of leading vehicle detection with various distances in variable nighttime environments.

A Real-Time Hardware Design of CNN for Vehicle Detection (차량 검출용 CNN 분류기의 실시간 처리를 위한 하드웨어 설계)

  • Bang, Ji-Won;Jeong, Yong-Jin
    • Journal of IKEEE
    • /
    • v.20 no.4
    • /
    • pp.351-360
    • /
    • 2016
  • Recently, machine learning algorithms, especially deep learning-based algorithms, have been receiving attention due to its high classification performance. Among the algorithms, Convolutional Neural Network(CNN) is known to be efficient for image processing tasks used for Advanced Driver Assistance Systems(ADAS). However, it is difficult to achieve real-time processing for CNN in vehicle embedded software environment due to the repeated operations contained in each layer of CNN. In this paper, we propose a hardware accelerator which enhances the execution time of CNN by parallelizing the repeated operations such as convolution. Xilinx ZC706 evaluation board is used to verify the performance of the proposed accelerator. For $36{\times}36$ input images, the hardware execution time of CNN is 2.812ms in 100MHz clock frequency and shows that our hardware can be executed in real-time.

Mobile Advanced Driver Assistance System using OpenCL : Pedestrian Detection (OpenCL을 이용한 모바일 ADAS : 보행자 검출)

  • Kim, Jong-Hee;Lee, Chung-Su;Kim, Hakil
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.51 no.10
    • /
    • pp.190-196
    • /
    • 2014
  • This paper proposes a mobile-optimized pedestrian detection method using Cascade of HOG(Histograms of Oriented Gradients) for ADAS(Advanced Driver Assistance System) on smartphones. In order to use the limited resource of mobile platforms efficiently, the method is implemented by the OpenCL(Open Computing Language) library, and its processing time is reduced in the following two aspects. Firstly, the method sets a program build option specifically and adjusts work group sizes as variety of kernels in the host code. Secondly, it utilizes local memory and a LUT(Look-Up Table) in the kernel code to accelerate the program. For performance evaluation, the developed algorithm is compared with the mobile CPU-based OpenCV(Open Computer Vision) for Android function. The experimental results show that the processing speed is 25% faster than the OpenCV hogcascade.

HSV Color Model Based Front Vehicle Extraction and Lane Detection using Shadow Information (그림자 정보를 이용한 HSV 컬러 모델 기반의 전방 차량 검출 및 차선 정보 검출)

  • 한상훈;조형제
    • Journal of Korea Multimedia Society
    • /
    • v.5 no.2
    • /
    • pp.176-190
    • /
    • 2002
  • According as vehicles increases, system such as Advanced Drivers Assistance System(ADAS ) to inform forward situation to driver is required. In this paper, we proposes method to detect forward vehicles and lane from sequential color images by basis process to inform forward situation to driver. We detect a front vehicle using that shadow area exists on part under vehicles and that road area occupies many parts even if road traffic is confused. We detect lane information using that lane part is white order by reverse characteristic of shadow area. This method shows good result in case road is confused or there is direction indication to road. HSV color space is selected for color modeling. This method uses saturation component and value component in HSV color model to detect vehicles and lane. It uses statistics features of HSV component and position to know whether detected vehicles area is vehicles such as vehicles previous frame. To verify the effects of the proposed method, we capture the road images with notebook and CCD camera for PC and Present the results such as processing time, accuracy and vehicles detection against the images.

  • PDF

Development of Lane Changing Model with regard to Safety Distance of Vehicles (차량간 안전거리를 고려한 차로변경 모형개발)

  • Choe, Ji-Eun;Ryu, Byeong-Yong;Bae, Sang-Hun;Gang, Seung-Pil
    • Journal of Korean Society of Transportation
    • /
    • v.27 no.6
    • /
    • pp.109-118
    • /
    • 2009
  • The conventional lane changing model has been developed without acceleration or deceleration of vehicles at target lane. Thus, existing lane changing models have limitation to apply in real world. In this paper, lane changing model considered acceleration or deceleration, and calculated the safety distance between subject vehicle and adjacent vehicles for lane changing as well. Simulation was conducted to verify the validity and the efficiency of the developed lane changing model in this paper. Several scenarios were carefully examined by safety distance between subject vehicle and adjacent vehicles. In the result, it was verified that if gap between subject vehicle and adjacent vehicles is larger than safety distance, lane changing behavior between subject vehicle and adjacent vehicles avoids collision. The suggested lane changing model may be applied at the future driver assistance system and advanced safety vehicle.

Real Time Traffic Light Detection Algorithm Based on Color Map and Multilayer HOG-SVM (색상지도와 멀티 레이어 HOG-SVM 기반의 실시간 신호등 검출 알고리즘)

  • Kim, Sanggi;Han, Dong Seog
    • Journal of Broadcast Engineering
    • /
    • v.22 no.1
    • /
    • pp.62-69
    • /
    • 2017
  • Accurate detection of traffic lights is very important for the advanced driver assistance system (ADAS). There have been many research developments in this area. However, conventional of image processing methods are usually sensitive to varying illumination conditions. This paper proposes a traffic light detection algorithm to overcome this situation. The proposed algorithm first detects the candidates of traffic light using the proposed color map and hue-saturation-value (HSV) Traffic lights are then detected using the conventional histogram of oriented gradients (HOG) descriptor and support vector machine (SVM). Finally, the proposed Multilayer HOG descriptor is used to determine the direction information indicated by traffic lights. The proposed algorithm shows a high detection rate in real-time.

Hardware Architecture and Memory Bandwidth Analysis of AVM System (AVM 시스템의 하드웨어 구현에 따른 하드웨어 구조 및 메모리 대역폭 분석)

  • Nam, Kwnag-Min;Jung, Yong-Jin
    • Journal of IKEEE
    • /
    • v.20 no.3
    • /
    • pp.241-250
    • /
    • 2016
  • AVM(Around View Monitoring) is a function of ADAS(Advanced Driver Assistance Systems), which provides a bird's eye view of the surroundings of a vehicle to the user. AVM systems require large bandwidth since they are composed of four input images and require real-time processing for vehicle-embedded environments. Also, the memory bandwidth requirement increases greatly when the resolution of the input data is higher. In this paper, we propose four basic hardware models of AVM systems. The models are decided by whether or not there is a valid data extraction module and an image processing purpose LUT generation module. We analyze the required bandwidth and hardware resource for each model. For verification of the proposed models, we implemented an AVM system using XC7Z045 FPGA and DDR3 memory for VGA and FHD resolution. All four of the proposed hardware model is executed below 33ms, which shows that it can operate in real-time.

Real-time FCWS implementation using CPU-FPGA architecture (CPU-FPGA 구조를 이용한 실시간 FCWS 구현)

  • Han, Sungwoo;Jeong, Yongjin
    • Journal of IKEEE
    • /
    • v.21 no.4
    • /
    • pp.358-367
    • /
    • 2017
  • Advanced Driver Assistance Systems(ADAS), such as Front Collision Warning System (FCWS) are currently being developed. FCWS require high processing speed because it must operate in real time while driving. In addition, a low-power system is required to operate in an automobile embedded system. In this paper, FCWS is implemented in CPU-FPGA architecture in embedded system to enable real-time processing. The lane detection enabled the use of the Inverse Transform Perspective (IPM) and sliding window methods to operate at fast speed. To detect the vehicle, a Convolutional Neural Network (CNN) with high recognition rate and accelerated by parallel processing in FPGA is used. The proposed architecture was verified using Intel FPGA Cyclone V SoC(System on Chip) with ARM-Core A9 which operates in low power and on-board FPGA. The performance of FCWS in HD resolution is 44FPS, which is real time, and energy efficiency is about 3.33 times higher than that of high performance PC enviroment.

Study on Fatality Risk of Senior Driver with Aging Classification (초기·중기·후기 고령운전자의 사망자 발생위험도 분석과 시사점)

  • Choi, Jaesung
    • Journal of the Korean Society of Safety
    • /
    • v.33 no.1
    • /
    • pp.148-161
    • /
    • 2018
  • A traffic fatality by young people marked average annual decrease of 4.5% since 2011. Meanwhile, a traffic fatality by senior over 65 years old marked average annual increase of 7.9% for the last five years which means that the annual increase of traffic fatality by senior will be a serious problem. This study started questioning that senior drivers over 65 years old did not retain the same causal factor of fatal traffic accidents and thus extensively analyzed a risk of it by age group quantitatively, dividing the senior driver group into the early, middle and latter stages. Depending on the aging level, the risk of traffic fatality showed a wide difference in seven different types of traffic accidents generally, and happened to increase with latter and middle parts of the senior driver more than the early part. Therefore, this study proposes four policy suggestions: 1) The senior driver need to be offered customized driving educations and the improvement of road environment is also recommended. 2) Political assistance is needed to support and guide a safety related technology installation for the new or existing car. 3) Renewal of driving license and an aptitude test(physical examination, cognitive test) for drivers over 75 years old should take in a less than 3 years and an additional road test is needed as occasion demands. 4) Like the United States and Europe, development and extension of customized treatment guidebook for medical teams who examine senior drivers is needed and establishment of education and administration system that a supervisor of driving license renewal can impose safety restriction and American anonymity reporting system is considered to institutionalize in the medium to longer term.