SPLGMLMar 13, 2019

Signal Demodulation with Machine Learning Methods for Physical Layer Visible Light Communications: Prototype Platform, Open Dataset and Algorithms

arXiv:1903.11385v148 citations
Originality Synthesis-oriented
AI Analysis

This work addresses signal demodulation for visible light communication systems, providing a prototype, dataset, and algorithms, but it is incremental as it applies existing ML methods to a specific domain.

The paper tackles demodulation in visible light communication systems by building a hardware prototype, creating an open dataset with eight modulation types, and proposing three machine learning demodulators (CNN, DBN, AdaBoost). Experimental results show that demodulation accuracy decreases with transmission distance and higher modulation orders, with AdaBoost achieving the best performance among the methods.

In this paper, we investigate the design and implementation of machine learning (ML) based demodulation methods in the physical layer of visible light communication (VLC) systems. We build a flexible hardware prototype of an end-to-end VLC system, from which the received signals are collected as the real data. The dataset is available online, which contains eight types of modulated signals. Then, we propose three ML demodulators based on convolutional neural network (CNN), deep belief network (DBN), and adaptive boosting (AdaBoost), respectively. Specifically, the CNN based demodulator converts the modulated signals to images and recognizes the signals by the image classification. The proposed DBN based demodulator contains three restricted Boltzmann machines (RBMs) to extract the modulation features. The AdaBoost method includes a strong classifier that is constructed by the weak classifiers with the k-nearest neighbor (KNN) algorithm. These three demodulators are trained and tested by our online open dataset. Experimental results show that the demodulation accuracy of the three data-driven demodulators drops as the transmission distance increases. A higher modulation order negatively influences the accuracy for a given transmission distance. Among the three ML methods, the AdaBoost modulator achieves the best performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes