Next Article in Journal
Enhanced Output Tracking Control for Direct Current Electric Motor Systems Using Bio-Inspired Optimization
Next Article in Special Issue
Application of Multiple Deep Neural Networks to Multi-Solution Synthesis of Linkage Mechanisms
Previous Article in Journal
An Improved Denoising Method for Fault Vibration Signals of Wind Turbine Gearbox Bearings
Previous Article in Special Issue
A Knowledge Graph-Based Approach for Assembly Sequence Recommendations for Wind Turbines
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Knowledge Graph-Embedded Time-Serial-Data-Driven Bottleneck Analysis of Textile and Apparel Production Processes

1
College of Computer Science and Technology, Donghua University, Shanghai 201620, China
2
Sinopec Sales Co., Ltd., Shandong Binzhou Petroleum Branch, Binzhou 256600, China
*
Author to whom correspondence should be addressed.
Machines 2023, 11(11), 1005; https://doi.org/10.3390/machines11111005
Submission received: 13 September 2023 / Revised: 24 October 2023 / Accepted: 31 October 2023 / Published: 2 November 2023
(This article belongs to the Special Issue Smart Processes for Machines, Maintenance and Manufacturing Processes)

Abstract

:
There is a lack of high correlation and reuse potential among multiple manufacturing data for textiles and apparel. Moreover, the material flow traceability between production workstations is not clear, making it difficult to detect potential production bottlenecks. This paper proposes a knowledge graph embedded time serial data-driven bottleneck analysis of textile and apparel production processes. Firstly, a dynamic information association model is established to organize global manufacturing information, including the static data and time-series data features. Also, a textile-corpus-oriented knowledge extraction model is designed to construct a time-series knowledge graph for textile and apparel production (TKG4TA). Then, a temporal knowledge-driven production process bottleneck prediction model is presented based on manufacturing knowledge in the textile and apparel industry. Of these, textile knowledge is transformed into embeddings using a graph convolutional network (GCN). In turn, the context-associated information features are learned by the long short-term memory (LSTM) to predict the bottlenecks in the textile and apparel production process. Finally, a typical process flow in a shirt manufacturing workshop is used as a case study. It shows that the F1 value of the proposed method for named entity recognition and relationship extraction is up to 80.3%, and 50.6%, respectively. The performance of the proposed model for bottleneck prediction is improved by 8.2% and 14.92% compared to only the use of GCN or LSTM in the mean absolute error. This model may provide a solid foundation for the temporal knowledge-graph-driven bottleneck analysis of shirt manufacturing.

1. Introduction

Textile and apparel production is an important economic pillar in China [1,2,3]. Currently, the traditional apparel production mode is rapidly shifting to customized garment production, increasing the demand for the intelligent customization of orders [4]. However, the production process of textiles and apparel is complex. A large amount of multi-source manufacturing data (process data, time-series stream data) accumulated in each production workstation are independent of each other and have a severely low reuse rate. Also, the textile and apparel production workstations are highly volatile. Moreover, there are many types of equipment and the information exchange between equipment types is blocked. This leads to unclear traceability of material flow between manufacturing workstations, making process monitoring difficult and potential production bottlenecks hard to detect. This lack of correlation and reuse of global data, including both real-time manufacturing data and historical manufacturing data from the whole production workstations, poses a great challenge to the flexible production and fast bottleneck prediction in the textile and apparel industry.
Exploring how to correlate and utilize manufacturing data from a global perspective is a key to predicting bottleneck workstations and controlling quality for meeting the requirements of textile and apparel production.
Current, research into the information modeling of production resources is dominated by ontology and knowledge graphs. Leveraging ontology in the textile and apparel field can be useful in describing complex relationships between objects [5,6]. However, it lacks fine-grained descriptions in massive data. Further, knowledge graphs have attracted attention in the textile industry due to their ability to efficiently organize massive, multi-source, heterogeneous data with complex semantic relationships [7,8], but there are fewer explorations on the unified organization of dynamic data. In [9], the knowledge graph facet model provided an idea for establishing dynamic knowledge modeling.
On the other hand, a bottleneck means that imbalance and inefficiency in the line can cause the operation process to be hampered, resulting in a queue of semi-finished products [10]. In [11], the ranked position weight and region approach method are used to overcome bottlenecks in the garment industry. Some scholars are currently focusing on bottleneck analysis based on data science methods such as convolutional neural network (CNN) and long short-term memory (LSTM) in the textile industry [12,13,14]. The above studies reflect somewhat the intelligent decision analysis of the textile and apparel production process. Moreover, in combining knowledge and data science methods to drive textile and apparel manufacturing [15], the domain knowledge related to the text corpus is integrated into a bidirectional long short-term memory (BiLSTM)-based multitask-learning network to bridge the semantic gap between customer needs and design specifications. However, the implicit relationships contained in textile knowledge are not yet explored in depth enough. Fortunately, the fact that graph neural networks can deal with graph data, such as knowledge graphs, provides a feasible option to fully utilize dynamic data and knowledge for production process bottleneck analysis.
Summarizing the above, this paper proposes a knowledge-graph-embedded time-serial-data-driven bottleneck analysis of textile and apparel production processes. Firstly, a dynamic information association model integrating static data and time-series data is established. Then, a textile-corpus-oriented knowledge extraction method is designed to construct a time-series knowledge graph for textile and apparel production (TKG4TA). Further, a temporal knowledge-driven model for predicting bottleneck workstations is designed, based on manufacturing knowledge in the textile industry. Also, textile knowledge is transformed into embeddings using a graph neural network. In turn, the context-associated information features are learned by LSTM to predict the bottlenecks in the textile and apparel production process.
The main innovations of this paper are as follows: (1) We propose a dynamic information association model that integrates static and time-series data in textile and apparel production. (2) We design a textile-corpus-oriented knowledge extraction method and incorporate the information association model to construct a textile and apparel production time-series knowledge graph. (3) We present a temporal knowledge-driven bottleneck prediction model to predict bottleneck workstations in textile and apparel production lines.
The rest of this paper is organized as follows: Section 2 introduces the literature review. Section 3 details the knowledge modeling and graph generation in textile and apparel production processes. Section 4 proposes the temporal knowledge-graph-driven bottleneck analysis in detail. A case study is evaluated in Section 5. Finally, the conclusions and limitations of this study are summarized in Section 6.

2. Literature Review

2.1. Modeling Methods for Textile and Apparel Production Resources

Currently, modeling for production resources mainly focuses on ontologies and knowledge graph techniques. In [16], the authors focused on the domain of fashion and introduced Fashionpedia as a step toward mapping out the visual aspects of the fashion world to build upon the Fashionpedia ontology. In [5], the authors proposed an ontology-based knowledge base for user profiles and garment features in apparel recommender systems. In [17], the authors presented a new approach for constructing a garment pattern design knowledge base (GPDKB) using sensory analysis, ontology, and support vector regression (SVR) modeling, to formalize the complete knowledge of garment pattern design. In [6], the authors designed an advanced upcycling method in fashion practice by establishing material inventories and garment ontologies. However, there is a lack of description of fine-grained semantic relationships between massive amounts of textile and apparel data.
For the knowledge graph construction in the textile and apparel industry, the authors proposed a knowledge graph construction method for the textile field facing the industrial Internet, and the accuracy of knowledge is improved [7]. In [8], the authors presented a construction method of a knowledge graph for clothing recommendations based on expert knowledge. However, the above studies have given less consideration to the dynamic evolution of knowledge. In [9], the authors established a knowledge graph facet model for the custom apparel production process, which provided an idea for building dynamic knowledge modeling. In addition, one of the key techniques for knowledge graph construction is knowledge extraction [18,19,20,21]. In [22], the authors designed a Chinese-named entity recognition for clothing knowledge graph construction. Some scholars have introduced knowledge into the textile and clothing field, but the details of knowledge acquisition are less discussed [23,24,25].

2.2. Production Process Inspection and Analysis of Textile and Apparel Manufacturing Systems

Many researchers in the field of textile and apparel are currently employing data science methodologies for inspection and analysis. In reference [26], the authors utilized K-means clustering and support vector machines to investigate data mining-based solutions for apparel size assignment. Reference [27] introduced a probabilistic neural network model designed to predict and control garment fit levels. This model is based on inputs such as garment ease allowances, digital pressures, and fabric mechanical properties measured within a three-dimensional (3D) virtual environment. Reference [14] presented a prediction model for rotor yarn quality based on CNN and LSTM. This model accurately forecasts final yarn quality indicators given specific conditions. In reference [28], the authors have conceived and implemented an interactive system for fashion and garment design. This system is meticulously constructed through the systematic integration of various data-driven services, including garment design recommendations, 3D virtual garment fitting visualization, a repository of design knowledge, and the ability to adjust design parameters. In [29], the authors presented a new approach to garment fit assessment using a probabilistic neural network, aiming to promote the implementation of garment e-mass customization in the new era of Industry 4.0.
The above studies have made more use of data but less use of knowledge in the textile and apparel industry. Knowledge graphs, as a kind of graph data, can describe complex relationships in the physical world. In recent years, massive graph data can be processed using graph convolutional network (GCN) techniques [30]. This has been successfully applied to traffic prediction [31,32], medicine discovery [33,34], and industrial production [35,36]. Moreover, a novel semi-supervised graph convolutional network is presented to extract the textile image features through the image descriptors for the recognition of a few labeled textile defects [37]. This provides a viable idea for utilizing dynamic data and knowledge in textile and apparel for production process inspection and analysis.

3. Knowledge Modeling and Graph Generation in Textile and Apparel Production Processes

Based on the manufacturing data from the textile and apparel production process, a data-and-knowledge association model is constructed, as shown in Figure 1. It involves the workstation and task planning layer, the equipment and process layer, and the state data layer, respectively. Specifically, the information involved in the textile and apparel production process mainly derives from ERP, MES, and databases. (1) The workstation and task planning layer: The workstation is a more centralized and complete unit of data in the apparel manufacturing process. Whenever a new manufacturing order is placed, the material is assigned to a specialized production line. Then, according to the personnel and process configuration of the workstation, it passes through each process in turn. Finally, the material is stored and shipped. The task is to split the product processing content at each workstation according to the daily or weekly work plan issued by the shop. (2) The equipment and process layer: Equipment refers to small, medium, and large machining tools, which are configured to perform multiple or single machining tasks. Process is a series of machining operations accomplished at the same machining location or on the same machining equipment. This is developed by the process designer according to the product requirements. (3) The state data layer: It refers to the relevant data collected and stored in a time-series database at different collection intervals using devices such as sensors, monitoring equipment, and automatic collection instruments.

3.1. Data and Knowledge Modeling of Textile and Apparel Production Processes

For the static knowledge and dynamic time-series data contained in the textile and apparel production workshop, the definition of the time-series knowledge graph for textile and apparel production TKG4TA is given as follows.
TKG4TA = {E, R, SK, DK}
E = {e1, e2, , en} denotes a set of knowledge entities, including concept entities, instance entities, and attribute value entities. The entity types are described in Table 1. On the one hand, specific entities are selected from the available data. On the other hand, the existing literature on knowledge extraction for textile and apparel production is also referenced [38]. R = {Rl, Rs, Rt} is a set of relationships, including sequential relationship (Rl), structural relationship (Rs), and time-series relationship (Rt), described in Table 2. SK = {eh, r, et} is the set of static knowledge. DK = {eh, r, et, t} is the set of time-series knowledge. Of these, eh and et denote the head entity and tail entity of the triples, respectively. r denotes the relationship between entities. t denotes the timestamp.
In the textile workshop, it is necessary to record the relevant resource knowledge, process knowledge, and processing status information involved in the manufacturing process. There is also a logical sequence and relationship flow among the knowledge types. In addition, basic information about semi-finished products, technical requirements, and quality control standards is also included. Thus, a data and knowledge ontology for textile and apparel production processes is designed, as shown in Figure 2.
The temporal relationship “HasAttr:T” defined in Table 2 is used to establish the relationship among personnel, equipment, process methods, and task descriptions involved in the machining process. In this way, each node related to the workstation is associated with entities, including human, machine, material, method, and environment in the production system. Also, there are some interactive relationships between the entities. Each entity has its unique attributes, including static and dynamic attributes.

3.2. Knowledge Graph Construction of Textile and Apparel Production Processes

Based on Section 3.1, to obtain the information from the textile and apparel production process to form structured knowledge, a BERT-BiLSTM-Attention-CRF joint-entity-relationship extraction model is designed, as shown in Figure 3. The design details of the model are given as follows. Also, the input with Chinese corpus corresponds to the English written in blue in Figure 3. It is worth noting that the data source is a Chinese document, but only the characters are different. The method proposed in this paper can be applied to other languages as well.
The possible overlapping entities in the corpus are taken into account in the BERT-BiLSTM-Attention-CRF. Specifically, the BIOES annotation model is used to annotate the predicted labels [39], as shown in Figure 3. Of these, entity and relationship types refer to Table 1 and Table 2. The label “1” indicates that the word belongs to the head entity of the triple. The label “2” indicates that the word belongs to the end entity of the triple. The label “OV” indicates an overlapping entity. An example of labeling of overlapping relationships related to textile and apparel production is shown in Figure 4. The meaning in Chinese corpus corresponding to the English is “The lining is cut into pieces on a cutting machine”. The types of labels for name entity recognition in textile and apparel production are summarized in Table 3, whereas the abbreviations are referenced in Table 1.
Further, the labeled text data is fed into an entity-relationship extraction network to learn the sequence of labels from the corpus.
Specifically, the BERT encodes all sentences so that the vectors have contextual features. To efficiently capture the bidirectional semantic correlation of long sequences, the BiLSTM for contextual information extraction is given. The LSTM cell can be defined as follows.
f t = σ ( W f [ h t 1 , x t ] + b f )
i t = σ ( W i [ h t 1 , x t ] + b i )
o t = σ ( W 0 [ h t 1 , x t ] + b o )
C t = t a n h ( W c [ h i 1 , x t ] + b c )
C t = f t C t 1 + i t C t
h t = o t t a n h ( C t )
where σ denotes the Sigmoid function. b f , b i , b o , and b c denote time step bias, respectively. The output of x t at moment t is h t . o t determines the direction and size of the output vector of the LSTM cell. f t denotes forgetful control. i t denotes input control. C t denotes the output state retained after passing the forgetful control. The control weight of the input oblivion is W i . The control oblivion information weights are W f . The weight of the control output is W 0 . The weight of the control memory message is W c .
The weight vector ri given by the attention mechanism to the information in the sentence is shown below.
r i = j = 1 N   b ij · y i
where the sequence of sentence features extracted by BiLSTM is denoted as yi. bij denotes the probability distribution of the word di as follows.
b i j = exp ( f ( d i , d j ) ) k = 1 N exp ( f ( d i , d k ) )
where di and dj denote the ith word and jth word of a sentence. f ( d i , d k ) denotes the similarity between the ith word di and any word dk in the sentence. The total number of words is N.
After that, the vectors are decoded and classified by the conditional random fields (CRFs). The CRF layer uses a state transfer function p(y|x) described as follows:
p ( y | x ) = exp ( s c o r e ( x , y ) ) Z ( x )
Z ( x ) = y ` exp ( s c o r e ( x , y ` ) )
s c o r e ( x , y ) =   E m i t ( x i , y i ) + T r a n s ( y i 1 , y i )
where Z(x) is a normalization factor, Trans denotes the transfer matrix of the CRF. Emit denotes the prediction probability. A higher score (x, y) means more accurate prediction. Thus, the following equation gives the computational description of the reliable output.
y * = a r g m a x ( log ( s o f t max ( s c o r e ( x , y ) ) ) )
where y* denotes the predicted label of the output.

4. Bottleneck Prediction for Workstations in Textile and Apparel Production Based on the TKG-LSTM Model

Based on the knowledge modeling and graph construction of the massive data from the textile and apparel production process in Section 3, the static data and time-series data are linked by a knowledge graph named TKG4TA. This provides a knowledge base for detecting the bottleneck workstations. The reason is that the production cell needs to respond to a task passed from the upstream workstation and the task required by the downstream workstation. However, the location of production bottlenecks is usually non-static. Moreover, there are various manufacturing factors associated with bottleneck prediction. Hence, a real-time bottleneck prediction model for textile and apparel production workstations based on temporal knowledge graph–long short-term memory (TKG-LSTM) is designed, as shown in Figure 5. The model integrates the network properties of CompGCN and LSTM. CompGCN is a multi-relational graph convolutional network which can capture the dependencies of bottleneck-related static or time-serial manufacturing knowledge in TKG4TA. LSTM can capture the long-term dependencies in the production process, which leads to a better prediction.
Specifically, the inputs are subgraphs in TKG4TA, including static data and time-series data of the textile and apparel production process. This involves a close relationship with the knowledge nodes of “Human-Machine-Material-Method-Environment” in the production workshop system, including variables describing the state of semi-finished apparel products, variables describing the state of equipment, and variables describing the processing methods in the workshop.
Then, the subgraph in TKG4TA is encoded using CompGCN [40] to embed the representation of manufacturing data features, including the convolution and aggregation of subgraphs of TKG4TA. Further, after aggregation by the graph convolutional network, LSTM is used to learn the long-term dependence state features in the production process. Moreover, attention weights are added to make different state features play different roles in the bottleneck prediction. Finally, the bottleneck prediction for different workstations is executed by computing the updates.
To facilitate the analysis of the bottleneck workstation, a definition describing the basic elements of the workshop is given, as shown in Table 4. Bottleneck workstations BNk are those with the highest long-term utilization or those whose work-in-process inventory in the upstream buffer is the largest of all buffers in the system.
PWT denotes the sum of the waiting times of textile and apparel semi-finished products in the buffer area Bk of station Dk at time t. The larger the PWT, the weaker the ability to respond upstream. In addition, NWT denotes the sum of the waiting times for textile and apparel semi-finished products from station Dk′ in the buffer of station Dk′ at time t. The larger the NWT, the greater the ability to supply downstream. Thus, the workstation bottleneck BNk at time t in the device Dk is described as follows.
P W T =   i B k ( t B T i j k )
N W T =   k D     i B k ( t B T i ( j + 1 ) k )
The textile production unit needs to respond to both the tasks delivered by the upstream workstation and the tasks required by the downstream workstation. Therefore, the bottleneck value is defined as the negative value of the comprehensive ability of a production cell to satisfy upstream and downstream tasks. The cell with the largest bottleneck value is the bottleneck workstation. Bottleneck workstation BNk is given in the following.
B N k = ( P W T + N W T )
Meanwhile, to further realize the design idea of the bottleneck prediction model of textile and garment production workstations based on TKG-LSTM, its key descriptions are given as follows.
(1)
GCN-based node embedding in the subgraph of TKG4TA
For predicting the bottleneck status of each workstation, it is first necessary to extract the bottleneck features of each workstation node, as shown in the bottom layer in Figure 5. The features related to the workstation bottleneck in TKG4TA are embedded. GCN is applied to deliver the feature embedding of each workstation node to the edge node to aggregate the feature vectors and compute the embedding features of the target workstation. The nodes and relationships are described in detail as follows.
h e ( l + 1 ) = σ ( i N e 1 λ e W ( l + 1 ) h e ( l ) )
h r k + 1 = W rel k h r k
G ( E t ) = h e ( t ) h r ( t )
h e ( l + 1 ) indicates the subgraph feature aggregation of the l + 1th layer with ej as the key node in the TKG4TA. Ne is the first-order neighborhood of node ej. h r k indicates the relationship feature of the k layers. λe indicates a normalization constant. Wrel and W ( l + 1 ) d ( l + 1 ) × d ( l ) denote a transformation matrix and a layer-specific trainable weight matrix, respectively. Then, the subgraph encoding G ( E t ) in the TKG4TA can be represented by concatenating h e ( t ) and h r ( t ) at time t.
(2)
Long-term relationship feature representation in the workstation production process
Bottleneck workstations are also influenced by their historical station observations and future production planning. These factors exhibit time dependence and inter-correlation. LSTM is utilized to capture these properties after encoding by the GCN. A detailed description is given in the corresponding equations in Section 3. After encoding based on the LSTM, attention weights α are added to give different weights to different states to characterize the importance of each state, so that each state plays a different role in the prediction.
α = s o f t m a x ( h t k l h t l )
h t k l = α h t k l
y B N = W h t l + b
where l denotes the number of layers of the LSTM. W and b are the weights and biases of the fully connected layer. h t l is the output of the last time step in the last layer of the TKG-LSTM. Finally, the bottleneck value yBN of each production unit is output through the fully connected layer.
(3)
Training updates to the model
The goal is to minimize the error between the true bottleneck time and the predicted value time on the production line. y B N and y ^ B N denote the true time and the predicted time, respectively. The loss function of the model is described as follows.
l o s s = y B N y ^ B N + λ L r e g
where λ is the hyperparameter. Lreg is the L2 regularization to avoid overfitting problems.

5. Case Study

This section demonstrates that the proposed models can utilize textile and apparel production data to construct a knowledge graph, and then predict the workstation bottlenecks in production. The partial workstations (WS) of a production line for shirts are selected as a case, as shown in Figure 6. The analytic details will be discussed in the follow-up.

5.1. Knowledge Extraction and Knowledge Generation for Textile and Apparel Production

The knowledge extraction for building the TKG4TA mainly comes from a large number of textile and apparel process documents and equipment operation and maintenance manuals, as well as the records from the information system log. Data cleaning is performed to remove the sentences without entity and relationship. To ensure data quality, several persons with empirical knowledge are invited to perform manual screening, labeling, and proofreading. Then, 1682 labeled sentences are obtained. On average, each sentence is about 63 words. Among them, the ratio of training set and validation set is 8:2, and the details of the dataset are shown in Table 5.
To analyze the effectiveness of the various modules of the network for the proposed joint entity-relationship extraction model, BiLSTM-CRF [41], Word2Vec-BiLSTM-CRF [42], and BERT-BiLSTM-CRF [43] are employed as baseline. Key parameter settings for the models include a batch size of 64, a dropout of 0.3, a learning rate of 0.0015, and an epoch of 80. Adam is used as the optimizer. In addition, P (Precision), R (Recall), and F1 scores are used as the metrics for knowledge extraction. Finally, the performance comparison of the four models on the named entity recognition and relationship extraction tasks are summarized as shown in Figure 7 and Figure 8, respectively.
The comparison of the four models shows that the single named entity recognition and the BERT-BiLSTM-Attention-CRF have achieved better results and the difference is not significant. The F1 value of the proposed method for entity recognition is up to 80.3%, and the F1 value for relationship extraction is up to 50.6%. Compared with the BERT-BiLSTM-CRF model, the introduction of the attention mechanism increases the model by 7.2% in entity recognition and 5.4% in relationship extraction in terms of F1 value. Moreover, the BERT-BiLSTM-CRF achieved 3.6% more in F1 values than the Word2Vec-BiLSTM-CRF model on both tasks. This indicates that the embedding accuracy of BERT is greater than that of Word2Vec. Compared with the F1 value of the BiLSTM-CRF-based model, the performance of the model proposed in this paper in the relationship extraction task is improved by 11.2%. This indicates that the joint entity-relationship extraction method can effectively utilize the semantic relationship between the entity recognition and relationship extraction tasks to obtain overlapping relationships. Further, the generated triples are checked by textile professionals to safeguard the quality of the knowledge graph as much as possible.
After obtaining the triples by the joint entity-relationship extraction model, the various static and time-series data stored in the information system are mapped to the knowledge graph based on the ontology model. An example of the time-series knowledge graph for shirt production is constructed as shown in Figure 9. The relevant knowledge nodes and relationships in the shirt manufacturing process are displayed. Each entity includes static and dynamic attributes of the workstation in shirt manufacturing, which play a key role in keeping the production line running stably. The time-series knowledge graph of shirt production is stored in the neo4j graph database, which will provide the data basis for the bottleneck analysis model later.

5.2. Knowledge Graph-Based Bottleneck Identification in Textile and Apparel Production

Taking the partial flow of production lines for shirt manufacturing in Figure 6 as the subject of bottleneck analysis, its production line has 38 workstations with 101 workflows. We assigned 80% of the workstation data to the training set and 20% of the workstation data to the validation set for bottleneck prediction. The production line produces several major types of shirts each day, where production lines include both serial structures and parallel structures. Each workstation may contain at least one or several processes. The buffer capacity between workstations is recorded and used as input to associate the time-series knowledge graph. The statistics of the event log data from a shirt production line over a period of time are shown in Table 6.
(1)
Metrics strategy
The root mean square error (RMSE) and the mean absolute error (MAE) are used as evaluation indicators for the bottleneck prediction model, which are described as follows.
R M S E = 1 N i = 1 N ( y ^ B N y B N ) 2
M A E = 1 N i = 1 N   ( y ^ B N y B N )
(2)
Experimental parameter selection
The key experimental parameters for the bottleneck prediction model are shown in Table 7. It is mainly divided into the parameter settings of GCN and LSTM. First, the dimension of the graph embedding is 200. The number of layers in GCN is 2. Then, the hidden size in LSTM is 200. The learning rate of the model is 0.0015 and the epoch is 1200. Figure 10 gives the curve of the loss function of the proposed bottleneck prediction based on TKG-LSTM. It can be seen that it converges around 600 epochs.
(3)
Experimental analysis
To measure the effectiveness of the TKG-LSTM in bottleneck prediction, LSTM and GCN are chosen as baseline, incorporating the bottleneck information including knowledge from TKG4TA and the event logs in Table 6. Then, the TKG-LSTM and the selected baseline in the bottleneck prediction task spanning is set to 30 min and 60 min. The comprehensive performance comparison is summarized in Table 8.
As a result, it can be concluded that the TKG-LSTM model can better integrate historical information with multi-features compared to the LSTM and GCN, resulting in a better bottleneck workstation prediction. Among the proposed approaches, bottleneck prediction with time-series features has a better performance in modeling temporal features. In the bottleneck prediction tasks with both 30 min and 60 min spans, the performance of the TKG-LSTM is improved compared to the use of the GCN model or the LSTM model alone for bottleneck prediction. Also, the prediction accuracy is improved by 8.2% and 14.92% in the MAE metrics, respectively. This may be because those models only consider a single bottleneck state feature. In contrast, the proposed TKG-LSTM model can capture temporal knowledge features from the production workstation state data. TKG-LSTM is suitable for processing temporal knowledge graphs due to combining the respective advantages of GCN and LSTM, making the accuracy of the proposed model higher than that of LSTM or GCN on their own.
To further discuss the details of bottleneck workstation prediction, the results are given for several typical workstations based on Figure 6 for shirt manufacturing, as shown in Figure 11. Specifically, 600 time steps are selected to analyze the bottleneck prediction results. Figure 11a shows the variation of bottleneck values at WS 6. The blue and red curves indicate the true and prediction values, respectively. It can be seen that the curves of the predicted value and the true value of WS 6 are in good match. Moreover, the variations of bottleneck values are larger and more negative. According to Equation (15), it can be observed that this is because the shorter waiting time of the fabric to be processed in the cache area makes the waiting time of the fabric from WS 6 in the downstream sewing station longer. This also indicates that the fabric sewing capacity at WS 6 is relatively high. Therefore, it is quite unlikely that WS 6 will be a bottleneck workstation at the moment. Figure 11b shows the variation of bottleneck value at WS 15, which is also relatively consistent with the curve of the predicted and true values. Moreover, the bottleneck value fluctuates more frequently and remains high for a long time. This is because the waiting time for the sewing of fabrics in the buffer is long, which makes the waiting time for the fabrics from WS 15 in the downstream sewing station shorter. This also indicates that the fabric sewing capacity at WS 15 is weak. Thus, there is a higher probability that WS 15 will become a bottleneck workstation. It is necessary to pay attention to WS 15 in the shirt sewing process. These discussions also reflect the causes of potential bottlenecks in upstream and downstream production workstations for the textile industry. Based on the cause analysis of workstation bottlenecks, it is beneficial to enhance the efficiency in guiding and recommending subsequent textile production operations.

6. Conclusions and Future Work

In this paper, we propose a knowledge-graph-embedded time-serial-data-driven bottleneck analysis of textile and apparel production processes. Firstly, a dynamic information association model in textile and apparel production is established to organize the static data and time-series data from a global level. Then, a textile-corpus-oriented knowledge extraction model is designed to form the triples, taking a large number of documents related to textile process and equipment operation and maintenance manuals as data resources. The comparison of the four models shows that the F1 value of the proposed model for entity recognition is up to 80.3%, and for relationship extraction is up to 50.6%. Moreover, TKG4TA includes the static and dynamic attributes of the workstation in shirt manufacturing. In addition, a temporal knowledge-driven production process bottleneck prediction model, TKG-LSTM, is presented by incorporating GCN and LSTM. Finally, taking the partial flow of production lines for shirt manufacturing as the bottleneck analysis subject, the TKG-LSTM performance in the MAE metrics is improved by 8.2% and 14.92% compared to the use of GCN and LSTM only, respectively. Finally, we analyze several typical workstations for bottleneck prediction. The analysis indicates that the proposed method can predict the different workstations based on real-time data and knowledge from shirt manufacturing, which helps workers find potential bottleneck workstations in a workshop.
Although the proposed methods show superior results in generating TKG4TA and predicting bottleneck workstations in the textile industry, they still have some limitations. Firstly, the hyperparameters involved in the TKG-LSTM are selected for suitable bottleneck prediction in the textile industry. The selection of hyperparameters may need to be optimized in the future to work for different prediction applications. Secondly, there is insufficient consideration of interference factors for bottleneck finding in textile and apparel production. Therefore, it is desired to extend the textile manufacturing knowledge entity and relationship types to apply complex relationship extraction and knowledge graph generation tasks.

Author Contributions

Conceptualization, G.W. and G.L.; data curation, G.W. and Q.L.; funding acquisition, G.L.; methodology, G.W. and Q.L.; project administration, G.L.; resources, G.L.; software, G.W.; supervision, G.L. and Q.L.; validation, G.W. and Q.L.; visualization, G.W.; writing—original draft, G.W. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported by the National Key Research and Development Project of China (No. 2017YFB0309800), and the Shanghai Industrial Internet Innovation and Development Special Project “Industry-level Industrial Internet Platform Project for Textile and Apparel” (No. 2019-GYHLW-004).

Data Availability Statement

The data that have been used are confidential.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mostafiz, M.I.; Musteen, M.; Saiyed, A.; Ahsan, M. COVID-19 and the Global Value Chain: Immediate Dynamics and Long-Term Restructuring in the Garment Industry. J. Bus. Res. 2022, 139, 1588–1603. [Google Scholar] [CrossRef]
  2. Ruan, X.; Ding, N.; Yang, J. Dual-Level Eco-Efficiency Analysis in Sustainable Management: An Empirical Study on Textile Manufacturers and Supply Chains in China. J. Environ. Manag. 2022, 304, 114227. [Google Scholar] [CrossRef] [PubMed]
  3. Rodil-Marzábal, Ó.; Gómez Pérez, A.L.; Campos-Romero, H. The Global Textile and Apparel Value Chain: From Mexico–US–China Linkages to a Global Approach. Economies 2022, 10, 258. [Google Scholar] [CrossRef]
  4. Ahmad, S.; Miskon, S.; Alabdan, R.; Tlili, I. Towards Sustainable Textile and Apparel Industry: Exploring the Role of Business Intelligence Systems in the Era of Industry 4.0. Sustainability 2020, 12, 2632. [Google Scholar] [CrossRef]
  5. Olufisayo Dahunsi, B. An Ontology-Based Knowledgebase for User Profile and Garment Features in Apparel Recommender Systems. In Proceedings of the 15th ACM Conference on Recommender Systems, Amsterdam, Netherlands, 13 September 2021; Association for Computing Machinery: New York, NY, USA, 2021; pp. 851–854. [Google Scholar]
  6. Bigolin, R.; Blomgren, E.; Lidström, A.; Malmgren de Oliveira, S.; Thornquist, C. Material Inventories and Garment Ontologies: Advancing Upcycling Methods in Fashion Practice. Sustainability 2022, 14, 2906. [Google Scholar] [CrossRef]
  7. Wang, G.; Liu, G. Construction Method of Knowledge Graph in Textile Field Facing Industrial Internet. In Proceedings of the 2021 International Conference on Digital Society and Intelligent Systems (DSInS), Chengdu, China, 3–4 December 2021; pp. 25–29. [Google Scholar]
  8. Zhou, H.; Liu, X.; Fang, Y.; Zhang, B. Research on the Construction Method of Knowledge Graph for Clothing Recommendation Based on Expert Knowledge. In Proceedings of the 2021 International Conference on Computer Information Science and Artificial Intelligence (CISAI), Kunming, China, 17–19 September 2021; pp. 1083–1087. [Google Scholar]
  9. Shen, X.; Li, X.; Zhou, B.; Jiang, Y.; Bao, J. Dynamic Knowledge Modeling and Fusion Method for Custom Apparel Production Process Based on Knowledge Graph. Adv. Eng. Inform. 2023, 55, 101880. [Google Scholar] [CrossRef]
  10. Yulianti, D. Analisa penyeimbangan lintasan perakitan pada proses pembuatan t-shirt di departemen assembling dengan menggunakan metoda hegelson-birnie dan metoda killbridge–wester pt. Caladi lima sembilan (c-59) bandung. J. Tekno Insentif 2018, 12, 13–20. [Google Scholar] [CrossRef]
  11. Chang, H.-L.; Silitonga, R.M.; Zelita, Y.; Adilah, M.; Jou, Y.-T. Application of Ranked Position Weight and Region Approach Method in Overcoming Bottlenecks in Garment Industry. RSF Conf. Ser. Eng. Technol. 2022, 2, 23–36. [Google Scholar] [CrossRef]
  12. Noor, A.; Saeed, M.A.; Ullah, T.; Uddin, Z.; Ullah Khan, R.M.W. A Review of Artificial Intelligence Applications in Apparel Industry. J. Text. Inst. 2022, 113, 505–514. [Google Scholar] [CrossRef]
  13. Lu, Z.; He, Z.; Tran, K.P.; Thomassey, S.; Zeng, X.; Hong, M. Decision Support Systems for Textile Manufacturing Process with Machine Learning. In Machine Learning and Probabilistic Graphical Models for Decision Support Systems; CRC Press: Boca Raton, FL, USA, 2022; ISBN 978-1-00-318988-6. [Google Scholar]
  14. Hu, Z. Prediction Model of Rotor Yarn Quality Based on CNN-LSTM. J. Sens. 2022, 2022, e3955047. [Google Scholar] [CrossRef]
  15. Wang, Y.; Li, X.; Mo, D.Y. Knowledge-Empowered Multitask Learning to Address the Semantic Gap Between Customer Needs and Design Specifications. IEEE Trans. Ind. Inform. 2021, 17, 8397–8405. [Google Scholar] [CrossRef]
  16. Jia, M.; Shi, M.; Sirotenko, M.; Cui, Y.; Cardie, C.; Hariharan, B.; Adam, H.; Belongie, S. Fashionpedia: Ontology, Segmentation, and an Attribute Localization Dataset. In Proceedings of the Computer Vision—ECCV 2020, Glasgow, UK, 23–28 August 2020; Vedaldi, A., Bischof, H., Brox, T., Frahm, J.-M., Eds.; Springer International Publishing: Cham, Switzerland, 2020; pp. 316–332. [Google Scholar]
  17. Wang, Z.; Wang, J.; Zeng, X.; Tao, X.; Xing, Y.; Bruniaux, P. Construction of Garment Pattern Design Knowledge Base Using Sensory Analysis, Ontology and Support Vector Regression Modeling. IJCIS 2021, 14, 1687–1699. [Google Scholar] [CrossRef]
  18. Li, J.; Leonas, K.K. Sustainability Topic Trends in the Textile and Apparel Industry: A Text Mining-Based Magazine Article Analysis. J. Fash. Mark. Manag. Int. J. 2021, 26, 67–87. [Google Scholar] [CrossRef]
  19. Shah, S.M.; Lütjen, M.; Freitag, M. Text Mining for Supply Chain Risk Management in the Apparel Industry. Appl. Sci. 2021, 11, 2323. [Google Scholar] [CrossRef]
  20. Zhou, B.; Bao, J.; Liu, Y.; Song, D. BA-IKG: BiLSTM Embedded ALBERT for Industrial Knowledge Graph Generation and Reuse. In Proceedings of the 2020 IEEE 18th International Conference on Industrial Informatics (INDIN), Warwick, UK, 20–23 July 2020; Volume 1, pp. 63–69. [Google Scholar]
  21. Zhou, B.; Hua, B.; Gu, X.; Lu, Y.; Peng, T.; Zheng, Y.; Shen, X.; Bao, J. An End-to-End Tabular Information-Oriented Causality Event Evolutionary Knowledge Graph for Manufacturing Documents. Adv. Eng. Inform. 2021, 50, 101441. [Google Scholar] [CrossRef]
  22. Zhu, M.; Zhen, D.-S. Chinese Named Entity Recognition for Clothing Knowledge Graph Construction. IOP Conf. Ser. Mater. Sci. Eng. 2019, 646, 012043. [Google Scholar] [CrossRef]
  23. Okur, N.; Saricam, C. The Impact of Knowledge on Consumer Behaviour Towards Sustainable Apparel Consumption. In Consumer Behaviour and Sustainable Fashion Consumption; Muthu, S.S., Ed.; Textile Science and Clothing Technology; Springer: Singapore, 2019; pp. 69–96. ISBN 9789811312656. [Google Scholar]
  24. Wang, Z.; Xing, Y.; Wang, J.; Zeng, X.; Yang, Y.; Xu, S. A Knowledge-Supported Approach for Garment Pattern Design Using Fuzzy Logic and Artificial Neural Networks. Multimed Tools Appl. 2022, 81, 19013–19033. [Google Scholar] [CrossRef]
  25. Khare, A. Green Apparel Buying: Role of Past Behavior, Knowledge and Peer Influence in the Assessment of Green Apparel Perceived Benefits. J. Int. Consum. Mark. 2023, 35, 109–125. [Google Scholar] [CrossRef]
  26. Wang, Z.; Chi, C.; Zhang, M.; Zeng, X.; Bruniaux, P.; Wang, J.; Xing, Y. Data Mining-Based Optimal Assignment of Apparel Size for Mass Customization. Commun. Dev. Assem. Text. Prod. 2020, 1, 20–29. [Google Scholar] [CrossRef]
  27. Wang, Z.; Wang, J.; Zeng, X.; Sharma, S.; Xing, Y.; Xu, S.; Liu, L. Prediction of Garment Fit Level in 3D Virtual Environment Based on Artificial Neural Networks. Text. Res. J. 2021, 91, 1713–1731. [Google Scholar] [CrossRef]
  28. Sharma, S.; Koehl, L.; Bruniaux, P.; Zeng, X.; Wang, Z. Development of an Intelligent Data-Driven System to Recommend Personalized Fashion Design Solutions. Sensors 2021, 21, 4239. [Google Scholar] [CrossRef] [PubMed]
  29. Wang, Z.; Xing, Y.; Tao, X.; Zeng, X.; Bruniaux, P. Intelligent Assessment Approach to Garment Fit Degree for Garment E-Mass Customization Using Probabilistic Neural Network. In Machine Learning, Multi Agent and Cyber Physical Systems; World Scientific Proceedings Series on Computer Engineering and Information Science; World Scientific: Singapore, 2023; Volume 13, pp. 433–440. ISBN 9789811269257. [Google Scholar]
  30. Schlichtkrull, M.; Kipf, T.N.; Bloem, P.; van den Berg, R.; Titov, I.; Welling, M. Modeling Relational Data with Graph Convolutional Networks. In Proceedings of the The Semantic Web, Heraklion, Greece, 3–7 June 2018; Gangemi, A., Navigli, R., Vidal, M.-E., Hitzler, P., Troncy, R., Hollink, L., Tordai, A., Alam, M., Eds.; Springer International Publishing: Cham, Switzerland, 2018; pp. 593–607. [Google Scholar]
  31. Wang, Y.; Fang, S.; Zhang, C.; Xiang, S.; Pan, C. TVGCN: Time-Variant Graph Convolutional Network for Traffic Forecasting. Neurocomputing 2022, 471, 118–129. [Google Scholar] [CrossRef]
  32. Zuo, J.; Zeitouni, K.; Taher, Y.; Garcia-Rodriguez, S. Graph Convolutional Networks for Traffic Forecasting with Missing Values. Data Min. Knowl. Disc. 2023, 37, 913–947. [Google Scholar] [CrossRef]
  33. Torng, W.; Altman, R.B. Graph Convolutional Neural Networks for Predicting Drug-Target Interactions. J. Chem. Inf. Model. 2019, 59, 4131–4149. [Google Scholar] [CrossRef]
  34. Nguyen, T.; Nguyen, G.T.T.; Nguyen, T.; Le, D.-H. Graph Convolutional Networks for Drug Response Prediction. IEEE/ACM Trans. Comput. Biol. Bioinform. 2022, 19, 146–154. [Google Scholar] [CrossRef]
  35. Zhou, B.; Bao, J.; Chen, Z.; Liu, Y. KGAssembly: Knowledge Graph-Driven Assembly Process Generation and Evaluation for Complex Components. Int. J. Comput. Integr. Manuf. 2022, 35, 1151–1171. [Google Scholar] [CrossRef]
  36. Zhou, B.; Shen, X.; Lu, Y.; Li, X.; Hua, B.; Liu, T.; Bao, J. Semantic-Aware Event Link Reasoning over Industrial Knowledge Graph Embedding Time Series Data. Int. J. Prod. Res. 2023, 61, 4117–4134. [Google Scholar] [CrossRef]
  37. Zhang, Y.; Han, T.; Wei, B.; Hao, K.; Gao, L. A Spatial–Spectral Adaptive Learning Model for Textile Defect Images Recognition with Few Labeled Data. In Complex & Intelligent Systems; Spring: Berlin/Heidelberg, Germany, 2023. [Google Scholar] [CrossRef]
  38. Schleider, T.; Troncy, R. Zero-Shot Information Extraction to Enhance a Knowledge Graph Describing Silk Textiles. In Proceedings of the 5th Joint SIGHUM Workshop on Computational Linguistics for Cultural Heritage, Social Sciences, Humanities and Literature, Punta Cana, Dominican Republic, 11 November 2021; Association for Computational Linguistics: Punta Cana, Dominican Republic (online), 2021; pp. 138–146. [Google Scholar]
  39. Yang, J.; Zhang, Y.; Li, L.; Li, X. YEDDA: A Lightweight Collaborative Text Span Annotation Tool. In Proceedings of the ACL 2018, System Demonstrations, Melbourne, Australia, 15–20 July 2018; Association for Computational Linguistics: Melbourne, Australia, 2018; pp. 31–36. [Google Scholar]
  40. Vashishth, S.; Sanyal, S.; Nitin, V.; Talukdar, P. Composition-Based Multi-Relational Graph Convolutional Networks. In Proceedings of the International Conference on Learning Representations, Addis Ababa, Ethiopia, 30 April 2020; pp. 1–16. [Google Scholar]
  41. Luo, L.; Yang, Z.; Yang, P.; Zhang, Y.; Wang, L.; Lin, H.; Wang, J. An Attention-Based BiLSTM-CRF Approach to Document-Level Chemical Named Entity Recognition. Bioinformatics 2018, 34, 1381–1388. [Google Scholar] [CrossRef]
  42. Liu, Z.; Chen, X. Research on Relation Extraction of Named Entity on Social Media in Smart Cities. Soft Comput. 2020, 24, 11135–11147. [Google Scholar] [CrossRef]
  43. Meng, F.; Yang, S.; Wang, J.; Xia, L.; Liu, H. Creating Knowledge Graph of Electric Power Equipment Faults Based on BERT–BiLSTM–CRF Model. J. Electr. Eng. Technol. 2022, 17, 2507–2516. [Google Scholar] [CrossRef]
  44. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Data-and-knowledge association model based on textile and apparel workstations.
Figure 1. Data-and-knowledge association model based on textile and apparel workstations.
Machines 11 01005 g001
Figure 2. Data and knowledge ontology for textile and apparel production processes.
Figure 2. Data and knowledge ontology for textile and apparel production processes.
Machines 11 01005 g002
Figure 3. The architecture of the knowledge extraction model based on BERT-BiLSTM-Attention-CRF.
Figure 3. The architecture of the knowledge extraction model based on BERT-BiLSTM-Attention-CRF.
Machines 11 01005 g003
Figure 4. Example of labeling of overlapping relationships related to textile and apparel production.
Figure 4. Example of labeling of overlapping relationships related to textile and apparel production.
Machines 11 01005 g004
Figure 5. The workflow of bottleneck prediction for textile and apparel production workstations based on TKG-LSTM.
Figure 5. The workflow of bottleneck prediction for textile and apparel production workstations based on TKG-LSTM.
Machines 11 01005 g005
Figure 6. The partial flow of production lines for shirt manufacturing.
Figure 6. The partial flow of production lines for shirt manufacturing.
Machines 11 01005 g006
Figure 7. Performance comparisons of four models in entity recognition for textile and apparel.
Figure 7. Performance comparisons of four models in entity recognition for textile and apparel.
Machines 11 01005 g007
Figure 8. Performance comparisons of four models in relationship extraction for textile and apparel.
Figure 8. Performance comparisons of four models in relationship extraction for textile and apparel.
Machines 11 01005 g008
Figure 9. Example of TKG4TA visualization in a shirt production.
Figure 9. Example of TKG4TA visualization in a shirt production.
Machines 11 01005 g009
Figure 10. Convergence curve of the loss function of the bottleneck prediction based on TKG-LSTM.
Figure 10. Convergence curve of the loss function of the bottleneck prediction based on TKG-LSTM.
Machines 11 01005 g010
Figure 11. Bottleneck prediction results in several typical workstations for shirt manufacturing. (a) Bottleneck prediction at WS 6. (b) Bottleneck prediction at WS 15.
Figure 11. Bottleneck prediction results in several typical workstations for shirt manufacturing. (a) Bottleneck prediction at WS 6. (b) Bottleneck prediction at WS 15.
Machines 11 01005 g011
Table 1. Types of entity for textile and apparel production.
Table 1. Types of entity for textile and apparel production.
Entity TypeCorresponding Entity Label
BrandBR
Fashion_StyleFS
Suitable_CrowdSC
FabricFA
ProcessPR
ColorCO
Semi-finished_ProductsSFP
Clothing_LengthCL
Sleeve_PatternSP
DeviceDE
ToolTO
WorkerWO
MaterialMA
Table 2. Relationship description of knowledge nodes.
Table 2. Relationship description of knowledge nodes.
Relationship TypeRelationship NameInstruction
Sequential relationship (Rl)FlowToFlow relationship from a workstation to the next workstation
ParallelParallel relationship between processes
nextSequential relationship between processes
Structural relationship (Rs)isManufacturing process information
hasBasic affiliation
has_WorkerWorkers for workstations
has_DeviceDevices for workstations
hasAttrStatic attributes
Time-series relationship (Rt)HasAttr:TThe parameter value of the entity attribute involved at time T
Table 3. Label types of name entity recognition in textile and apparel production.
Table 3. Label types of name entity recognition in textile and apparel production.
Label TypeBIOES
Non-entityO
General relationship entityB-FS-1, B-SC-1, B-FA-1, …
Overlapping relationship entity B-OV, I-OV, E-OV, S-OV, …
Table 4. Definition of basic elements in the textile and apparel production workshop.
Table 4. Definition of basic elements in the textile and apparel production workshop.
Symbolic Instruction
S = {S1, S2, …, Sk, …, Sn}Collection of semi-finished products
D = {D1, D2, …, Dk, …, Dn}Collection of devices
BiBuffer before Di
BTijkThe moment that semi-finished product i arrives at the buffer when it is to be machined in the jth process.
Table 5. Statistics on data labeling in textile and apparel production.
Table 5. Statistics on data labeling in textile and apparel production.
Label TypeTraining SetValidation SetSubtotal
label28,569714235,711
common label11,152278813,940
overlapping label4321081586
Table 6. Event log for a shirt production workstation.
Table 6. Event log for a shirt production workstation.
Order IDProcess IDProcess NameStart TimeEnd TimeWorkstation IDDevice Name
11Cut the left front panel08/24:08:0008/24:08:10WS1Fabric cutting machine
2Cut the right front panel08/24:08:1308/24:08:21WS 1
3Cut back piece08/24:08:2308/24:08:29WS 2
46Sew front chest pocket08/24:11:0508/24:11:23WS 11Flatbed sewing machine
47Sew front door plaque08/24:11:2608/24:11:32WS 11
49Iron the hem 08/24:11:3608/24:10:49WS 12Ironing table
50Cut sleeve lining08/24:11:5308/24:12:12WS 13Fabric cutting machine
51Lockstitch lapels08/24:12:1508/24:12:28WS 14Direct drive button sewing machine
79Sew hanging08/24:16:3408/24:16:46WS 22Flatbed sewing machine
80Iron front pockets08/24:16:5108/24:17:08WS 23Ironing table
81Sew pocket lining08/24:17:1208/24:17:25WS 24Flatbed sewing machine
82Lockstitch cuffs08/24:17:3008/24:17:47WS 25Direct drive button sewing machine
90Iron front door08/25:09:4108/25:09:52WS 31Ironing table
91Sew sleeve lining 08/25:09:5808/25:10:14WS 32Flatbed sewing machine
92Iron collars 08/25:10:2008/25:10:36WS 33Ironing table
99Lockstitch inner pocket08/25:13:3208/25:13:44WS 36Direct drive button sewing machine
100Front body shaping08/25:13:4908/25:13:59WS 37Shirt shaping machine
3852101Back body shaping08/25:14:0608/25:14:21WS 38
Table 7. The key parameters for the bottleneck prediction model.
Table 7. The key parameters for the bottleneck prediction model.
ParameterValueInstruction
gcn_dim200Number of hidden cells in GCN
gcn_layer2The number of layers in GCN
hidden_size200Hidden size in LSTM
λ0.005Regularized hyperparameters
batch_size64Number of batch size
learning_rate0.0015Model learning rate
epoch1200Number of epochs
Table 8. Performance comparison of the three bottleneck prediction models.
Table 8. Performance comparison of the three bottleneck prediction models.
Algorithms\Metrics30 min60 min
RMSEMAERMSEMAE
LSTM [44]2.33521.83322.55812.0081
GCN [40]2.51362.04862.76482.2533
TKG-LSTM (Ours)2.13651.69422.20351.7474
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

Wang, G.; Liu, G.; Li, Q. Knowledge Graph-Embedded Time-Serial-Data-Driven Bottleneck Analysis of Textile and Apparel Production Processes. Machines 2023, 11, 1005. https://doi.org/10.3390/machines11111005

AMA Style

Wang G, Liu G, Li Q. Knowledge Graph-Embedded Time-Serial-Data-Driven Bottleneck Analysis of Textile and Apparel Production Processes. Machines. 2023; 11(11):1005. https://doi.org/10.3390/machines11111005

Chicago/Turabian Style

Wang, Guodong, Guohua Liu, and Qianqian Li. 2023. "Knowledge Graph-Embedded Time-Serial-Data-Driven Bottleneck Analysis of Textile and Apparel Production Processes" Machines 11, no. 11: 1005. https://doi.org/10.3390/machines11111005

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop