paper-with-me

홈 › Papers

Learning The Likelihood Test With One-Class Classifiers for Physical Layer Authentication

2022-10-22 · Francesco Ardizzon, Stefano Tomasin

In physical layer authentication (PLA) mechanisms, a verifier decides whether a received message has been transmitted by a legitimate user or an intruder, according to some features of the physical channel over which the message traveled. To design the authentication check implemented at the verifier, typically either the statistics or a dataset of features are available for the channel from the legitimate user, while no information is available when under attack. When the statistics are known, a well-known good solution is the likelihood test (LT). When a dataset is available, the decision problem is one-class classification (OCC) and a good understanding of the machine learning (ML) techniques used for its solution is important to ensure security. Thus, in this paper, we aim at obtaining ML PLA verifiers that operate as the LT. We show how to do it with the neural network (NN) and the one-class least-squares support vector machine (OCLSSVM) models, trained as two-class classifiers on the single-class dataset and an artificial dataset. The artificial dataset for the negative class is obtained by generating channel feature (CF) vectors uniformly distributed over the domain of the legitimate class dataset. We also derive a modified stochastic gradient descent (SGD) algorithm that trains a PLA verifier operating as LT without the need for the artificial dataset. Furthermore, we show that the one-class least-squares support vector machine with suitable kernels operates as the LT at convergence. Lastly, we show that the widely used autoencoder classifier generally does not provide the LT. Numerical results are provided considering PLA on both wireless and underwater acoustic channels.

📄 PDF Abstract BibTeX arXiv:2210.12494

Code (0)

등록된 구현이 없습니다.

Tasks

One-Class Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음
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 제목 키워드 기반

Informative Bayesian model selection for RR Lyrae star classifiers

2021-05-24 · F. Pérez-Galarce, K. Pichara, P. Huijse, M. Catelan 외

Machine learning has achieved an important role in the automatic classification of variable stars, and several classifiers have been proposed over the last decade. These classifiers have achieved impressive performance i…

ArticlesBIG-bench Machine LearningClassification Of Variable StarsModel Selection

Learning Likelihood Ratios with Neural Network Classifiers

2023-05-17 · Shahzar Rizvi, Mariel Pettee, Benjamin Nachman

The likelihood ratio is a crucial quantity for statistical inference in science that enables hypothesis testing, construction of confidence intervals, reweighting of distributions, and more. Many modern scientific applic…

Unbiased Estimations based on Binary Classifiers: A Maximum Likelihood Approach

2021-02-17 · Marco J. H. Puts, Piet J. H. Daas

Binary classifiers trained on a certain proportion of positive items introduce a bias when applied to data sets with different proportions of positive items. Most solutions for dealing with this issue assume that some in…

Approximating Likelihood Ratios with Calibrated Discriminative Classifiers

2015-06-06 · Kyle Cranmer, Juan Pavez, Gilles Louppe

In many fields of science, generalized likelihood ratio tests are established tools for statistical inference. At the same time, it has become increasingly common that a simulator (or generative model) is used to describ…

Dimensionality Reduction

A Probabilistic Collaborative Representation Based Approach for Pattern Classification

2016-06-01 · CVPR 2016 6 · Sijia Cai, Lei Zhang, WangMeng Zuo, Xiangchu Feng

Conventional representation based classifiers, ranging from the classical nearest neighbor classifier and nearest subspace classifier to the recently developed sparse representation based classifier (SRC) and collaborati…

ClassificationGeneral Classification