Learning The Likelihood Test With One-Class Classifiers for Physical Layer Authentication
Francesco Ardizzon, Stefano Tomasin

TL;DR
This paper develops machine learning-based physical layer authentication methods that emulate the likelihood test, using neural networks and support vector machines, and introduces a new training algorithm to operate as the likelihood test without artificial datasets.
Contribution
It presents novel ML approaches, including a modified SGD algorithm, to implement likelihood test-based PLA verifiers without relying on artificial negative datasets.
Findings
OCLSSVM with proper kernels functions as the likelihood test at convergence.
Neural networks can be trained to operate as likelihood tests for PLA.
The modified SGD algorithm enables likelihood test operation without artificial datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsTest · Support Vector Machine
