paper-with-me

홈 › Papers

Pushing the Limits of Learning-based Traversability Analysis for Autonomous Driving on CPU

2022-06-07 · Daniel Fusaro, Emilio Olivastri, Daniele Evangelista, Marco Imperoli, Emanuele Menegatti, Alberto Pretto

Self-driving vehicles and autonomous ground robots require a reliable and accurate method to analyze the traversability of the surrounding environment for safe navigation. This paper proposes and evaluates a real-time machine learning-based Traversability Analysis method that combines geometric features with appearance-based features in a hybrid approach based on a SVM classifier. In particular, we show that integrating a new set of geometric and visual features and focusing on important implementation details enables a noticeable boost in performance and reliability. The proposed approach has been compared with state-of-the-art Deep Learning approaches on a public dataset of outdoor driving scenarios. It reaches an accuracy of 89.2% in scenarios of varying complexity, demonstrating its effectiveness and robustness. The method runs fully on CPU and reaches comparable results with respect to the other methods, operates faster, and requires fewer hardware resources.

📄 PDF Abstract BibTeX arXiv:2206.03083

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingCPU

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

RoadRunner -- Learning Traversability Estimation for Autonomous Off-road Driving

2024-02-29 · Jonas Frey, Manthan Patel, Deegan Atha, Julian Nubert 외

Autonomous navigation at high speeds in off-road environments necessitates robots to comprehensively understand their surroundings using onboard sensing only. The extreme conditions posed by the off-road setting can caus…

Autonomous DrivingAutonomous NavigationSensor Fusion

Head-to-Head autonomous racing at the limits of handling in the A2RL challenge

2026-02-09 · Simon Hoffmann, Simon Sagmeister, Tobias Betz, Joscha Bongard 외 arxiv

Autonomous racing presents a complex challenge involving multi-agent interactions between vehicles operating at the limit of performance and dynamics. As such, it provides a valuable research and testing environment for …

Autonomous Driving

ScaTE: A Scalable Framework for Self-Supervised Traversability Estimation in Unstructured Environments

2022-09-14 · Junwon Seo, Taekyung Kim, Kiho Kwak, Jihong Min 외

For the safe and successful navigation of autonomous vehicles in unstructured environments, the traversability of terrain should vary based on the driving capabilities of the vehicles. Actual driving experience can be ut…

Autonomous Vehicles

Off-road Autonomous Vehicles Traversability Analysis and Trajectory Planning Based on Deep Inverse Reinforcement Learning

2019-09-16 · Zeyu Zhu, Nan Li, Ruoyu Sun, Huijing Zhao 외

Terrain traversability analysis is a fundamental issue to achieve the autonomy of a robot at off-road environments. Geometry-based and appearance-based methods have been studied in decades, while behavior-based methods e…

Autonomous Vehiclesreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Learning Off-Road Terrain Traversability with Self-Supervisions Only

2023-05-30 · Junwon Seo, Sungdae Sim, Inwook Shim

Estimating the traversability of terrain should be reliable and accurate in diverse conditions for autonomous driving in off-road environments. However, learning-based approaches often yield unreliable results when confr…

Autonomous DrivingOne-Class ClassificationSelf-Supervised Learning