Next Article in Journal
Combating the Problems of the Necessity of Continuous Learning in Medical Datasets of Type 2 Diabetes
Previous Article in Journal
Application and Optimization of Industrial Internet and Big Data Analytics in Enterprise Decision-Making
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

An Approach to Prediction Using Networked Multimedia †

1
Computing and Information Services Centre, University of Ruse, 7014 Ruse, Bulgaria
2
Department of Computer Systems and Technologies, University of Ruse, 7014 Ruse, Bulgaria
*
Author to whom correspondence should be addressed.
Presented at the International Conference on Electronics, Engineering Physics and Earth Science (EEPES 2025), Alexandroupolis, Greece, 18–20 June 2025.
Eng. Proc. 2025, 104(1), 90; https://doi.org/10.3390/engproc2025104090
Published: 8 September 2025

Abstract

One of the tasks of statistical analysis is related to the development of forecasts with different horizons. The results of modeling the development trend can also be used for prognostic purposes. At the same time, the assumption is made that during the forecast period, the phenomenon under study will exhibit the same patterns of development that it exhibited during the base period. Network multimedia is a unifying link in the parallel development of multimedia and communication technologies. The integrated interaction of technological solutions in the field of multimedia and computer networks is a condition for achieving a greater final application effect in the presentation of information. Experimental studies of modern network multimedia in operational conditions are important for revealing bottlenecks in their functioning. On this basis, recommendations can be made to improve performance indicators, such as performance, reliability, mode of service, etc. This publication is devoted to the experimental study of the trend and the possibility of predicting network multimedia with time series. The implemented algorithm for automated trend determination examines pre-set different trends–linear, quadratic, cubic, hyperbolic, fractional-rational, logarithmic, exponential, exponential, combined–and chooses the most effective of them.

1. Introduction

Forecasting is a process in which the development of a given scalar or complex quantity over time can be fully or partially predicted. In the modern world, driven by economics, the predictability of various economic parameters provides a sense of security, the ability to reduce losses and better plan activities and necessary resources, as well as plan the overall development of a given system.
Dynamic time series in telecommunications, energy and business can be obtained by measuring characteristics of technical, natural, social, economic and other systems [1,2]. With modern trends, time series analysis tasks to detect patterns and trends in various phenomena and processes are becoming increasingly important.
The objectives of time series analysis are as follows [3,4]:
  • Description—display of summarized statistics and graphical representation.
  • Analysis and interpretation—finding a model that describes the time dependence in the data.
  • Prediction—given a sample from the series, the next value or the next few values are predicted.
Network multimedia is a unifying element in the parallel development of multimedia and communication technologies. The integrated interaction of technological solutions in the field of multimedia and computer networks is a condition for achieving a greater final applied effect in the presentation of information [5].
Experimental studies of modern network multimedia in operational conditions are important for revealing the bottlenecks in their functioning. On this basis, recommendations can be made for improving operational indicators, such as performance, reliability, serviceability, etc.
This article is dedicated to the experimental study of the trend and forecasting capability of network multimedia with time series.

2. Methodology

Factors influencing network multimedia change over time. These changes can be described as a function of the respective factor from the moment of its measurement.
y = y(t).
The following methods are used to study the sustainable development trend:
  • Moving the average method—Averages are calculated for large adjacent data for a certain number of members of the series and the averaging process is successively moved.
  • Method of average growth and average rate—This is applied when there are sufficient grounds to assert that development has the character of arithmetic or geometric progression. The data can be aggregated in advance.
  • Graphical method—This is used for illustration and analysis. At the discretion of the researcher, a line is drawn closest to the empirical one and its values are considered on the y-axis scale, which are taken as smoothed (equalized) values for the time series.
  • Analytical method (least squares method)—This is the most advanced method for aligning dynamic series. It includes the following:
(a)
Choosing a pattern expressing the trend.
(b)
Determination of the symbols of the periods.
t i   ( i = 1 , 2 , , n )
(c)
Determination of the mathematical expression of the function by which the main trend will be described. Depending on the specific case, the following basic models can be applied.
(d)
Determination of the parameters of the equations, the model of which is chosen in specific cases.
(e)
Determination of the values of the trend model, i.e., the estimates, by substituting the symbols in the equation expressing the main trend y ^ i t i
(f)
Verification of the correctness of the calculation procedures.

3. Linear Trend Pattern

The trend of different quantities often follows a linear model, and the forecast function is in the following form [6]:
y ^ = β 1 + β 2 t .
Its coefficients are determined by the linear system β 1 β 2
β 1 n + β 2 i = 1 n t i = i = 1 n y i β 1 i = 1 n t i + β 2 i = 1 n t i 2 = i = 1 n t i y i ,
in which n is the number of measurements.
According to the way in which the factor t and the parameters are involved, in the regression model, the models are linear and nonlinear with respect to the β 1 β 2 β i    factor t and linear and nonlinear with respect to the parameters. For example, the model (3) is linear with respect to both the factor t and the parameters and β 1 β 2 .

4. Nonlinear Trend Patterns: Converting Nonlinear Models to Linear Models

For various specific quantities that change over time, it is possible that other nonlinear models [7] such as quadratic, cubic, hyperbolic, fractional–rational, logarithmic, exponential, exponential or combined (Table 1) are closer to reality (Table 1). Although some of them seem unlikely as a predictive function for the considered quantities, we use all of them in the prediction algorithm, as it can be applied in other situations.
For quadratic regression, an approximating function is sought as a polynomial of the second degree. The following coefficients are found by the linear system:
y ^ = β 1 + β 2 t + β 3 t 2 β 1 β 2 β 3 ;
β 1 n + β 2 i = 1 n t i + β 3 i = 1 n t i 2 = i = 1 n y i β 1 i = 1 n t i + β 2 i = 1 n t i 2 + β 3 i = 1 n t i 3 = i = 1 n t i y i β 1 i = 1 n t i 2 + β 2 i = 1 n t i 3 + β 3 i = 1 n t i 4 = i = 1 n t i 2 y i
The basic forecasting algorithm is obtained through a time series, in which models are created on input–output data and which, ultimately, must be used to predict additional already known data and evaluated according to errors.
The idea we apply to building nonlinear trend patterns is to reduce them through substitution (substitution) to a linear one [8]. Then, the linear model is calculated using the least squares method and the reverse substitution is performed until the originally sought nonlinear model is constructed.
Nonlinear models are divided into intrinsically linear and intrinsically nonlinear models. The first group (intrinsically linear) includes models that become linear with respect to the parameters after appropriate transformations of t y ^ , where
y ^ = β 1 e β 2 t ,
which, after logarithm of both sides, takes the following form:
l n y ^ = l n   β 1 e β 2 t = l n β 1 + β 2 t .
The following expression can be obtained:
u = l n y ^ ,   v = t ,
where
u = a + b t ,   a = l n β 1 ,   b = β 2 .
After compiling this relationship, we can find the optimal linear model (10) by the method of the least squares with the smallest error to the values of the sample, i.e., we determine the coefficients and b. After performing the reverse substitution, in our case, it follows from (10) that
β 1 = e a ,   β 2 = b ,
which define the exponential trend pattern describing the sample data, as shown below:
y ^ = β 1 e β 2 t .

5. Results

The experimental studies were conducted at the University of Ruse with the following hardware and software shown in Table 2. The BigBlueButton platform is installed on both servers and is used by engineering faculties at the following addresses: https://meet.uni-ruse.bg/b/ (accessed on 21 September 2024) and https://meet1.uni-ruse.bg/b/ (accessed on 21 September 2024).
The period of the study includes the last 11 consecutive weeks of the winter semester in the 2024–2025 academic year (Table 3). We have the average data for “Active Audio Streams” (AAP). For convenience, we designate the weeks as moments of measuring the time factor with t1 = 1, t2 = 2, etc.
We use the first 10 measurements, i.e., the moments of t = 1, … 10, to create a linear model and make a prediction for the 11th element (11). The linear model created during the implementation has the form y , ^ :
y ^ = 56.2 + 42.75 t ,
and for t = 11, an estimated value is obtained, where y ^ = 526.50 .
The results for the trend type are presented in Table 4. The real value of AAP in week 11 is 522 and the error is about 0.86% or an absolute error MAE = |522 − 526.50| = 4.50 (Figure 1).
They show that in short-term forecasts, the general trend finds a place in the methods for effective forecasting. The errors are quite acceptable for the first three models. In this case, the linear trend pattern followed by the cubic one turned out to be the most suitable. The most erroneous forecast is obtained with an exponential pattern. It is noticed that considering the values of factors as a time series is an effective means of predicting them in the short term.
Indeed, in some cases, long-term forecasts can be inaccurate and impractical, as actually noted in the literature. Therefore, to improve the accuracy of forecasting in actual modeling, we chose prediction models that work well with a relatively small sample size in the context of case trend research.

6. Conclusions

Forecasting through time series has its advantages in short-term forecasts of quantities that have clearly distinguishable trends.
The implemented algorithm for automated trend determination examines pre-set different trends—linear, quadratic, cubic, hyperbolic, fractional–rational, logarithmic, exponential, exponential, combined—and chooses the most effective of them.
When predicting the values for a longer period, an increase in errors is observed as they move away from the boundaries of the values in the sample.

Author Contributions

All authors contributed equally to this work. All authors have read and agreed to the published version of the manuscript.

Funding

This study is financed by the European Union-NextGenerationEU, through the National Recovery and Resilience Plan of the Republic of Bulgaria, project № BG-RRP-2.013-0001.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding authors. The data are not publicly available due to privacy restrictions.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Hess, A.; Iyer, H.; Malm, W. Linear trend analysis: A comparison of methods. Atmos. Environ. 2001, 35, 5211–5222. [Google Scholar] [CrossRef]
  2. Puri, A. Multimedia Systems, Standards, and Networks; CRC Press: Boca Raton, FL, USA, 2000. [Google Scholar]
  3. Li, Y.; He, Z.; Zhang, Q. Fast Decision-Tree-Based Series Partitioning and Mode Prediction Termination Algorithm for H.266/VVC. Electronics 2024, 13, 1250. [Google Scholar] [CrossRef]
  4. Han, C.; Zhang, S.; Zhang, B.; Zhou, J.; Sun, L. A Distributed Image Compression Scheme for Energy Harvesting Wireless Multimedia Sensor Networks. Sensors 2020, 20, 667. [Google Scholar] [CrossRef] [PubMed]
  5. Hwang, J. Multimedia Networking: From Theory to Practice; Cambridge University Press: Cambridge, UK, 2009. [Google Scholar]
  6. He, Z.; Gao, S.; Xiao, L.; Liu, D.; He, H. Multimedia Data Modelling Using Multidimensional Recurrent Neural Networks. Symmetry 2018, 10, 370. [Google Scholar] [CrossRef]
  7. Lee, T.-S.; Wang, C.-H.; Yu, C.-M. Fuzzy Evaluation Model for Enhancing E-Learning Systems. Mathematics 2019, 7, 918. [Google Scholar] [CrossRef]
  8. Şen, Z. Innovative Trend Analysis Methodology. J. Hydrol. Eng. 2011, 17, 1042–1046. [Google Scholar] [CrossRef]
Figure 1. Linear trend pattern for “active audio streams” over time: o—experimental data; ×—evaluated data.
Figure 1. Linear trend pattern for “active audio streams” over time: o—experimental data; ×—evaluated data.
Engproc 104 00090 g001
Table 1. Trend patterns used.
Table 1. Trend patterns used.
Trend TypeMathematical Model
Linear y ^ = β 1 + β 2 t
Quadratic y ^ = β 1 + β 2 t + β 3 t 2
Cubic y ^ = β 1 + β 2 t + β 3 t 2 + β 4 t 3
Hyperbolic y ^ = β 1 + β 2 t ,     t 0  
Fractional–rational y ^ = t β 1 + β 2 t ,     t β 1 β 2
Logarithmic y ^ = β 1 + β 2 l n t
Exponential y ^ = β 1 e β 2 t
Power model y ^ = β 1 t β 2
Combined y ^ = t β 1 + β 2 e t ,     t l n β 1 β 2
Table 2. Hardware and software used.
Table 2. Hardware and software used.
ServerMeet1Meet
CPU2x AMD EPYC 7402 24
Core Processor
4x Intel(R) Xeon(R) CPU E7-4820 @ 2.00 GHz Total Cores 8
RAM64 GB Registered ECC DDR4128 GB DDR3 ECC
Registered memory
Ethernet2 1 GbE LAN via Intel® i350-AM21Intel® 82576 Dual-Port Gigabit
Ethernet Controller
VideoASPEED AST2500 BMC graphicsMatrox G200 eW 16 MB DDR2
CPU2× AMD EPYC 7402 24
Core Processor
4× Intel(R) Xeon(R) CPU E7- 4820 @ 2.00 GHz Total Cores 8
RAM64 GB Registered ECC DDR4128 GB DDR3 ECC Registered memory
Ethernet2 1 GbE LAN via Intel® i350-AM21Intel® 82576 Dual-Port Gigabit Ethernet Controller
VideoASPEED AST2500 BMC graphicsMatrox G200 eW 16 MB DDR2
StorageSATA3 (6 Gbps) (2× NVMe on PCi)6 Gb/s SAS/SATA ports (1× Samsung SSD 850)
Ubuntu 18.04.6 LTSUbuntu 18.04.6 LTS
SoftwareBigBlueButton Virtual Classroom
(v.2.4.4)
BigBlueButton Virtual Classroom
(v.2.4.4)
Table 3. Period of the study.
Table 3. Period of the study.
Measurement Moment (t)WeekDates in 2024
14107.1013.10
24214.1020.10
34321.1027.10
44428.1003.11
54504.1110.11
64611.1117.11
74718.1124.11
84825.1101.12
94902.1208.12
105009.1215.12
115116.1222.12
Table 4. Predict the change of active audio streams.
Table 4. Predict the change of active audio streams.
Trend TypeSample Period/Forecast PeriodEstimated ValueReal ValueAbsolute Error
Linen07.10–15.12/
16.12–22.12
526.505224.50
Quadratic07.10–15.12/
16.12–22.12
530.365228.36
Cubical07.10–15.12/
16.12–22.12
517.485224.52
Hyperbolic07.10–15.12/
16.12–22.12
385.81522136.18
Fractional–rational07.10–15.12/
16.12–22.12
365.22522156.78
Logarithmic07.10–15.12/
16.12–22.12
456.0652265.94
Exponential07.10–15.12/
16.12–22.12
1,747,574.945221,747,052.94
Steepened07.10–15.12/
16.12–22.12
499.1152222.89
Combined07.10–15.12/
16.12–22.12
310.24522211.76
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Hinkov, V.; Krastev, G. An Approach to Prediction Using Networked Multimedia. Eng. Proc. 2025, 104, 90. https://doi.org/10.3390/engproc2025104090

AMA Style

Hinkov V, Krastev G. An Approach to Prediction Using Networked Multimedia. Engineering Proceedings. 2025; 104(1):90. https://doi.org/10.3390/engproc2025104090

Chicago/Turabian Style

Hinkov, Vladislav, and Georgi Krastev. 2025. "An Approach to Prediction Using Networked Multimedia" Engineering Proceedings 104, no. 1: 90. https://doi.org/10.3390/engproc2025104090

APA Style

Hinkov, V., & Krastev, G. (2025). An Approach to Prediction Using Networked Multimedia. Engineering Proceedings, 104(1), 90. https://doi.org/10.3390/engproc2025104090

Article Metrics

Back to TopTop