• Title/Summary/Keyword: Condition-base maintenance

Search Result 54, Processing Time 0.016 seconds

Seasonal variation in biochemical composition and gonadal development of ark shell, Scapharca broughtonii (Bivalvia: Arcidae) from Gamag bay of Southern coast, Korea (가막만 피조개 Scapharca broughtonii의 생식소 발달과 체성분의 계절적 변화)

  • Shin, Yun-Kyung;Im, Je-Hyun;Son, Maeng-Hyun;Kim, Eung-Oh
    • The Korean Journal of Malacology
    • /
    • v.28 no.1
    • /
    • pp.73-79
    • /
    • 2012
  • Seasonal changes in biochemical composition of muscle, gonad-viceral, mass and whole body of the cultured ark shell, Scapharca broughtonii in the Gamag bay of Yeosu city were studied from December 2008 to November 2009 in relation to environmental condition and reproductive cycles. Average monthly water temperature in the winter was in the range of $7-12^{\circ}C$ and $20-25^{\circ}C$ in the summer, while the salinity fluctuated in the range of 30.1%-33.8‰ on the average. Seasonal fluctuation of the concentration of nutrient salt was the highest in September ($13.04{\mu}g/L$) with average annual concentration of $4.6{\mu}g/L$. The main spawning season of the ark shell was during the months of July and August, and the gonads were in inactive stage during the winter. The gonad-visceral mass contained lower amounts of proteins than the other body parts. The most marked changes in body composition were lipids and carbohydrates within the gonad-visceral mass, and protein for each of the organs was relatively consistent throughout the year. All the parts in the visceral sac displayed the highest changes during the gametogenic cycle while the contents of moisture and lipid within the visceral act displayed somewhat inverse relations with each other. Moisture content was the lowest during the inactive stage during which the lipid content is the highest. The lipid content was the lowest immediately following spawning with increase in the moisture content as the lipid is being consumed. Protein mass within the visceral sac was low in comparison to the muscle mass. It is deemed that carbohydrates, lipids and proteins in the visceral sac play the major role as the source of energy during the development process of the gonads, and used for maintenance of base metabolism when available food is scarce.

Implementation of 3D Road Surface Monitoring System for Vehicle based on Line Laser (선레이저 기반 이동체용 3차원 노면 모니터링 시스템 구현)

  • Choi, Seungho;Kim, Seoyeon;Kim, Taesik;Min, Hong;Jung, Young-Hoon;Jung, Jinman
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.6
    • /
    • pp.101-107
    • /
    • 2020
  • Road surface measurement is an essential process for quantifying the degree and displacement of roughness in road surface management. For safer road surface management and quick maintenance, it is important to accurately measure the road surface while mounted on a vehicle. In this paper, we propose a sophisticated road surface measurement system that can be measured on a moving vehicle. The proposed road surface measurement system supports more accurate measurement of the road surface by using a high-performance line laser sensor. It is also possible to measure the transverse and longitudinal profile by matching the position information acquired from the RTK, and the velocity adaptive update algorithm allows a manager to monitor in a real-time manner. In order to evaluate the proposed system, the Gocator laser sensor, MRP module, and NVIDIA Xavier processor were mounted on a test mobile and tested on the road surface. Our evaluation results demonstrate that our system measures accurate profile base on the MSE. Our proposed system can be used not only for evaluating the condition of roads but also for evaluating the impact of adjacent excavation.

A Study of Anomaly Detection for ICT Infrastructure using Conditional Multimodal Autoencoder (ICT 인프라 이상탐지를 위한 조건부 멀티모달 오토인코더에 관한 연구)

  • Shin, Byungjin;Lee, Jonghoon;Han, Sangjin;Park, Choong-Shik
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.57-73
    • /
    • 2021
  • Maintenance and prevention of failure through anomaly detection of ICT infrastructure is becoming important. System monitoring data is multidimensional time series data. When we deal with multidimensional time series data, we have difficulty in considering both characteristics of multidimensional data and characteristics of time series data. When dealing with multidimensional data, correlation between variables should be considered. Existing methods such as probability and linear base, distance base, etc. are degraded due to limitations called the curse of dimensions. In addition, time series data is preprocessed by applying sliding window technique and time series decomposition for self-correlation analysis. These techniques are the cause of increasing the dimension of data, so it is necessary to supplement them. The anomaly detection field is an old research field, and statistical methods and regression analysis were used in the early days. Currently, there are active studies to apply machine learning and artificial neural network technology to this field. Statistically based methods are difficult to apply when data is non-homogeneous, and do not detect local outliers well. The regression analysis method compares the predictive value and the actual value after learning the regression formula based on the parametric statistics and it detects abnormality. Anomaly detection using regression analysis has the disadvantage that the performance is lowered when the model is not solid and the noise or outliers of the data are included. There is a restriction that learning data with noise or outliers should be used. The autoencoder using artificial neural networks is learned to output as similar as possible to input data. It has many advantages compared to existing probability and linear model, cluster analysis, and map learning. It can be applied to data that does not satisfy probability distribution or linear assumption. In addition, it is possible to learn non-mapping without label data for teaching. However, there is a limitation of local outlier identification of multidimensional data in anomaly detection, and there is a problem that the dimension of data is greatly increased due to the characteristics of time series data. In this study, we propose a CMAE (Conditional Multimodal Autoencoder) that enhances the performance of anomaly detection by considering local outliers and time series characteristics. First, we applied Multimodal Autoencoder (MAE) to improve the limitations of local outlier identification of multidimensional data. Multimodals are commonly used to learn different types of inputs, such as voice and image. The different modal shares the bottleneck effect of Autoencoder and it learns correlation. In addition, CAE (Conditional Autoencoder) was used to learn the characteristics of time series data effectively without increasing the dimension of data. In general, conditional input mainly uses category variables, but in this study, time was used as a condition to learn periodicity. The CMAE model proposed in this paper was verified by comparing with the Unimodal Autoencoder (UAE) and Multi-modal Autoencoder (MAE). The restoration performance of Autoencoder for 41 variables was confirmed in the proposed model and the comparison model. The restoration performance is different by variables, and the restoration is normally well operated because the loss value is small for Memory, Disk, and Network modals in all three Autoencoder models. The process modal did not show a significant difference in all three models, and the CPU modal showed excellent performance in CMAE. ROC curve was prepared for the evaluation of anomaly detection performance in the proposed model and the comparison model, and AUC, accuracy, precision, recall, and F1-score were compared. In all indicators, the performance was shown in the order of CMAE, MAE, and AE. Especially, the reproduction rate was 0.9828 for CMAE, which can be confirmed to detect almost most of the abnormalities. The accuracy of the model was also improved and 87.12%, and the F1-score was 0.8883, which is considered to be suitable for anomaly detection. In practical aspect, the proposed model has an additional advantage in addition to performance improvement. The use of techniques such as time series decomposition and sliding windows has the disadvantage of managing unnecessary procedures; and their dimensional increase can cause a decrease in the computational speed in inference.The proposed model has characteristics that are easy to apply to practical tasks such as inference speed and model management.

Monitoring and Preventive Preservation of Cultural Heritages to Maintain Original Wooden Architectural Cultural Heritage (목조건축문화재 원형유지를 위한 문화재돌봄 모니터링과 예방보존)

  • CHUN Kyoungmee
    • Korean Journal of Heritage: History & Science
    • /
    • v.56 no.4
    • /
    • pp.192-214
    • /
    • 2023
  • Wooden architectural cultural heritages are one of the visible legacies that show the national's identity. Even when the concept of 'the original' of cultural heritages was not accurately understood, the emphasis of preservation and management of cultural heritages was placed on 'preservation of the original form' or 'maintenance of the original form'. Moreover, these days, following the trend of international preservation principles, cultural heritages are considered important as "values as historical objects." This paper is the result of an attempt to determine the scope and content of what parts should be monitored to maintain the original form of wooden architectural cultural heritage. The first thing to be done in monitoring wooden architectural cultural heritage is to check the condition of the ground and foundation. The second is the column. This is because the instability of the column causes damage to the joint with each member and the fitting part, resulting in physical changes leading to damage to the wall. The third is monitor the roof tiles. If the leak continues into the building due to the separation or damage of the roof, the defect should be partially dismantled and repaired, so it should be monitored to maintain its original shape as much as possible. The monitoring range of the base, column, and roof serves as a reference point for identifying what damage is being done to the relevant cultural heritages. In other words, the data at the time when monitoring began becomes the 'original' for the year. Alternatives based on the analysis of monitoring for the preservation of original cultural heritages should be actively introduced. In addition, by sharing the current state and situation of cultural heritages as a result of monitoring with various related organizations, preventive preservation should be established rather than preservation of cultural heritages by "intervention."