Pith. sign in

REVIEW 4 major objections 5 minor 39 references

Physical Layer Authentication Based on Hierarchical Variational Auto-Encoder for Industrial Internet of Things

T0 review · 4 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper claims a threshold-free, unsupervised physical layer authentication scheme — a hierarchical variational auto-encoder trained on channel impulse responses — can identify legitimate IIoT transmitters without knowing attackers' chann

desk verdict A useful threshold-free PLA scheme with strong empirical results on NIST data, but the theoretical framing is shaky and some experimental details need tightening. read the letter →

arxiv 2508.06794 v1 pith:M5BYIE6K submitted 2025-08-09 eess.SP

classification eess.SP
keywords PhysicalLayerAuthenticationhierarchicalvariationalauto-encoderchannelimpulseresponsespoofingattackIndustrialInternetofThingsunsupervisedlearningthreshold-freedouble-peakGaussianprior
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper aims to establish that a spoofing-resistant identity check for Industrial Internet of Things devices can be built directly from the radio channel itself: a threshold-free, unsupervised scheme called hierarchical variational auto-encoder (HVAE) that learns to separate legitimate from spoofing transmitters from channel impulse responses alone, without any training labels from attackers and with only a few dozen samples per node. It matters because IIoT terminals cannot reliably run cryptographic key management, and existing machine-learning physical layer authentication either needs a manually tuned threshold or the attacker's prior channel information, which is unavailable in practice. On two real industrial channel datasets the scheme reports F1 = 1.0 for every spoofing node in the static open-area environment and improvements of 17.18%, 31.4%, and 69.3% over threshold-based AE, plain VAE, and plain AE baselines in the mobile automotive-factory environment. The paper also proves, via the universal approximation theorem, that the underlying channel-to-position mapping can in principle be learned by a neural network.

What carries the argument

The load-bearing object is the hierarchical variational auto-encoder (HVAE). An AE module (three-layer encoder $\phi$, decoder $\psi$) reduces the 8,188-dimensional CIR input to a hidden space $H$; a VAE module then operates on $H$ through two latent units. $Z_1$ uses a single-peak Gaussian prior $\mathcal{N}(\mu,\sigma^2)$ and serves CIR reproduction; $Z_2$ uses the double-peak prior $\alpha\mathcal{N}(-\mu,\sigma^2)+(1-\alpha)\mathcal{N}(\mu,\sigma^2)$ to separate legitimate from spoofing samples. The total loss $\mathcal{L}=\mathcal{L}_1+\mathcal{L}_2+\mathcal{L}_3$ sums AE reconstruction error, VAE reconstruction/KL terms, and an approximated KL divergence against the double-peak prior.

What would settle it

Take CIR records from the same physical node position at several different times in the AF (mobile) dataset and map them to $Z_2$; do the same for a spoofing node a few positions ahead on the loop. If the within-node, across-time $Z_2$ distance is not reliably smaller than the distance to a nearby spoofing node, the core inequality $\mathcal{D}(\boldsymbol{X}[t_A]) < \mathcal{D}(\boldsymbol{X}[t_E])$ fails and that pair cannot be distinguished. A second check: rerun the AF experiment with a deliberately wrong $\alpha$ (e.g., ±20% off the true traffic proportion) and observe whether the F1 drop

Watch

Extended reading notes

Core claim

Central claim: transmitter identity can be read off the latent space of a variational auto-encoder. Authentication is reduced to a channel-difference function $\mathcal{D}(\boldsymbol{X}[n])=\|\boldsymbol{Z}_2[n]-\boldsymbol{Z}_2[0]\|_2^2$, with $Z_2$ the code of a VAE unit whose double-peak Gaussian prior $\alpha\mathcal{N}(-\mu,\sigma^2)+(1-\alpha)\mathcal{N}(\mu,\sigma^2)$ separates legitimate from spoofing CIRs. An AE front end compresses the 8,188-dimensional CIR; the VAE maps each CIR to a distribution rather than a point, avoiding over-fitting on few samples. The universal approximation theorem is invoked to prove the channel-to-position mapping is learnable by a neural network. Empir

Load-bearing premise

The load-bearing premise is Assumption 2, that the position-to-channel mapping is bijective — every transmitter position yields a unique channel impulse response. If two positions produce nearly identical CIRs, or the same position yields different CIRs at different times, then comparing CIR distances to a reference cannot reliably identify the sender. The paper explicitly concedes this cannot be proved analytically.

Editorial extensions

If this is right

  • Authentication no longer requires attackers' prior channel information: training uses only Alice's reference CIR and the mixed received signals, so the scheme generalizes to scenarios where Eve's channel is unknown.
  • Threshold traversal is eliminated: the decision rule compares latent-space distances and uses the traffic proportion $\alpha$ directly, removing the manual threshold search that traditional PLA requires.
  • Small training sets suffice: 30 CIRs per node reach convergence in roughly 31 epochs, which matters when only a few channel records can be captured before the channel changes.
  • Near spoofing nodes — the hardest case for the clustering-based ISE baseline — are authenticated with F1 = 1.0 in the static OATS data, and the gain over AE and VAE baselines in the mobile AF data ranges from 17.18% to 69.3%.
  • The scheme generalizes in principle to multi-user authentication by replacing the double-peak Gaussian prior with a multi-peak one, though the paper notes a trade-off between the number of classes and authentication performance.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The decision rule requires the traffic proportion $\alpha$ (Alice's emission frequency divided by total signal frequency), yet the loss function's double-peak prior is fixed at $\alpha=1/2$; how F1 degrades under a misestimated $\alpha$ is not reported and would be a direct, testable sensitivity check.
  • Because the reference signal $\boldsymbol{X}[0]$ is frozen from the initialization phase, the scheme compares every later CIR against a fixed fingerprint; the paper's own online-versus-offline experiment implies performance decays as the transmitter moves away from the reference, so an adaptive reference-updating policy is a natural follow-up.
  • The bijectivity assumption implies that closer transmitter positions should be harder to separate, which matches the observed F1 drop when the spoofing node starts within a few nodes of Alice; a confidence-aware rule that abstains or requests re-initialization when $Z_2$ distances are ambiguous would be a natural extension the paper does not explore.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes a threshold-free physical layer authentication (PLA) scheme based on a hierarchical variational auto-encoder (TF-HVAE) for industrial IoT. The architecture uses an AE module for CIR dimensionality reduction and a VAE module with two hidden variables: Z1 for CIR reconstruction with a standard Gaussian prior, and Z2 for authentication using a double-peak Gaussian 'prior' and a Euclidean-distance decision rule in the latent space. The authors claim that the authentication mapping can be approximated arbitrarily well by a neural network (Proposition 2) and that the scheme works without attackers' prior channel information and with few training samples. The method is evaluated on NIST OATS (static, Rician) and AF (mobile, Rayleigh) datasets, reporting F1=1.0 for all spoofing nodes on OATS and average F1=0.8825 on AF, with relative improvements of 17.18%, 31.4%, and 69.3% over TB-AE, TF-VAE, and TF-AE, respectively.

Significance. If the empirical results hold, the paper offers a practically attractive contribution: an unsupervised, threshold-free PLA method that does not require Eve's channel statistics for training and is validated on real industrial CIR measurements. The architecture is simple, and the ablations against AE and VAE baselines are controlled and consistent. However, the theoretical support is currently unsound: the proof of Proposition 2 is invalid, the Z2 loss is defined against a self-referential 'prior' that is not a true prior, and the central Assumption 2 (bijectivity of the position-to-channel mapping) is unproved and explicitly conceded as such. These issues affect the paper's foundational claims, not just its presentation, and they will need substantial revision before the paper can be considered for publication.

major comments (4)
  1. [Section II.D, Assumption 2 and Eqs. (5)-(11)] The entire authentication logic rests on Assumption 2, that the position-to-channel mapping Φ_t in Eq. (5) is bijective. The text concedes that this 'cannot be proved analytically' and cites [29],[30] for 'uniqueness and time-varying characteristics' of wireless channels. Those references are about deep-learning channel mapping/prediction, not about injectivity of measured CIRs with respect to physical position. If two distinct positions yield statistically indistinguishable CIR distances to the reference X[0], then the sorting rule (9)-(11) and the Euclidean criterion (39) cannot separate Alice from Eve. The OATS F1=1 result is consistent with injectivity, but the AF average F1=0.8825 (Table VIII) already shows confusion, and the paper does not determine whether that confusion stems from overlapping CIR distance distributions or from model error. I recommend either providing direct empi
  2. [Section II.E, Proposition 2 and Eq. (14)] The proof of Proposition 2 asserts that Φ_t^{-1} and the mappings (8), (10), (11) are continuous. This is not true of the authentication mapping as defined: the sorting operation in (9) is discontinuous at ties, and the hard thresholding in (10)-(11) is discontinuous at the αq boundary. The universal approximation theorem requires continuity on a compact set to guarantee uniform approximation in the sup norm. Thus the proof as written is invalid. This is a central claimed theoretical contribution, so it must be repaired, for example by restricting to the compact set where all D(X[n]) values are distinct and the decision boundary is not crossed, and stating an almost-everywhere or soft-decision version of the theorem.
  3. [Section III.D, Eqs. (34)-(35)] The 'prior' for Z2 in Eq. (34) is written as αN(-μ, σ²)+(1-α)N(μ, σ²), where μ and σ are the encoder's own mean and variance outputs for the same sample. The KL divergence in (35) then measures the posterior N(μ, σ²) against a distribution that depends on that same posterior. This is not a fixed prior, so the standard variational lower-bound interpretation is lost. Minimizing this term does not necessarily drive the posterior toward a well-defined target; for instance, if μ→0, the prior and posterior coincide trivially, making the term degenerate. If this double-peak term is intended as a regularizer to encourage bimodal separation, it should be presented as a data-dependent regularizer with a clear analysis of its behavior, or replaced by a fixed prior with learnable parameters m and s as in (35). This is a load-bearing issue because the paper claims a 'revised double-peak Gaussian dist
  4. [Appendix C, derivation of Eq. (36)] The derivation of the upper bound in Eq. (36) is not valid. The expression 'KL(2 * 1/2 N(μ,σ²) || ...)' is not a standard convexity inequality for KL divergence; the factor of 2 is applied incorrectly, and the resulting inequality does not follow. The bound also appears dimensionally inconsistent because it multiplies log 2 by s². Since Eq. (37) already provides an exact (though approximate) expression, Eq. (36) is not essential; if it is retained, it must be derived correctly.
minor comments (5)
  1. [Algorithm 2, line 2] The normalization step refers to 'by (11)', but the normalization is defined in Eq. (15). The equation number is wrong.
  2. [Section V.B.1, after Fig. 9] The text says 'Tables V, VI, and VII verify the superiority' when discussing OATS results; Tables IV, V, and VI are the relevant OATS average-F1 tables, while Table VII lists AF parameters. The cross-reference is incorrect.
  3. [Section III.B, Proposition 3] Typo: 'objection function' should be 'objective function'.
  4. [Section II.A, Eq. (15)] In the normalization formula, the denominator D[X_C] is said to be the variance, but for standard normalization it should be the standard deviation (the square root of variance). Using variance directly would change units and scale. Clarify the notation.
  5. [Section III.D, Eq. (34) vs Eq. (35)] The double-peak prior is written in Eq. (34) with means -μ, μ and variance σ², while Eq. (35) uses -m, m and s². The relationship between these two sets of parameters is not explained; this makes the loss expression confusing.

Circularity Check

2 steps flagged · score 4.0 of 10

Self-referential Z2 prior in Eq. (34) and an assumed-continuity Proposition 2; empirical F1 numbers are not forced, so moderate circularity.

  1. self definitional [Section III.D, Eqs. (34)-(35)]
    "Denoting the prior of 𝑍2 as 𝑃(𝑍2), we use 𝑃(𝑍2)~𝛼𝒩(−𝜇, 𝜎2) + (1 − 𝛼)𝒩(𝜇, 𝜎2) (34) where 𝛼 is a weighting factor. ... ℒ3 = 𝐾𝐿(𝑁(𝜇, 𝜎2)||𝛼𝑁(−𝑚, 𝑠2) + (1 − 𝛼)𝑁(𝑚, 𝑠2)) (35)"

    In the VAE module, μ and σ² are naturally read as the encoder's variational parameters (Section III.C, Eqs. (31)-(32)). Writing the Z2 prior as αN(-μ,σ²)+(1-α)N(μ,σ²) makes the target distribution in the KL term a function of the same posterior it is supposed to constrain. Thus L3 is not a regularization toward an independent prior; it enforces a self-consistency condition between the posterior and a mixture centered at the posterior's own current mean. Eq. (35) renames the prior parameters to m,s, but Eq. (34) as written supplies no independent source for these parameters. The claimed 'revised double-peak Gaussian prior' therefore reduces, as written, to a construction from the posterior rather than a well-posed prior. The empirical ranking is still learned from data, so the circularity i

  2. other [Section II.E, Proposition 2 and its proof]
    "Since 𝚽𝑡−1, mapping (8), (10), and (11) are continuous mappings, we know that for ∀𝑿 ∈ ℂ such that 𝚽I&A(𝑿) is a continuous function. Based on (i), (ii), and the universal approximation theorem [31], Proposition 2 is proved."

    The proof assumes the very regularity condition that makes the universal approximation theorem applicable: continuity of the channel-to-position mapping 𝚽I&A. That mapping is built from (8) with an unknown 𝒟 and from (10)-(11), which are sorting/threshold operations over discrete indices and are not continuous at ties/boundaries. The claimed first-principles result that PLA can be approximated by a neural network is therefore not derived; it is conditional on an unproved and questionable premise. This is a load-bearing proof gap rather than a direct prediction-equals-input reduction, but it is presented as a formal proof of existence and should be weighed in the verdict.

full rationale

The strongest circularity signal is in the design of the Z2 'prior.' Section III.D defines the prior as αN(-μ,σ²)+(1-α)N(μ,σ²), where the same μ,σ² are the variational parameters of the encoder. This makes the KL term in L3 compare the posterior to a distribution built from that same posterior, so the 'prior' carries no independent information. This is a genuine self-definitional component in the paper's central methodological contribution. Eq. (35) later writes the prior parameters as m,s, creating an ambiguity; but as printed, Eq. (34) is self-referential, and the paper does not define independent m,s values or a fitting procedure for them. I also flag Proposition 2 as an omitted-proof/circular-reasoning point: the proof simply asserts the continuity of 𝚽I&A in order to invoke the universal approximation theorem, without establishing it. Since (10)-(11) are sorting/threshold operations, continuity is not automatic and is in fact questionable. I do not treat Assumption 2 as circular: it is an explicitly stated, conceded unprovable assumption supported only by external citations [29][30], not a derived result. The use of the known proportion α in (9)-(12) to pick the first αq samples is an oracle-like decision rule, but it is not circular because the ranking produced by the network is still learned from data; it does, however, weaken the 'threshold-free' claim. The empirical F1 comparisons on NIST OATS/AF datasets are externally grounded and are not forced by construction, so the overall circularity is moderate rather than severe. No load-bearing self-citation chain was found; [19] is used as a baseline, not as justification for the method.

Assumptions & free parameters 4 free parameters · 6 assumptions · 0 invented entities

The method introduces no new physical entities, particles, or forces; the double-peak Gaussian prior is a statistical modeling choice, not an entity. The main 'free' elements are the algorithmic parameters α, m/s, and architecture sizes listed above, plus the domain assumptions that carry the security model.

free parameters (4)
  • α (proportion of legitimate signals) = varies by scenario; exact value per test batch not specified
    Used in eq. (12) to compute the prior probability of legality, and in the authentication phase to select the first αq sorted differences as legitimate (eq. 10). The paper does not explain how α is estimated in practice; in simulations it is an oracle parameter.
  • prior means m and variances s of the double-peak Gaussian = not reported
    These define the target distribution for Z2 in the KL loss. The paper does not specify whether they are fixed constants, trainable parameters, or derived from the data, and the notation is inconsistent (eq. 34 uses μ,σ while eq. 35 uses m,s).
  • hidden dimensions h (AE) and z (VAE) = h=64, z=32 in main simulations; h=128, z=64 in Table IX best
    Chosen by model selection; Fig. 13 and Table IX show F1 varies with these choices, indicating the reported performance depends on hand-tuned architecture sizes.
  • learning rate β, batch size ζ, max iterations ρ = not reported
    Algorithm 2 lists these as required inputs but no values are given in the simulation setup; they affect convergence and final performance.
assumptions (6)
  • standard math Universal approximation theorem for multilayer feedforward networks
    Used in Proposition 2 to claim a neural network can approximate the authentication mapping; cited as [31].
  • domain assumption Assumption 1: Eves are located more than half a wavelength from Alice and Bob, so channels are spatially decorrelated
    Eqs. (3)-(4) in Section II.C; standard PLA assumption required so that CIR differences are informative.
  • domain assumption Assumption 2: The position-to-channel mapping is bijective
    Section II.D; the paper admits it cannot be proved analytically; underpins the distance-comparison authentication logic.
  • ad hoc to paper Continuity of the composite authentication mapping Φ_I&A
    In the proof of Proposition 2 (Section II.E), the mappings (8), (10), (11) are asserted to be continuous, but they involve sorting and thresholding, which are not continuous; this assumption is unjustified and likely false.
  • domain assumption Upper-layer authentication mechanisms can reliably detect pilot attacks and label the training phase
    Algorithm 1 Steps 3 and 6 rely on upper-layer authentication to decide whether X[0] and training signals are from Alice; the paper explicitly states pilot attack detection is out of scope.
  • standard math Variational inference assumptions for VAE (Gaussian posterior, reparameterization trick)
    Standard VAE machinery from [20], [36] used in Section III.C.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Physical Layer Authentication Based on Hierarchical Variational Auto-Encoder for Industrial Internet of Things." pith.science (2026). https://pith.science/paper/M5BYIE6K

@misc{pith2026250806794,
  author       = {Pith},
  title        = {Pith review of: Physical Layer Authentication Based on Hierarchical Variational Auto-Encoder for Industrial Internet of Things},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/M5BYIE6K}},
  note         = {Machine review of arXiv:2508.06794}
}
read the original abstract

Recently, Physical Layer Authentication (PLA) has attracted much attention since it takes advantage of the channel randomness nature of transmission media to achieve communication confidentiality and authentication. In the complex environment, such as the Industrial Internet of Things (IIoT), machine learning (ML) is widely employed with PLA to extract and analyze complex channel characteristics for identity authentication. However, most PLA schemes for IIoT require attackers' prior channel information, leading to severe performance degradation when the source of the received signals is unknown in the training stage. Thus, a channel impulse response (CIR)-based PLA scheme named "Hierarchical Variational Auto-Encoder (HVAE)" for IIoT is proposed in this article, aiming at achieving high authentication performance without knowing attackers' prior channel information even when trained on a few data in the complex environment. HVAE consists of an Auto-Encoder (AE) module for CIR characteristics extraction and a Variational Auto-Encoder (VAE) module for improving the representation ability of the CIR characteristic and outputting the authentication results. Besides, a new objective function is constructed in which both the single-peak and the double-peak Gaussian distribution are taken into consideration in the VAE module. Moreover, the simulations are conducted under the static and mobile IIoT scenario, which verify the superiority of the proposed HVAE over three comparison PLA schemes even with a few training data.

Figures

Figures reproduced from arXiv: 2508.06794 by the authors.

Figure 1
Figure 1. System model in the Mobile Edge Computing (MEC) industrial wireless communication system, where the legitimate transmitter (Alice) communicates with the edge computing server (Bob) under the attack of multiple spoofing nodes (Eves). Bob's purpose is to identify whether the signals received during the authentication phase come from Alice. TABLE I THE LIST OF MAIN PARAMETERS Notations Meanings Notations Meanings 𝑿[𝑡] … view at source ↗
Figure 2
Figure 2. The designed Hierarchical Variational Auto [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

39 extracted references · 36 canonical work pages

  1. [29]

    Deep Learning for TDD and FDD Mas- sive MIMO: Mapping Channels in Space and Frequency,

    M. Alrabeiah and A. Alkhateeb, "Deep Learning for TDD and FDD Mas- sive MIMO: Mapping Channels in Space and Frequency," 2019 53rd Asilomar Conference on Signals, Systems, and Computers , 2019, pp. 1465-1470

  2. [30]

    Deep Transfer Learning-Based Downlink Channel Prediction for FDD Massive MIMO Systems,

    Y. Yang, F. Gao, Z. Zhong, B. Ai and A. Alkhateeb, "Deep Transfer Learning-Based Downlink Channel Prediction for FDD Massive MIMO Systems," in IEEE Transactions on Communications, vol. 68, no. 12, pp. 7485-7497, Dec. 2020

  3. [1]

    Efficient and Provably Secure Certifi- cateless Parallel Key-Insulated Signature without Pairing for IIoT Envi- ronments,

    H. Xiong, Q. Mei, and Y. Zhao, “Efficient and Provably Secure Certifi- cateless Parallel Key-Insulated Signature without Pairing for IIoT Envi- ronments,” IEEE Syst. J., vol. 14, no. 1, pp. 310–320, March 2020

  4. [2]

    Towards 6G wireless communication networks: vision, enabling technologies, and new paradigm shifts,

    X. You et al., “Towards 6G wireless communication networks: vision, enabling technologies, and new paradigm shifts,” Sci. China Inf. Sci., vol. 64, no. 1, 2021

  5. [3]

    Design and Performance Analysis of Channel Esti- mators Under Pilot Spoofing Attacks in Multiple-Antenna Systems,

    D. Darsena et al., “Design and Performance Analysis of Channel Esti- mators Under Pilot Spoofing Attacks in Multiple-Antenna Systems,” vol. 15, pp. 3255–3269, 2020

  6. [4]

    LSAA: A lightweight and secure access authentication scheme for both UE and mMTC devices in 5G networks,

    J. Cao, Z. Yan, R. Ma, Y. Zhang, Y. Fu, and H. Li, “LSAA: A lightweight and secure access authentication scheme for both UE and mMTC devices in 5G networks,” IEEE Internet Things J., vol. 7, no. 6, pp. 5329–5344, June 2020

  7. [5]

    [Online]

    Security Architecture and Procedures for 5G System, document ETSI/3GPP TS 33.501, Version 15.4.0, Release 15, 3GPP, May 2019. [Online]. Available: https://www.etsi.org/deliver/etsi_ts/ 133500_133599/133501/15.04.00_60/ts_133501v150400p.pdf

  8. [6]

    Lightweight dynamic group rekeying for low-power wireless networks in IIoT,

    E. Uchiteleva, A. R. Hussein, and A. Shami, “Lightweight dynamic group rekeying for low-power wireless networks in IIoT,” IEEE Internet Things J., vol. 7, no. 6, pp. 4972–4986, June 2020

Show all 39 references
  1. [7]

    Physical-Layer Security in Space Information Networks: A Survey,

    B. Li, Z. Fei, C. Zhou, and Y. Zhang, “Physical-Layer Security in Space Information Networks: A Survey,” IEEE Internet Things J., vol. 7, no. 1, pp. 33–52, Jan. 2020

  2. [8]

    Physical Layer Security for Next Generation Wireless Networks: Theories, Technologies, and Challenges,

    Y. Liu, H. H. Chen, and L. Wang, “Physical Layer Security for Next Generation Wireless Networks: Theories, Technologies, and Challenges,” IEEE Commun. Surv. Tutorials, vol. 19, no. 1, pp. 347–376, Firstquarter 2017

  3. [9]

    Reciprocity Calibration of TDD MIMO Channel for Interference Alignment,

    H. Zhao, G. J. Pottie, and B. Daneshrad, “Reciprocity Calibration of TDD MIMO Channel for Interference Alignment,” IEEE Trans. Wirel. Commun., vol. 19, no. 5, pp. 3505–3516, May 2020

  4. [10]

    Communication Theory of Secrecy Systems,

    C. E. Shannon, “Communication Theory of Secrecy Systems,” Bell Syst. Tech. J., vol. 28, no. 4, pp. 656–715, 1949

  5. [11]

    A Survey of Physical -Layer Authentication in Wireless Communications,

    N. Xie, Z. Li, and H. Tan, “A Survey of Physical -Layer Authentication in Wireless Communications,” IEEE Commun. Surv. Tutorials, vol. 23, no. 1, pp. 282–310, Firstquarter 2021

  6. [12]

    Multiuser Physical Layer Authentication in Internet of Things with Data Augmentation,

    R. F. Liao et al., “Multiuser Physical Layer Authentication in Internet of Things with Data Augmentation,” IEEE Internet Things J., vol. 7, no. 3, pp. 2077–2088, March 2020

  7. [13]

    Optimized Coherent Integration -Based Radio Frequency Fingerprinting in Internet of Things,

    F. Xie et al., “Optimized Coherent Integration -Based Radio Frequency Fingerprinting in Internet of Things,” IEEE Internet Things J., vol. 5, no. 5, pp. 3967–3977, Oct. 2018

  8. [14]

    Threshold-Free Physical Layer Authentication Based on Machine Learning for Industrial Wireless CPS,

    F. Pan et al., “Threshold-Free Physical Layer Authentication Based on Machine Learning for Industrial Wireless CPS,” IEEE Trans. Ind. Infor- matics, vol. 15, no. 12, pp. 6481–6491, Dec. 2019

  9. [15]

    Two-factor authentication for IoT with location information,

    M. N. Aman, M. H. Basheer, and B. Sikdar, “Two-factor authentication for IoT with location information,” IEEE Internet Things J., vol. 6, no. 2, pp. 3335–3351, April 2019

  10. [16]

    Learning-aided physical layer authen- tication as an intelligent process,

    H. Fang, X. Wang, and L. Hanzo, “Learning-aided physical layer authen- tication as an intelligent process,” IEEE Trans. Commun., vol. 67, no. 3, pp. 2260–2273, March 2019

  11. [17]

    Testing equality of multiple power spectral density matrices,

    D. Ramí rez, D. Romero, J. Via, R. Lopez-Valcarce, and I. Santamaria, “Testing equality of multiple power spectral density matrices,” IEEE Trans. Signal Process., vol. 66, no. 23, pp. 6268–6280, 1 Dec.1, 2018

  12. [18]

    Physical Layer Authentication Enhancement Using Two-Dimensional Channel Quantization,

    J. Liu and X. Wang, "Physical Layer Authentication Enhancement Using Two-Dimensional Channel Quantization," in IEEE Transactions on Wireless Communications, vol. 15, no. 6, pp. 4171-4182, June 2016

  13. [19]

    Multiple Correlated Attributes Based Physical Layer Au- thentication in Wireless Networks,

    S. Xia et al., “Multiple Correlated Attributes Based Physical Layer Au- thentication in Wireless Networks,” IEEE Trans. Veh. Technol., vol. 70, no. 2, pp. 1673–1687, Feb. 2021

  14. [20]

    Tutorial on Variational Autoencoders,

    C. Doersch, “Tutorial on Variational Autoencoders,” pp. 1 –23, 2021, [Online]. Available: http://arxiv.org/abs/1606.05908

  15. [21]

    Accelerating wireless channel autoencoders for short coherence -time communications,

    M. E. Morocho-Cayamcela and W. Lim, “Accelerating wireless channel autoencoders for short coherence -time communications,” J. Commun. Networks, vol. 22, no. 3, pp. 215–222, June 2020

  16. [22]

    Con- ditional variational autoencoder for prediction and feature recovery ap- plied to intrusion detection in iot,

    M. Lopez-Martin, B. Carro, A. Sanchez-Esguevillas, and J. Lloret, “Con- ditional variational autoencoder for prediction and feature recovery ap- plied to intrusion detection in iot,” Sensors (Switzerland), vol. 17, no. 9, 2017

  17. [23]

    Network Intrusion Detection Based on Supervised Adversarial Variational Auto -Encoder with Regularization,

    Y. Yang, K. Zheng, B. Wu, Y. Yang, and X. Wang, “Network Intrusion Detection Based on Supervised Adversarial Variational Auto -Encoder with Regularization,” IEEE Access, vol. 8, pp. 42169–42184, 2020

  18. [24]

    Information and com- munications technologies for sustainable development goals: State -of- the-art, needs and perspectives,

    J. Wu, S. Guo, H. Huang, W. Liu, and Y. Xiang, “Information and com- munications technologies for sustainable development goals: State -of- the-art, needs and perspectives,” IEEE Commun. Surv. Tutorials, vol. 20, no. 3, pp. 2389 –2406, thirdquarter 2018, doi: 10.1109/COMST.201...

  19. [25]

    An efficient detection algorithm of pilot spoofing attack in massive MIMO systems,

    J. Zeng, D. Wang, W. Xu, and B. Li, “An efficient detection algorithm of pilot spoofing attack in massive MIMO systems,” Signal Processing, vol. 182, pp. 1396–1409, 2021

  20. [26]

    Physical layer security in heterogeneous networks with pilot attack: A stochastic geometry ap- proach,

    W. Wang, K. C. Teh, S. Luo, and K. H. Li, “Physical layer security in heterogeneous networks with pilot attack: A stochastic geometry ap- proach,” IEEE Trans. Commun., vol. 66, no. 12, pp. 6437 –6449, Dec. 2018

  21. [27]

    Security enhancement for mobile edge computing through physical layer authentication,

    R. F. Liao et al. , “Security enhancement for mobile edge computing through physical layer authentication,” IEEE Access, vol. 7, pp. 116390- 116401, 2019, doi: 10.1109/ACCESS.2019.2934122

  22. [28]

    Deep con- volutional neural networks for massive MIMO fingerprint -based posi- tioning,

    J. Vieira, E. Leitinger, M. Sarajlic, X. Li, and F. Tufvesson, “Deep con- volutional neural networks for massive MIMO fingerprint -based posi- tioning,” IEEE Int. Symp. Pers. Indoor Mob. Radio Commun. PIMRC, vol. 2017-October, no. 1, pp. 1–6, 2018

  23. [31]

    Multilayer feedforward net- works are universal approximators,

    K. Hornik, M. Stinchcombe, and H. White, “Multilayer feedforward net- works are universal approximators,” Neural Netw., vol. 2, no. 5, pp. 359– 366, 1989. 17

  24. [32]

    Unsupervised repre- sentation learning with deep convolutional generative adversarial net- works,

    Alec Radford, Luke Metz, and Soumith Chintala , “Unsupervised repre- sentation learning with deep convolutional generative adversarial net- works,” arXiv preprint arXiv:1511.06434, 2015

  25. [33]

    Conditional image generation with pixelcnn decod- ers,

    Aaron Van den Oord, Nal Kalchbrenner, Lasse Espeholt, Oriol Vinyals, Alex Graves, et al., “Conditional image generation with pixelcnn decod- ers,” in Advances in Neural Information Processing Systems, pp. 4790– 4798, 2016

  26. [34]

    V ariational autoencoders ,

    Casper Kaae Sø nderby, Tapani Raiko, Lars Maalø e, Sø ren Kaae Sø n- derby, and Ole Winther. Ladder , “V ariational autoencoders ,” in Ad- vances in Neural Information Processing Systems, pp. 3738–3746, 2016

  27. [35]

    An architecture for deep, hierarchical generative mod- els,

    Philip Bachman, “An architecture for deep, hierarchical generative mod- els,” in Advances in Neural Information Processing Systems , pp. 4826- 4834, 2016

  28. [36]

    Auto -encoding variational bayes,

    D. P. Kingma and M. Welling, “Auto -encoding variational bayes,” 2nd Int. Conf. Learn. Represent. ICLR 2014 - Conf. Track Proc., no. Ml, pp. 1–14, 2014

  29. [37]

    Evaluation: from precision, recall and F -measure to ROC, informedness, markedness and correlation,

    Powers D M W., “Evaluation: from precision, recall and F -measure to ROC, informedness, markedness and correlation,” arXiv preprint arXiv:2010.16061, 2020

  30. [38]

    Industrial Wireless Systems: Radio Propagation Meas- urements,

    R. Candell et al., “Industrial Wireless Systems: Radio Propagation Meas- urements,” NIST, Gaithersburg, MD, USA, Tech. Rep. Note 1951, 2017

  31. [39]

    NIST channel sounder overview and channel meas- urements in manufacturing facilities,

    J. T. Quimby et al., “NIST channel sounder overview and channel meas- urements in manufacturing facilities,” NIST, Gaithersburg, MD, USA, Tech. Rep. Note 1979, 2017

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.