paper-with-me

홈 › Papers

Classification of Time-Series Data Using Boosted Decision Trees

2021-10-01 · Erfan Aasi, Cristian Ioan Vasile, Mahroo Bahreinian, Calin Belta

Time-series data classification is central to the analysis and control of autonomous systems, such as robots and self-driving cars. Temporal logic-based learning algorithms have been proposed recently as classifiers of such data. However, current frameworks are either inaccurate for real-world applications, such as autonomous driving, or they generate long and complicated formulae that lack interpretability. To address these limitations, we introduce a novel learning method, called Boosted Concise Decision Trees (BCDTs), to generate binary classifiers that are represented as Signal Temporal Logic (STL) formulae. Our algorithm leverages an ensemble of Concise Decision Trees (CDTs) to improve the classification performance, where each CDT is a decision tree that is empowered by a set of techniques to generate simpler formulae and improve interpretability. The effectiveness and classification performance of our algorithm are evaluated on naval surveillance and urban-driving case studies.

📄 PDF Abstract BibTeX arXiv:2110.00581

Code (1)

erfanaasi/unmarked_crosswalk_carla_scenario 공식 구현

Tasks

Autonomous DrivingClassificationSelf-Driving CarsTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Forecasting with Hyper-Trees

2024-05-13 · Alexander März, Kashif Rasul

We introduce the concept of Hyper-Trees and offer a new direction in applying tree-based models to time series data. Unlike conventional applications of decision trees that forecast time series directly, Hyper-Trees are …

Inductive BiasTime SeriesTime Series Forecasting

Inferring Temporal Logic Properties from Data using Boosted Decision Trees

2021-05-24 · Erfan Aasi, Cristian Ioan Vasile, Mahroo Bahreinian, Calin Belta

Many autonomous systems, such as robots and self-driving cars, involve real-time decision making in complex environments, and require prediction of future outcomes from limited data. Moreover, their decisions are increas…

Autonomous DrivingDecision MakingPredictionSelf-Driving Cars+2

Gradient Boosted Filters For Signal Processing

2024-05-15 · Jose A. Lopez, Georg Stemmer, Hector A. Cordourier

Gradient boosted decision trees have achieved remarkable success in several domains, particularly those that work with static tabular data. However, the application of gradient boosted models to signal processing is unde…

Deep Neural Network as an alternative to Boosted Decision Trees for PID

2021-04-28 · Denis Stanev, Riccardo Riva, Michele Umassi

In this paper we recreate, and improve, the binary classification method for particles proposed in Roe et al. (2005) paper "Boosted decision trees as an alternative to artificial neural networks for particle identificati…

Binary Classification

Standing on the Shoulders of Machine Learning: Can We Improve Hypothesis Testing?

2021-03-02 · Gary Cornwall, Jeff Chen, Beau Sauley

In this paper we have updated the hypothesis testing framework by drawing upon modern computational power and classification models from machine learning. We show that a simple classification algorithm such as a boosted …

BIG-bench Machine LearningEconometricsTime SeriesTime Series Analysis