oalogo2  

AUTHOR(S): 

Kangbae Lee, Dong Yeon Kang, Hyung Rim Choi, Byung Kwon Park, Min-Je Cho, Doo-Hwan Kim

 

TITLE

IoT-Based Dynamic Demand Forecasting Measures

pdf PDF htmlFULL-TEXT HTML

ABSTRACT

Markets continue to change, and the speed of such change is becoming faster than ever. In order to adapt to the changing markets, corporations have placed a greater emphasis on supply chain management (SCM). Demand forecasting, being the cause of all factors that constitute SCM, is the most crucial factor. Therefore, it is essential to have a dynamic demand measuring method, so that companies could to adapt to the continuous market changes, and carry out market and demand predictions. Predicting the future based on a vast amount of information on diverse areas is one of the unique means for forecasting. Moreover, it has been proven that the forecasts are more accurate when there is more information with greater diversity. The advent of the IoT (Internet of Things) technology and the era of big data have provided humans with more information on diverse areas. This research aims to utilize the IoT technology and big data for an accurate forecast of the intermittent demand, which has been a difficult area for prediction until now. Moreover, the paper presents a platform that can contribute to effective inventory management and production planning through intermittent demand forecasting.

KEYWORDS

IoT, demand forecasting, artificial neural network, failure forecasting, recurrent artificial neural network, changing need, intermittent demand

 

1 Introduction

With the intense competition in today’s society, companies are putting a greater focus on dynamically reacting to the needs of customers through supply chain management (SCM) [1]. As a factor that directly affects SCM, demand prediction is the cause of all activities that occur within the management system [2]. While accurate demand forecasting requires the reflection of the complex managerial environment, it is difficult to consider the entire managerial environment as of now. The non-linear managerial environment is considered as linear environment; therefore, it is difficult to accurately forecast the demand.

Even though intermittent demand forecasting, an area that has been difficult so far, can be performed by using exponential smoothing and Weibull distribution to extract the expected values, it is impossible to accurately predict the demand at a certain point in time. However, as there are frequent requirements for the information on demand at particular points in time, predicting the intermittent demand is a crucial aspect of SCM.

This research proposes a new method of demand prediction, which utilizes IoT data to predict the intermittent demand. Intermittent demand prediction, coupled with IoT technology can accurately forecast the changing needs at specific points in time. It can also accurately predict irregular demands, which has been difficult to do so until now, thereby reducing the safety stock.

 

2 Theoretical Background

2.1 Features of Intermittent Demand

The changing needs are sporadic and irregular in nature. Intermittent demand exists during the period when there is no demand, and thus identifying its period is impossible. In other words, the conventional researches that predicts the intermittent demand by analyzing only the amount of demand, results in a wide margin of error. However, the IoT technology can be used to collect and analyze information directly related to the life span of an individual product, thereby identifying the change in requirements of an individual product at a certain point in time. These products reflect the demand, and therefore, will be identified as the demand.

 

2.2 Current Method of Predicting Changing Need

Weibull distribution is the most widely used technique for predicting product failure. This method calculates the expected value of demand from the expected life span of products; therefore, it can be applied for calculating the overall changing needs. However, this method did not prove successful in predicting the sporadic changing needs [3]. Moreover, the time series analysis, used in the earlier research stages, did not fully reflect the sporadic nature of demand [3]. While other methods like exponential smoothing and bootstrapping have been proposed, they were limited to the collection of general information on the effective inventory level instead of demand prediction at specific times [3]. This paper suggests a new method for predicting the intermittent demand of a type of battery that is sensitive to changing needs, using IoT data for the measurement and collection of information, and artificial neural network to carry out the analysis and predictions.

 

2.3 Selection of Research Subject

Product failure can be divided into three major categories. The products that need to be changed for production are limited to “parts,” which are categorized into the following three groups.

Functional parts are those parts, which are changed following an accident, shock, or abrasion. These parts form the subject of this research. The other two groups are consumable parts that need to be changed periodically with time and accidental parts that are changed after the occurrence of accidents [4].

By using IoT technology, this research aims to collect real-time product status information, which keeps changing through abrasions, and analyze the accumulated data. Batteries were selected as the subject of research, as they are products that experience shortened life span due to usage. Therefore, this research aims to predict the changing needs of batteries by collecting their real-time status information and analyzing them.

 

2.4 Artificial Neural Network

An artificial neural network imitates the process of a human brain by delivering and processing information. Inside a human brain, there are innumerous neurons, which deliver and process information by transmitting weak electric signals to each other. When the total number of signals received by a neuron surpasses its maximum capacity, it enters an excited state (firing stage) and sends the electric signals to other neurons [5]. Artificial neural networks, which imitate this information delivering process using digital neurons, are widely recognized for their outstanding forecasting capability in non-linear relations, when compared to regression analysis [6]. The recurrent neural network model, which can arouse past memories through feedback coupling, is equipped with a system that is capable of self-studying, and can be adjusted to the changing environments. Since the late 1990s, the recurrent neural network model has been researched as a method for problem solving [6].

 

2.5 Recurrent Artificial Neural Network

The recurrent artificial neural network is a model that is appropriate for dealing with the concept of "time" [6]. As the results are saved on the network as feedback, it can remember the past and can be adapted to the changing environment. This network is classified into the following two types: Elman network and Jordan network.

The Jordan network is a model suitable for the control and learning of mobile robots. It analyzes the output information as input feedback in order to remember a robot's previous location.

The Elman network was developed to interpret the sentences in natural language, and it remembers the past by transforming the activated values of the hidden layer into input feedback. In other words, it remembers the threshold value of the hidden layer for a specific input, and when new information is inputted, it produces new results based on the past values.

In the Elman network, the hidden layers form a perfect circulated connection and include active neurons, whose states are determined by the neurons of the input and hidden layers [7].

In this research, the Elman network model was used to collect the real-time current data of the batteries and determine the next changing stage. By circulating only the accurate data, the network is able to remember the hidden layer threshold value for the next input.

 

3 Research Method

3.1 Measuring Battery Current

Fig. 1 NI 9203 Connection Diagram

Fig. 2 Excel Spreadsheet


For this research, an IoT environment, which involved the real-time measurement of battery current, was set up. The current was measured in real-time using an NI (National Instrument) 9203 module, and the real-time data were collected using the Lab View program.


3.2 Artificial Neural Network-based Prediction Modeling

An artificial neural network model was established in order to predict the intermittent demand based on the analysis of the collected real-time current data. The artificial neural network model deducts specific values from the various input variables, and the information that is inputted as the activation function can be formulated by the following equation:

Sum of Inputs =

n = Number of battery state information

xn = nth state information of battery

wn = Weight of nth state information

The sum of the input values is transformed into the output values by a non-linear function known as the activation function. When the final value obtained after subtracting the threshold value from the input sum is a positive number, it produces a binary output of 1. Alternatively, it produces an output of 0, when the final value is a negative number [5].

 

Therefore, "y" simultaneously shows whether a specific battery is nearing its time of change and the changing need. In short, the total sum of "y" can be shown as the overall changing need, "D."

 

Fig. 4 Deducting the Number of Hidden Layer

 

 

3.3 Building the Artificial Neural Network Model

Fig. 5 Hidden Layer Test Error Rate


From each line of the collected battery data, those with the same volt variable were extracted. They were then categorized into Volt and VoltF data. When the three types of data were constructed to establish the artificial neural network environment, the data categorized into Volt variables were sampled through the designation as different seed values of ind1 and ind2, in order to enable equal and random input of the data.

Fig. 3 Data Categorization

 

The finalized Volt.train, Volt.test, and Volt.valid data helped the learning process of the artificial neural network, and were established so that they could be used for the 1st test and verification. Moreover, the artificial neural network model was established to enable the analysis of other variables based on the Volt variable of myformula.

The test error rates for each number of the hidden layer were compared in order to define the number of nodes included in the hidden layer of the artificial neural network.

As shown in Fig. 5, the number of nodes was the lowest with the lowest test error rate when the number of hidden layers was 5.

 

4 Results

4.1 Artificial Neural Network Prediction Results

By designating the number of hidden layer nodes as 5 and educating the Vol.train data, the Volt.valid data was inputted to record the prediction values through the Volt.pred.valid variables of the artificial neural network.

Fig. 6 Building Artificial Neural Network Model

 

The study evaluates the performance of the artificial neural network that was developed, based on the three performance factors, namely sensitivity, specificity, and accuracy. Sensitivity refers to the rate of accurate identification of the burned out batteries, specificity refers to the rate of accurate identification of the batteries that have not been burned out, and accuracy refers to the ratio of the accurate identification from the total prediction results.

Table 1 Classified Table of the Model (Valid Data)

Category

Obs (Actual observation value)

Remaining battery

Used battery

Pred (Predicted value)

Remaining battery

16

0

Used battery

0

13

Sensitivity

1

Specificity

1

Accuracy

1









 

 

   

Table 1 confirms that the established artificial neural network had a very high accuracy rate. When the network was evaluated based on the three performance indices, the accuracy was very high even when its sporadic nature was considered.

 

5 Conclusion

The method of predicting the intermittent changing needs through the IoT environment that is capable of collecting real-time information is expected to produce better prediction results than the conventional time-series measurement method. This research collects real-time information from individual batteries to determine when they should be changed. Based on this information, the research aims to predict the real-time demand. Therefore, from the perspective of general inventory management, eliciting the effective inventory level is not considered to have much difference from the conventional time series analysis prediction. However, it is expected to cause significant reduction in the demand test errors at specific points in time. In particular, the changing need is expected to show a high prediction rate, as it is based on the analyses of product status, rather than the probability. However, this method has limitations in that the IoT environment has not been established to the extent to conduct research by imitating an IoT environment and that there are no means to acquire product state information through wirelessly. In addition, the research did not consider the various variables due to limitations in the types of status information that could be collected. In conclusion, the follow-up research should predict demand using additional battery status information and enable adaptation to the changing environment through the circulation of the artificial neural network.

Acknowledgments

This work was supported by the Ministry of Education of the Republic of Korea and the National Research Foundation of Korea (NRF-2015S1A5A2A03048940)

 

References:

[1] Simchi-Levi, Philip Kaminsky, and Edith Simchi-Levi, Designing and Managing the Supply Chain: Concepts, Strategies, and Case Studies, Journal of Business Logistics, 2001.

[2] Marilyn M. Helms, Lawrence P. Ettkin, and Sharon Champman, Supply chain forecasting Collaborative forecasting supports supply chain management, Business Process Management Journal, 2000.

[3] Chung Ki-sun, Park Jin-su, Nokhaiz Tariq Khan, and Kim Yoon-bae, Research on Demand Prediction Methodology Development for Component and Parts with Intermittent Demands, Korea Institute of Industrial Engineer, 2016.

[4] Hong Suk-ki, Developing Demand Prediction Model for Parts Considering Failure Rate Focusing on Automobile Industry , Seoul National University, 2000.

[5] Koyabashi Ichiro, Basics of Artificial Intelligence, Dream Media, 2014.

[6] Ryu In-hwan, Demand Prediction of Time Series Measurement Data through Artificial Neural Network , Yonsei University, 2006.

[7] Kim Dae-soo, Neural Network Theory and Application, Hitech Information Corp., 1992.

Cite this paper

Kangbae Lee, Dong Yeon Kang, Hyung Rim Choi, Byung Kwon Park, Min-Je Cho, Doo-Hwan Kim. (2017) IoT-Based Dynamic Demand Forecasting Measures. International Journal of Internet of Things and Web Services, 2, 14-19

 

cc.png
Copyright © 2017 Author(s) retain the copyright of this article.
This article is published under the terms of the Creative Commons Attribution License 4.0