New method reduces state redundancy in HSMM for driving patterns.
problem Overestimation of states in HSMM models.
method Robust HDP-HSMM (rHDP-HSMM) method to reduce redundant states.
result Improved consistency and accurate inference of driving maneuvers.
Automated vehicles learn to predict upcoming maneuvers with high accuracy.
problem Making self-driving cars feel safer by anticipating future actions.
method Machine learning techniques applied to a large dataset of real-world driving.
result Automated vehicles can predict maneuvers up to 5 seconds in advance with high accuracy.
Paper proposes a statistical approach for predicting lane changes in highway scenarios.
problem Early recognition of lane changes for automated driving.
method Prototype trajectories generated from real data using Agglomerative Hierarchical Clustering. Maneuver prediction via Boosted Decision Trees and mixture model.
result Improved performance for lane change and trajectory prediction compared to a reference approach.
Long-term lane change prediction model predicts maneuvers with 75% accuracy.
problem Predicting long-term lane changes for safer autonomous driving.
method Introduced three models: logistic regression, MLP, and RNN. Used NGSIM dataset with new labeling scheme.
result Developed model predicts 75% of lane changes with an average advanced time of 8.05 seconds.
DA-RNN predicts driving maneuvers up to 3 seconds ahead.
problem Adapting driving model to new drivers and vehicles.
method Domain-Adversarial Recurrent Neural Network (DA-RNN) for robust predictions.
result DA-RNN improves performance by 30% in real drivers and 114% in simulations.
Reduces car control labels to simplify autonomous driving.
problem Redundant labels in semantic maps hinder efficient autonomous driving.
method Quantifies label importance for car control, simplifies labels.
result Reduced labels improve efficiency and simplify autonomous driving tasks.
Comma.ai's approach to Artificial Intelligence for self-driving cars is based on an agent that learns to clone driver behaviors and plans maneuvers by simulating future events in the road. This paper illustrates one of our research approaches for driving simulation. One where we learn to simulate. Here we investigate v…
Paper proposes incorporating road rules as a loss function for better motion planning.
problem Lack of structured priors in perception and motion forecasting methods.
method Integrates road rules as a loss function in a probabilistic model using REINFORCE.
result Motion forecasts result in safer plans for self-driving vehicles.
The paper uses deep reinforcement learning to control autonomous lane changes safely.
problem Safe and efficient autonomous lane changes in vehicles.
method Deep Q-networks and quadratic approximators for decision-making and control.
result Demonstrated effectiveness in simulations for decision-making and control.
Framework fuses RGB images and depth maps for self-driving car control.
problem Fault tolerance in self-driving cars with sensor failures.
method Deep neural network architecture for sensor fusion.
result Framework can learn to use relevant sensor information even when one fails.
Paper tackles anomaly detection in driving data, improving AI system performance.
problem Detecting rare anomalous driving situations in safety-critical AI systems.
method Semi-supervised multi-task learning using maneuver labels for imbalanced data.
result Improved anomaly detection performance on real-world driving data.
A hierarchical DNN model for end-to-end driving tasks.
problem End-to-end driving tasks with various challenges.
method Hierarchical multi-task DNN architecture with subservient networks for specific tasks.
result Reduction in training data and tailored model complexity for different tasks.
Can engineering neural networks be approached in a disciplined way similar to how engineers build software for civil aircraft? We present nn-dependability-kit, an open-source toolbox to support safety engineering of neural networks for autonomous driving systems. The rationale behind nn-dependability-kit is to consider…
Deep RL predicts car steering angles from images.
problem Learning steering angles for autonomous cars in simulators.
method Extracts latent representations, trains RL on latent vectors.
result Method learns steering angles without human control signals.
RL agent learns to smoothly change lanes in a dynamic driving environment.
problem Challenging lane change control with safety and comfort.
method Formulated continuous action for lane change in DDPG algorithm, defined reward function for learning.
result Successfully changed lanes with 100% success rate in diverse driving situations.
Reinforcement learning is considered to be a strong AI paradigm which can be used to teach machines through interaction with the environment and learning from their mistakes. Despite its perceived utility, it has not yet been successfully applied in automotive applications. Motivated by the successful demonstrations of…
Accurately predicting the possible behaviors of traffic participants is an essential capability for future autonomous vehicles. The majority of current researches fix the number of driving intentions by considering only a specific scenario. However, distinct driving environments usually contain various possible driving…
This research uses PointNets to detect 2D objects from radar data.
problem Detecting 2D objects from sparse radar data for automated driving.
method Adapting PointNets for radar data, performing 2D object classification and bounding box regression.
result Demonstrates the potential of PointNets for 2D object detection in radar data.
Study improves vehicle motion prediction by incorporating traffic density.
problem Lack of contextual knowledge in predicting driving behavior.
method Categorize and define external conditions, evaluate motion prediction approach.
result Traffic density significantly improves motion prediction accuracy.
Making the right decision in traffic is a challenging task that is highly dependent on individual preferences as well as the surrounding environment. Therefore it is hard to model solely based on expert knowledge. In this work we use Deep Reinforcement Learning to learn maneuver decisions based on a compact semantic st…
Recent work on imitation learning has generated policies that reproduce expert behavior from multi-modal data. However, past approaches have focused only on recreating a small number of distinct, expert maneuvers, or have relied on supervised learning techniques that produce unstable policies. This work extends InfoGAI…
Deep RL for autonomous highway driving avoids unexpected scenarios.
problem Unexpected scenarios in AV operation space lead to poor decision-making.
method Deep reinforcement learning with safety checks for decision-making.
result Enhanced learning efficiency and safe behavior in highway driving.
Machine learning detects road anomalies and aggressive driving from smartphone data.
problem Road quality assessment and aggressive driving detection.
method Machine learning techniques applied to smartphone acceleration data.
result Robust platform for road transport evaluation.
Accurate and robust tracking of surrounding road participants plays an important role in autonomous driving. However, there is usually no prior knowledge of the number of tracking targets due to object emergence, object disappearance and false alarms. To overcome this challenge, we propose a generic vehicle tracking fr…
Reinforcement learning is considered to be a strong AI paradigm which can be used to teach machines through interaction with the environment and learning from their mistakes, but it has not yet been successfully used for automotive applications. There has recently been a revival of interest in the topic, however, drive…
Space debris warnings follow a predictable pattern, allowing timely satellite maneuvers.
problem Estimating when fresh information about space debris will arrive.
method Statistical learning model of the message arrival process, specifically a Bayesian Poisson process.
result The average prediction error for the next message arrival time is smaller than baseline predictions.
IDAS approach for autonomous vehicles to make decisions under merging scenarios.
problem Decision making for autonomous vehicles in merging scenarios with varying driver cooperativeness.
method IDAS approach using multi-agent reinforcement learning (MARL) with curriculum learning and masking mechanism.
result IDAS approach can handle uncertainties in real-world scenarios and make strategic decisions.
Proposes handling ambiguity in sequential data predictions.
problem Handling uncertainty in sequential data predictions.
method Extension of MHP model to recurrent architectures, introducing a novel metric.
result Achieved promising results on various sequential data tasks.
This study models target trajectories using stochastic processes for efficient tracking.
problem Efficiently modeling and predicting target trajectories in continuous time.
method Decomposes trajectory modeling into deterministic and stochastic components using Gaussian or Student's-t processes. result Demonstrates superior performance in tracking maneuvering targets compared to existing methods.
A method predicts driving intentions of human-driven vehicles for safer autonomous driving.
problem Predicting timely driving intentions of human-driven vehicles for autonomous vehicles in mixed traffic.
method A Hidden Markov Model (HMM) approach using continuous mobility features.
result HMMs trained with continuous mobility features improve prediction accuracy.
A novel framework interprets driving patterns using Action phases clustering.
problem Challenges in comprehending driving heterogeneity from underlying behavior mechanisms.
method Resampling and Downsampling Method (RDM) followed by iterative clustering calibration.
result Six driving patterns identified in real-world datasets, revealing dynamic nature of driving.
Deep RL mimics human driving for collision avoidance in self-driving cars.
problem Developing human-like driving policies for autonomous vehicles in mixed traffic environments.
method Model-free, deep reinforcement learning approach using a combination of rule-based and expert-driven data.
result Demonstrated human-like driving policies through Gaussian process modeling of track position and speed distributions.
Automobile theft detection method uses owner driving data clustering.
problem Automobile theft detection challenges with limited real data.
method Clustering owner driving data using k-means algorithm, then detecting theft by comparing reconstructed data.
result 99% accuracy in detecting vehicle theft using only owner driving data.
Semantically understanding complex drivers' encountering behavior, wherein two or multiple vehicles are spatially close to each other, does potentially benefit autonomous car's decision-making design. This paper presents a framework of analyzing various encountering behaviors through decomposing driving encounter data …
Detects potential rug pulls in Uniswap tokens before they occur.
problem Rug pulls in Uniswap, a decentralized exchange, leading to token scams.
method Collects and analyzes 20K transactions, proposes machine learning algorithms with new features.
result Achieved an accuracy of 0.9936 in detecting potential scams before they happen.
The paper introduces a new insurance pricing model based on driving mileage.
problem Weak link between insurance premiums and mileage, leading to overdriving and accidents.
method Developed a Pay-As-You-Drive insurance pricing model using a counting process and non-homogeneous Poisson distribution.
result The model provides theoretical results for better insurance pricing based on driving behavior.
This paper presents a novel approach for automatic rule learning applicable to an autonomous driving system using real driving data.
The paper explores new risk models for autonomous driving.
problem Risk management and actuarial modeling for autonomous vehicles.
method Examines technical difficulties and proposes a novel risk model.
result The new model better reflects real-world driving safety.
CMTS synthesizes near-miss driving scenarios for safer autonomous driving tests.
problem Lack of near-miss driving data for testing autonomous driving algorithms.
method Generative model conditioned on road maps, using Variational Bayesian methods.
result Synthesized data covers more near-miss scenarios, improving trajectory prediction and risk handling.
Models for predicting aircraft motion are an important component of modern aeronautical systems. These models help aircraft plan collision avoidance maneuvers and help conduct offline performance and safety analyses. In this article, we develop a method for learning a probabilistic generative model of aircraft motion i…
Study improves self-driving safety in dynamic environments.
problem Safe self-driving in non-stationary urban settings.
method Neurosymbolic Meta-Reinforcement Lookahead Learning (NUMERLA).
result Self-driving agents can adapt safely in real-time.
ApolloRL offers a platform for RL research in autonomous driving.
problem Improving reinforcement learning for autonomous driving.
method Open platform with training, simulation, and evaluation components.
result Baseline agents perform well in the ApolloRL environment.
Paper proposes personalized climate control for driver comfort.
problem Limited research on in-vehicle climate control and driver preferences.
method IoT platform for data collection, machine learning for driver behavior recognition, and personalized preference recommendation.
result Prototype demonstrates effective and accurate climate control for driver comfort.
The study improves deep learning models for safer autonomous vehicles.
problem Robustness of deep neural network models in autonomous driving.
method Analyzes and proposes solutions for deep learning model robustness.
result Enhanced deep learning models for safer autonomous vehicles.
H-ReIL learns to drive safely in near-accident scenarios.
problem Driving safely in high-risk near-accident situations.
method Hierarchical RL and IL approach.
result High-level policy switches between low-level policies for safe driving.
Deep RL for multi-agent autonomous driving in dynamic environments.
problem Adapting to dynamic, multi-agent driving environments.
method Formulated Partially Observable Markov Games (POSG) for multi-agent learning.
result Demonstrated successful training of multi-agent control policies.
Learning to drive faithfully in highly stochastic urban settings remains an open problem. To that end, we propose a Multi-task Learning from Demonstration (MT-LfD) framework which uses supervised auxiliary task prediction to guide the main task of predicting the driving commands. Our framework involves an end-to-end tr…
Predict steering angles of self-driving cars from images.
problem Predicting steering angles for self-driving cars using image data.
method Used deep learning techniques like Transfer Learning, 3D CNN, LSTM, and ResNet to predict steering angles.
result Both models placed in the top ten of Udacity's challenge.