<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>AI-based approaches in Industry 4.0 of the University of Naples Federico II node of the CINI-AIIS Lab</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lorenzo De Donato</string-name>
          <email>lorenzo.dedonato@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Antonino Ferraro</string-name>
          <email>antonino.ferraro@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Antonio Galli</string-name>
          <email>antonio.galli@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michela Gravina</string-name>
          <email>michela.gravina@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefano Marrone</string-name>
          <email>stefano.marrone@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vincenzo Moscato</string-name>
          <email>vincenzo.moscato@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giancarlo Sperlì</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Valeria Vittorini</string-name>
          <email>valeria.vittorini@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carlo Sansone</string-name>
          <email>carlo.sansone@unina.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Naples, Federico II</institution>
          ,
          <addr-line>Naples</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>data, which is essential for training AI models. In ad-</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <fpage>29</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>This paper provides an overview of recent advances in the application of artificial intelligence (AI) in industrial contexts such as data center and the railway industries carried out at the University of Naples Federico II node of the CINI-AIIS Lab. We discuss some challenges and opportunities associated with the adoption of AI in these industries. In data centers, AI is being used to optimize resource utilization, reduce energy consumption, and ensure high availability of services. Despite the potential benefits of AI, there are also challenges associated with its adoption, including the need for high-quality data, reliability and interpretability of AI-based systems, and ethical and legal concerns related to privacy, security, and bias. From the other hand, in the railway industry, AI is being used to optimize train schedules, reduce delays, support predictive maintenance operations and improve passenger safety by predicting and preventing accidents. In this paper, we focus on Hard Disk Drive health status assessment task and on an overview of AI techniques for railway domain in the context H2020 Shift2Rail project.</p>
      </abstract>
      <kwd-group>
        <kwd>Hard drive failure prediction</kwd>
        <kwd>SMART</kwd>
        <kwd>Long short-term memory</kwd>
        <kwd>Industrial AI</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>In recent years, there has been a growing interest in</title>
        <p>
          the application of Artificial Intelligence (AI) in
industrial contexts such as manufacturing, transportation, and
data centers [
          <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
          ]. AI has the potential to transform
these industries by enabling them to operate more
efiIn particular, the railway and data center industries have
witnessed significant growth in the application of AI.
modern-day businesses, are facing challenges related to
resource utilization, energy consumption, and service
availability. The exponential growth in data trafic has
led to an increase in energy consumption and carbon
emissions, which has become a major concern for data
nEvelop-O
        </p>
      </sec>
      <sec id="sec-1-2">
        <title>In this paper, we focus on Hard Disk Drive health status assessment task and on an overview of AI techniques for railway domain in the context H2020 Shift2Rail project.</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. HDD Health Status Assesment</title>
      <p>Since hard drives often deteriorate gradually rather
than abruptly, we argue that temporal analysis methods
should be employed to model the sequential nature of the
dependencies within SMART attributes over time. Thus,
an approach to estimate the Remain Useful Life (RUL)
of a HDD has been proposed, by automatically
identifying specific health conditions on the basis of SMART
attributes values. This methodology is grounded in three
main steps:
• Hard drive health degree definition : in which
status (or health level) is defined for each hard
drive according to its time to failure;
• Sequences extraction: in which sequences in a
specific time window are extracted for each hard
drive;
• Health Status assessment through LSTM: in
which a health level is associated to each temporal
sequence.</p>
      <sec id="sec-2-1">
        <title>In what follows, are described each component of the proposed framework in detail.</title>
        <sec id="sec-2-1-1">
          <title>2.1. Health degree definition</title>
          <p>temporally dependent. Since the selected Regression Tree
(RT) presents splits only on the feature Time-to-failure,
the latter is used to distinguish hard drive health levels
according to the time before failure.</p>
          <p>A diferent level or status should be assigned to
samples belonging to hard drives that will not fail since they
have been excluded in this step. More specifically, the
samples belonging to the hard drives that will not fail are
labeled as Good.</p>
          <p>
            The degradation of hard drives in real-world data centers 2.2. Sequence extraction
is a gradual process that occurs over time. To account
for this gradual decay, a system has been developed to To explore the temporal dependencies within the SMART
measure the health status or level of a hard drive based features periodically collected for each hard drive,
feaon how much time is left before it fails. In contrast to ture sequences in specific time windows (TW) have been
the approach proposed in [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ], this system includes an extracted.
automated step for determining the health level of the Let  and   be the time window size and the set of
hard drive. SMART features ( 1,  2...  ) at time  , respectively.
Pro
          </p>
          <p>More specifically, in this step has been considered only posed model aims to predict hard drive health status at
the hard drives that are going to fail, introducing for each time  + 1 ( ( + 1) ) considering the sequence ( −+1 ...,
of them an additional feature representing the time be-  −1 ,   ). For each   , the health status  () is defined
fore failure. The data-set reports, for each hard disk, the as the Regression Tree built , and the feature sequence
temporally sorted sequence of SMART attributes with a for each hard drive at time  is extracted considering the
specific sampling period. Denoting with   be the num-  − 1 previous samples (cf. Figure 2). Each sequence
ber of samples for the hard disk  , it is possible to associate results in a bidimensional array of size  ×  , where 
each sample with an index  from 0 to   − 1, represent- is the number of SMART features considered. For each
ing the number of samples that follow it in the sequence hard drive, sequences are extracted with a stride of one.
describing hard disk failure. As a consequence, the sam- It follows that   −  + 1 sequences are extracted for each
ple with index  = 0 is the last sample before failure. In hard drive, where   is the number of samples for the
Figure 1, Time-to-failure is the feature representing the disk j.
time before failure for each hard drive whose meaning For each sequence ( −+1 ...,  −1 ,   ), the hard drive’s
depends on the sampling period while  1,  2, ...,   are health level is defined by the health level of the set of
the SMART attributes. features  +1 . The result of this step is a sequence-based</p>
          <p>The idea is to build a Regression Tree (RT) for each data-set — a set of bidimensional arrays, each associated
SMART attribute   with  = 1, 2... , having the feature to a health level representing the hard drive’s health
representing the time before failure as a predictor and   condition between two consecutive samples (i.e.,   and
as the numeric target value. Among all the resulting trees  +1 ).
(one for each SMART attribute   ), the one with the
highest performance is selected, showing the attribute most</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Because of the sequential, gradiently changing nature of</title>
        <p>the SMART features, it is important that designed model
is able to capture dependencies across features over time. the accuracy of classifying good and failed sequences
Long Short Term Memory networks (LSTMs) are exten- for a tolerance of misclassification up to one health level
on Multiclass Neural Networks.
2.4.1. Performance Evaluation</p>
      </sec>
      <sec id="sec-2-3">
        <title>Since each sequence is associated with one of the levels</title>
        <p>presented in Section 2.1, the HDD’s health level
assessment as defined in this approach is a multiclass
classification problem with multivariate input variables.</p>
        <p>
          The performance of proposed approach is first
evaluated in terms of accuracy, precision, and recall. Since
the distinction between good and failed hard drives is
preserved in the labelling of the data-set, we express the
results in term of accuracy on good sequences (
 )
and accuracy on failed sequences (

) — respectively,
the fraction of sequences correctly classified as
Good,
and the fraction of sequence classified as the health
levels suggested by the regression trees. We also consider
the evaluation criteria introduced in [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], and measure
        </p>
        <sec id="sec-2-3-1">
          <title>2.3. Health Status assessment through</title>
        </sec>
        <sec id="sec-2-3-2">
          <title>LSTMs</title>
          <p>
            sion to recurrent neural networks, explicitly designed
with the purpose of learning long-term dependencies [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ].
          </p>
        </sec>
      </sec>
      <sec id="sec-2-4">
        <title>In the proposed framework, the input to each LSTM</title>
        <p>layer is a three-dimensional data structure of size  ×  × 
where:  is the total number of sequences (or the batch
size at each iteration);  is the size of each sequence —
that size of a time window, in terms of time steps;  is
the total number of features describing each time step.</p>
      </sec>
      <sec id="sec-2-5">
        <title>Since the percentage of failed hard drives is often small</title>
        <p>compared to the percentage of good hard drives, the
sequence extraction step may result in an unbalanced
data-set with the majority of sequences belonging to the</p>
      </sec>
      <sec id="sec-2-6">
        <title>Good level. As a consequence, a data balancing step is</title>
        <p>introduced, so that the input to the network is a set of
balanced data.</p>
        <p>In particular, the sequence-based data-set is balanced
by replicating the sequences belonging to the minority
classes. Sequences replication is an eficient balancing
strategy that avoids the polarization of the classification
model on a single class without creating synthetic data
or reducing the data-set size by sampling the instances
beloging to the majority class. The implemented
classiifcation network has two stacked LSTM layers with 128
units, followed by a single dense layer.</p>
        <sec id="sec-2-6-1">
          <title>2.4. Experimental Evaluation</title>
        </sec>
      </sec>
      <sec id="sec-2-7">
        <title>The prediction performance of the model have been</title>
        <p>tested on the two diferent SMART data-set (Baidu and
Backblaze)12, and then compared with those of three
other methods explored in the literature: a Classification
1http://pan.baidu.com/share/link?shareid=189977&amp;uk=4278294944
2https://www.backblaze.com/b2/hard-drive-test-data.html
(

 
and</p>
        <p>).</p>
      </sec>
      <sec id="sec-2-8">
        <title>Finally, we evaluate performance in terms of failure</title>
        <p>prediction, by assessing failure detection rate (FDR) and
, false alarm rate (FAR) for each model. This is done by
considering the levels Good, Very Fair, and Fair as Hard
drive good statuses; and the levels Soft Warning , Warning,
Alert, and Red Alert as Hard drive failed statuses.</p>
        <sec id="sec-2-8-1">
          <title>2.5. Results and Discussions</title>
        </sec>
      </sec>
      <sec id="sec-2-9">
        <title>We proposed a methodology to perform hard drive health</title>
        <p>status assessment exploiting the temporal dependencies
of SMART attributes. In order to asses the efectiveness
of the proposal, this section reports the performance of
proposed methodology, and a comparison with several
state-of-art approaches.</p>
      </sec>
      <sec id="sec-2-10">
        <title>In particular, Table 1 and 2 show results of the LSTM based approach on the Baidu and Backblaze data-sets, respectively.</title>
      </sec>
      <sec id="sec-2-11">
        <title>Performance is reported for diferent sizes of the time</title>
        <p>window (TW) used in the sequence extraction step. We
explored time window sizes from 4 to 48 hours for the
Baidu data-set, and from 5 to 15 days for the Backblaze
data-set. For the latter, we considered a prediction window
(q) varying from 15 to 45 days. As expected given the
ability of LSTMs to learn long-distance dependencies,
the best results are obtained with time windows of 48
hours and 15 days for the Baidu and Backblaze
datasets, respectively.</p>
      </sec>
      <sec id="sec-2-12">
        <title>We compared our best results with respect to the sequence-independent models. The best results in terms of accuracy on failed sequences are obtained with RF for the Baidu data-set, and MNN for the Backblaze data-set</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. RAILS: Roadmaps for AI</title>
    </sec>
    <sec id="sec-4">
      <title>Integration in the raiL Sector</title>
      <p>lect data for algorithms’ training and/or validate their
efectiveness. Data Augmentation and Transfer Learning
techniques were then (especially for the first PoC) used
The main objective of the H2020 Shift2Rail (S2R) project to increase the dimension of the dataset and improve AI
RAILS (Roadmaps for AI Integration in the raiL Sector) algorithms performances respectively.
is to investigate the potential of Artificial Intelligence Concerning Predictive Maintenance and Defect
De(AI) techniques in the rail sector to contribute to the tection, attention is being posed to two of the most
definition of recommendations and roadmaps for their safety-critical railway assets. Investigations are being
implementation in various railway applications with a performed towards non-intrusive, cost-efective, and
conspecific emphasis on three main pillars: Safety and Au- tinuous monitoring of Level Crossings (LCs) by
exploittomation, Predictive Maintenance and Defect Detection, ing cameras and microphones in combination with Deep
and Trafic Planning and Management. To be specific, Learning approaches such as Convolutional Neural
Netthe RAILS project has been focusing on six Proofs-of- works and Object Detectors. The scope of this PoC
enConcept (PoCs), two for each pillar, intending to explore compasses two main directions: the first is to define a
AI techniques to eventually identify their limitations, multi-modular approach that could support the
identipossible opportunities they can introduce, and directions ifcation of the health status and the estimation of the
that should be taken for the fast take-up of AI in railways. Remaining Useful Life of LC components; the second, on</p>
      <p>In the last years, there has been an increasing interest the other hand, is to explore techniques that can help
in automatic train driving which led to the delineation to cope with the issue of the lack of available data,
inof some promising approaches that, whether based on deed, also in this case, one of the main challenges was to
AI or not, could help to migrate towards a higher Grade build suitable datasets for the efective training of AI
alof Automation, up to GoA 3/4, of railway lines. One of gorithms and online repositories, real-life simulators, and
the main issues that are challenging this migration is the Data Augmentation and Transfer Learning techniques
fact that intrusions or obstacles could afect the safety of were leveraged for this purpose. In addition to that,
analysuch autonomous systems. To mitigate this factor, also ses are being carried out to define the contribution AI can
under the S2R programme, investigations have already bring to continuous monitoring and predictive
maintebeen performed towards the realisation of multi-source, nance of rolling stock components. Lastly, in the context
multi-technology, and multi-level systems (exploiting, of Trafic Planning and Management, the project is
fofor example, multiple sensors, drones, and components cusing on modelling and predicting train delays, a topic
installed on-board the train and on the trackside) which that is of primary importance when it comes to
undercould help to improve the environmental perception of standing the possible congestion of rail networks and,
running trains. However, these systems are as efective potentially, taking actions to mitigate this phenomenon.
as they are complex and potentially expensive. There- In this context, eforts have been posed on primary
defore, within the RAILS project, eforts have been oriented lays (i.e., delays generated by accidents/intrusions on rail
towards the investigation of a “light” and cost-efective tracks) prediction and estimation by means of a Graph
solution that could potentially help to deal with the detec- Embedding Approach, while Graph Neural Networks
tion of any kind of obstacles (both known and unknown were investigated to understand how accidents could
a-priori) laying on rail tracks by exploiting of data coming trigger minor disturbances that, in turn, cause delays
from a camera in combination with supervised and unsu- which propagate throughout the railway network and
pervised AI-based Computer Vision models (specifically, will cause, in the end, reactionary delays (i.e., knock-on
Deep Autoencoders) to segment rails and, eventually, de- or secondary delays).
tect possible obstacles. In addition to that, another, quite To conclude, it is important to underline that the
priinnovative, PoC is being addressed which deals with mary purpose of the aforementioned PoCs was to gather
the integration of AI techniques for the introduction of knowledge and evidence about the possible integration
Virtual Coupling (VC), widely examined within the auto- of AI in railways by exploring diferent techniques that
motive sector, in the context of autonomous trains. The could help to overcome possible issues (e.g., the
probmain idea is to investigate the possibility of allowing two lem of the lack of data). Hence, the final goal of the
or multiple trains to act as a single convoy by exploiting project would be to contribute to the definition of
valuTrain-to-Train communication network, to reduce the able recommendations and roadmaps, to be disclosed in
headway between them, and a Reinforcement Learning the near future, that could support future research on AI
approach to implement the VC control strategy. Interest- in railways.
ingly, since one of the main challenges in the rail sector
is the lack of suitable datasets to train AI algorithms,
for these PoCs two simulators were built in order to
col</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Peres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. W.</given-names>
            <surname>Colombo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Barata</surname>
          </string-name>
          ,
          <source>Industrial artificial intelligence in industry 4</source>
          .0
          <article-title>-systematic review, challenges and outlook</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>220121</fpage>
          -
          <lpage>220139</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Javaid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Haleem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Suman</surname>
          </string-name>
          ,
          <article-title>Artiifcial intelligence applications for industry 4.0: A literature-based study</article-title>
          ,
          <source>Journal of Industrial Integration and Management</source>
          <volume>7</volume>
          (
          <year>2022</year>
          )
          <fpage>83</fpage>
          -
          <lpage>111</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Guo</surname>
          </string-name>
          , T.-Y. Liu,
          <article-title>Health status assessment and failure prediction for hard drives with recurrent neural networks</article-title>
          ,
          <source>IEEE Transactions on Computers</source>
          <volume>65</volume>
          (
          <year>2016</year>
          )
          <fpage>3502</fpage>
          -
          <lpage>3508</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hochreiter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schmidhuber</surname>
          </string-name>
          ,
          <article-title>Long short-term memory</article-title>
          ,
          <source>Neural computation 9</source>
          (
          <year>1997</year>
          )
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Hard drive failure prediction using classification and regression trees</article-title>
          ,
          <source>in: 2014 44th Annual IEEE/IFIP International Conference on Dependable Systems and Networks</source>
          , IEEE,
          <year>2014</year>
          , pp.
          <fpage>383</fpage>
          -
          <lpage>394</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lin</surname>
          </string-name>
          , J. Ma,
          <article-title>Proactive drive failure prediction for large scale storage systems</article-title>
          ,
          <source>in: 2013 IEEE 29th Symposium on Mass Storage Systems and Technologies (MSST)</source>
          , IEEE,
          <year>2013</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-J.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <article-title>Random-forestbased failure prediction for hard disk drives</article-title>
          .,
          <source>International Journal of Distributed Sensor Networks</source>
          <volume>14</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Y.</given-names>
            <surname>Philip</surname>
          </string-name>
          ,
          <article-title>Layerwise perturbation-based adversarial training for hard drive health degree prediction</article-title>
          ,
          <source>in: 2018 IEEE International Conference on Data Mining (ICDM)</source>
          , IEEE,
          <year>2018</year>
          , pp.
          <fpage>1428</fpage>
          -
          <lpage>1433</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>X.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chakrabarty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <article-title>System-level hardware failure prediction using deep learning</article-title>
          ,
          <source>in: 2019 56th ACM/IEEE Design Automation Conference (DAC)</source>
          , IEEE,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Basak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sengupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dubey</surname>
          </string-name>
          ,
          <article-title>Mechanisms for integrated feature normalization and remaining useful life estimation using lstms applied to hard-disks</article-title>
          ,
          <source>in: 2019 IEEE International Conference on Smart Computing (SMARTCOMP)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>208</fpage>
          -
          <lpage>216</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          <volume>0</volume>
          <fpage>9</fpage>
          <string-name>
            <surname>/ S M A R T C O M P .</surname>
          </string-name>
          <article-title>2 0 1 9 . 0 0 0 5 5</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <article-title>Disk failure prediction in data centers via online learning</article-title>
          ,
          <source>in: Proceedings of the 47th International Conference on Parallel Processing</source>
          , ACM,
          <year>2018</year>
          , p.
          <fpage>35</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>L. De Simone</surname>
            , E. Caputo,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Cinque</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Galli</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Moscato</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Russo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Cesaro</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Criscuolo</surname>
          </string-name>
          , G. Giannini,
          <article-title>Lstm-based failure prediction for railway rolling stock equipment</article-title>
          ,
          <source>Expert Systems with Applications</source>
          (
          <year>2023</year>
          )
          <fpage>119767</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>R. De Luca</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ferraro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Galli</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Gallo</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Moscato</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Sperlì</surname>
          </string-name>
          ,
          <article-title>A deep attention based approach for predictive maintenance applications in iot scenarios</article-title>
          ,
          <source>Journal of Manufacturing Technology Management</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>