Research Article

Light Gradient Boosting Machine-Based Link Quality Prediction for Wireless Sensor Networks

Table 1

Summary of related work on link quality prediction.

TypeNameInputOutputStrengthWeakness

LQP based on link characteristicsTwo-stage model [11]LQIClassify link as reliable or weakQuickly determining whether the link can be used.The remaining links need more testing to be classified.
RADIUS [12]RSSIClassify link as good or weakIt can adapt to dynamic environment changes.The model accuracy is not high.
LQP based on statisticsFLS [13]LQI, RSSI, and ERClassify link as very low, low, medium, or highIt defines a general guideline and can be applied on other routing protocols.The model accuracy is not high.
LQP based on machine learningXGBoost-LQP [14]RSSI, LQI, and SNRClassify link as bad, medium, or goodData imbalance is addressed.The model has high overhead.
RVFL-LQP [15]SNRProbability-guaranteed interval boundary of SNRThe dynamic stochastic features of link quality are described.The results of the model need to further determine whether the link is available.
RNN-LQP [16]LQILQIThe temporal correlations of physical layer parameter series are considered.The model has high time complexity.