• Title/Summary/Keyword: 통신환경

Search Result 16,180, Processing Time 0.041 seconds

A Study on Non-Fungible Token Platform for Usability and Privacy Improvement (사용성 및 프라이버시 개선을 위한 NFT 플랫폼 연구)

  • Kang, Myung Joe;Kim, Mi Hui
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.11 no.11
    • /
    • pp.403-410
    • /
    • 2022
  • Non-Fungible Tokens (NFTs) created on the basis of blockchain have their own unique value, so they cannot be forged or exchanged with other tokens or coins. Using these characteristics, NFTs can be issued to digital assets such as images, videos, artworks, game characters, and items to claim ownership of digital assets among many users and objects in cyberspace, as well as proving the original. However, interest in NFTs exploded from the beginning of 2020, causing a lot of load on the blockchain network, and as a result, users are experiencing problems such as delays in computational processing or very large fees in the mining process. Additionally, all actions of users are stored in the blockchain, and digital assets are stored in a blockchain-based distributed file storage system, which may unnecessarily expose the personal information of users who do not want to identify themselves on the Internet. In this paper, we propose an NFT platform using cloud computing, access gate, conversion table, and cloud ID to improve usability and privacy problems that occur in existing system. For performance comparison between local and cloud systems, we measured the gas used for smart contract deployment and NFT-issued transaction. As a result, even though the cloud system used the same experimental environment and parameters, it saved about 3.75% of gas for smart contract deployment and about 4.6% for NFT-generated transaction, confirming that the cloud system can handle computations more efficiently than the local system.

A Study on Tire Surface Defect Detection Method Using Depth Image (깊이 이미지를 이용한 타이어 표면 결함 검출 방법에 관한 연구)

  • Kim, Hyun Suk;Ko, Dong Beom;Lee, Won Gok;Bae, You Suk
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.11 no.5
    • /
    • pp.211-220
    • /
    • 2022
  • Recently, research on smart factories triggered by the 4th industrial revolution is being actively conducted. Accordingly, the manufacturing industry is conducting various studies to improve productivity and quality based on deep learning technology with robust performance. This paper is a study on the method of detecting tire surface defects in the visual inspection stage of the tire manufacturing process, and introduces a tire surface defect detection method using a depth image acquired through a 3D camera. The tire surface depth image dealt with in this study has the problem of low contrast caused by the shallow depth of the tire surface and the difference in the reference depth value due to the data acquisition environment. And due to the nature of the manufacturing industry, algorithms with performance that can be processed in real time along with detection performance is required. Therefore, in this paper, we studied a method to normalize the depth image through relatively simple methods so that the tire surface defect detection algorithm does not consist of a complex algorithm pipeline. and conducted a comparative experiment between the general normalization method and the normalization method suggested in this paper using YOLO V3, which could satisfy both detection performance and speed. As a result of the experiment, it is confirmed that the normalization method proposed in this paper improved performance by about 7% based on mAP 0.5, and the method proposed in this paper is effective.

IBN-based: AI-driven Multi-Domain e2e Network Orchestration Approach (IBN 기반: AI 기반 멀티 도메인 네트워크 슬라이싱 접근법)

  • Khan, Talha Ahmed;Muhammad, Afaq;Abbas, Khizar;Song, Wang-Cheol
    • KNOM Review
    • /
    • v.23 no.2
    • /
    • pp.29-41
    • /
    • 2020
  • Networks are growing faster than ever before causing a multi-domain complexity. The diversity, variety and dynamic nature of network traffic and services require enhanced orchestration and management approaches. While many standard orchestrators and network operators are resulting in an increase of complexity for handling E2E slice orchestration. Besides, there are multiple domains involved in E2E slice orchestration including access, edge, transport and core network each having their specific challenges. Hence, handling of multi-domain, multi-platform and multi-operator based networking environments manually requires specified experts and using this approach it is impossible to handle the dynamic changes in the network at runtime. Also, the manual approaches towards handling such complexity is always error-prone and tedious. Hence, this work proposes an automated and abstracted solution for handling E2E slice orchestration using an intent-based approach. It abstracts the domains from the operators and enable them to provide their orchestration intention in the form of high-level intents. Besides, it actively monitors the orchestrated resources and based on current monitoring stats using the machine learning it predicts future utilization of resources for updating the system states. Resulting in a closed-loop automated E2E network orchestration and management system.

Data Augmentation using a Kernel Density Estimation for Motion Recognition Applications (움직임 인식응용을 위한 커널 밀도 추정 기반 학습용 데이터 증폭 기법)

  • Jung, Woosoon;Lee, Hyung Gyu
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.27 no.4
    • /
    • pp.19-27
    • /
    • 2022
  • In general, the performance of ML(Machine Learning) application is determined by various factors such as the type of ML model, the size of model (number of parameters), hyperparameters setting during the training, and training data. In particular, the recognition accuracy of ML may be deteriorated or experienced overfitting problem if the amount of dada used for training is insufficient. Existing studies focusing on image recognition have widely used open datasets for training and evaluating the proposed ML models. However, for specific applications where the sensor used, the target of recognition, and the recognition situation are different, it is necessary to build the dataset manually. In this case, the performance of ML largely depends on the quantity and quality of the data. In this paper, training data used for motion recognition application is augmented using the kernel density estimation algorithm which is a type of non-parametric estimation method. We then compare and analyze the recognition accuracy of a ML application by varying the number of original data, kernel types and augmentation rate used for data augmentation. Finally experimental results show that the recognition accuracy is improved by up to 14.31% when using the narrow bandwidth Tophat kernel.

Multi-Path Routing Algorithm for Cost-Effective Transactions in Automated Market Makers (자동화 마켓 메이커에서 비용 효율적인 거래를 위한 다중 경로 라우팅 알고리즘)

  • Jeong, Hyun Bin;Park, Soo Young
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.11 no.8
    • /
    • pp.269-280
    • /
    • 2022
  • With the rise of a decentralized finance market (so called, DeFi) using blockchain technology, users and capital liquidity of decentralized finance applications are increasing significantly. The Automated Market Maker (AMM) is a protocol that automatically calculates the asset price based on the liquidity of the decentralized trading platform, and is currently most commonly used in the decentralized exchanges (DEX), since it can proceed the transactions by utilizing the liquidity pool of the trading platform even if the buyers and sellers do not exist at the same time. However, Automated Market Maker have some disadvantages since the cost efficiency of each transaction using Automated Market Maker depends on the liquidity size of some liquidity pools used for the transaction, so the smaller the size of the liquidity pool and the larger the transaction size, the smaller the cost efficiency of the trade. To solve this problem, some platforms are adopting Transaction Path Routing Algorithm that bypasses transaction path to other liquidity pools that have relatively large size to improve cost efficiency, but this algorithm can be further improved because it uses only a single transaction path to proceed each transaction. In addition to just bypassing transaction path, in this paper we proposed a Multi-Path Routing Algorithm that uses multiple transaction paths simultaneously by distributing transaction size, and showed that the cost efficiency of transactions can be further improved in the Automated Market Maker-based trading environment.

Impact of Oil Price Shocks on Stock Prices by Industry (국제유가 충격이 산업별 주가에 미치는 영향)

  • Lee, Yun-Jung;Yoon, Seong-Min
    • Environmental and Resource Economics Review
    • /
    • v.31 no.2
    • /
    • pp.233-260
    • /
    • 2022
  • In this paper, we analyzed how oil price fluctuations affect stock price by industry using the non-parametric quantile causality test method. We used weekly data of WTI spot price, KOSPI index, and 22 industrial stock indices from January 1998 to April 2021. The empirical results show that the effect of changes in oil prices on the KOSPI index was not significant, which can be attributed to mixed responses of diverse stock prices in several industries included in the KOSPI index. Looking at the stock price response to oil price by industry, the 9 of 18 industries, including Cloth, Paper, and Medicine show a causality with oil prices, while 9 industries, including Food, Chemical, and Non-metal do not show a causal relationship. Four industries including Medicine and Communication (0.45~0.85), Cloth (0.15~0.45), and Construction (0.5~0.6) show causality with oil prices more than three quantiles consecutively. However, the quantiles in which causality appeared were different for each industry. From the result, we find that the effects of oil price on the stock prices differ significantly by industry, and even in one industry, and the response to oil price changes is different depending on the market situation. This suggests that the government's macroeconomic policies, such as industrial and employment policies, should be performed in consideration of the differences in the effects of oil price fluctuations by industry and market conditions. It also shows that investors have to rebalance their portfolio by industry when oil prices fluctuate.

A Study to Evaluate the Impact of In-Vehicle Warning Information on Driving Behavior Using C-ITS Based PVD (C-ITS 기반 PVD를 활용한 차량 내 경고정보의 운전자 주행행태 영향 분석)

  • Kim, Tagyoung;Kim, Ho Seon;Kang, Kyeong-Pyo;Kim, Seoung Bum
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.21 no.5
    • /
    • pp.28-41
    • /
    • 2022
  • A road system with CV(Connected Vehicle)s, which is often referred to as a cooperative intelligent transportation system (C-ITS), provides various road information to drivers using an in-vehicle warning system. Road environments with CVs induce drivers to reduce their speed or change lanes to avoid potential risks downstream. Such avoidance maneuvers can be considered to improve driving behaviors from a traffic safety point of view. Thus, empirically evaluating how a given in-vehicle warning information affects driving behaviors, and monitoring of the correlation between them are essential tasks for traffic operators. To quantitatively evaluate the effect of in-vehicle warning information, this study develops a method to calculate compliance rate of drivers where two groups of speed profile before and after road information is provided are compared. In addition, conventional indexes (e.g., jerk and acceleration noise) to measure comfort of passengers are examined. Empirical tests are conducted by using PVD (Probe Vehicle Data) and DTG (Digital Tacho Graph) data to verify the individual effects of warning information based on C-ITS constructed in Seoul metropolitan area in South Korea. The results in this study shows that drivers tend to decelerate their speed as a response to the in-vehicle warning information. Meanwhile, the in-vehicle warning information helps drivers to improve the safety and comport of passengers.

A Pattern Analysis on the Possibility of Near Miss Connection in Construction Sites (건설현장의 아차사고 연결가능성에 대한 패턴분석)

  • Sang Hyun Kim;Yeon Cheol Shin;Yu Mi Moon
    • Journal of the Society of Disaster Information
    • /
    • v.19 no.1
    • /
    • pp.216-230
    • /
    • 2023
  • Purpose: The purpose is to prevent accidents by predicting disasters through the analysis of near-miss. Method: In this study, a near-miss literature review and data were collected at construction sites, and a questionnaire survey was conducted to use logistic regression analysis and decision tree analysis to classify the possibility of near-miss connection. Result: As a result of analyzing the effects of near-miss types on mental, physical, and safety habits and behaviors, the factor with a high influence on the body is the need for near-miss management, the type of job is electricity·information communication, and health status in order, and the mental factor is the construction scale The influence was high, and the factors with the highest influence on the habit behavior factors were analyzed in the order of experience, number of serious injuries, and occupation in order of illusion, inappropriate work instructions, and body parts. Through decision tree analysis, factors and patterns that affect the possibility of a near-miss being a surprise accident were identified. Conclusion: Construction site officials consider the observation of near-miss and mentally and physically. Specific management of the relevance of physical aspects to near-miss should be implemented, and a work environment in which serious accidents are reduced is expected through personnel allocation, work plans, work procedures and methods, and feedback so that inappropriate work instructions do not lead to near-miss.

Design and Implementation of a COncept-based Image Retrieval System: COIRS (개념 기반 이미지 정보 검색 시스템 COIRS의 설계 및 구현)

  • Yang, Hyung-Jeong;Kim, Ho-Young;Yang, Jae-Dong;Hur, Dae-Young
    • The Transactions of the Korea Information Processing Society
    • /
    • v.5 no.12
    • /
    • pp.3025-3035
    • /
    • 1998
  • In this paper, we describe the design and implementationof COIRS COncept,based Image Retricval System). It differs from extant content-based image retrieval systems in that it enables users to query based on concepts- it allows users to get images concepmally relevant. A concept is basically an aggregation of promitive objects in an image. For such a cencept based image retrieval functionality. COIRS aglopts an image descriptor called triple and includes a triple thesaurus used for capturing concepts. There are four facilities in COIRS: a visual image indeses a triple thesaurus, an inverted fiel, and a user query interface. The visnal image indeser facilitates object laeling and the percification of positionof objects. It is an assistant tool designed to minimize manual work when indexing images. The thesarrus captires the concepts by analyzing triples, thereby extracting image semantics. The triples are then for formalating queries as well as indexing images. The user query interiare enables users to formulate...

  • PDF

Development of Verification Method for ADCP (ADCP 유량 측정기기의 검정 방안 개발)

  • Noel Kang;Chi Young Kim;Kyung Min Kang;Yo Han Cho;Chang-Hwan Kim
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2023.05a
    • /
    • pp.305-305
    • /
    • 2023
  • 수문조사기기 검정은 강수량, 수위, 유량 등과 같은 수문자료를 관측하는 수문조사기기가 대상지역의 수문상황을 정확하게 관측하는지를 검사하는 일련의 과정으로 「수자원의 조사 계획 및 관리에 관한 법률」 제12조에 법적 기반을 두고 있다. 검정 대상은 강수량, 수위, 유속, 유사량, 토양수분량, 증발산량, 증발량 측정기기 총 7종이며, 환경부장관으로부터 한강홍수통제소가 검정업무를 위임받고, 한국건설기술연구원과 한국수자원조사기술원이 위탁받아 운영중에 있다. 최근에는 증발산량, 토양수분량 및 유량 측정기기기 등이 첨단화되어 기존 검정 방식에 대한보완 및 신설에 대한 요구가 증가하고 있다. 특히, 유량 측정시 기존에 사용하였던 회전식 유속계는 ADCP(Acoustic Doppler Current Profiler) 유량측정기기로 대체되어 활용률이 2013년 24%에서2021년 67%로 약 2.8배 급격히 증가하였다. 하지만 수문조사기기 검정 관련 고시 내 ADCP에 대한검사방법 및 허용오차 등의 규정이 부재하여 수문조사기기의 검정 공백이 발생하는 등의 문제가 존재하고 있다. 이에 본 연구에서는 ADCP 운영 및 기술 현황, 현행 법령, 국외 사례 등을 검토하여 ADCP 유량측정기기의 검사방법 및 허용오차에 대한 방안을 제시하고자 한다. ADCP 검사방법은 총 5단계로 외관검사, 자가진단 검사, 온도센서 검사, 수심측정 검사, 유량비교측정 검사에 따라 검정을 실시한다. 첫 번째 외관검사시에는 기기 외관과 센서 등 물리적 손상을 점검하고, 두 번째 자가진단 검사에서는 센서 변환 매트릭스 값, 수신부 센서 테스트, RAM/ROM 테스트, 통신 테스트 등에 관한 정상값 산출 여부를 확인한다. 세 번째 온도센서 검사에서는 검증용 온도센서를 이용한 값과 ADCP에 부착된 온도센서 값과 차이를 확인하고 ±2℃초과시 재검사 또는 적절한 조치를 취한 후 다음 단계의 검사를 진행한다. 네 번째 수심측정 검사에서는 수조 내 수심 측정을 확인하여 실제 수심과의 오차를 확인하고 ±1% 초과시 재검사 또는 적절한 조치 후 다음 검사를 실시한다. 유량비교 측정검사에서는 각 기기 간의 평균유량의 상대오차를 평가하는 것으로 ±5%미만에는 합격, ±5이상 ±10%미만에서는 재검사, ±10%이상에서는 공장수리를 권고하도록 하고, 1~5 단계의 검사를 통과한 기기를 대상으로 인증서를 발급하도록 한다. 유량비교 측정검사시에는 매년 ADCP를 사용하는 일반기업 및 공공기관 등이 모여 ADCP의 성능을 상호간 비교하는 'ADCP 기술협력 워크숍'을 확장하여 실시할 수 있다. 각 검사 단계의 허용오차는 USGS 또는 제조사 기준과 2022년 ADCP 기술협력 워크숍 성능검사 분석 결과를 토대로 하였다. 본 ADCP 검정 방안은 향후 ADCP 모델별로 단계별 시범 검토를 통해 세부사항에 대한 제시가 필요하며, 온도센서 검사, 수심측정 검사, 유량 비교측정검사에 대한 허용오차에 대한 타당성에대한 검증 및 검토가 이루어져야 할 것으로 사료된다.

  • PDF