Conference PaperPDF Available

Autonomous vehicles and their impact on road infrastructure and user safety

Authors:

Figures

Content may be subject to copyright.
Maritime University of Szczecin
Autonomous vehicles and their impact on road
infrastructure and user safety
Anna Skarbek-Żabkin, Marcin Szczepanek
Currently, many car companies have already created
their own self-steering cars. However, they are still not
prepared for road traffic, both urban and extra-urban.
The precursor is the state of Nevada in the USA where
autonomous vehicles were allowed to be tested in road
conditions[5].
In Poland, the city of Jaworzno wants to become a
testing ground for self-steering vehicles. First, appropriate
laws must be created, then Jaworzno will be accurately
metered by a special car collecting data on the road. Tests
can only take place next.
Cars without a driver drive thanks to artificial
intelligence and do not need to interfere with the driving
process. Recognizes traffic signs, picks directions, reacts to
what is happening on the road.
Science-fiction movies have made us accustomed to a
variety of fantasies about autonomous cars. Can you take a
nap while sitting behind the wheel in any such car? Is
driving such a vehicle safe? Who is responsible for the
collision of autonomous cars?
Keywords: autonomous vehicle, vehicle safety, artificial
intelligence
I. AN AUTONOMOUS VEHICLE, WHAT’S THAT?
There are several degrees of autonomy of the car.
Level 0. Means a complete lack of a computer control
system.
Level 1. The vehicle has individual elements to facilitate its
driving, such as: cruise control, parking assistant, or indicator
of the occupied traffic lane. Many ordinary cars are equipped
with this type of facility, and it has to be emphasized that it
does not make them autonomous. This is a kind of first step
towards autonomy.
Level 2. The car is theoretically able to drive alone for a
while, but the system is unreliable to such a degree that it
requires continuous control from the driver. Man has the
responsibility to monitor everything that happens on the road
and be in full readiness to react as a driver.
Level 3. Here the driver is also obliged to constantly watch,
but the control system is a bit more independent. On the
longer road sections it can drive the vehicle by itself.
Level 4. The car drives by itself, without the driver's
participation, but is unable to cope with all conditions (e.g.
weather conditions). Sometimes it may be necessary to drive
manually, therefore a driver is still required in the vehicle.
Level 5. It is only at this level that we can talk about full
autonomy. Passengers can ride in the back seat or the car can
be sent empty - without the risk that it can not cope with the
existing road conditions[1].
Fig.1 - Levels of driving automation [1]
II. ARTIFICAL INTELLIGENCE BEHIND THE WHEEL
OR SYSTEM STRUCTURE
The transport security integration process is currently the most
important aspect. Over the years, research programs were
created, namely Zeus [8] and Gambit [3], whose task was to
improve the safety of the road user, both using the vehicle and
pedestrian. The country that was the first to implement the
Vision Zero program, which assumes that the transport system
does not cause traffic accidents is Sweden. "Vision zero" - this
concept often appears when we mean the description of road
safety in terms of its quality. Autonomous vehicles have a
large share here because they exclude the most unreliable
element of the system which is a human being. Replacement
of the human eye's response to reliable sensors or lasers as in
the case of the LiDAR system.
There were many myths around the so-called "artificial
intelligence" in autonomous cars: from the unpredictability of
control system decisions to the rebellion of machines. It is
worth emphasizing the fact that artificial intelligence is an
ordinary computer program, based on simple, well-known
solutions.
We like when devices make life easier or even work for us.
But do we feel justified worries when the electronic system
was to drive our car? Will it be able to drive more safely than
we do?
In the autonomous car control system, three groups of
elements can be distinguished[6].
1. Input devices or sensors (lidar, cameras, radars), which
are the "eyes" of the system. They collect information about
what is happening around.
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) <
2
2. Output devices, i.e. actuators. Let's call them "hands" of
our system, because they affect the car directly, controlling the
steering wheel, brakes, etc.
3. Control system. This is the heart, or rather the brain of
the whole system, where all decisions are made, how the car is
to behave. This is the so-called decision system, or in other
words, a regular computer program. It was around it that many
myths were created. Let's verify some of them and see how it's
built.
III. ARTIFICAL HEART OF THE SYSTEM
The decision system may include the following elements:
Algorithms. This is the most common sequence of
mathematical formulas. The algorithm consists of a sequence
of mathematical formulas, shown as equation (1), (2),(3):
𝐴 = 10 × 𝑥 + 15 (1)
𝐵 = 20𝐴 − 2 × 𝑥 (2)
𝐶 = 𝐴 + 𝐵 + 5 (3)
Input data to the algorithm are numerical values, derived
directly from input devices or indirectly from other elements
of the data processing system. The calculations pass
successively through all elements of the algorithm. The
starting information is numerical or logical values.
Fuzzy logic. This way of calculation tries to reflect a
slightly more human way of thinking, related to the
uncertainty of judgments. In this case, the "fuzzy" is a decision
consisting in assigning numbers to specific sets, eg:
𝑥 ∈ 𝐴 𝑖𝑛 80%,
𝑦 ∈ 𝐵 𝑖𝑛 60%,
𝑤𝑖𝑡 ∈ 𝐶 𝑖𝑛 10%.
In this calculation method, a somewhat more human way of
thinking is attempted to reflect the ambiguity of judgments.
Numbers can belong to individual collections to varying
degrees. This allows a better description of a decision that
includes many (often contradictory) factors.
Semantic data sets.
The semantic database stores pairs of information: condition +
application.
𝐴 => 𝐵
𝐵 => 𝐷
𝐶 => 𝐵
It maps the sets of rules that people follow. This allows you
to translate the calculation into a control system, eg: if the
car's speed is higher than the speed limit, reduce the speed.
Input data to the semantic database can be any information
from the other elements of the control system.
Each information consists of a condition and a conclusion
stemming from it. The semantic database stores information,
which allows you to translate the calculations into specific
reactions: if the car's speed is higher than the speed limit,
reduce the speed. We use calculations e.g. from algorithms
and refer them to a semantic database.
Artificial neural networks. The last element is of course the
most exciting. The entire neural network can be theoretically
replaced with one relatively simple mathematical formula
including only addition and multiplication.
Neural is described by a mathematical formula including
simple operations, shown as equation (4):
𝑦 = 𝐴 × 𝑥1 + 𝐵 × 𝑥2 + 𝐶 × 𝑥3 (4)
Coefficients are selected experimentally. At the entrance to
the network, we provide input data and at the same time show
what values the network should respond to. The network thus
"learns" the correct answers. If we repeat it many times
enough, we will get a ready mathematical formula. You do not
need to develop the formula in a theoretical way; you just need
to have sample data.
Fig. 2 Artificial neural networks [9]
Why then do artificial neural networks get used? Their
advantages lie in the ease of determining the coefficients in
the aforementioned formula. We do not have to calculate them
based on the theoretical considerations. All we have to do is
provide the network with the sample results, and the special
algorithm will select the coefficients itself. At the entrance to
the network, we provide input data and at the same time show
what values the network should respond with. The network
thus "learns" the correct answers. If we repeat it sufficiently
many times, we will get a ready mathematical formula[4].
IV. HUMAN SENSES AND THE SENSES OF MACHINE,
I.E. THE MATTER OF SAFETY
The danger of a car being driven by a computer is completely
different from the dangers of human driving. We are afraid
that the computer program will not include all events that may
occur on the road. What will happen if a truck appears in front
of us, whose colour blends with the colour of clouds in the
background. Will the computer program recognize its
contour?
It must be stressed, however, that driving by a man is also
not free from dangers. The ability to test the operation of the
system under any conditions definitely tilts the safety scales in
favour of autonomous cars.
On the driving license course, one learns the basics of
driving a vehicle. As a result, he can behave in many standard
situations that can happen in practice. One can not predict how
he will behave in an emergency situation, and it is these
situations that carry the greatest danger of an accident. Despite
this, we entrust the driver with the task of driving a car. The
situation is quite different in the case of a computer control
system. In fact, it is not a simple matter to prepare a program
that will be able to control the vehicle. But when it is ready,
we do not entrust him with driving yet. Now we can check
how it will behave in a variety of situations that ordinary
drivers have not even dreamed of.
We have this freedom of testing because the control system
operates on a computer, so on the computer we can also
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) <
3
simulate individual dangerous situations. We can make a
simulation and see how the decision system behaves. To be
sure, let's check it out for 20 million cases, including various
lighting, lacquer shades and other factors. It will take a few
seconds for the computer and we will know exactly what to
expect from the tested program. We can simulate millions of
dangerous situations and even breakdowns of the car and
adjust our control program in such a way that it can faultlessly
handle the vehicle in all conditions. These possibilities are
impossible even for long-term professional drivers. Artificial
control system can be safer than the best human driver, which
is influenced by various factors, including fatigue, stress,
distraction or bravado. These factors are completely alien to
the control systems.
V. RESPONSIBILITY OF MAN OR MACHINE?
Who then drives an autonomous car? The correct answer may
sound a bit perverse, but it is a man and only him. The
computer only performs the simple tasks to which it was
prepared, but it is the human mind that must program it. In this
way man manages the vehicle indirectly - through the program
he develops.
Autonomous cars will be as safe as well-educated are the
specialists who build them. That is why investing in the
research is so important. Before us is a long and incredibly
interesting road to develop machines that will relieve us of
many mundane activities of everyday life.
Communication between vehicles on the road is the
foundation of safety. V2V (Vehicle To Vehicle) and V2I
(Vehicle To Infrastructure) systems provide improved road
traffic, driving conditions as well as mobility and safety. V2V
warns of the danger of cullet, violent braking of the car ahead
of us or changing the lane by a car moving in parallel. The
relays of vehicles equipped with V2V technology (vehicle-to-
vehicle) send information about location, direction of travel
and speed, while other vehicles automatically analyze this data
and inform drivers about the risk of collision. The system can
also inform about traffic, which in turn significantly translates
into increased driving fluidity, reduced fuel consumption and
exhaust emissions[2].
Fig.3Vehicle to vehicle [10]
Example of operation of V2V technology:
The system warns the driver about a car that has stopped on
his driving lane as a result of a breakdown. Even if the vehicle
is not in the lane of the car and does not pose a direct threat,
the system informs the driver of the appropriate symbols even
before making eye contact, so that he knows about a
potentially dangerous situation and is sensitive to, for
example, the presence of pedestrians on the roadside.
Example of operation of V2I technology:
Vehicle-to-Infrastructure (V2I) is the next generation of
Intelligent Transportation Systems (ITS). V2I technologies
capture vehicle-generated traffic data, wirelessly providing
information such as advisories from the infrastructure to the
vehicle that inform the driver of safety, mobility, or
environment-related conditions. State and local agencies are
likely to install V2I infrastructure alongside or integrated with
existing ITS equipment. Because of this, the majority of V2I
deployments may qualify for similar federal-aid programs as
ITS deployments, if the deploying agency meets certain
eligibility requirements.
Adjustment of road infrastructure
Autonomous vehicles are adapted to the existing road
infrastructure. One of the most important is to reflect the
infrastructure in the navigation device. Systems responsible
for vehicle steering, using sensors and cameras are able to read
road signs. However, they need detailed data about the space
they are moving on to compare the existing state with the state
stored in the navigation database. TomTom is the first
company to start creating maps for three-dimensional
navigation. They created the RoadDNA system and HAD
(Highly Automated Driving) maps, which enable vehicle
location, both at high speed and in difficult weather
conditions. As a result, a detailed and optimized route image is
provided so that the vehicle can compare it with the image
from cameras and sensors[7]
Fig. 4 Real view and view from RoadDNA map [7]
During the CES fair (Consumer Electronics Show) of the
world's largest electronics trade fair and new technologies in
Las Vegas, TomTom presented the latest solutions for
autonomous vehicles. The first of these is TomTom
AutoStream - a completely new map service that allows
vehicles to build the horizon before the planned route, by
streaming the latest map data from the TomTom cloud.
Another new feature is TomTom MotionQ, a unique driving
concept designed to ensure the comfort of passengers using
self-propelled vehicles[7].
VI. SUMMARY
The rapid development of autonomous cars technology and
the interest of companies and corporations in the creation of
> REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) <
4
their own vehicles of this type indicates that intelligent
technologies on the road are the future of transport. It is a
chance to improve road safety and turn towards ecological
thinking about transport. In addition, autonomous mobility
improves the mobility of people with disabilities and older
people. The most serious problem of common infrastructure
for conventional and autonomous vehicles is to solve legal
problems. This solution requires the development of common
rules for self-aware vehicles for all countries, making ethical
decisions, and who is at fault for causing an accident: vehicle
manufacturer, system manufacturer used in the vehicle, or
driver - passenger.
The commencement of cooperation at the government level
in the field of road automation in Poland was announced by
the Minister of Infrastructure and Construction Andrzej
Adamczyk and the Minister of Energy Krzysztof Tchórzewski
during the international conference "Autonomous future of the
road transport". It was organized by the Motor Transport
Institute in Warsaw. Over four hundred representatives of the
automotive industry and the business world as well as
scientists have registered to participate in the meeting. Among
them are guests from Israel, the United States, Germany and
Belarus.
First, the autonomous cars will appear in enclosed areas, i.e.
it will be testing under special supervision. However, their full
commercial use is planned for around 2025. Then all
guidelines for self-steering cars will be created.
REFERENCES
[1] Automated and Autonomous Driving, OECD/ITF, European
Parliament ‘Automated vehicle in the EU’, Briefing, January
2016,
[2] Delphi V2E nowy system komunikacji samochodów
autonomicznych http://technowinki.onet.pl,
[3] Gambit Project http”//www.gambit.fril.org.pl, Accessed on:
Jun. 15, 2018
[4] Pobocha B., Rozwiązania dla autonomicznych samochodów
przyszłością branży nawigacyjnej, Nawigacja samochodowa
& Connected Car, 2015,
[5] Przybysz K., Infrastruktura przystosowana do pojazdów
autonomicznych, KOKONAT, 2016, Kraków,
[6] Skarbek-Żabkin A., Szczepański T., Kto kieruje pojazdem
autonomicznym’ Czysta Energia Plus, Elektromobilność,
1/2017,
[7] TomTom ‘RoadDNA’ Raport and Scatable loocation
technology,
[8] Zeus Project http://www.e-zeus.eu, Accessed on: Jun. 16,
2018
[9] Mohamed A.Shahin, State-of-the-art review of some
artificial intelligence applications in pile foundations,
Geoscience Frontiers, Volume 7, Issue 1, January 2016,
Pages 33-44
[10] Q Xu, T Mak, J Ko, R Sengupta , Vehicle-to-vehicle safety
messaging in DSRC, VANET ’04 Proceedings of the 1 st
ACM international workshop on Vehicular ad hoc networks,
pages 19-28
Skarbek-Żabkin A. M.Sc. Eng.
Graduate of Environmental Engineering at the
Warsaw University of Technology and
Interdepartmental Studies of Environmental
Protection at the University of Warsaw,
specializing in Environmental Protection Law.
Since 2011, she has been professionally connected
with the Motor Transport Institute. He is a
member of the Polish Scientific Society of
Recycling, Polish Scientific and Technical Society
of Exploitation and the Innovative Scientists Club.
Specializes, among others in issues related to
environmental protection, unconventional drives of motor vehicles,
alternative fuels as well as electric and autonomous vehicles. She took
an active part in the implementation of the European HIT-2-Corridors
project - Hydrogen as fuel, projects related to energy recuperation
research and modeling of engine processes. Author and co-author of
several scientific publications in national and international magazines in
the field of environmental protection, electromobility and transport.
Since 2016, a PhD student at the Maritime University of Szczecin.
Szczepanek M. PhD, DSc, Eng.
Employed by Maritime University of Szczecin,
Appointed on position of charge Deputy Dean of
Faculty of Marine Engineering since 2016. Area
of scientific research: energy audits of vessels,
alternative fuels, scrapping and recycling of
technical floating facilities. Author and co-author
of several scientific publications in national and
international magazines in the field of
environmental protection, and transport.
... Despite having differences in the design of various manufacturers, CAVs move on the road section based on (1) input devices or sensors to perceive the surrounding environments, (2) control systems comprised of advanced software for processing the inputs and making a decision about the travel path, and (3) output devices or actuators for operating steering, wheel, brakes, etc. [62]. Input devices, control systems, and output devices are treated as the AVs' eye, heart, and hands, respectively [63]. Samak et al. [64] presented the system architecture of AV consisting of perception, planning, and control phase. ...
Article
The continuous integration of advanced driver-assist systems (ADAS) into connected and autonomous vehicles (CAV) is accelerating the transition of human-driven vehicles to a fully driverless option. The most available ADASs in current running vehicles with their functions, level of autonomy, and present scenario of CAV deployment are critically reviewed and summarized in this paper. The expected advantages with the probable and observed uncertainties of the CAV deployment are also presented. The technological accomplishments (advanced digital infrastructures along with other technologies) are incorporating rapid improvement in vehicle automation. This paper reviews the engagement of technologies in the functioning of automated vehicles and their implementation challenges. Physical infrastructures facilitate the features of automation and connectivity in moving on the roads. Various roadside infrastructures with the issues in assisting the CAV for path tracking are summarized in this paper. The reduction of lane width due to lane-keeping ADAS and replacement of human drivers (i.e., eye) by machine impacts the various geometric elements of highways. The reduced lane width and truck platooning from the integration of cooperative adaptive cruise control affect the structural performance of the pavements significantly. This paper addresses the effects of connected and automated driving on geometric elements and the structural performance of highways. In addition, various techniques to minimize the additional distresses of connected and automated driving are also explained in this paper.
... Casualties in road traffic accidents are expected to decrease significantly because of current autonomous driving research [2]. For an autonomous vehicle to be trustworthy, accurate object perception and awareness are essential [3]. ...
Article
Full-text available
Three-dimensional (3D) object detection plays an important role in autonomous driving because it provides the 3D locations of objects for subsequent use in decision-making modules. A novel method is proposed using a monocular image and cascade geometric constraints to achieve robust 3D vehicle detection. The framework is divided into two stages. In the first stage, the monocular image input is processed using a heatmap-based detection network with five branches to regress the orientation, dimension, center projection of the bottom face, viewpoint classification, and two-dimensional (2D) bounding box. In the second stage, the intersection-over-union threshold is increased to filter out imprecise 2D bounding boxes. Thereafter, cascade geometric constraints are used to obtain the final 3D box output, which improves the detection performance under truncation and occlusion conditions. The proposed method is tested on the KITTI-3D benchmark and is shown to be effective and efficient. The proposed framework does not depend on external sources or subnetworks and can be trained in an end-to-end manner.
... (130) Digital road infrastructure including highly-detailed maps and other databases about the driving environment, work zones, incidents, and traffic conditions are required to support AVs. (131) One important issue in the adjustment of road infrastructure is to reflect the infrastructure in the CAVs navigation device. (93) Road marking, signage and signalization CAVs performance is reliant on transparent and consistent road markings in order to navigate. Therefore, to navigate through the environment, CAVs crucially need a well-maintained road marking and signage. ...
Preprint
Full-text available
This report focuses on safety aspects of connected and automated vehicles (CAVs). The fundamental question to be answered is how can CAVs improve road users' safety? Using advanced data mining and thematic text analytics tools, the goal is to systematically synthesize studies related to Big Data for safety monitoring and improvement. Within this domain, the report systematically compares Big Data initiatives related to transportation initiatives nationally and internationally and provides insights regarding the evolution of Big Data science applications related to CAVs and new challenges. The objectives addressed are: 1-Creating a database of Big Data efforts by acquiring reports, white papers, and journal publications; 2-Applying text analytics tools to extract key concepts, and spot patterns and trends in Big Data initiatives; 3-Understanding the evolution of CAV Big Data in the context of safety by quantifying granular taxonomies and modeling entity relations among contents in CAV Big Data research initiatives, and 4-Developing a foundation for exploring new approaches to tracking and analyzing CAV Big Data and related innovations. The study synthesizes and derives high-quality information from innovative research activities undertaken by various research entities through Big Data initiatives. The results can provide a conceptual foundation for developing new approaches for guiding and tracking the safety implications of Big Data and related innovations.
... Literature shows that autonomous vehicles have five different levels of automation as defined by SAE International standard with a range 0∼5 [11]. This level-based roadmap is visualized in Figure 2. Level 0 vehicles are those which are under the full control of drivers [12]. Level 1 allows performing minor tasks of acceleration or steering by car and rest of the control is with human driver e.g., adaptive cruise control [13]. ...
Article
Full-text available
Advances in information and signal processing technologies have a significant impact on autonomous driving (AD), improving driving safety while minimizing the efforts of human drivers with the help of advanced artificial intelligence (AI) techniques. Recently, deep learning (DL) approaches have solved several real-world problems of complex nature. However, their strengths in terms of control processes for AD have not been deeply investigated and highlighted yet. This survey highlights the power of DL architectures in terms of reliability and efficient real-time performance and overviews state-of-the-art strategies for safe AD, with their major achievements and limitations. Furthermore, it covers major embodiments of DL along the AD pipeline including measurement, analysis, and execution, with a focus on road, lane, vehicle, pedestrian, drowsiness detection, collision avoidance, and traffic sign detection through sensing and vision-based DL methods. In addition, we discuss on the performance of several reviewed methods by using different evaluation metrics, with critics on their pros and cons. Finally, this survey highlights the current issues of safe DL-based AD with a prospect of recommendations for future research, rounding up a reference material for newcomers and researchers willing to join this vibrant area of Intelligent Transportation Systems.
Chapter
The objective of the study was to look at the trend and advancement of Artificial Intelligence, Transportation, and Safety research through bibliometric analysis. The review retrieved data in Web of Science using specific terms related to Artificial Intelligence, Transportation, and Safety. VOSViewer, CiteSpace, and MAXQDA were utilized to conduct the citation analysis and content analysis of the Web of Science data set and 8 selected documents including 6 research articles and 2 chapters from the textbook Occupational Safety and Health for Technologists, Engineers, and Managers. Articles from GoogleScholar using Harzing’s Publish or Perish software and Web of Science database were used. The citation analysis creating a co-occurrence map discovered several keywords within clusters that were suggested to be subtopics of the general topic. Performing content analysis using the 8 selected documents has shown the most occurring keywords to be similar to those discovered in the citation analysis. The articles utilized bibliometric analysis tools to have further insight on the contributing journals and keywords drawn from multiple sources and methods of Artificial Intelligence and Transportation research. Articles from the Citespace citation burst and VOSViewer co-citation analysis were used to further support the necessity of automation and safety in artificial intelligence and transportation.
Article
Full-text available
Autonomous, or self-driving, cars are emerging as the solution to several problems primarily caused by humans on roads, such as accidents and traffic congestion. However, those benefits come with great challenges in the verification and validation (V&V) for safety assessment. In fact, due to the possibly unpredictable nature of Artificial Intelligence (AI), its use in autonomous cars creates concerns that need to be addressed using appropriate V&V processes that can address trustworthy AI and safe autonomy. In this study, the relevant research literature in recent years has been systematically reviewed and classified in order to investigate the state-of-the-art in the software V&V of autonomous cars. By appropriate criteria, a subset of primary studies has been selected for more in-depth analysis. The first part of the review addresses certification issues against reference standards, challenges in assessing machine learning, as well as general V&V methodologies. The second part investigates more specific approaches, including simulation environments and mutation testing, corner cases and adversarial examples, fault injection, software safety cages, techniques for cyber-physical systems, and formal methods. Relevant approaches and related tools have been discussed and compared in order to highlight open issues and opportunities.
Article
Full-text available
Examining the competitiveness of public transport plays an important role because through public transport, the transport of passengers to schools, public healthcare establishments and work is ensured. In addition, transportation for vulnerable groups of passengers (students, seniors) is provided. On the other hand, public transport constitutes a financial burden on public budgets. The aim of this paper is to point out that public transport does not have an equal status in the transport market within the European Union. In the states of Central and Eastern Europe, public transport had a dominant position in the transport market in the 90s. Nowadays, the market share is declining, particularly in the bus transport, with the rising costs for public budgets regarding an increase in individual motoring. The aim of this paper is to highlight the possibilities of increasing the competitiveness of public transport by integrating different components of public transport. Another aim is to define the possibilities of financing public transport.
Article
Full-text available
This paper provides a description of driver testing in a simulator. As young drivers are more susceptible to collisions, this was done to determine how young drivers behaved in simulated road situations on a motorway. One of the traffic safety concerns is the failure to keep a proper distance from the vehicle in front, which may result in a rearend collision. The tests simulated car-following situations in which the preceding vehicle performed emergency braking. The experiments were conducted for two scenario variants using different distances from the vehicle in front. The drivers could perform the following emergency manoeuvres: braking with steering away or only braking. The driver response times were compared and analysed statistically. The results were used to determine the emergency manoeuvres performed by the drivers in the simulated road situations. The study reveals that the vehicle surroundings may have a considerable influence on the type of emergency manoeuvres and the driver response time.
Article
Full-text available
Geotechnical engineering deals with materials (e.g. soil and rock) that, by their very nature, exhibit varied and uncertain behavior due to the imprecise physical processes associated with the formation of these materials. Modeling the behavior of such materials in geotechnical engineering applications is complex and sometimes beyond the ability of most traditional forms of physically-based engineering methods. Artificial intelligence (AI) is becoming more popular and particularly amenable to modeling the complex behavior of most geotechnical engineering applications because it has demonstrated superior predictive ability compared to traditional methods. This paper provides state-of-the-art review of some selected AI techniques and their applications in pile foundations, and presents the salient features associated with the modeling development of these AI techniques. The paper also discusses the strength and limitations of the selected AI techniques compared to other available modeling approaches.
Conference Paper
Full-text available
This paper studies the design of layer-2 protocols for a vehicle to send safety messages to other vehicles. The target is to send vehicle safety messages with high reliability and low delay. The communication is one-to-many, local, and geo-significant. The vehicular communication network is ad-hoc, highly mobile, and with large numbers of contending nodes. The messages are very short, have a brief useful lifetime, but must be received with high probability. For this environment, this paper explores the efficacy of rapid repetition of broadcast messages. This paper proposes several random access protocols for medium access control. The protocols are compatible with the Dedicated Short Range Communications (DSRC) multi-channel architecture. Analytical bounds on performance of the proposed protocols are derived. Simulations are conducted to assess the reception reliability and channel usage of the protocols. The sensitivity of the protocol performance is evaluated under various offered traffic and vehicular traffic flows. The results show our approach is feasible for vehicle safety messages in DSRC.
Infrastruktura przystosowana do pojazdów autonomicznych
  • K Przybysz
Przybysz K., Infrastruktura przystosowana do pojazdów autonomicznych, KOKONAT, 2016, Kraków,
Kto kieruje pojazdem autonomicznym’ Czysta Energia Plus
  • A Skarbek-Zabkin
  • T Szczepański
Rozwiazania dla autonomicznych samochodów przyszlościa branzy nawigacyjnej
  • B Pobocha
Rozwiązania dla autonomicznych samochodów przyszłością branży nawigacyjnej, Nawigacja samochodowa & Connected Car
  • B Pobocha
Pobocha B., Rozwiązania dla autonomicznych samochodów przyszłością branży nawigacyjnej, Nawigacja samochodowa & Connected Car, 2015,