paper-with-me

Papers

Calibrated SVM for Probabilistic Classification of In-Vehicle Voices into Vehicle Commands via Voice-to-Text LLM Transformation

2024-06-28 · Conference 2024 6 · Mobina Moeini, Rouhollah Ahmadian, Mehdi Ghatee

With the rapid advancement of artificial intelligence technologies in human life, particularly within the automotive industry, the popularity of smart vehicles has increased. Designing an intelligent car cabin capable of seamless interactions with both the driver and the vehicle emerges as a crucial solution to address human-vehicle interaction challenges. This project aims to implement a digital voice assistant that recognizes vehicle commands. It utilizes three main techniques: speech-to-text conversion, text classification, and calibrating the classifier in order to detect out-of-distribution (OOD) sentences. Using Vosk, an LLM model, voices in the vehicle environment are converted into text format. Then, after pre-processing the text, an SVM classifies them. Using Platt scaling the SVM classifier outputs become calibrated, which makes them probabilistic. The experimental result shows that the proposed model achieves command recognition with 96.43% accuracy, 96.83% precision, 96.43% recall, 96.39% F1-score, and 0.1437 cross-entropy loss. Furthermore, the optimal threshold for OOD sentences is 0.4.

📄 PDF Abstract BibTeX

Code (1)

mbnmoeini/digital-voice-assistant-in-car

Tasks

Speech-to-Texttext-classificationText ClassificationVoice Query Recognition

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 제목 키워드 기반

Calibrated Perception Uncertainty Across Objects and Regions in Bird's-Eye-View

2022-11-08 · Markus Kängsepp, Meelis Kull

In driving scenarios with poor visibility or occlusions, it is important that the autonomous vehicle would take into account all the uncertainties when making driving decisions, including choice of a safe speed. The grid…

Semantic Segmentation

Fast Calibrated Explanations: Efficient and Uncertainty-Aware Explanations for Machine Learning Models

2024-10-28 · Tuwe Löfström, Fatima Rabia Yapicioglu, Alessandra Stramiglio, Helena Löfström 외

This paper introduces Fast Calibrated Explanations, a method designed for generating rapid, uncertainty-aware explanations for machine learning models. By incorporating perturbation techniques from ConformaSight - a glob…

Computational EfficiencyFeature ImportanceregressionUncertainty Quantification

Multi-Agent Reachability Calibration with Conformal Prediction

2023-04-02 · Anish Muthali, Haotian Shen, Sampada Deglurkar, Michael H. Lim 외

We investigate methods to provide safety assurances for autonomous agents that incorporate predictions of other, uncontrolled agents' behavior into their own trajectory planning. Given a learning-based forecasting model …

Autonomous DrivingConformal PredictionPredictionquantile regression+2

On the Calibration of Probabilistic Classifier Sets

2022-05-20 · Thomas Mortier, Viktor Bengs, Eyke Hüllermeier, Stijn Luca 외

Multi-class classification methods that produce sets of probabilistic classifiers, such as ensemble learning methods, are able to model aleatoric and epistemic uncertainty. Aleatoric uncertainty is then typically quantif…

Ensemble LearningMulti-class Classification

Reliable Probabilistic Classification with Neural Networks

2023-12-15 · Harris Papadopoulos

Venn Prediction (VP) is a new machine learning framework for producing well-calibrated probabilistic predictions. In particular it provides well-calibrated lower and upper bounds for the conditional probability of an exa…

Classification