LSTMQoEPredictor: Overall Quality Prediction for HTTP Adaptive Streaming using LSTM Network

  • Abstract

    • HTTP Adaptive Streaming has become a popular solution for multimedia delivery nowadays. However, due to network bandwidth fluctuations, video quality strongly varies during streaming. Therefore, a key challenge in HTTP Adaptive Streaming is how to evaluate the overall quality of a streaming session. In this paper, a machine learning approach is proposed for overall quality prediction, where each segment in a streaming session is represented by a set of features. Two options of the feature set are investigated. In the first option, we use four features, namely segment quality, content characteristics, stalling duration, and padding. The second option consists of three features, namely bitstream-level parameters, stalling duration, and padding. The features are fed into a Long Short Term Memory (LSTM) network that is capable of exploring temporal relations between impairment events of quality variations and stalling events. The overall quality is predicted from the outputs of the LSTM network using a linear regression module. Through experimental results, it is shown that the proposed approach achieves a high prediction performance and outperforms seven existing approaches. Especially, the second option is found to be both efficient and effective. The source code of the proposed approach has been made available to the public.

  • Database

    • Our database and the source code of LSTMQoEPredictor have been made available to the public: [Database+SourceCode]

  • Acknowledgments

    • If you use this source code and database, please cite the references below:

      • H. T. T. Tran, D. V. Nguyen, D. D. Nguyen, N. P. Ngoc and T. C. Thang, "An LSTM-based Approach for Overall Quality Prediction in HTTP Adaptive Streaming," IEEE INFOCOM 2019 - IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), Paris, France, 2019, pp. 702-707, doi: 10.1109/INFCOMW.2019.8845041.

      • H. T. T. Tran, D. V. Nguyen, N. P. Ngoc and T. C. Thang, "Overall Quality Prediction for HTTP Adaptive Streaming using LSTM Network," in IEEE Transactions on Circuits and Systems for Video Technology, doi: 10.1109/TCSVT.2020.3035824.

@INPROCEEDINGS{LSTMQoEPredictor_2019INFOCOM,

author={H. T. T. {Tran} and D. V. {Nguyen} and D. D. {Nguyen} and N. P. {Ngoc} and T. C. {Thang}},

booktitle={IEEE INFOCOM 2019 - IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)},

title={An LSTM-based Approach for Overall Quality Prediction in HTTP Adaptive Streaming},

year={2019},

address={Paris, France},

mounth={April},

pages={702-707},}


@ARTICLE{LSTMQoEPredictor_2020TCSVT,

author={H. T. T. {Tran} and D. V. {Nguyen} and N. P. {Ngoc} and T. C. {Thang}},

journal={IEEE Transactions on Circuits and Systems for Video Technology},

title={Overall Quality Prediction for HTTP Adaptive Streaming using LSTM Network},

year={2020},

volume={},

number={},

pages={1-1},

doi={10.1109/TCSVT.2020.3035824}}