• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 36
  • 6
  • 6
  • 3
  • 2
  • 1
  • 1
  • Tagged with
  • 60
  • 60
  • 60
  • 48
  • 24
  • 18
  • 17
  • 17
  • 16
  • 14
  • 12
  • 11
  • 10
  • 10
  • 10
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
11

A Traffic Simulation Modeling Framework for Rural Highways

Tapani, Andreas January 2005 (has links)
<p>Models based on micro-simulation of traffic flows have proven to be useful tools in the study of various traffic systems. Today, there is a wealth of traffic microsimulation models developed for freeway and urban street networks. The road mileage is however in many countries dominated by rural highways. Hence, there is a need for rural road traffic simulation models capable of assessing the performance of such road environments. This thesis introduces a versatile traffic micro-simulation model for the rural roads of today and of the future. The developed model system considers all common types of rural roads including effects of intersections and roundabouts on the main road traffic. The model is calibrated and validated through a simulation study comparing a two-lane highway to rural road designs with separated oncoming traffic lanes. A good general agreement between the simulation results and the field data is established.</p><p>The interest in road safety and the environmental impact of traffic is growing. Recent research has indicated that traffic simulation can be of use in these areas as well as in traditional capacity and level-of-service studies. In the road safety area more attention is turning towards active safety improving countermeasures designed to improve road safety by reducing the number of driver errors and the accident risks. One important example is Advanced Driver Assistance Systems (ADAS). The potential to use traffic simulation to evaluate the road safety effects of ADAS is investigated in the last part of this thesis. A car-following model for simulation of traffic including ADAS-equipped vehicles is proposed and the developed simulation framework is used to study important properties of a traffic simulation model to be used for safety evaluation of ADAS. Driver behavior for ADAS-equipped vehicles has usually not been considered in simulation studies including ADAS-equipped vehicles. The work in this thesis does however indicate that modeling of the behavior of drivers in ADAS-equipped vehicles is essential for reliable conclusions on the road safety effects of ADAS.</p> / Report code: LiU-Tek-Lic-2005:60.
12

Steering System Modelling for Heavy Duty Vehicles

Sjölund, Rickard, Vedin, Nicklas January 2015 (has links)
Future heavy duty vehicles will be designed and manufactured with improved Advanced Driver Assistance Systems, ADAS. When developing ADAS, an accurate model of the vehicle dynamics greatly simplifies the development process. One element integral to the vehicle lateral dynamics and development of ADAS is the steering system. This thesis aims to develop an accurate model of a heavy duty vehicle steering system suitable for simulations. The input to the system is an input torque at the steering wheel and the output is the wheel angle. Physical models of the system components are developed using bond graphs and known relations. Some components are modelled with non-linear inefficiencies and friction of different complexity. Unknown parameters and functions are identified from measurement data using system identification tools such as, for example, linear regression and non-linear grid search. The different subsystems are identified separately to the extent deemed possible. Different model designs are considered, validated, and compared. The advantages and disadvantages of different model choices are discussed. Finally, a non-linear state space model is selected for its high accuracy and efficiency. As this final model can be used to simulate a heavy duty vehicle steering system on a desktop computer faster than real time, it fulfills its purpose.
13

Collective Enrichment of OpenStreetMap Spatial Data Through Vehicles Equipped with Driver Assistance Systems

Sachdeva, Arjun 20 March 2015 (has links) (PDF)
Navigation systems are one of the most commonly found electronic gadgets in modern vehicles nowadays. Alongside navigation units this technology is made readily available to individuals in everyday devices such as a mobile phone. Digital maps which come preloaded on these devices accommodate within them an extensive dataset of spatial information from around the globe which aids the driver in achieving a well guided driving experience. Apart from being essential for navigation this sensor information backs up other vehicular applications in making intelligent decisions. The quality of this information delivered is in direct relation to the underlying dataset used to produce these maps. Since we live in a highly dynamic environment with constantly changing geography, an effort is necessary to keep these maps updated with the most up to date information as frequently as possible. The digital map of interest in this study is OpenStreetMap, the underlying data of which is a combination of donated as well as crowdsourced information from the last 10 years. This extensive dataset helps in building of a detailed digital map of the world using well defined cartographic techniques. The information within OpenStreetMap is currently enhanced by a large group of volunteers who willing use donated satellite imagery, uploaded GPS tracks, field surveys etc. to correct and collect necessary data for a region of interest. Though this method helps in improving and increasing the quality and quantity of the OpenStreetMap dataset, it is very time consuming and requires a great deal of human effort. Through this thesis an effort is made to automatically enrich this dataset by preprocessing crowdsourced sensor data collected from the navigation system and driver assistance systems (Traffic Sign Recognition system and a Lane Detection System) of a driving vehicle. The kind of data that is algorithmically derived includes the calculation of the curvature of the underlying road, correction of speed limit values for individual road segments being driven and the identification of change in the geometry of existing roads due to closure of old ones or addition of new ones in the Nuremberg region of Bavaria, Germany. Except for a small percentage of speed limit information on roads segments, other information is currently not available in the OpenStreetMap database for use in safety and comfort related applications. The navigation system has the ability to deliver geographical data in form of GPS coordinates at a certain frequency. This set of GPS coordinates can grouped together to form a GPS track visualizing the actual path traversed by a driving vehicle. A large number of such GPS tracks repeatedly collected from different vehicles driving in a region of interest gives all GPS points which lie on a particular road. These points, after outlier elimination methods are used as a dataset to scientifically determine the underlying curvature of the road with the aid of curve fitting techniques. Additional information received from the lane detection system helps identify curves on a road for which the curvature must be calculated. The fusion of information from these sources helps to achieve curvature results with high accuracy. Traffic sign recognition system helps detect traffic signs while driving, the fusion of this data with geographical information from the navigation system at the instance of detection helps determine road segments for which the recognized speed limit values are valid. This thesis successfully demonstrates a method to automatically enrich OpenStreetMap data by crowdsourcing raw sensor data from multiple vehicles equipped with driver assistance systems. All OpenStreetMap attributes were 100% updated into the database and the results have proven the effectiveness our system architecture. The positive results obtained in combination with minimal errors promise a better future for assisted driving.
14

Benchmarking of Vision-Based Prototyping and Testing Tools

Balasubramanian, ArunKumar 08 November 2017 (has links) (PDF)
The demand for Advanced Driver Assistance System (ADAS) applications is increasing day by day and their development requires efficient prototyping and real time testing. ADTF (Automotive Data and Time Triggered Framework) is a software tool from Elektrobit which is used for Development, Validation and Visualization of Vision based applications, mainly for ADAS and Autonomous driving. With the help of ADTF tool, Image or Video data can be recorded and visualized and also the testing of data can be processed both on-line and off-line. The development of ADAS applications needs image and video processing and the algorithm has to be highly efficient and must satisfy Real-time requirements. The main objective of this research would be to integrate OpenCV library with ADTF cross platform. OpenCV libraries provide efficient image processing algorithms which can be used with ADTF for quick benchmarking and testing. An ADTF filter framework has been developed where the OpenCV algorithms can be directly used and the testing of the framework is carried out with .DAT and image files with a modular approach. CMake is also explained in this thesis to build the system with ease of use. The ADTF filters are developed in Microsoft Visual Studio 2010 in C++ and OpenMP API are used for Parallel programming approach.
15

Semantic segmentation of terrain and road terrain for advanced driver assistance systems

Gheorghe, I. V. January 2015 (has links)
Modern automobiles and particularly those with off-road lineage possess subsystems that can be configured to better negotiate certain terrain types. Different terrain classes amount to different adherence (or surface grip) and compressibility properties that impact vehicle ma-noeuvrability and should therefore incur a tailored throttle response, suspension stiffness and so on. This thesis explores prospective terrain recognition for an anticipating terrain response driver assistance system. Recognition of terrain and road terrain is cast as a semantic segmen-tation task whereby forward driving images or point clouds are pre-segmented into atomic units and subsequently classified. Terrain classes are typically of amorphous spatial extent con-taining homogenous or granularly repetitive patterns. For this reason, colour and texture ap-pearance is the saliency of choice for monocular vision. In this work, colour, texture and sur-face saliency of atomic units are obtained with a bag-of-features approach. Five terrain classes are considered, namely grass, dirt, gravel, shrubs and tarmac. Since colour can be ambiguous among terrain classes such as dirt and gravel, several texture flavours are explored with scalar and structured output learning in a bid to devise an appropriate visual terrain saliency and predictor combination. Texture variants are obtained using local binary patters (LBP), filter responses (or textons) and dense key-point descriptors with daisy. Learning algorithms tested include support vector machine (SVM), random forest (RF) and logistic regression (LR) as scalar predictors while a conditional random field (CRF) is used for structured output learning. The latter encourages smooth labelling by incorporating the prior knowledge that neighbouring segments with similar saliency are likely segments of the same class. Once a suitable texture representation is devised the attention is shifted from monocular vision to stereo vision. Sur-face saliency from reconstructed point clouds can be used to enhance terrain recognition. Pre-vious superpixels span corresponding supervoxels in real world coordinates and two surface saliency variants are proposed and tested with all predictors: one using the height coordinates of point clouds and the other using fast point feature histograms (FPFH). Upon realisation that road recognition and terrain recognition can be assumed as equivalent problems in urban en-vironments, the top most accurate models consisting of CRFs are augmented with composi-tional high order pattern potentials (CHOPP). This leads to models that are able to strike a good balance between smooth local labelling and global road shape. For urban environments the label set is restricted to road and non-road (or equivalently tarmac and non-tarmac). Ex-periments are conducted using a proprietary terrain dataset and a public road evaluation da-taset.
16

Análise de risco de colisão usando redes bayesianas / Colision risk assessment using Bayesian networks

André Carmona Hernandes 23 August 2012 (has links)
A segurança no tráfego de carros é um assunto em foco nos dias de hoje e, dentro dele, podem-se citar os sistemas de auxílio ao motorista que vêm sendo desenvolvidos com a finalidade de reduzir o grande número de fatalidades em acidentes de trânsito. Tais sistemas de auxílio buscam mitigar falhas humanas como falta de atenção e imprudência. Visto isso, o projeto SENA, desenvolvido pelo Laboratório de Robótica Móvel da Escola de Engenharia de São Carlos, busca contribuir com a evolução dessa assistência ao motorista. O presente trabalho realiza um estudo sobre uma técnica de inteligência artificial chamada de Redes Bayesianas. Essa técnica merece atenção em virtude de sua capacidade de tratar dados incertos em forma de probabilidades. A rede desenvolvida por esse trabalho utiliza, como dados de entrada, os classificadores em desenvolvimento no projeto SENA e tem como resposta um comportamento que o veículo deve executar, por um ser humano ou por um planejador de trajetórias. Em função da alta dimensionalidade do problema abordado, foram realizados dois experimentos em ambiente simulado de duas situações distintas. A primeira, um teste de frenagem próximo a um ponto de intersecção e a segunda, um cenário de entroncamento. Os testes feitos com a rede indicam que classificadores pouco discriminantes deixam o sistema mais propenso a erros e que erros na localização do ego-veículo afetam mais o sistema se comparado a erros na localização dos outros veículos. Os experimentos realizados mostram a necessidade de um sistema de tempo real e um hardware mais adequado para tratar as informações mais rapidamente / The safety of cars in traffic scenarios is being addressed on the past few years. One of its topics is the Advanced Driver-Assistance Systems which have been developed to reduce the fatality numbers of traffic accidents. These systems try to decrease human failures, such as imprudence and lack of attention while driving. For these reasons, the SENA project, in progress on the Mobile Robotics Laboratory at the Sao Carlos School of Engineering (EESC), aims to contribute for the evolution of these assistance systems. This work studies an artificial intelligence technique called Bayesian Networks. It deserves our attention due to its capability of handling uncertainties with probability distributions. The network developed in this Masters Thesis has, as input, the result of the classifiers used on SENA project and has, as output, a behavior which has to be performed by the vehicle with a driver or autonomously by the means of a path planner. Due to the high dimensionality of this issue, two different tests have been carried out. The first one was a braking experiment near a intersection point and the other one was a T-junction scenario. The tests made indicate that weak classifiers leaves the system more instable and error-prone and localization errors of the ego-vehicle have a stronger effect than just localization errors of other traffic participants. The experiments have shown that there is a necessity for a real-time system and a hardware more suitable to deal quickly with the information
17

Empirical Analyses of Human-Machine Interactions focusing on Driver and Advanced Driver Assistance Systems / 運転者と先進運転支援システムの人間 - 機械間相互作用に関する実証的分析

Tabinda Aziz 23 January 2015 (has links)
京都大学 / 0048 / 新制・課程博士 / 博士(工学) / 甲第18689号 / 工博第3967号 / 新制||工||1611(附属図書館) / 31622 / 京都大学大学院工学研究科機械理工学専攻 / (主査)教授 椹木 哲夫, 教授 西脇 眞二, 教授 松原 厚 / 学位規則第4条第1項該当 / Doctor of Philosophy (Engineering) / Kyoto University / DFAM
18

Analysis of Transient and Steady State Vehicle Handling with Torque Vectoring

Jose, Jobin 07 October 2021 (has links)
Advanced Driver Assistance Systems (ADAS) and Autonomous Ground Vehicles (AGV) have the potential to increase road transportation safety, environmental gains, and passenger comfort. The advent of Electric Vehicles has also facilitated greater flexibility in powertrain architectures and control capabilities. Path Tracking controllers that provide steering input are used to execute lateral maneuvers or model the response of a vehicle during cornering. Direct Yaw Control using Torque Vectoring has the potential to improve vehicle's transient cornering stability and modify its steady state handling characteristics during lateral maneuvers. In the first part of this thesis, the transient dynamics of an existing baseline Path Tracking controller is improved using a transient Torque Vectoring algorithm. The existing baseline Path Tracking controller is evaluated, using a linearized system, for a range of vehicle and controller parameters. The effect of implementing transient Torque Vectoring along with the baseline Path Tracking controller is then studied for the same parameter range. The linear analysis shows, in both time and frequency domain, that the transient Torque Vectoring improves vehicle response and stability during cornering. A Torque Vectoring controller is developed in Linear Adaptive Model Predictive Control framework and it's performance is verified in simulation using Simulink and CarSim. The second part of the thesis analyzes the tradeoff enabled by steady state Torque Vectoring between improved limit handling capability through optimal tire force allocation and drivability demonstrated by understeer gradient. Optimal tire force allocation prescribes equal usage in all four tires during maneuvers. This is enabled using steering and Torque Vectoring. An analytical proof is presented which demonstrates that implementation of this optimal tire force allocation results in neutralsteering handling characteristics for the vehicle. The optimal tire force allocation strategy is formulated as a minimax optimization problem. A two-track vehicle model is simulated for this strategy, and it verified the analytical proof by displaying neutralsteering behavior. / Master of Science / Advanced Driver Assistance Systems (ADAS) and Autonomous Ground Vehicles (AGVs) have the potential to increase road transportation safety, environmental gains, passenger comfort and passenger productivity. The advent of Electric Vehicles (EVs) has also facilitated greater flexibility in powertrain configurations and capabilities that facilitate the implementation of Torque Vectoring (TV), which is a method of applying differential torques to laterally opposite wheels to enhance the cornering performance of ground vehicles. Path Tracking (PT) controllers that provide steering input to the vehicles are traditionally used for lateral control in AGVs and ADAS features. The goal of this thesis is to develop Torque Vectoring algorithms to improve a vehicle's stability and shape its steady state behaviour through a corner during low lateral acceleration maneuvers. An existing baseline Path Tracking controller is selected and evaluated. The effect of implementing Torque Vectoring along with this Path Tracking controller is studied and it is found to improve the stability of the vehicle during cornering. This is verified in simulation by designing and implementing the Torque Vectoring algorithm. Finally, a Torque Vectoring strategy is proposed to manage the handling of the vehicle during low acceleration cornering.
19

Evaluating the Potential of an Intersection Driver Assistance System to Prevent U.S. Intersection Crashes

Scanlon, John Michael 02 May 2017 (has links)
Intersection crashes are among the most frequent and lethal crash modes in the United States. Intersection Advanced Driver Assistance Systems (I-ADAS) are an emerging active safety technology which aims to help drivers safely navigate through intersections. One primary function of I-ADAS is to detect oncoming vehicles and in the event of an imminent collision can (a) alert the driver and/or (b) autonomously evade the crash. Another function of I-ADAS may be to detect and prevent imminent traffic signal violations (i.e. running a red light or stop sign) earlier in the intersection approach, while the driver still has time to yield for the traffic control device. This dissertation evaluated the capacity of I-ADAS to prevent U.S. intersection crashes and mitigate associated injuries. I-ADAS was estimated to have the potential to prevent up to 64% of crashes and 79% of vehicles with a seriously injured driver. However, I-ADAS effectiveness was found to be highly dependent on driver behavior, system design, and intersection/roadway characteristics. To generate this result, several studies were performed. First, driver behavior at intersections was examined, including typical, non-crash intersection approach and traversal patterns, the acceleration patterns of drivers prior to real-world crashes, and the frequency, timing, and magnitude of any crash avoidance actions. Second, two large simulation case sets of intersection crashes were generated from U.S. national crash databases. Third, the developed simulation case sets were used to examine I-ADAS performance in real-world crash scenarios. This included examining the capacity of a stop sign violation detection algorithm, investigating the sensor detection needs of I-ADAS technology, and quantifying the proportion of crashes and seriously injuries that are potentially preventable by this crash avoidance technology. / Ph. D. / Intersection crashes account for over 5,000 fatalities each year in the U.S., which places them among the most lethal crash modes. Highly automated vehicles are a rapidly emerging technology, which has the potential to greatly reduce all traffic fatalities. This work evaluated the capacity of intersection advanced driver assistance systems (I-ADAS) to prevent U.S. intersection crashes and mitigate associated injuries. I-ADAS is an emerging technology used by highly automated vehicles to help drivers safely navigate intersections. This technology utilizes onboard sensors to detect oncoming vehicles. If an imminent crash is detected, I-ADAS can respond by (a) warning the driver and/or (b) autonomously braking. Another function of I-ADAS may be to prevent intersection violations altogether, such as running a red light or a stop sign. Preventing and/or mitigating crashes and injuries that occur in intersection crashes are among the highest priority for designers, evaluators, and regulatory agencies. This dissertation has three main components. The first aim of this research was to describe how individuals drive through intersections. This included examining how drivers approach, traverse, and take crash avoidance actions at intersections. The second aim was to develop a dataset of intersection crashes that could be used to examine I-ADAS effectiveness. This was completed by extracting crashes that occurred throughout the U.S., and reconstructing vehicle positions before and after impact. The third aim was to use the extracted dataset of intersection crashes, and consider a scenario where one of the vehicles had been equipped with I-ADAS. Estimates of IADAS effectiveness were then generated based on these results.
20

Modélisation et validation expérimentale de concept de Détection Vidéo Coopérative destiné à un système stéréo anticollision inter-véhicule / Modeling and experimental validation of the concept of Cooperative Video Detection for a stereo inter-vehicle collision system

Lu, Shuxian 03 July 2015 (has links)
Le travail de cette thèse a été consacré au développement d’une nouvelle méthode de détection pour un système anticollision par la mesure de trajectographie, ce qui pourrait contribuer aux systèmes d’aide à la conduite. Pour obtenir une haute probabilité de détection, nous avons choisi la solution de vidéo stéréoscopique coopérative : la coopération entre véhicules rend la détection plus facile et fiable. Il y a deux participants dans le système : les véhicules « porteurs du système » aussi bien que les « suiveurs », sont équipés de caméras stéréoscopiques, c’est à dire de deux capteurs d’image, appartenant à des familles technologique à haute cadence; les véhicules « cibles » sont équipés des feux à Leds modulés, dont la fréquence de modulation est déjà connue par les véhicules « suiveurs ». Après filtrage dans l’espace temporel, le système ne détecte que des signaux issus des feux modulés, ce qui réduit fortement l’information à traiter par rapport aux calculs de trajectographie traditionnels. La détection de feux modulés est donc réalisée par le filtrage par traitement numérique des images, qui est adapté à la fréquence de modulation recherchée. Pour cela, nous avons proposé 3 types de filtres adaptés à la fréquence de modulation et conçus de façon à rejeter au mieux les signaux de fond.Pour évaluer les performances tant en détection qu’en réjection des fausses alarmes, nous avons d’abord effectué des simulations numériques en prenant en compte des signaux artificiels, puis des calculs sur vrais signaux obtenus dans les expérimentations avec véhicule d’essai statique, puis roulant. Les roulages étaient de différentes vitesses, de 30km/h jusqu’à 100km/h, ce qui nous a permis d’analyser le signal issu du feu ainsi que le comportement de nos filtres à des vitesses angulaires de feu nulles, faibles ou élevées. Le résultat de ces expérimentations montre que le filtrage permet de détecter les feux à Leds de type DRL jusqu’à 140m sans aucune fausse détection sur le fond. Ces expérimentations sont une étape essentielle pour définir de façon plus précise un tel système, en particulier dans le choix du seuil. Nous avons aussi évalué des technologies qui peuvent améliorer la performance du système, mais qui ne sont pas encore prêtes à industrialiser. Par exemple, les « rétines » artificielles nous permettent d’utiliser les filtres analogiques intégrés, et ainsi de réduire leurs bandes passantes. / This thesis was devoted to the development of a new detection method for vehicular collision avoidance system based on trajectory measurement, which could contribute to driver assistance systems.In order to obtain high detection probability, we have chosen the cooperative stereoscopic video solution: the cooperation between vehicles makes it easier and more reliable when they aim to detect each other. There are two participants in the system: the “system carriers" vehicles, or the " followers" are equipped with stereoscopic cameras (two image sensors), who belong to high speed technology families; the "targets" vehicles are equipped with modulated LED lights, with the modulation frequency being already known by the "followers". After space-time filtering, the system detects the signals emitted bymodulated lights sources, which greatly reduces the amount of information to be processed comparing to traditional trajectory calculations methods. The detection of modulated light is achieved by filtering based on digital image processing, which is adapted to the desired modulation frequency. We have proposed three types of filters suitable for detecting the modulation at this frequency and at the same time for rejecting the background as well as possible.In order to be able to evaluate the performances of both detecting signals and rejecting false alarms, we first performed numerical simulations based on the model signals, then calculations on real signals acquired in static and driving experiments. The tested speeds were from 30km/h up to 100km/h, which allowed us to analyze the signals emitted from vehicle lights as well as the behavior of our filters under different angular velocities of the lights (zero, low and high). The result of these experiments showed that our method of filtering could detect LED-type DRL lights up to 140m without any false alarm. This is essential to define more precisely the values of thresholds of such systems. We have also evaluated technologies that are possible to improve system performance in the future, which are not yet ready to be used in industry productions. For example, artificial "retinas" could allow us to integrate analog filters in the chips, and thus to reduce bandwidth of the filters.

Page generated in 0.0692 seconds