Cookies
O website necessita de alguns cookies e outros recursos semelhantes para funcionar. Caso o permita, o INESC TEC irá utilizar cookies para recolher dados sobre as suas visitas, contribuindo, assim, para estatísticas agregadas que permitem melhorar o nosso serviço. Ver mais
Aceitar Rejeitar
  • Menu
Tópicos
de interesse
Detalhes

Detalhes

  • Nome

    Narjes Davari
  • Cargo

    Investigador Auxiliar
  • Desde

    01 novembro 2020
  • Nacionalidade

    Irão
  • Contactos

    +351220402963
    narjes.davari@inesctec.pt
004
Publicações

2024

From fault detection to anomaly explanation: A case study on predictive maintenance

Autores
Gama, J; Ribeiro, P; Mastelini, S; Davari, N; Veloso, B;

Publicação
Journal of Web Semantics

Abstract
Predictive Maintenance applications are increasingly complex, with interactions between many components. Black-box models are popular approaches based on deep-learning techniques due to their predictive accuracy. This paper proposes a neural-symbolic architecture that uses an online rule-learning algorithm to explain when the black-box model predicts failures. The proposed system solves two problems in parallel: (i) anomaly detection and (ii) explanation of the anomaly. For the first problem, we use an unsupervised state-of-the-art autoencoder. For the second problem, we train a rule learning system that learns a mapping from the input features to the autoencoder's reconstruction error. Both systems run online and in parallel. The autoencoder signals an alarm for the examples with a reconstruction error that exceeds a threshold. The causes of the signal alarm are hard for humans to understand because they result from a non-linear combination of sensor data. The rule that triggers that example describes the relationship between the input features and the autoencoder's reconstruction error. The rule explains the failure signal by indicating which sensors contribute to the alarm and allowing the identification of the component involved in the failure. The system can present global explanations for the black box model and local explanations for why the black box model predicts a failure. We evaluate the proposed system in a real-world case study of Metro do Porto and provide explanations that illustrate its benefits. © 2024

2022

A Fault Detection Framework Based on LSTM Autoencoder: A Case Study for Volvo Bus Data Set

Autores
Davari, N; Pashami, S; Veloso, B; Fan, YT; Pereira, PM; Ribeiro, RP; Gama, J; Nowaczyk, S;

Publicação
ADVANCES IN INTELLIGENT DATA ANALYSIS XX, IDA 2022

Abstract
This study applies a data-driven anomaly detection frame-work based on a Long Short-Term Memory (LSTM) autoencoder network for several subsystems of a public transport bus. The proposed frame-work efficiently detects abnormal data, significantly reducing the false alarm rate compared to available alternatives. Using historical repair records, we demonstrate how detection of abnormal sequences in the signals can be used for predicting equipment failures. The deviations from normal operation patterns are detected by analysing the data collected from several on-board sensors (e.g., wet tank air pressure, engine speed, engine load) installed on the bus. The performance of LSTM autoencoder (LSTM-AE) is compared against the multi-layer autoencoder (mlAE) network in the same anomaly detection framework. The experimental results show that the performance indicators of the LSTM-AE network, in terms of F1 Score, Recall, and Precision, are better than those of the mlAE network.