| Literature DB >> 35746397 |
Angélica Reyes-Muñoz1, Juan Guerrero-Ibáñez2.
Abstract
There is a group of users within the vehicular traffic ecosystem known as Vulnerable Road Users (VRUs). VRUs include pedestrians, cyclists, motorcyclists, among others. On the other hand, connected autonomous vehicles (CAVs) are a set of technologies that combines, on the one hand, communication technologies to stay always ubiquitous connected, and on the other hand, automated technologies to assist or replace the human driver during the driving process. Autonomous vehicles are being visualized as a viable alternative to solve road accidents providing a general safe environment for all the users on the road specifically to the most vulnerable. One of the problems facing autonomous vehicles is to generate mechanisms that facilitate their integration not only within the mobility environment, but also into the road society in a safe and efficient way. In this paper, we analyze and discuss how this integration can take place, reviewing the work that has been developed in recent years in each of the stages of the vehicle-human interaction, analyzing the challenges of vulnerable users and proposing solutions that contribute to solving these challenges.Entities:
Keywords: automated vehicles; connected vehicles; deep learning; machine learning; pedestrians
Mesh:
Year: 2022 PMID: 35746397 PMCID: PMC9229412 DOI: 10.3390/s22124614
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Figure 1A new vision for the Vehicular Traffic Ecosystem.
Figure 2Brief description of the six levels of vehicle driving automation defined by the Society of Automotive Engineers. The figure is based on the content presented in [7].
Figure 3Representation of the functional architecture for a connected autonomous vehicle [8].
Figure 4Representation of the different categories for VRUs.
Figure 5Representation of the stages of the CAVs-VRU interaction process.
Summary of autonomous vehicles’ communication media.
| Media | Description | Transmission Speed | Usage | Distance |
|---|---|---|---|---|
| LIN | Single-wire unidirectional bus | 20 kbps | This media connects sensors and actuators to ECUs. This media is used in applications such as cruise control, position sensor control, temperature control, sunroof, among others. | Up to 40 m |
| CAN | bus based on a message protocol | High speed up to 1 Mbps. | It is used for controller and device communication without the need for a computer host. | Up to 40 m |
| CAN FD | A variant of CAN that uses flexible data | 8 Mbps | Used in communications with sensors at different transmission rates. | Up to 40 m |
| MOST | A standard used for interconnection of multimedia components that uses a ring topology, performing one-way transfer within the ring and transmits data via light pulses. Up to 64 devices can be connected to the network | From 25 up to 150 Mbps using optical fiber. | Used for audio and video applications in or out of the car. Most is the best transmission and multimedia control network most widely used in automotive electronics. | Up to 40 m |
| LVDS | Transmission system based on twisted pair, that transmits signals at high speeds. | 655 Mbps. | A viable alternative for connecting self-driving vehicle camera systems. | 15–20 m |
| GMSL | High-speed communication interfaces that support high bandwidth requirements, complex interconnections, and data integrity | Up to 6 Gbps | Used for ADAS and infotainment systems. It uses a point-to-point connection with support for 4 K video. | Using shielded twisted pair (STP) or coax cables of up to 15 m |
Figure 6Representation of the different types of architectural models for ACs, adapted from [38].
Summary of autonomous vehicles’ sensors features.
| Feature | LiDAR | RADAR | Camera |
|---|---|---|---|
| Primary technology | Laser light pulse | Radio wave | Light |
| Range | ∼200 m | ∼250 m | ∼200 m |
| Data rate | 20–100 Mbps | 0.1–15 Mbps | 500 Mbps in high resolution |
| Resolution | Good | Average | Very good |
| Affected by weather conditions | Yes | Yes | Yes |
| Affected by lighting conditions | No | No | Yes |
| Detects speed | Good | Very good | Poor |
| Detects distance | Good | Very good | Poor |
Summary of Machine Learning algorithms categories.
| Category | Usage | Description |
|---|---|---|
| Regression | This type of algorithm is used for autonomous vehicles for event prediction such as collisions, trajectory prediction. | The algorithms focus on establishing a method to define the relationship between a set of variables (which represent the characteristics) and a continuous target variable. Examples of such algorithms being applied in self-driving systems include Bayesian regression [ |
| Patter recognition | This type of algorithm is used for CAVs for the object classification such as pedestrians, vehicles, cyclists, traffic signals. | This type of algorithm is used to perform data filtering to recognize instances of a category of objects by discarding irrelevant data points. They focus on reducing the data set through edge detection and fitting line segments and circular arcs to edges. These features are combined to define the object features to be recognized. The most applied recognition algorithms in Advanced Driver Assistance Systems (ADAS) are support vector machines (SVM) with histograms of oriented gradients [ |
| Cluster | This type of algorithm is implemented in autonomous vehicles for object classification and detection. | This type of algorithm groups data to discover its characteristics. It is generally used in situations with little data, with discontinuous data or with very low-resolution images. To solve this problem, it generates “center points” and a series of hierarchies that allow it to discover a series of common characteristics. Among the most used algorithms are K-Means [ |
| Decision matrix | The main use of this type of algorithms in autonomous vehicles is decision making. | The structure of this model focuses on a set of independently trained decision models, combining their predictions to generate the overall prediction, thus reducing the probability of errors in decision-making. Some examples of this type of algorithms are gradient boosting [ |
Figure 7Representation of the difference between ML and DL. Based on [87].
Figure 8Representation of visual interfaces, (a) display on the front of the vehicle showing in text information on what the pedestrian should do, (b) LED strip lights on the front of the vehicle in different sequences of movement and colors according to the type of message, (c) projection of message on the road with visual elements to indicate to the pedestrian the option of “safe crossing”, (d) acoustic and visual interface to indicate the action to follow by the pedestrian, (e) vehicle with human appearance to emulate the communication by visual contact.