scispace - formally typeset
Search or ask a question
Author

Teo Sin Gee

Bio: Teo Sin Gee is an academic researcher from Institute for Infocomm Research Singapore. The author has contributed to research in topics: Deep learning & Image segmentation. The author has an hindex of 1, co-authored 1 publications receiving 3 citations.

Papers
More filters
Proceedings ArticleDOI
01 Dec 2018
TL;DR: By establishing a knowledge graph of the normally operating systems, a progressive approach to use a multi-target network to segment each component of the considered system sequentially by decoupling the segmentation and the classification task is proposed.
Abstract: The state-of-art image segmentation algorithms can be applied to accurately localize objects by using deep convolutional neural networks (CNN). In this paper, we consider the anomaly detection problem encountered in a train wheel system. We propose a progressive approach to use a multi-target network to segment each component of the considered system sequentially by decoupling the segmentation and the classification task. Moreover, we use the knowledge graph approach to establish a semantic consistency matrix by quantifying the spatial relationship between various components. We show that by establishing a knowledge graph of the normally operating systems, we are able to identify a faulty component effectively.

7 citations


Cited by
More filters
Book ChapterDOI
16 Dec 2019
TL;DR: This article will provide an overview of the fault KG and summarize the key techniques for building a KG to guide the construction of the KG in the fault domain, and introduces some of the open source tools that can be used to build a KGs process, enabling researchers and practitioners to quickly get started in this field.
Abstract: Knowledge Graph (KG) is a graph-based data structure that can display the relationship between a large number of semi-structured and unstructured data, and can efficiently and intelligently search for information that users need. KG has been widely used for many fields including finance, medical care, biological, education, journalism, smart search and other industries. With the increase in the application of Knowledge Graphs (KGs) in the field of failure, such as mechanical engineering, trains, power grids, equipment failures, etc. However, the summary of the system of fault KGs is relatively small. Therefore, this article provides a comprehensive tutorial and survey about the recent advances toward the construction of fault KG. Specifically, it will provide an overview of the fault KG and summarize the key techniques for building a KG to guide the construction of the KG in the fault domain. What’s more, it introduces some of the open source tools that can be used to build a KG process, enabling researchers and practitioners to quickly get started in this field. In addition, the article discusses the application of fault KG and the difficulties and challenges in constructing fault KG. Finally, the article looks forward to the future development of KG.

8 citations

Journal ArticleDOI
01 Aug 2021
TL;DR: In a Smart Factory, manufacturing systems act largely autonomously on the basis of continuously collected data and can autonomously adapt to events through the ability to intelligently analyze data and act as adaptive manufacturing systems that consider changes in production, the supply chain and customer requirements.
Abstract: Knowledge integration is well explained by the human–organization–technology (HOT) approach known from knowledge management. This approach contains the horizontal and vertical interaction and communication between employees, human-to-machine, but also machine-to-machine. Different organizational structures and processes are supported with the help of appropriate technologies and suitable data processing and integration techniques. In a Smart Factory, manufacturing systems act largely autonomously on the basis of continuously collected data. The technical design concerns the networking of machines, their connectivity and the interaction between human and machine as well as machine-to-machine. Within a Smart Factory, machines can be considered as intelligent manufacturing systems. Such manufacturing systems can autonomously adapt to events through the ability to intelligently analyze data and act as adaptive manufacturing systems that consider changes in production, the supply chain and customer requirements. Inter-connected physical devices, sensors, actuators, and controllers form the building block of the Smart Factory, which is called the Internet of Things (IoT). IoT uses different data processing solutions, such as cloud computing, fog computing, or edge computing, to fuse and process data. This is accomplished in an integrated and cross-device manner.

6 citations

Journal ArticleDOI
TL;DR: Cheng et al. as discussed by the authors proposed hierarchical graphical reasoning (HGR), which utilizes the hierarchical structures of trains for train component detection, which contains multiple graphical reasoning branches, each of which is utilized to conduct graphical reasoning for one cluster of train components based on their sizes.
Abstract: Recently, deep learning-based approaches have achieved superior performance on object detection applications. However, object detection for industrial scenarios, where the objects may also have some structures and the structured patterns are normally presented in a hierarchical way, is not well investigated yet. In this work, we propose a novel deep learning-based method, hierarchical graphical reasoning (HGR), which utilizes the hierarchical structures of trains for train component detection. HGR contains multiple graphical reasoning branches, each of which is utilized to conduct graphical reasoning for one cluster of train components based on their sizes. In each branch, the visual appearances and structures of train components are considered jointly with our proposed novel densely connected dual-gated recurrent units (Dense-DGRUs). To the best of our knowledge, HGR is the first kind of framework that explores hierarchical structures among objects for object detection. We have collected a data set of 1130 images captured from moving trains, in which 17 334 train components are manually annotated with bounding boxes. Based on this data set, we carry out extensive experiments that have demonstrated our proposed HGR outperforms the existing state-of-the-art baselines significantly. The data set and the source code can be downloaded online at https://github.com/ChengZY/HGR .

2 citations

Proceedings ArticleDOI
26 May 2023
TL;DR: In this paper , a Fault Knowledge Graph (FKG) based on the knowledge graph (KG) in the field of faults is proposed for fault diagnosis, which can well analyze the relationship between various faults, achieve prediction, and promote development.
Abstract: In the field of equipment failure, a large number of Fault Tree Analysis(FTA) diagrams and Failure Mode, Effects and Criticality Analysis(FMECA) tables related to equipment failure have been precipitated, but they are not highly utilized for fault diagnosis. The Fault Knowledge Graph(FKG) is based on the Knowledge Graph(KG) in the field of faults, it can well analyze the relationship between various faults, achieve prediction, and promote development. Therefore, the FKG creation method based on FTA and FMECA is proposed for fault diagnosis. Due to the different types of data sources, we first define the data model of the FKG, adopt two different map creation methods, and then perform knowledge fusion to obtain the final FKG. A case is presented to demonstrate the effectiveness of our method.