• 제목/요약/키워드: Data Architectures

검색결과 359건 처리시간 0.027초

기업 정보 시스템간 효율적인 데이터 공유를 위한 통합 도구 개발 (The Development of an Integration Tool for the Data Sharing Among the Enterprise information Systems)

  • 한관희;박찬우;최운집;이상한
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2004년도 추계학술대회 논문집
    • /
    • pp.782-787
    • /
    • 2004
  • Recently, many enterprises are introducing EAI(Enterprise Application Integration) technologies for integrating heterogeneous enterprise information systems. Among EAI levels, data-level integration is relatively straightforward and most popular. However, current commercial solutions have complex functionalities and are expensive for implementing the data integration tasks. Also, they have their own proprietary architectures and have a restricted interoperability. Proposed in this paper is the development of data integration middleware for facilitating data exchanges between the heterogeneous information systems. The main feature of this middleware is a explicit mapping of meta data about the relationships between source and target data. Based on this mapping, users who do not have expertise in information technology at the small & medium enterprise can easily handle data exchange tasks between information systems.

  • PDF

기업 정보 시스템 간 데이터 통합을 위한 미들웨어 개발 (The Development of a Data Integration Middleware for Enterprise Information Systems)

  • 한관희;박찬우;배성문
    • 산업공학
    • /
    • 제17권4호
    • /
    • pp.407-413
    • /
    • 2004
  • Recently, many enterprises are adopting EAI (Enterprise Application Integration) technologies for integrating heterogeneous enterprise information systems. Among EAI levels, data-level integration is relatively straightforward and most popular. However, most commercial solutions provide complex functionalities and are expensive for implementing the data integration tasks at the small & medium enterprises. Also, they have their own proprietary architectures and have a restricted interoperability. Proposed in this paper is the development of a data integration middleware for facilitating data exchanges between the heterogeneous information systems. The main feature of this middleware is a explicit mapping of meta data about the relationships between source and target data. Based on this explicit mapping, users who do not have expertise in information technology at the small & medium enterprises can easily execute data exchange tasks among various information systems.

Evaluating and Mitigating Malicious Data Aggregates in Named Data Networking

  • Wang, Kai;Bao, Wei;Wang, Yingjie;Tong, Xiangrong
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제11권9호
    • /
    • pp.4641-4657
    • /
    • 2017
  • Named Data Networking (NDN) has emerged and become one of the most promising architectures for future Internet. However, like traditional IP-based networking paradigm, NDN may not evade some typical network threats such as malicious data aggregates (MDA), which may lead to bandwidth exhaustion, traffic congestion and router overload. This paper firstly analyzes the damage effect of MDA using realistic simulations in large-scale network topology, showing that it is not just theoretical, and then designs a fine-grained MDA mitigation mechanism (MDAM) based on the cooperation between routers via alert messages. Simulations results show that MDAM can significantly reduce the Pending Interest Table overload in involved routers, and bring in normal data-returning rate and data-retrieval delay.

Self-timed 기반의 Node Label Data Flow Machine 설계 (Design of a Node Label Data Flow Machine based on Self-timed)

  • 김희숙;정성태;박희순
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1998년도 추계학술대회 논문집 학회본부 B
    • /
    • pp.666-668
    • /
    • 1998
  • In this paper we illustrate the design of a node label data flow machine based on self-timed paradigm. Data flow machines differ from most other parallel architectures, they are based on the concept of the data-driven computation model instead of the program store computation model. Since the data-driven computation model provides the excution of instructions asynchronously, it is natural to implement a data flow machine using self timed circuits.

  • PDF

Evaluating Chest Abnormalities Detection: YOLOv7 and Detection Transformer with CycleGAN Data Augmentation

  • Yoshua Kaleb Purwanto;Suk-Ho Lee;Dae-Ki Kang
    • International journal of advanced smart convergence
    • /
    • 제13권2호
    • /
    • pp.195-204
    • /
    • 2024
  • In this paper, we investigate the comparative performance of two leading object detection architectures, YOLOv7 and Detection Transformer (DETR), across varying levels of data augmentation using CycleGAN. Our experiments focus on chest scan images within the context of biomedical informatics, specifically targeting the detection of abnormalities. The study reveals that YOLOv7 consistently outperforms DETR across all levels of augmented data, maintaining better performance even with 75% augmented data. Additionally, YOLOv7 demonstrates significantly faster convergence, requiring approximately 30 epochs compared to DETR's 300 epochs. These findings underscore the superiority of YOLOv7 for object detection tasks, especially in scenarios with limited data and when rapid convergence is essential. Our results provide valuable insights for researchers and practitioners in the field of computer vision, highlighting the effectiveness of YOLOv7 and the importance of data augmentation in improving model performance and efficiency.

SIP와 MIP를 사용한 IP 이동성 관리 방법들에 대한 핸드오프 지연시간 분석 (Handoff Delay Analysis of IP Mobility Management Schemes Using SIP and MIP)

  • 김창호;노병희;유승화
    • 한국통신학회논문지
    • /
    • 제29권8A호
    • /
    • pp.909-917
    • /
    • 2004
  • 무선 통신망에서 끊임없는 데이터 전달을 제공하는 것은 실시간 멀티미디어 서비스들에 있어서 매우 주요한 기능들 중의 하나이다 본 논문에서는, IP 이동성 지원을 위한 유망한 방법들인 MIP-RO, SIP, MIP-RO/CIP와 SIP/CIP들에 대한 핸드 오프 지연시간을 분석하고 비교한다. 핸드오프 지연시간 분석은 이들 방법들에 대한 핸드오프 처리를 위하여 교환되는 메시지 플로우를 기반으로 하여 만들었다 실험 결과는 SIP/CIP 방법이 다른 방법들에 비하여 핸드오프 지연시간 측면에서 가장 좋은 성능을 보여준다.

Understanding recurrent neural network for texts using English-Korean corpora

  • Lee, Hagyeong;Song, Jongwoo
    • Communications for Statistical Applications and Methods
    • /
    • 제27권3호
    • /
    • pp.313-326
    • /
    • 2020
  • Deep Learning is the most important key to the development of Artificial Intelligence (AI). There are several distinguishable architectures of neural networks such as MLP, CNN, and RNN. Among them, we try to understand one of the main architectures called Recurrent Neural Network (RNN) that differs from other networks in handling sequential data, including time series and texts. As one of the main tasks recently in Natural Language Processing (NLP), we consider Neural Machine Translation (NMT) using RNNs. We also summarize fundamental structures of the recurrent networks, and some topics of representing natural words to reasonable numeric vectors. We organize topics to understand estimation procedures from representing input source sequences to predict target translated sequences. In addition, we apply multiple translation models with Gated Recurrent Unites (GRUs) in Keras on English-Korean sentences that contain about 26,000 pairwise sequences in total from two different corpora, colloquialism and news. We verified some crucial factors that influence the quality of training. We found that loss decreases with more recurrent dimensions and using bidirectional RNN in the encoder when dealing with short sequences. We also computed BLEU scores which are the main measures of the translation performance, and compared them with the score from Google Translate using the same test sentences. We sum up some difficulties when training a proper translation model as well as dealing with Korean language. The use of Keras in Python for overall tasks from processing raw texts to evaluating the translation model also allows us to include some useful functions and vocabulary libraries as well.

New execution model for CAPE using multiple threads on multicore clusters

  • Do, Xuan Huyen;Ha, Viet Hai;Tran, Van Long;Renault, Eric
    • ETRI Journal
    • /
    • 제43권5호
    • /
    • pp.825-834
    • /
    • 2021
  • Based on its simplicity and user-friendly characteristics, OpenMP has become the standard model for programming on shared-memory architectures. Checkpointing-aided parallel execution (CAPE) is an approach that utilizes the discontinuous incremental checkpointing technique (DICKPT) to translate and execute OpenMP programs on distributed-memory architectures automatically. Currently, CAPE implements the OpenMP execution model by utilizing the DICKPT to distribute parallel jobs and their data to slave machines, and then collects the results after executing these distributed jobs. Although this model has been proven to be effective in terms of performance and compatibility with OpenMP on distributed-memory systems, it cannot fully exploit the capabilities of multicore processors. This paper presents a novel execution model for CAPE that utilizes two levels of parallelism. In the proposed model, we add another level of parallelism in the form of multithreaded processes on slave machines with the goal of better exploiting their multicore CPUs. Initial experimental results presented near the end of this paper demonstrate that this model provides significantly enhanced CAPE performance.

Distributed control system architecture for deep submergence rescue vehicles

  • Sun, Yushan;Ran, Xiangrui;Zhang, Guocheng;Wu, Fanyu;Du, Chengrong
    • International Journal of Naval Architecture and Ocean Engineering
    • /
    • 제11권1호
    • /
    • pp.274-284
    • /
    • 2019
  • The control architectures of Chuan Suo (CS) deep submergence rescue vehicle are introduced. The hardware and software architectures are also discussed. The hardware part adopts a distributed control system composed of surface and underwater nodes. A computer is used as a surface control machine. Underwater equipment is based on a multi-board-embedded industrial computer with PC104 BUS, which contains IO, A/D, D/A, eight-channel serial, and power boards. The hardware and software parts complete data transmission through optical fibers. The software part involves an IPC of embedded Vxworks real-time operating system, upon which the operation of I/O, A/D, and D/A boards and serial ports is based on; this setup improves the real-time manipulation. The information flow is controlled by the software part, and the thrust distribution is introduced. A submergence vehicle heeling control method based on ballast water tank regulation is introduced to meet the special heeling requirements of the submergence rescue vehicle during docking. Finally, the feasibility and reliability of the entire system are verified by a pool test.

모바일 기기를 위한 다중 스왑 아키텍처의 설계 및 성능 분석 (Design and Performance Analysis of Multi-Swap Architectures for Mobile Devices)

  • 반효경;김지선
    • 한국인터넷방송통신학회논문지
    • /
    • 제23권4호
    • /
    • pp.53-58
    • /
    • 2023
  • 스마트폰이 다양한 애플리케이션의 수행을 지원하면서 가상메모리 스와핑 기능의 중요성이 증가하고 있다. 그러나, 전통적인 컴퓨터 시스템과 달리 모바일 플랫폼은 스와핑을 지원하지 않는 것을 기본 옵션으로 채택한다. 그 중요한 이유 중 하나는 스마트폰의 스토리지인 플래시메모리가 스와핑으로 인해 다량의 쓰기 연산 발생시 성능 저하가 일어날 수 있기 때문이다. 본 논문에서는 이러한 문제점을 해결하기 위해 스마트폰을 위한 2가지 다중 스왑 아키텍처인 계층적 스왑과 병렬적 스왑을 제안하고 이들의 성능을 정량적으로 분석한다. 특히, 본 논문에서는 병렬적 스왑 구조에서 단발성 접근 데이터의 특성을 고려한 관리 방식을 제안하여 플래시메모리에 발생하는 스왑량을 줄이고 기존 스왑에 비해 성능 개선 효과가 큼을 입증한다.