Refine Your Search

Topic

Author

Search Results

Technical Paper

Rapid Development of an Autonomous Vehicle for the SAE AutoDrive Challenge II Competition

2024-04-09
2024-01-1980
The SAE AutoDrive Challenge II is a four-year collegiate competition dedicated to developing a Level 4 autonomous vehicle by 2025. In January 2023, the participating teams each received a Chevy Bolt EUV. Within a span of five months, the second phase of the competition took place in Ann Arbor, MI. The authors of this contribution, who participated in this event as team Wisconsin Autonomous representing the University of Wisconsin–Madison, secured second place in static events and third place in dynamic events. This has been accomplished by reducing reliance on the actual vehicle platform and instead leveraging physical analogs and simulation. This paper outlines the software and hardware infrastructure of the competing vehicle, touching on issues pertaining sensors, hardware, and the software architecture employed on the autonomous vehicle. We discuss the LiDAR-camera fusion approach for object detection and the three-tier route planning and following systems.
Technical Paper

Assessing Resilience in Lane Detection Methods: Infrastructure-Based Sensors and Traditional Approaches for Autonomous Vehicles

2024-04-09
2024-01-2039
Traditional autonomous vehicle perception subsystems that use onboard sensors have the drawbacks of high computational load and data duplication. Infrastructure-based sensors, which can provide high quality information without the computational burden and data duplication, are an alternative to traditional autonomous vehicle perception subsystems. However, these technologies are still in the early stages of development and have not been extensively evaluated for lane detection system performance. Therefore, there is a lack of quantitative data on their performance relative to traditional perception methods, especially during hazardous scenarios, such as lane line occlusion, sensor failure, and environmental obstructions.
Technical Paper

Estimating Battery State-of-Charge using Machine Learning and Physics-Based Models

2023-04-11
2023-01-0522
Lithium-ion and Lithium polymer batteries are fast becoming ubiquitous in high-discharge rate applications for military and non-military systems. Applications such as small aerial vehicles and energy transfer systems can often function at C-rates greater than 1. To maximize system endurance and battery health, there is a need for models capable of precisely estimating the battery state-of-charge (SoC) under all temperature and loading conditions. However, the ability to perform state estimation consistently and accurately to within 1% error has remained unsolved. Doing so can offer enhanced endurance, safety, reliability, and planning, and additionally, simplify energy management. Therefore, the work presented in this paper aims to study and develop experimentally validated mathematical models capable of high-accuracy battery SoC estimation.
Technical Paper

Vehicle Lateral Offset Estimation Using Infrastructure Information for Reduced Compute Load

2023-04-11
2023-01-0800
Accurate perception of the driving environment and a highly accurate position of the vehicle are paramount to safe Autonomous Vehicle (AV) operation. AVs gather data about the environment using various sensors. For a robust perception and localization system, incoming data from multiple sensors is usually fused together using advanced computational algorithms, which historically requires a high-compute load. To reduce AV compute load and its negative effects on vehicle energy efficiency, we propose a new infrastructure information source (IIS) to provide environmental data to the AV. The new energy–efficient IIS, chip–enabled raised pavement markers are mounted along road lane lines and are able to communicate a unique identifier and their global navigation satellite system position to the AV. This new IIS is incorporated into an energy efficient sensor fusion strategy that combines its information with that from traditional sensor.
Technical Paper

Road Snow Coverage Estimation Using Camera and Weather Infrastructure Sensor Inputs

2023-04-11
2023-01-0057
Modern vehicles use automated driving assistance systems (ADAS) products to automate certain aspects of driving, which improves operational safety. In the U.S. in 2020, 38,824 fatalities occurred due to automotive accidents, and typically about 25% of these are associated with inclement weather. ADAS features have been shown to reduce potential collisions by up to 21%, thus reducing overall accidents. But ADAS typically utilize camera sensors that rely on lane visibility and the absence of obstructions in order to function, rendering them ineffective in inclement weather. To address this research gap, we propose a new technique to estimate snow coverage so that existing and new ADAS features can be used during inclement weather. In this study, we use a single camera sensor and historical weather data to estimate snow coverage on the road. Camera data was collected over 6 miles of arterial roadways in Kalamazoo, MI.
Technical Paper

An Ultra-Light Heuristic Algorithm for Autonomous Optimal Eco-Driving

2023-04-11
2023-01-0679
Connected autonomy brings with it the means of significantly increasing vehicle Energy Economy (EE) through optimal Eco-Driving control. Much research has been conducted in the area of autonomous Eco-Driving control via various methods. Generally, proposed algorithms fall into the broad categories of rules-based controls, optimal controls, and meta-heuristics. Proposed algorithms also vary in cost function type with the 2-norm of acceleration being common. In a previous study the authors classified and implemented commonly represented methods from the literature using real-world data. Results from the study showed a tradeoff between EE improvement and run-time and that the best overall performers were meta-heuristics. Results also showed that cost functions sensitive to the 1-norm of acceleration led to better performance than those which directly minimize the 2-norm.
Technical Paper

Autonomous Eco-Driving Evaluation of an Electric Vehicle on a Chassis Dynamometer

2023-04-11
2023-01-0715
Connected and Automated Vehicles (CAV) provide new prospects for energy-efficient driving due to their improved information accessibility, enhanced processing capacity, and precise control. The idea of the Eco-Driving (ED) control problem is to perform energy-efficient speed planning for a connected and automated vehicle using data obtained from high-resolution maps and Vehicle-to-Everything (V2X) communication. With the recent goal of commercialization of autonomous vehicle technology, more research has been done to the investigation of autonomous eco-driving control. Previous research for autonomous eco-driving control has shown that energy efficiency improvements can be achieved by using optimization techniques. Most of these studies are conducted through simulations, but many more physical vehicle integrated test application studies are needed.
Technical Paper

Quantitative Resilience Assessment of GPS, IMU, and LiDAR Sensor Fusion for Vehicle Localization Using Resilience Engineering Theory

2023-04-11
2023-01-0576
Practical applications of recently developed sensor fusion algorithms perform poorly in the real world due to a lack of proper evaluation during development. Existing evaluation metrics do not properly address a wide variety of testing scenarios. This issue can be addressed using proactive performance measurements such as the tools of resilience engineering theory rather than reactive performance measurements such as root mean square error. Resilience engineering is an established discipline for evaluating proactive performance on complex socio-technical systems which has been underutilized for automated vehicle development and evaluation. In this study, we use resilience engineering metrics to assess the performance of a sensor fusion algorithm for vehicle localization. A Kalman Filter is used to fuse GPS, IMU and LiDAR data for vehicle localization in the CARLA simulator.
Technical Paper

Performance Evaluation of an Autonomous Vehicle Using Resilience Engineering

2022-03-29
2022-01-0067
Standard operation of autonomous vehicles on public roads results in significant exposure to high levels of risk. There is a significant need to develop metrics that evaluate safety of an automated system without reliance on the rate of vehicle accidents and fatalities compared to the number of miles driven; a proactive rather than a reactive metric is needed. Resilience engineering is a new paradigm for safety management that focuses on evaluating complex systems and their interaction with the environment. This paper presents the overall methodology of resilience engineering and the resilience assessment grid (RAG) as an evaluation tool to measure autonomous systems' resilience. This assessment tool was used to evaluate the ability to respond to the system. A Pure Pursuit controller was developed and utilized as the path tracking control algorithm, and the Carla simulator was used to implement the algorithm and develop the testing environment for this methodology.
Journal Article

Active Learning Optimization for Boundary Identification Using Machine Learning-Assisted Method

2022-03-29
2022-01-0783
Identifying edge cases for designed algorithms is critical for functional safety in autonomous driving deployment. In order to find the feasible boundary of designed algorithms, simulations are heavily used. However, simulations for autonomous driving validation are expensive due to the requirement of visual rendering, physical simulation, and AI agents. In this case, common sampling techniques, such as Monte Carlo Sampling, become computationally expensive due to their sample inefficiency. To improve sample efficiency and minimize the number of simulations, we propose a tailored active learning approach combining the Support Vector Machine (SVM) and the Gaussian Process Regressor (GPR). The SVM learns the feasible boundary iteratively with a new sampling point via active learning. Active Learning is achieved by using the information of the decision boundary of the current SVM and the uncertainty metric calculated by the GPR.
Technical Paper

Injury Severity Prediction Algorithm Based on Select Vehicle Category for Advanced Automatic Collision Notification

2022-03-29
2022-01-0834
With the evolution of telemetry technology in vehicles, Advanced Automatic Collision Notification (AACN), which detects occupants at risk of serious injury in the event of a crash and triages them to the trauma center quickly, may greatly improve their treatment. An Injury Severity Prediction (ISP) algorithm for AACN was developed using a logistic regression model to predict the probability of sustaining an Injury Severity Score (ISS) 15+ injury. National Automotive Sampling System Crashworthiness Data System (NASS-CDS: 1999-2015) and model year 2000 or later were filtered for new case selection criteria, based on vehicle body type, to match Subaru vehicle category. This new proposed algorithm uses crash direction, change in velocity, multiple impacts, seat belt use, vehicle type, presence of any older occupant, and presence of any female occupant.
Technical Paper

Visualization of Frequency Response Using Nyquist Plots

2022-03-29
2022-01-0753
Nyquist plots are a classical means to visualize a complex vibration frequency response function. By graphing the real and imaginary parts of the response, the dynamic behavior in the vicinity of resonances is emphasized. This allows insight into how modes are coupling, and also provides a means to separate the modes. Mathematical models such as Nyquist analysis are often embedded in frequency analysis hardware. While this speeds data collection, it also removes this visually intuitive tool from the engineer’s consciousness. The behavior of a single degree of freedom system will be shown to be well described by a circle on its Nyquist plot. This observation allows simple visual examination of the response of a continuous system, and the determination of quantities such as modal natural frequencies, damping factors, and modes shapes. Vibration test data from an auto rickshaw chassis are used as an example application.
Technical Paper

High-Fidelity Heavy-Duty Vehicle Modeling Using Sparse Telematics Data

2022-03-29
2022-01-0527
Heavy-duty commercial vehicles consume a significant amount of energy due to their large size and mass, directly leading to vehicle operators prioritizing energy efficiency to reduce operational costs and comply with environmental regulations. One tool that can be used for the evaluation of energy efficiency in heavy-duty vehicles is the evaluation of energy efficiency using vehicle modeling and simulation. Simulation provides a path for energy efficiency improvement by allowing rapid experimentation of different vehicle characteristics on fuel consumption without the need for costly physical prototyping. The research presented in this paper focuses on using real-world, sparsely sampled telematics data from a large fleet of heavy-duty vehicles to create high-fidelity models for simulation. Samples in the telematics dataset are collected sporadically, resulting in sparse data with an infrequent and irregular sampling rate.
Technical Paper

Traffic State Identification Using Matrix Completion Algorithm Under Connected and Automated Environment

2021-12-15
2021-01-7004
Traffic state identification is a key problem in intelligent transportation system. As a new technology, connected and automated vehicle can play a role of identifying traffic state with the installation of onboard sensors. However, research of lane level traffic state identification is relatively lacked. Identifying lane level traffic state is helpful to lane selection in the process of driving and trajectory planning. In addition, traffic state identification precision with low penetration of connected and automated vehicles is relatively low. To fill this gap, this paper proposes a novel method of identifying traffic state in the presence of connected and automated vehicles with low penetration rate. Assuming connected and automated vehicles can obtain information of surrounding vehicles’, we use the perceptible information to estimate imperceptible information, then traffic state of road section can be inferred.
Technical Paper

Parallel Load Balancing Strategies for Mesh-Independent Spray Vaporization and Collision Models

2021-04-06
2021-01-0412
Appropriate spray modeling in multidimensional simulations of diesel engines is well known to affect the overall accuracy of the results. More and more accurate models are being developed to deal with drop dynamics, breakup, collisions, and vaporization/multiphase processes; the latter ones being the most computationally demanding. In fact, in parallel calculations, the droplets occupy a physical region of the in-cylinder domain, which is generally very different than the topology-driven finite-volume mesh decomposition. This makes the CPU decomposition of the spray cloud severely uneven when many CPUs are employed, yielding poor parallel performance of the spray computation. Furthermore, mesh-independent models such as collision calculations require checking of each possible droplet pair, which leads to a practically intractable O(np2/2) computational cost, np being the total number of droplets in the spray cloud, and additional overhead for parallel communications.
Technical Paper

Comparison of Optimal Energy Management Strategies Using Dynamic Programming, Model Predictive Control, and Constant Velocity Prediction

2020-10-05
2020-01-5071
Due to the recent advancements in autonomous vehicle technology, future vehicle velocity predictions are becoming more robust, which allows fuel economy (FE) improvements in hybrid electric vehicles (HEVs) through optimal energy management strategies (EMS). Velocity predictions generated between 5 and 30 s predictions could be implemented using model predictive control (MPC), but the performance of MPC must be well understood. Also, the vulnerability of predictive optimal EMS to velocity prediction accuracy should be addressed. Before an optimal EMS can be implemented, its overall performance must be evaluated and benchmarked against relevant velocity prediction metrics. A real-world highway drive cycle (DC) in the high-fidelity, controls-oriented 2017 Toyota Prius Prime model operating in charge-sustaining mode was utilized to observe FE realization.
Technical Paper

Minimization of Electric Heating of the Traction Induction Machine Rotor

2020-04-14
2020-01-0562
The article solves the problem of reducing electric power losses of the traction induction machine rotor to prevent its overheating in nominal and high-load modes. Electric losses of the rotor power are optimized by the stabilization of the main magnetic flow of the electric machine at a nominal level with the amplitude-frequency control in a wide range of speeds and increased loads. The quasi-independent excitation of the induction machine allows us to increase the rigidity of mechanical characteristics, decrease the rotor slip at nominal loads and overloads and significantly decrease electrical losses in the rotor as compared to other control methods. The article considers the technology of converting the power of individual phases into a single energy flow using a three-phase electric machine equivalent circuit and obtaining an energy model in the form of equations of instantaneous active and reactive power balance.
Technical Paper

Using Reinforcement Learning and Simulation to Develop Autonomous Vehicle Control Strategies

2020-04-14
2020-01-0737
While machine learning in autonomous vehicles development has increased significantly in the past few years, the use of reinforcement learning (RL) methods has only recently been applied. Convolutional Neural Networks (CNNs) became common for their powerful object detection and identification and even provided end-to-end control of an autonomous vehicle. However, one of the requirements of a CNN is a large amount of labeled data to inform and train the neural network. While data is becoming more accessible, these networks are still sensitive to the format and collection environment which makes the use of others’ data more difficult. In contrast, RL develops solutions in a simulation environment through trial and error without labeled data. Our research expands upon previous research in RL and Proximal Policy Optimization (PPO) and the application of these algorithms to 1/18th scale cars by expanding the application of this control strategy to a full-sized passenger vehicle.
Technical Paper

Vehicle Velocity Prediction Using Artificial Neural Network and Effect of Real World Signals on Prediction Window

2020-04-14
2020-01-0729
Prediction of vehicle velocity is important since it can realize improvements in the fuel economy/energy efficiency, drivability, and safety. Velocity prediction has been addressed in many publications. Several references considered deterministic and stochastic approaches such as Markov chain, autoregressive models, and artificial neural networks. There are numerous new sensor and signal technologies like vehicle-to-vehicle and vehicle-to-infrastructure communication that can be used to obtain inclusive datasets. Using these inclusive datasets of sensors in deep neural networks, high accuracy velocity predictions can be achieved. This research builds upon previous findings that Long Short-Term Memory (LSTM) deep neural networks provide low error velocity prediction. We developed an LSTM deep neural network that uses different groups of datasets collected in Fort Collins, Colorado.
Journal Article

Analysis of LiDAR and Camera Data in Real-World Weather Conditions for Autonomous Vehicle Operations

2020-04-14
2020-01-0093
Autonomous vehicle technology has the potential to improve the safety, efficiency, and cost of our current transportation system by removing human error. With sensors available today, it is possible for the development of these vehicles, however, there are still issues with autonomous vehicle operations in adverse weather conditions (e.g. snow-covered roads, heavy rain, fog, etc.) due to the degradation of sensor data quality and insufficiently robust software algorithms. Since autonomous vehicles rely entirely on sensor data to perceive their surrounding environment, this becomes a significant issue in the performance of the autonomous system. The purpose of this study is to collect sensor data under various weather conditions to understand the effects of weather on sensor data. The sensors used in this study were one camera and one LiDAR. These sensors were connected to an NVIDIA Drive Px2 which operated in a 2019 Kia Niro.
X