• Title/Summary/Keyword: Detection platform

Search Result 474, Processing Time 0.032 seconds

Modified Canny Edge Detection Algorithm for Detecting Subway Platform Screen Door Invasion (지하철 플랫폼 스크린 도어 침범 인식을 위한 변형된 캐니에지 검출 알고리듬)

  • Lee, Ha-Woon
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.14 no.4
    • /
    • pp.663-670
    • /
    • 2019
  • The modified Canny edge detection algorithm that can detect the boundary between screen door and platform in the subway is proposed in this paper. Generally, in the subway, the boundary line between the platform and the screen door is darker than the surrounding area. Therefore, an edge image is using the modified bottom-hat transform by considering its characteristics. Double thresholded images with strong edge and weak edge through double thresholding are obtained. An algorithm that detects the boundary invasion between the platform and the screen door is proposed by calculating the length by applying the Hough transform to the double thresholded image and comparing the boundary line length between when there is an object such as a person and when there is no object. In this paper, the results of the proposed modified Canny edge detection algorithm using two different input images according to camera height position are shown by computer simulation.

MLOps workflow language and platform for time series data anomaly detection

  • Sohn, Jung-Mo;Kim, Su-Min
    • Journal of the Korea Society of Computer and Information
    • /
    • v.27 no.11
    • /
    • pp.19-27
    • /
    • 2022
  • In this study, we propose a language and platform to describe and manage the MLOps(Machine Learning Operations) workflow for time series data anomaly detection. Time series data is collected in many fields, such as IoT sensors, system performance indicators, and user access. In addition, it is used in many applications such as system monitoring and anomaly detection. In order to perform prediction and anomaly detection of time series data, the MLOps platform that can quickly and flexibly apply the analyzed model to the production environment is required. Thus, we developed Python-based AI/ML Modeling Language (AMML) to easily configure and execute MLOps workflows. Python is widely used in data analysis. The proposed MLOps platform can extract and preprocess time series data from various data sources (R-DB, NoSql DB, Log File, etc.) using AMML and predict it through a deep learning model. To verify the applicability of AMML, the workflow for generating a transformer oil temperature prediction deep learning model was configured with AMML and it was confirmed that the training was performed normally.

Smartphone-based structural crack detection using pruned fully convolutional networks and edge computing

  • Ye, X.W.;Li, Z.X.;Jin, T.
    • Smart Structures and Systems
    • /
    • v.29 no.1
    • /
    • pp.141-151
    • /
    • 2022
  • In recent years, the industry and research communities have focused on developing autonomous crack inspection approaches, which mainly include image acquisition and crack detection. In these approaches, mobile devices such as cameras, drones or smartphones are utilized as sensing platforms to acquire structural images, and the deep learning (DL)-based methods are being developed as important crack detection approaches. However, the process of image acquisition and collection is time-consuming, which delays the inspection. Also, the present mobile devices such as smartphones can be not only a sensing platform but also a computing platform that can be embedded with deep neural networks (DNNs) to conduct on-site crack detection. Due to the limited computing resources of mobile devices, the size of the DNNs should be reduced to improve the computational efficiency. In this study, an architecture called pruned crack recognition network (PCR-Net) was developed for the detection of structural cracks. A dataset containing 11000 images was established based on the raw images from bridge inspections. A pruning method was introduced to reduce the size of the base architecture for the optimization of the model size. Comparative studies were conducted with image processing techniques (IPTs) and other DNNs for the evaluation of the performance of the proposed PCR-Net. Furthermore, a modularly designed framework that integrated the PCR-Net was developed to realize a DL-based crack detection application for smartphones. Finally, on-site crack detection experiments were carried out to validate the performance of the developed system of smartphone-based detection of structural cracks.

Detection Method Analysis for Train Correct Position Stop in Manual Operation for PSD System (수동운전 방식에서의 PSD시스템을 위한 정위치정차 판독방법 분석)

  • Lee, Moo-Ho;Yang, Gi-Hee;Park, Jung-Soun
    • Proceedings of the KSR Conference
    • /
    • 2007.05a
    • /
    • pp.1678-1684
    • /
    • 2007
  • Platform Screen Door(PSD) has been installed in train manual operation section(ATS/ATC) by SeoulMetro since 2005. PSDs are now operating at 17 stations in SeoulMetro lines. As a result, it increases the safety of passenger, makes a comfortable platform and saves the energy of air conditioning. For PSD operation, train shall stop within 600mm of the train stop reference point. In train manual operation section, the detection system of train position is required to notify the train driver of train position and to ensure the condition that train stops the correct position for PSD operation. To detect the train stop position, the optical sensor shall be installed at platform. However, in case of SeoulMetro lines, the detection criterions of the train correct position stop are different because of using various types of trains which have different size and shape of front cars. In this paper, to solve this problem, the precise detection algorithm of the train stop at the correct position is used, and Laser distance measure sensor is introduced to notify the distance form the reference point of the train correct stop to train driver. This system has been applying to Seoul Metro line total.

  • PDF

Design and Implementation of the Smart Fire Detection System and Automatic Extinguish Device Interface Platform based on Thermal Imaging Camera (적외선 열 영상 카메라 기반의 스마트 화재감지 시스템 및 자동소화 장치 인터페이스 플랫폼의 설계 및 구현)

  • Chang, Rak-Ju;Lee, Soon-Yi;Kang, Suk-Won;Lee, Dong Myung
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2014.11a
    • /
    • pp.7-8
    • /
    • 2014
  • The smart fire detection and automatic extinguish device interface platform based on thermal imaging camera that early monitors fire is designed and implemented in this paper. If a fire occurs in some area, the developed system can detect and automatically extinguish the fire. The major functions for developing the system are: Image system and Viewer for fire detection based on Thermal imaging camera and Megapixel camera; Automatic extinuish device for early fir detection; Interface platform between monitoring systems and automatic extinguish device.

  • PDF

Improvement of Active Shape Model for Detecting Face Features in iOS Platform (iOS 플랫폼에서 Active Shape Model 개선을 통한 얼굴 특징 검출)

  • Lee, Yong-Hwan;Kim, Heung-Jun
    • Journal of the Semiconductor & Display Technology
    • /
    • v.15 no.2
    • /
    • pp.61-65
    • /
    • 2016
  • Facial feature detection is a fundamental function in the field of computer vision such as security, bio-metrics, 3D modeling, and face recognition. There are many algorithms for the function, active shape model is one of the most popular local texture models. This paper addresses issues related to face detection, and implements an efficient extraction algorithm for extracting the facial feature points to use on iOS platform. In this paper, we extend the original ASM algorithm to improve its performance by four modifications. First, to detect a face and to initialize the shape model, we apply a face detection API provided from iOS CoreImage framework. Second, we construct a weighted local structure model for landmarks to utilize the edge points of the face contour. Third, we build a modified model definition and fitting more landmarks than the classical ASM. And last, we extend and build two-dimensional profile model for detecting faces within input images. The proposed algorithm is evaluated on experimental test set containing over 500 face images, and found to successfully extract facial feature points, clearly outperforming the original ASM.

Analysis and Design of Dron System for Smart Safety-City Platform Construction (스마트 안전도시 플랫폼 구축을 위한 드론 시스템의 분석 및 설계)

  • Cho, Byung-Ho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.4
    • /
    • pp.93-99
    • /
    • 2020
  • It seems to be increased rapidly that practical uses of intelligent Dron for public mission performance such as surveillance, prevention of disaster accident, relief etc with Dron technology development. Dron is needed for major technology realization of detection and trace technology of target, flight control and obstacle avoidance during flighting, detection and control of landing point functions to use smart safety-city platform construction. This dron system cause a great ripple effect technically and promote industrialization in the field of new technology. In this paper, an effective analysis and design method of dron system software will be presented by showing user requirement analysis using object-oriented method, flowchart and screen design.

Design of GPS L1 C/A Spoofing Signal Detection Algorithm (GPS L1 C/A 기만 신호 검출 기법 설계)

  • Lim, Soon;Lim, Deok-Won;Heo, Moon-Beom;Nam, Gi-Wook
    • Journal of Advanced Navigation Technology
    • /
    • v.18 no.1
    • /
    • pp.7-13
    • /
    • 2014
  • In this paper, an effect on a GPS receiver by spoofing signal is analyzed and a GPS spoofing signal detection algorithm for GPS L1 C/A spoofing signal is proposed. A proposed detection algorithm monitors the correlation function distortion by the spoofing signal. If detected distortion is over a detection threshold, we can determine that the spoofing signal is received. The detection threshold is calculated from the statistical characteristics of a thermal noise. For verifying the suggested algorithm, a MATLAB-based simulation platform is implemented. This platform has functionalities to track GPS signal and measure the correlation values. By using this platform, the correlation function distortion by spoofing signal is observed. Also a performance of the algorithm proposed in this paper is applied and confirm the detection of a spoofing signal.

Microfluidic Immunoassay Platform Using Antibody-immobilized Glass Beads and Its Application for Detection of Escherichia coli O157:H7

  • Lee, Nae-Yoon;Yang, Yoon-sun;Kim, Youn-Sang;Park, Sung-su
    • Bulletin of the Korean Chemical Society
    • /
    • v.27 no.4
    • /
    • pp.479-483
    • /
    • 2006
  • We developed a microfluidic immunoassay platform for the detection of various analytes such as bacterial pathogen by packing antibody-immobilized glass beads in spatially-isolated microchambers on a microfluidic device. Primary amines of antibody were covalently conjugated to carboxyl-terminated glass beads previously treated with aminosilane followed by glutaraldehyde. Through this covalent binding, up to 905 $\mu$g immunoglobulin G (IgG) per gram of glass beads was immobilized. For application, glass beads attaching antibody specific to Escherichia coli O157:H7, a foodborne pathogen, were packed into a microfluidic device and used for the detection of the serotype. This prototype immunoassay device can be used for the simultaneous detection of multiple analytes by sequentially packing different-sized glass beads attaching different antibody in discrete microchambers on a single microfluidic device.

Research of Detection performance enhancement from portable radiation detection platform based on Cortex-A9 (Cortex-A9 기반 휴대용 방사선 검출장치에서의 검출성능 향상을 위한 연구)

  • Kwon, Tae-Kyung;Kim, Young-Kil
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.6
    • /
    • pp.1488-1493
    • /
    • 2014
  • Shipping and logistics safety, security system is strengthening worldwide, the development of shipping and logistics safety security core technology for national security logistics system construction has been carried out. Interest in portable radiation detection device capable detecting gamma rays nuclides is increasing. In this paper, I would like to propose the study of resolution enhancement for accurate analysis of nuclides in the platform of the radiation detector portable with Cortex-A9.