Refine Your Search

Topic

Author

Affiliation

Search Results

Technical Paper

Evaluating Network Security Configuration (NSC) Practices in Vehicle-Related Android Applications

2024-04-09
2024-01-2881
Android applications have historically faced vulnerabilities to man-in-the-middle attacks due to insecure custom SSL/TLS certificate validation implementations. In response, Google introduced the Network Security Configuration (NSC) as a configuration-based solution to improve the security of certificate validation practices. NSC was initially developed to enhance the security of Android applications by providing developers with a framework to customize network security settings. However, recent studies have shown that it is often not being leveraged appropriately to enhance security. Motivated by the surge in vehicular connectivity and the corresponding impact on user security and data privacy, our research pivots to the domain of mobile applications for vehicles. As vehicles increasingly become repositories of personal data and integral nodes in the Internet of Things (IoT) ecosystem, ensuring their security moves beyond traditional issues to one of public safety and trust.
Technical Paper

Low-Cost Open-Source Data Acquisition for High-Speed Cylinder Pressure Measurement with Arduino

2024-04-09
2024-01-2390
In-cylinder pressure measurement is an important tool in internal combustion engine research and development for combustion, cycle performance, and knock analysis in spark-ignition engines. In a typical laboratory setup, a sub crank angle resolved (typically between 0.1o and 0.5o) optical encoder is installed on the engine crankshaft, and a piezoelectric pressure transducer is installed in the engine cylinder. The charge signal produced by the transducer due to changes in cylinder pressure during the engine cycle is converted to voltage by a charge amplifier, and this analog voltage is read by a high-speed data acquisition (DAQ) system at each encoder trigger pulse. The high speed of engine operation and the need to collect hundreds of engine cycles for appropriate cycle-averaging requires significant processor speed and memory, making typical data acquisition systems very expensive.
Technical Paper

Extended Deep Learning Model to Predict the Electric Vehicle Motor Operating Point

2024-04-09
2024-01-2551
The transition from combustion engines to electric propulsion is accelerating in every coordinate of the globe. The engineers had strived hard to augment the engine performance for more than eight decades, and a similar challenge had emerged again for electric vehicles. To analyze the performance of the engine, the vector engine operating point (EOP) is defined, which is common industry practice, and the performance vector electric vehicle motor operating point (EVMOP) is not explored in the existing literature. In an analogous sense, electric vehicles are embedded with three primary components, e.g., Battery, Inverter, Motor, and in this article, the EVMOP is defined using the parameters [motor torque, motor speed, motor current]. As a second aspect of this research, deep learning models are developed to predict the EVMOP by mapping the parameters representing the dynamic state of the system in real-time.
Technical Paper

Neural Network Model to Predict the Thermal Operating Point of an Electric Vehicle

2023-04-11
2023-01-0134
The automotive industry widely accepted the launch of electric vehicles in the global market, resulting in the emergence of many new areas, including battery health, inverter design, and motor dynamics. Maintaining the desired thermal stress is required to achieve augmented performance along with the optimal design of these components. The HVAC system controls the coolant and refrigerant fluid pressures to maintain the temperatures of [Battery, Inverter, Motor] in a definite range. However, identifying the prominent factors affecting the thermal stress of electric vehicle components and their effect on temperature variation was not investigated in real-time. Therefore, this article defines the vector electric vehicle thermal operating point (EVTHOP) as the first step with three elements [instantaneous battery temperature, instantaneous inverter temperature, instantaneous stator temperature].
Research Report

Legal Issues Facing Automated Vehicles, Facial Recognition, and Privacy Rights

2022-07-28
EPR2022016
Facial recognition software (FRS) is a form of biometric security that detects a face, analyzes it, converts it to data, and then matches it with images in a database. This technology is currently being used in vehicles for safety and convenience features, such as detecting driver fatigue, ensuring ride share drivers are wearing a face covering, or unlocking the vehicle. Public transportation hubs can also use FRS to identify missing persons, intercept domestic terrorism, deter theft, and achieve other security initiatives. However, biometric data is sensitive and there are numerous remaining questions about how to implement and regulate FRS in a way that maximizes its safety and security potential while simultaneously ensuring individual’s right to privacy, data security, and technology-based equality.
Journal Article

Accelerating In-Vehicle Network Intrusion Detection System Using Binarized Neural Network

2022-03-29
2022-01-0156
Controller Area Network (CAN), the de facto standard for in-vehicle networks, has insufficient security features and thus is inherently vulnerable to various attacks. To protect CAN bus from attacks, intrusion detection systems (IDSs) based on advanced deep learning methods, such as Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN), have been proposed to detect intrusions. However, those models generally introduce high latency, require considerable memory space, and often result in high energy consumption. To accelerate intrusion detection and also reduce memory requests, we exploit the use of Binarized Neural Network (BNN) and hardware-based acceleration for intrusion detection in in-vehicle networks. As BNN uses binary values for activations and weights rather than full precision values, it usually results in faster computation, smaller memory cost, and lower energy consumption than full precision models.
Journal Article

Estimating the Workload of Driving Using Video Clips as Anchors

2022-03-29
2022-01-0805
As new technology is added to vehicles and traffic congestion increases, there is a concern that drivers will be overloaded. As a result, there has been considerable interest in measuring driver workload. This can be achieved using many methods, with subjective assessments such as the NASA Task Loading Index (TLX) being most popular. Unfortunately, the TLX is unanchored, so there is no way to compare TLX values between studies, thus limiting the value of those evaluations. In response, a method was created to anchor overall workload ratings. To develop this method, 24 subjects rated the workload of clips of forward scenes collected while driving on rural, urban, and limited-access roads in relation to 2 looped anchor clips. Those clips corresponded to Level of Service (LOS) A and E (light and heavy traffic) and were assigned values of 2 and 6 respectively.
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

Fault Diagnosis and Prediction in Automotive Systems with Real-Time Data Using Machine Learning

2022-03-29
2022-01-0217
In the automotive industry, a Malfunction Indicator Light (MIL) is commonly employed to signify a failure or error in a vehicle system. To identify the root cause that has triggered a particular fault, a technician or engineer will typically run diagnostic tests and analyses. This type of analysis can take a significant amount of time and resources at the cost of customer satisfaction and perceived quality. Predicting an impending error allows for preventative measures or actions which might mitigate the effects of the error. Modern vehicles generate data in the form of sensor readings accessible through the vehicle’s Controller Area Network (CAN). Such data is generally too extensive to aid in analysis and decision making unless machine learning-based methods are used. This paper proposes a method utilizing a recurrent neural network (RNN) to predict an impending fault before it occurs through the use of CAN data.
Technical Paper

Human Body Orientation from 2D Images

2021-04-06
2021-01-0082
This work presents a method to estimate the human body orientation using 2D images from a person view; the challenge comes from the variety of human body poses and appearances. The method utilizes OpenPose neural network as a human pose detector module and depth sensing module. The modules work together to extract the body orientation from 2D stereo images. OpenPose is proven to be efficient in detecting human body joints, defined by COCO dataset, OpenPose can detect the visible body joints without being affected by backgrounds or other challenging factors. Adding the depth data for each point can produce rich information to the process of 3D construction for the detected humans. This 3D point’s setup can tell more about the body orientation and walking direction for example. The depth module used in this work is the ZED camera stereo system which uses CUDA for high performance depth computation.
Technical Paper

CAE Correlation of Sealing Pressure of a Press-in-Place Gasket

2021-04-06
2021-01-0299
The Press-in-Place (PIP) gasket is a static face seal with self-retaining feature, which is used for the mating surfaces of engine components to maintain the reliability of the closed system under various operating conditions. Its design allows it to provide enough contact pressure to seal the internal fluid as well as prevent mechanical failures. Insufficient sealing pressure will lead to fluid leakage, consequently resulting in engine failures. A test fixture was designed to simulate the clamp load and internal pressure condition on a gasket bolted joint. A sensor pad in combination with TEKSCAN equipment was used to capture the overall and local pressure distribution of the PIP gasket under various engine loading conditions. Then, the test results were compared with simulated results from computer models. Through the comparisons, it was found that gasket sealing pressure of test data and CAE data shows good correlations in all internal pressure cases when the bolt load was 500 N.
Technical Paper

The Study of the Effective Contact Area of Suction Cup

2021-04-06
2021-01-0298
As the industry moves further into the automotive age, the failure of the cup during the transportation of the parts during the assembly process is costly. Among them, the effective contact area of the suction cup could influence the significant availability of the pressure, which is necessary to investigate the truth. The essential objective for this research is trying to improve the effectiveness of the suction cups during gripers work in company’s industry. In this research, the real work condition is simulated by the experimental setup to find the influence of the effective contact area. In this paper, the proper methodology to measure the effective area by testing different size cups under different conditions is described. The results are verified by the digital image correlation (DIC) technique.
Technical Paper

Defining the Boundary Conditions of the CFR Engine under MON Conditions, and Evaluating Chemical Kinetic Predictions at RON and MON for PRFs

2021-04-06
2021-01-0469
Expanding upon the authors’ previous work which utilized a GT-Power model of the Cooperative Fuels Research (CFR) engine under Research Octane Number (RON) conditions, this work defines the boundary conditions of the CFR engine under Motored Octane Number (MON) test conditions. The GT-Power model was validated against experimental CFR engine data for primary reference fuel (PRF) blends between 60 and 100 under standard MON conditions, defining the full range of interest of MON for gasoline-type fuels. The CFR engine model utilizes a predictive turbulent flame propagation sub-model, and a chemical kinetic solver for the end-gas chemistry. The validation was performed simultaneously for thermodynamic and chemical kinetic parameters to match in-cylinder pressure conditions, burn rate, and knock point prediction with experimental data, requiring only minor modifications to the flame propagation model from previous model iterations.
Technical Paper

A Fresh Perspective on Hypoid Duty Cycle Severity

2021-04-06
2021-01-0707
A new method is demonstrated for rating the “severity” of a hypoid gear set duty cycle (revolutions at torque) using the intercept of T-N curve to support gearset selection and sizing decision across vehicle programs. Historically, it has been customary to compute a cumulative damage (using Miner's Rule) for a rotating component duty cycle given a T-N curve slope and intercept for the component and failure mode of interest. The slope and intercept of a T-N curve is often proprietary to the axle manufacturer and are not published. Therefore, for upfront sizing and selection purposes representative T-N properties are used to assess relative component duty cycle severity via cumulative damage (non-dimensional quantity). A similar duty cycle severity rating can also be achieved by computing the intercept of the T-N curve instead of cumulative damage, which is the focus of this study.
Technical Paper

Accelerometer-Based Estimation of Combustion Features for Engine Feedback Control of Compression-Ignition Direct-Injection Engines

2020-04-14
2020-01-1147
An experimental investigation of non-intrusive combustion sensing was performed using a tri-axial accelerometer mounted to the engine block of a small-bore high-speed 4-cylinder compression-ignition direct-injection (CIDI) engine. This study investigates potential techniques to extract combustion features from accelerometer signals to be used for cycle-to-cycle engine control. Selection of accelerometer location and vibration axis were performed by analyzing vibration signals for three different locations along the block for all three of the accelerometer axes. A magnitude squared coherence (MSC) statistical analysis was used to select the best location and axis. Based on previous work from the literature, the vibration signal filtering was optimized, and the filtered vibration signals were analyzed. It was found that the vibration signals correlate well with the second derivative of pressure during the initial stages of combustion.
Technical Paper

Pedestrian Orientation Estimation Using CNN and Depth Camera

2020-04-14
2020-01-0700
This work presents a method for estimating human body orientation using a combination of convolutional neural network (CNN) and stereo camera in real time. The approach uses the CNN model to predict certain human body keypoints then transforms these points into a 3D space using the stereo vision system to estimate the body orientations. The CNN module is trained to estimate the shoulders, the neck and the nose positions, detecting of three points is required to confirm human detection and provided enough data to translate the points into 3D space.
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

Driver Visual Focus of Attention Estimation in Autonomous Vehicles

2020-04-14
2020-01-1037
An existing challenge in current state-of-the-art autonomous vehicles is the process of safely transferring control from autonomous driving mode to manual mode because the driver may be distracted with secondary tasks. Such distractions may impair a driver’s situational awareness of the driving environment which will lead to fatal outcomes during a handover. Current state-of-the-art vehicles notify a user of an imminent handover via auditory, visual, and physical alerts but are unable to improve a driver’s situational awareness before a handover is executed. The overall goal of our research team is to address the challenge of providing a driver with relevant information to regain situational awareness of the driving task. In this paper, we introduce a novel approach to estimating a driver’s visual focus of attention using a 2D RGB camera as input to a Multi-Input Convolutional Neural Network with shared weights. The system was validated in a realistic driving scenario.
Journal Article

The Effect of EGR Dilution on the Heat Release Rates in Boosted Spark-Assisted Compression Ignition (SACI) Engines

2020-04-14
2020-01-1134
This paper presents an experimental investigation of the impact of EGR dilution on the tradeoff between flame and end-gas autoignition heat release in a Spark-Assisted Compression Ignition (SACI) combustion engine. The mixture was maintained stoichiometric and fuel-to-charge equivalence ratio (ϕ′) was controlled by varying the EGR dilution level at constant engine speed. Under all conditions investigated, end-gas autoignition timing was maintained constant by modulating the mixture temperature and spark timing. Experiments at constant intake pressure and constant spark timing showed that as ϕ′ is increased, lower mixture temperatures are required to match end-gas autoignition timing. Higher ϕ′ mixtures exhibited faster initial flame burn rates, which were attributed to the higher laminar flame speeds immediately after spark timing and their effect on the overall turbulent burning velocity.
Journal Article

A Decision Based Mobility Model for Semi and Fully Autonomous Vehicles

2020-04-14
2020-01-0747
With the emergence of intelligent ground vehicles, an objective evaluation of vehicle mobility has become an even more challenging task. Vehicle mobility refers to the ability of a ground vehicle to traverse from one point to another, preferably in an optimal way. Numerous techniques exist for evaluating the mobility of vehicles on paved roads, both quantitatively and qualitatively, however, capabilities to evaluate their off-road performance remains limited. Whereas a vehicle’s off-road mobility may be significantly enhanced with intelligence, it also introduces many new variables into the decision making process that must be considered. In this paper, we present a decision analytic framework to accomplish this task. In our approach, a vehicle’s mobility is modeled using an operator’s preferences over multiple mobility attributes of concern. We also provide a method to analyze various operating scenarios including the ability to mitigate uncertainty in the vehicles inputs.
X