• Title/Summary/Keyword: 데이터 라이브러리

Search Result 502, Processing Time 0.024 seconds

Hardware Design of High Performance HEVC Deblocking Filter for UHD Videos (UHD 영상을 위한 고성능 HEVC 디블록킹 필터 설계)

  • Park, Jaeha;Ryoo, Kwangki
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.1
    • /
    • pp.178-184
    • /
    • 2015
  • This paper proposes a hardware architecture for high performance Deblocking filter(DBF) in High Efficiency Video Coding for UHD(Ultra High Definition) videos. This proposed hardware architecture which has less processing time has a 4-stage pipelined architecture with two filters and parallel boundary strength module. Also, the proposed filter can be used in low-voltage design by using clock gating architecture in 4-stage pipeline. The segmented memory architecture solves the hazard issue that arises when single port SRAM is accessed. The proposed order of filtering shortens the delay time that arises when storing data into the single port SRAM at the pre-processing stage. The DBF hardware proposed in this paper was designed with Verilog HDL, and was implemented with 22k logic gates as a result of synthesis using TSMC 0.18um CMOS standard cell library. Furthermore, the dynamic frequency can process UHD 8k($7680{\times}4320$) samples@60fps using a frequency of 150MHz with an 8K resolution and maximum dynamic frequency is 285MHz. Result from analysis shows that the proposed DBF hardware architecture operation cycle for one process coding unit has improved by 32% over the previous one.

JSFlow: A Technique for Controlling Tasks Using Workflow Specification in a Blockchain-based Collaborative System (JSFlow : 블록체인 기반 협업 시스템에서의 워크플로우를 이용한 작업 제어 기법)

  • Eom, Hyun-Min;Yoon, Yeo-Guk;Lee, Myung-Joon
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.9 no.10
    • /
    • pp.763-774
    • /
    • 2019
  • A collaborative system supports collaboration among participants by providing functions such as group composition and management of data shared for collaboration. In recent years, research on collaborative services based on the blockchain technology has been done to guarantee the reliability of collaboration processes and outcomes. The diversity of the application domains in which collaborations are performed and the various characteristics of the participants in the collaboration group naturally leads to various forms of collaborative processes. In order for these processes to produce the desired outcome of the collaborative efforts, it is desirable to specify the appropriate collaborative process in advance, so that the participants can understand and agree on the process, carrying out the collaboration. In this paper, we propose a method to control flexible collaborative processes according to workflow specifications in the Ethereum-based collaborative service environment. The specification of the workflow for the designated task is stored in the Ethereum smart contract and the process of performing the task is controlled according to the stored workflow specification. For this, we introduce JSFlow which is a simple workflow specification method using JSON and an Ethereum library to utilize it.

The Hardware Design of Effective Deblocking Filter for HEVC Encoder (HEVC 부호기를 위한 효율적인 디블록킹 하드웨어 설계)

  • Park, Jae-Ha;Park, Seung-yong;Ryoo, Kwang-ki
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.10a
    • /
    • pp.755-758
    • /
    • 2014
  • In this paper, we propose effective Deblocking Filter hardware architecture for High Efficiency Video Coding encoder. we propose Deblocking Filter hardware architecture with less processing time, filter ordering for low area design, effective memory architecture and four-pipeline for a high performance HEVC(High Efficiency Video Coding) encoder. Proposed filter ordering can be used to reduce delay according to preprocessing. It can be used for realtime single-port SRAM read and write. it can be used in parallel processing by using two filters. Using 10 memory is effective for solving the hazard caused by a single-port SRAM. Also the proposed filter can be used in low-voltage design by using clock gating architecture in 4-pipeline. The proposed Deblocking Filter encoder architecture is designed by Verilog HDL, and implemented by 100k logic gates in TSMC $0.18{\mu}m$ process. At 150MHz, the proposed Deblocking Filter encoder can support 4K Ultra HD video encoding at 30fps, and can be operated at a maximum speed of 200MHz.

  • PDF

Implementation of High-radix Modular Exponentiator for RSA using CRT (CRT를 이용한 하이래딕스 RSA 모듈로 멱승 처리기의 구현)

  • 이석용;김성두;정용진
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.10 no.4
    • /
    • pp.81-93
    • /
    • 2000
  • In a methodological approach to improve the processing performance of modulo exponentiation which is the primary arithmetic in RSA crypto algorithm, we present a new RSA hardware architecture based on high-radix modulo multiplication and CRT(Chinese Remainder Theorem). By implementing the modulo multiplier using radix-16 arithmetic, we reduced the number of PE(Processing Element)s by quarter comparing to the binary arithmetic scheme. This leads to having the number of clock cycles and the delay of pipelining flip-flops be reduced by quarter respectively. Because the receiver knows p and q, factors of N, it is possible to apply the CRT to the decryption process. To use CRT, we made two s/2-bit multipliers operating in parallel at decryption, which accomplished 4 times faster performance than when not using the CRT. In encryption phase, the two s/2-bit multipliers can be connected to make a s-bit linear multiplier for the s-bit arithmetic operation. We limited the encryption exponent size up to 17-bit to maintain high speed, We implemented a linear array modulo multiplier by projecting horizontally the DG of Montgomery algorithm. The H/W proposed here performs encryption with 15Mbps bit-rate and decryption with 1.22Mbps, when estimated with reference to Samsung 0.5um CMOS Standard Cell Library, which is the fastest among the publications at present.

Implementation of a pipelined Scalar Multiplier using Extended Euclid Algorithm for Elliptic Curve Cryptography(ECC) (확장 유클리드 알고리즘을 이용한 파이프라인 구조의 타원곡선 암호용 스칼라 곱셈기 구현)

  • 김종만;김영필;정용진
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.11 no.5
    • /
    • pp.17-30
    • /
    • 2001
  • In this paper, we implemented a scalar multiplier needed at an elliptic curve cryptosystem over standard basis in $GF(2^{163})$. The scalar multiplier consists of a radix-16 finite field serial multiplier and a finite field inverter with some control logics. The main contribution is to develop a new fast finite field inverter, which made it possible to avoid time consuming iterations of finite field multiplication. We used an algorithmic transformation technique to obtain a data-independent computational structure of the Extended Euclid GCD algorithm. The finite field multiplier and inverter shown in this paper have regular structure so that they can be easily extended to larger word size. Moreover they can achieve 100% throughput using the pipelining. Our new scalar multiplier is synthesized using Hyundai Electronics 0.6$\mu\textrm{m}$ CMOS library, and maximum operating frequency is estimated about 140MHz. The resulting data processing performance is 64Kbps, that is it takes 2.53ms to process a 163-bit data frame. We assure that this performance is enough to be used for digital signature, encryption & decryption and key exchange in real time embedded-processor environments.

Restoration of implant-supported fixed dental prosthesis using the automatic abutment superimposition function of the intraoral scanner in partially edentulous patients (부분무치악 환자에서 구강스캐너의 지대주 자동중첩기능을 이용한 임플란트 고정성 보철물 수복 증례)

  • Park, Keun-Woo;Park, Ji-Man;Lee, Keun-Woo
    • The Journal of Korean Academy of Prosthodontics
    • /
    • v.59 no.1
    • /
    • pp.79-87
    • /
    • 2021
  • The digital workflow of optical impressions by the intraoral scanner and CADCAM manufacture of dental prostheses is actively developing. The complex process of traditional impression taking, definite cast fabrication, wax pattern making, and casting has been shortened, and the number of patient's visits can also be reduced. Advances in intraoral scanner technology have increased the precision and accuracy of optical impression, and its indication is progressively widened toward the long span fixed dental prosthesis. This case report describes the long span implant case, and the operator fully utilized digital workflow such as computer-guided implant surgical template and CAD-CAM produced restoration after the digital impression. The provisional restoration and customized abutments were prepared with the optical impression taken on the same day of implant surgery. Moreover, the final prosthesis was fabricated with the digital scan while utilizing the same customized abutment from the provisional restoration. During the data acquisition step, stl data of customized abutments, previously scanned at the time of provisional restoration delivery, were imported and automatically aligned with digital impression data using an 'A.I. abutment matching algorithm' the intraoral scanner software. By using this algorithm, it was possible to obtain the subgingival margin without the gingival retraction or abutment removal. Using the digital intraoral scanner's advanced functions, the operator could shorten the total treatment time. So that both the patient and the clinician could experience convenient and effective treatment, and it was possible to manufacture a prosthesis with predictability.

Evaluating the Effectiveness of an Artificial Intelligence Model for Classification of Basic Volcanic Rocks Based on Polarized Microscope Image (편광현미경 이미지 기반 염기성 화산암 분류를 위한 인공지능 모델의 효용성 평가)

  • Sim, Ho;Jung, Wonwoo;Hong, Seongsik;Seo, Jaewon;Park, Changyun;Song, Yungoo
    • Economic and Environmental Geology
    • /
    • v.55 no.3
    • /
    • pp.309-316
    • /
    • 2022
  • In order to minimize the human and time consumption required for rock classification, research on rock classification using artificial intelligence (AI) has recently developed. In this study, basic volcanic rocks were subdivided by using polarizing microscope thin section images. A convolutional neural network (CNN) model based on Tensorflow and Keras libraries was self-producted for rock classification. A total of 720 images of olivine basalt, basaltic andesite, olivine tholeiite, trachytic olivine basalt reference specimens were mounted with open nicol, cross nicol, and adding gypsum plates, and trained at the training : test = 7 : 3 ratio. As a result of machine learning, the classification accuracy was over 80-90%. When we confirmed the classification accuracy of each AI model, it is expected that the rock classification method of this model will not be much different from the rock classification process of a geologist. Furthermore, if not only this model but also models that subdivide more diverse rock types are produced and integrated, the AI model that satisfies both the speed of data classification and the accessibility of non-experts can be developed, thereby providing a new framework for basic petrology research.

Text Classification Using Heterogeneous Knowledge Distillation

  • Yu, Yerin;Kim, Namgyu
    • Journal of the Korea Society of Computer and Information
    • /
    • v.27 no.10
    • /
    • pp.29-41
    • /
    • 2022
  • Recently, with the development of deep learning technology, a variety of huge models with excellent performance have been devised by pre-training massive amounts of text data. However, in order for such a model to be applied to real-life services, the inference speed must be fast and the amount of computation must be low, so the technology for model compression is attracting attention. Knowledge distillation, a representative model compression, is attracting attention as it can be used in a variety of ways as a method of transferring the knowledge already learned by the teacher model to a relatively small-sized student model. However, knowledge distillation has a limitation in that it is difficult to solve problems with low similarity to previously learned data because only knowledge necessary for solving a given problem is learned in a teacher model and knowledge distillation to a student model is performed from the same point of view. Therefore, we propose a heterogeneous knowledge distillation method in which the teacher model learns a higher-level concept rather than the knowledge required for the task that the student model needs to solve, and the teacher model distills this knowledge to the student model. In addition, through classification experiments on about 18,000 documents, we confirmed that the heterogeneous knowledge distillation method showed superior performance in all aspects of learning efficiency and accuracy compared to the traditional knowledge distillation.

Sinus floor elevation and implant-supported fixed dental prosthesis in the posterior area, with full-digital system: a case report (완전 디지털 시스템을 이용한 상악동 거상술 및 구치부 임플란트 고정성 보철 수복 증례)

  • Gang Soo Park;Sunjai Kim;Se-Wook Pyo;Jae-Seung Chang
    • The Journal of Korean Academy of Prosthodontics
    • /
    • v.62 no.2
    • /
    • pp.157-164
    • /
    • 2024
  • A variety of digital technologies are being used throughout the entire implant treatment process of diagnosis, surgery, impression, design, and fabrication of prostheses. In this case, using a digital surgical guide, sinus floor elevation was performed without complications, and the implants were placed in the planned position. After the healing period for osseointegration, CAD-CAM (Computer-aided design-Computer-aided manufacturing) customized abutments and provisional prostheses were delivered. While using the provisional prosthesis, occlusal change was observed. To transfer the intermaxillary relationship and abutment position that reflect occlusal change and axial displacement, double scanning and abutment-level digital impressions were taken. Abutment superimposition was used to capture the subgingival margin without gingival retraction. Then, the definitive prosthesis was designed and fabricated with digital system. We report a case applying digital system, to achieve the predictable result as well as the efficient treatment process from implant surgery to fabricating prosthesis in the posterior area.

A Study on Automated Input of Attribute for Referenced Objects in Spatial Relationships of HD Map (정밀도로지도 공간관계 참조객체의 속성 입력 자동화에 관한 연구)

  • Dong-Gi SUNG;Seung-Hyun MIN;Yun-Soo CHOI;Jong-Min OH
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.27 no.1
    • /
    • pp.29-40
    • /
    • 2024
  • Recently, the technology of autonomous driving, one of the core of the fourth industrial revolution, is developing, but sensor-based autonomous driving is showing limitations, such as accidents in unexpected situations, To compensate for this, HD-map is being used as a core infrastructure for autonomous driving, and interest in the public and private sectors is increasing, and various studies and technology developments are being conducted to secure the latest and accuracy of HD-map. Currently, NGII will be newly built in urban areas and major roads across the country, including the metropolitan area, where self-driving cars are expected to run, and is working to minimize data error rates through quality verification. Therefore, this study analyzes the spatial relationship of reference objects in the attribute structuring process for rapid and accurate renewal and production of HD-map under construction by NGII, By applying the attribute input automation methodology of the reference object in which spatial relations are established using the library of open source-based PyQGIS, target sites were selected for each road type, such as high-speed national highways, general national highways, and C-ITS demonstration sections. Using the attribute automation tool developed in this study, it took about 2 to 5 minutes for each target location to automatically input the attributes of the spatial relationship reference object, As a result of automation of attribute input for reference objects, attribute input accuracy of 86.4% for high-speed national highways, 79.7% for general national highways, 82.4% for C-ITS, and 82.8% on average were secured.