This document discusses the application of machine learning techniques in physical layer communication. It outlines the fundamentals and limitations of classical approaches to physical layer communication. It then introduces multi-layer perceptrons and recurrent neural networks as machine learning methodologies that can be applied. Specific use cases of machine learning for MIMO detection and modulation classification are discussed. The conclusion is that while classical approaches face limitations, machine learning shows promise in helping to solve physical layer communication problems, especially as more training data becomes available.
Application of MachineLearning in Physical Layer
Communication
Domain: Wireless Communication Research
Dr. Varun Kumar
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 1 / 18
2.
Outlines
1 Fundamental ofPhysical Layer Communication
2 Limitation of Classical Methodology
3 Introduction to Multi-layer Perceptron
4 Introduction to Recurrent Neural Network
5 Use Cases of ML in Physical Layer Communication
6 References
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 2 / 18
3.
Introduction to PhysicalLayer :
OSI Layer
Key feature of physical layer
This data stream contain not only the information bit, but also the
frame synchronization bits, channel control bits etc.
The key role of physical layer is to transmit these data stream from
transmitter end to receiver end successfully, irrespective of the
information bit, channel control bit, etc.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 3 / 18
4.
Physical layer communication:
Basicof physical layer communication
1 Physical layer communication occurs either through the guided media
(UTP, co-axial cable, fiber optics) or unguided media (wireless).
2 There is more uncertainty to receive and properly detect the signal in
case of unguided media compare to guided media.
3 These digital bit stream is altered into a time varying analog signal by
the different digital modulation techniques.
4 Antenna terminal propagate these electromagnetic signal from
transmitter end to receiver end.
5 When any base station (BS) is mounted in the new geographical
location (unguided media) then there is a requirement of network
training for proper physical layer communication.
6 There are various parameter, which either require for maximization or
minimization in physical layer communication. Ex- Maximization
(data rate, capacity), minimization (power, latency, bandwidth, etc)
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 4 / 18
5.
Challenges of physicallayer communication:
Nature based transmission impairment
Attenuation
Distortion or fading
Dispersion
Noise
Challenges
Interference suppression (ISI, ICI)
Acquisition of channel state information (CSI)
Minimization of outage, BER, mutual coupling, antenna correlation
Maximization of capacity or data rate at minimum utilization of
wireless resource (time, frequency, power, space, code)
Many more
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 5 / 18
6.
Introduction to classicalmethodology
Introduction to classical methodology :
1. Classical approach is based on the statistical analysis.
2. Characteristic of dependent variable is modeled into a well defined
mathematical form. Ex-
y = x + n ⇒ Received signal for guided media
y = hx + n ⇒ Received signal for unguided media
Note : h = f (v, f , d, g(θ)....)
v → Velocity
f → Operating carrier frequency
d → Physical separation between Tx and Rx .
g(θ) → Nature of the wireless media, where θ → (θ1, θ2, ....)
Many more
3. Dependent parameter is considered as a random variable.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 6 / 18
7.
Continued–
4. With exhaustivestudy of well defined probability density function, a
closed-form expression is obtained.
5. This close-form expression provide the mean, variance and
information about higher order moment.
6. Statistical observation reduces the lots of computational burden with
significant proportion.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 7 / 18
8.
Limitation of classicalmethodology:
Limitation
If dependent parameter has not well defined probability density
function (PDF).
If dependent variable depends on multiple independent parameters
and each parameter has well defined PDF then there is a maximum
chance that dependent variable has not the well defined PDF. EX
y =
x1 + x2
2
x3
+ x4
y → Dependent variable
x1, x2, x3, x4 → Independent variable
For convenience, let x1, x2, x3, x4 → all are Gaussian distributed random
variable then,
Q-What will be the PDF of dependent variable y ?
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 8 / 18
9.
Case study:(received signalthrough unguided media)
Received signal expression (composite fading scenario)
y = hx + n (1)
h = gβ1/2 → Channel coefficient β = z
(r/r0)ν
x → Transmitted signal, r → Physical separation between Tx and Rx
r0 → Reference distance for far field communication, n → Noise
Statistical observation
g → Complex Gaussian RV in case of slow fading
n → Gaussian distributed random variable
β → Large scale fading coeff, β = f (z, r, ν)
z → Log-normal random variable
r → Poisson distributed random variable.
ν → Path loss coefficient (depends on nature of the media)
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 9 / 18
10.
Continued–
Shannon’s Capacity Relation
C= log2(1 + SNR) = log2 1 +
P|h|2
σ2
n
(2)
where, P = E(xx∗) and σ2
n = E(nn∗)
Note: There may be possibility of many extensions for the above equation.
From (2), dependent variable C depends on multiple independent variables
having distributions are,
Gaussian distribution
Log-normal distribution
Chi-square distribution
Poison distribution and many more
Important conclusion:
Under specific condition, sub-optimal solution of C can be calculated.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 10 / 18
11.
Effective state ofart for physical layer communication:
Exact PDF calculation is very difficult, considering independent
variable having different distribution and all independent variables are
related with different arithmetic and other mathematical operation.
Important specification of 5G:
1 Ultra-reliable low latency (URLLC)
2 Enhanced mobile broadband (eMBB) → 5G NR
3 Massive machine type communication (mMTC)
Approach towards 5G beyond
Tera-Hertz communication
Commercially viable mm-Wave communication
Free space optics
Many more
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 11 / 18
12.
Multi-layer perceptron :A machine learning methodology
Terminology and key features :
Feed-forward neural network : It is an artificial neural network wherein
connections between the nodes do not form a cycle.
A multi-layer perceptron (MLP) is a class of feed-forward artificial
neural network (ANN).
It can distinguish data that is not linearly separable.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 12 / 18
13.
Recurrent neural network(RNN)
Recurrent neural network (RNN)
In RNN, there is requirement of feedback system.
A cycle/cycles makes between input-output mapping. Ex- hidden
layer outcome may be feed as an input to previous hidden layer from
below figure.
It is more robust, where optimal weight can be assigned with greater
accuracy.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 13 / 18
14.
Learning
As per theapplication perspective, MLP and RNN may have a wider
application in physical layer communication.
Learning in context of deep neural network
Offline : There is no time bound for estimating the required
parameter. Ex-
Calibration of hardware unit for working in a real-time scenario.
Analysis of call pattern.
Online : Estimating the parameter within a limited time constraints.
Coherent channel estimation and detection
Error detection and correction
Repeat and request operation in signal transmission
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 14 / 18
15.
Use Case 1
MIMODetection:
Downlink scenario is taken consideration.
Information bits are passed through N RF chain and it is translated
across M number of antenna.
Through M antenna, information bits are sent to K mobile users.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 15 / 18
16.
Use Case 2
Frominformation bits transmission to detection by end-user, multiple
operation can be modeled through feed-forward network and recurrent
network.
Real time modulation classification:
For different application, various modulation techniques are used, such as
BPSK, QPSK, 16-QAM, 32-QAM,...256-QAM.
Note 1:
If signal strength is very poor, then BPSK is more preferable over
higher order modulation for maintaining constant BER.
Higher order modulation quantify the transmission efficiency of
wireless network.
Note 2:
Multiple devices experience different SNR and improved transmission
efficiency is the ultimate goal physical layer communication.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 16 / 18
17.
Conclusion
In this contexta huge amount of data processing and management is
required. Hence machine learning may be the possible path.
Conclusion
1 Machine learning may be helpful for the physical layer communication.
2 Due to proliferation of larger computational capability, classical
problem can be solved up-to some extent.
3 In current scenario, all problems related to physical layer
communication can not be mathematically modeled.
4 Due to advancement of wireless technology, we have ample amount of
training data under different scenario, that can be beneficial for
analytical modeling.
5 Still the usage of machine learning in physical layer communication is
in an infantry stage, but in upcoming future it will lead for solving
physical layer communication problem
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 17 / 18
18.
References
E. Alpaydin, Introductionto machine learning. MIT press, 2020.
J. Grus, Data science from scratch: first principles with python. O’Reilly Media,
2019.
T. M. Mitchell, The discipline of machine learning. Carnegie Mellon University,
School of Computer Science, Machine Learning , 2006, vol. 9.
S. Haykin, Neural Networks and Learning Machines, 3/E. Pearson Education
India, 2010.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 18 / 18