pith. sign in

arxiv: 1907.07321 · v1 · pith:JANJR5PCnew · submitted 2019-07-15 · 📡 eess.SP · cs.LG· stat.ML

Comparison of Neural Network Architectures for Spectrum Sensing

Pith reviewed 2026-05-24 21:03 UTC · model grok-4.3

classification 📡 eess.SP cs.LGstat.ML
keywords spectrum sensingneural network architecturesCNNRNNBiRNNfully-connected networkdetection performancesignal classification
0
0 comments X

The pith

With abundant data and resources, CNN, RNN, and BiRNN reach similar detection performance in spectrum sensing while fully-connected networks lag except under tight complexity constraints.

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

The paper directly compares four neural network types—fully-connected, convolutional, recurrent, and bi-directional recurrent—on a spectrum sensing classification task for communication signals. It measures each on detection accuracy, how much training data they need, computational cost, and memory footprint. The central result is that the three more structured architectures perform at comparable levels once training data and compute are plentiful, whereas the plain fully-connected network trails them except when computational limits are severe. A reader cares because spectrum sensing determines how efficiently wireless bands can be reused, and knowing which architecture to pick under different constraints affects practical system design.

Core claim

Given abundant training data and computational and memory resources, CNN, RNN, and BiRNN achieve similar detection performance in spectrum sensing; the performance of FC is worse than that of the other three types, except in the case where computational complexity is stringently limited.

What carries the argument

Head-to-head evaluation of detection performance, training-data demand, computational complexity, and memory requirement across FC, CNN, RNN, and BiRNN on simulated communication signals.

If this is right

  • CNN, RNN, and BiRNN become interchangeable choices for spectrum sensing once data and hardware resources are sufficient.
  • Fully-connected networks remain useful only in settings where computational complexity must be kept extremely low.
  • Data scarcity or compute limits are the main conditions that differentiate the architectures.
  • Memory footprint differences exist but do not overturn the performance ordering under the abundant-resource regime.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Deployment on edge devices with fixed power budgets would likely favor the fully-connected option even if its accuracy is lower.
  • If real channels introduce distribution shifts not captured in simulation, the claimed equivalence among CNN, RNN, and BiRNN may not hold.
  • The same architecture comparison could be repeated on other signal-processing tasks such as modulation classification to test whether the pattern generalizes.

Load-bearing premise

The simulated communication signals, noise models, and channel conditions used for training and testing are representative of real-world spectrum sensing environments.

What would settle it

Re-training and re-testing the four architectures on a large set of real over-the-air spectrum captures and finding that the performance ordering changes from the simulated ranking.

Figures

Figures reproduced from arXiv: 1907.07321 by Andrew Gilman, Kelly Levick, Larry Milstein, Pamela Cosman, Qihang Peng, Ziyu Ye.

Figure 1
Figure 1. Figure 1: False dismissal probabilities of the optimized NNs t [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Operation counts of the optimized NNs 1E+03 1E+04 1E+05 Number of Training Examples 103 104 105 106 Memory Requirement (floating point variable) Mmax (FC) Mmax (CNN) Mmax (RNN) Mmax (BiRNN) Mtotal (FC) Mtotal (CNN) Mtotal (RNN) Mtotal (BiRNN) [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Memory requirements of the optimized NNs [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
read the original abstract

Different neural network (NN) architectures have different advantages. Convolutional neural networks (CNNs) achieved enormous success in computer vision, while recurrent neural networks (RNNs) gained popularity in speech recognition. It is not known which type of NN architecture is the best fit for classification of communication signals. In this work, we compare the behavior of fully-connected NN (FC), CNN, RNN, and bi-directional RNN (BiRNN) in a spectrum sensing task. The four NN architectures are compared on their detection performance, requirement of training data, computational complexity, and memory requirement. Given abundant training data and computational and memory resources, CNN, RNN, and BiRNN are shown to achieve similar performance. The performance of FC is worse than that of the other three types, except in the case where computational complexity is stringently limited.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 0 minor

Summary. The manuscript compares four neural network architectures—fully-connected (FC), convolutional (CNN), recurrent (RNN), and bi-directional RNN (BiRNN)—for spectrum sensing classification of communication signals. It reports that, given abundant training data and computational/memory resources, CNN, RNN, and BiRNN achieve similar detection performance while FC performs worse except under stringent complexity constraints. Comparisons are drawn across detection performance, training data needs, computational complexity, and memory requirements using simulated signals.

Significance. If substantiated, the results provide practical guidance on architecture selection for spectrum sensing, underscoring trade-offs where recurrent and convolutional networks outperform fully-connected ones in most regimes but at higher resource cost. This contributes to ML-for-wireless literature by directly benchmarking popular architectures on a core task.

major comments (2)
  1. [Abstract] Abstract: performance outcomes are stated without any details on datasets, signal models, noise distributions, channel conditions, training procedures, number of Monte Carlo trials, error bars, or statistical significance tests. This renders the claimed performance similarities (CNN/RNN/BiRNN) and FC inferiority unverifiable and the architecture ranking unreliable.
  2. [Simulation and Results sections] The central empirical ranking rests entirely on synthetic data; no over-the-air captures or hardware-impairment validation is described. Because spectrum sensing statistics are sensitive to unmodeled non-stationarities and impairments, any mismatch directly undermines the reliability of the reported ordering between CNN/RNN/BiRNN and FC.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the detailed review and constructive feedback on our manuscript comparing neural network architectures for spectrum sensing. We address each major comment below and have made targeted revisions where appropriate to improve clarity and transparency.

read point-by-point responses
  1. Referee: [Abstract] Abstract: performance outcomes are stated without any details on datasets, signal models, noise distributions, channel conditions, training procedures, number of Monte Carlo trials, error bars, or statistical significance tests. This renders the claimed performance similarities (CNN/RNN/BiRNN) and FC inferiority unverifiable and the architecture ranking unreliable.

    Authors: Abstracts are conventionally concise and omit full methodological specifics, which are instead detailed in the Simulation Setup and Results sections. The manuscript describes the use of simulated QPSK signals in AWGN, the training procedures, and performance evaluation over multiple SNR values. Figures include error bars from repeated trials, and the number of Monte Carlo runs is stated in the text. To address the concern about verifiability from the abstract alone, we have revised the abstract to briefly reference the simulation framework, signal model, and evaluation metrics while preserving its summary nature. revision: partial

  2. Referee: [Simulation and Results sections] The central empirical ranking rests entirely on synthetic data; no over-the-air captures or hardware-impairment validation is described. Because spectrum sensing statistics are sensitive to unmodeled non-stationarities and impairments, any mismatch directly undermines the reliability of the reported ordering between CNN/RNN/BiRNN and FC.

    Authors: The work intentionally employs synthetic data under controlled AWGN conditions to enable a reproducible, isolated comparison of the four architectures without confounding effects from hardware or propagation impairments. This is explicitly stated in the manuscript. While we agree that over-the-air or hardware-impaired data would provide complementary validation of the observed ordering, such experiments require additional resources and fall outside the scope of this benchmarking study. In the revised version we have added an explicit limitations paragraph in the Discussion section acknowledging the simulation-only nature of the results and identifying hardware validation as an important direction for future work. revision: partial

Circularity Check

0 steps flagged

No circularity: purely empirical architecture comparison

full rationale

The paper conducts a direct empirical benchmark of four neural network architectures (FC, CNN, RNN, BiRNN) on spectrum sensing using simulated signals, reporting detection performance, data requirements, complexity, and memory usage. No derivations, equations, fitted parameters renamed as predictions, or self-citation chains are present; all claims follow from training and testing runs on the generated dataset. The central result (CNN/RNN/BiRNN comparable with abundant resources; FC inferior except under tight complexity) is established by explicit simulation experiments rather than any reduction to inputs by construction. This is a standard self-contained empirical study with no load-bearing self-referential steps.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

The paper is an empirical comparison; no mathematical derivations, new entities, or fitted parameters are described in the abstract.

pith-pipeline@v0.9.0 · 5682 in / 1002 out tokens · 29762 ms · 2026-05-24T21:03:15.435261+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

13 extracted references · 13 canonical work pages · 1 internal anchor

  1. [1]

    A Survey of Spectrum Sensing Algo rithms for Cognitive Radio Applications,

    T. Y ucek and H. Arslan, “ A Survey of Spectrum Sensing Algo rithms for Cognitive Radio Applications,” IEEE Communications Su rveys & Tutorials, vol. 11, pp 116-130, 2009

  2. [2]

    A Survey on Machi ne- Learning Techniques in Cognitive Radios,

    M. Bkassiny, Y . Li, and S. K. Jayaweera, “A Survey on Machi ne- Learning Techniques in Cognitive Radios,” IEEE Communicat ions Sur- veys & Tutorials, vol. 15, pp 1136-1159, 2013

  3. [3]

    R obust deep sensing through transfer learning in cognitive radio,

    Q. Peng, A. Gilman, V . Nuno, P . Cosman, and L. Milstein, “R obust deep sensing through transfer learning in cognitive radio, ” submitted to Wireless Communications Letters

  4. [4]

    A Neural Network Detector for Spectrum Sensin g un- der Uncertainties

    Z. Y e, Q. Peng, K. Levick, H. Rong, A. Gilman, P . Cosman and L. Milstein, “A Neural Network Detector for Spectrum Sensin g un- der Uncertainties”, 2019 IEEE Global Communications Confe rence (GLOBECOM), 2019

  5. [5]

    Relation Classification: CNN or RNN ?,

    D. Zhang and D. Wang, “Relation Classification: CNN or RNN ?,” Natural Language Understanding and Intelligent Applicati ons Lecture Notes in Computer Science, pp. 665-675, 2016

  6. [6]

    Comparative study o f CNN and RNN for natural language processing,

    W. Yin, K. Kann, M. Y u, and H. Schtze, “Comparative study o f CNN and RNN for natural language processing,” CoRR, vol. abs/17 02.01923, 2017

  7. [7]

    A comparison of Deep Learning methods for environmental sound detection,

    J. Li, W. Dai, F. Metze, S. Qu, and S. Das, “A comparison of Deep Learning methods for environmental sound detection,” 2017 IEEE International Conference on Acoustics, Speech and Signal P rocessing (ICASSP), 2017

  8. [8]

    Artificial Neural Networks arc hitectures for stock price prediction: comparisons and applications,

    L. Persio and O. Honchar, “Artificial Neural Networks arc hitectures for stock price prediction: comparisons and applications, ” International Journal of Circuits, Systems and signal processing, vol. 10 , pp 403-413, 2016

  9. [9]

    Stock price prediction using LSTM, RNN and CNN- sliding window model,

    S. Selvin, R. Vinayakumar, E. A. Gopalakrishnan, V . K. Me non, and K. P . Soman, “Stock price prediction using LSTM, RNN and CNN- sliding window model,” 2017 International Conference on Ad vances in Computing, Communications and Informatics (ICACCI), 2017

  10. [10]

    CNN and RNN based payl oad classification methods for attack detection,

    H. Liu, B. Lang, M. Liu, and H. Y an, “CNN and RNN based payl oad classification methods for attack detection,” Knowledge-B ased Systems, vol. 163, pp. 332-341, 2019

  11. [11]

    Com- parison of TDNN and RNN performances for neuro-identificati on on small to medium-sized power systems,

    D. Molina, J. Liang, R. Harley, and G. K. V enayagamoorth y, “Com- parison of TDNN and RNN performances for neuro-identificati on on small to medium-sized power systems,” 2011 IEEE Symposium o n Computational Intelligence Applications In Smart Grid (CI ASG), 2011

  12. [12]

    An Analysis of Deep Neural Network Models for Practical Applications

    A. Canziani, A. Paszke, and E. Culurciello, “An analysi s of deep neural network models for practical applications,” CoRR, vol. abs /1605.07678, 2016

  13. [13]

    V ery Deep Convolutional Networks for Large-Scale Image Recognition,

    K. Simonyan and A. Zisserman, “V ery Deep Convolutional Networks for Large-Scale Image Recognition,” International Conferenc e on Learning Representations (ICLR) 2015, 2015