• Title/Summary/Keyword: 다운스트림

Search Result 43, Processing Time 0.039 seconds

An Improvement of Performance for Data Downstream in IEEE 802.11x Wireless LAN Networks (IEEE 802.11x 무선 랜에서의 데이터 다운스트림 성능 향상)

  • Kim, Ji-Hong;Kim, Yong-Hyun;Hong, Youn-Sik
    • Journal of the Institute of Electronics Engineers of Korea TC
    • /
    • v.43 no.11 s.353
    • /
    • pp.149-158
    • /
    • 2006
  • We proposed a method for improving a performance of TCP downstream between a desktop PC as a fixed host and a PDA as a mobile host in a wired and wireless network based on IEEE 802.11x wireless LAN. With data transmission between these heterogeneous terminals a receiving time during downstream is slower than that during upstream by 20% at maximum. The reason is that their congestion window size will be oscillated due to a significantly lower packet processing rate at receiver compared to a packet sending rate at sender. Thus it will cause to increase the number of control packets to negotiate their window size. To mitigate these allergies, we proposed two distinct methods. First, by increasing a buffer size of a PDA at application layer an internal processing speed of a socket receive buffer of TCP becomes faster and then the window size is more stable. However, a file access time in a PDA is kept nearly constant as the buffer size increases. With the buffer size of 32,768bytes the receiving time is faster by 32% than with that of 512bytes. Second, a delay between packets to be transmitted at sender should be given. With an inter-packet delay of 5ms at sender a resulting receiving time is faster by 7% than without such a delay.

Implementation of a Logic Extraction Algorithm from a Bitstream Data for a Programmed FPGA (프로그램된 FPGA의 비트스트림 데이터로부터 로직추출 알고리즘 구현)

  • Jeong, Min-Young;Lee, Jae-Heum;Jang, Young-Jo;Jung, Eun-Gu;Cho, Kyoung-Rok
    • The Journal of the Korea Contents Association
    • /
    • v.18 no.1
    • /
    • pp.10-18
    • /
    • 2018
  • This paper presents a method to resynthesize logic of a programmed FPGA from a bitstream file that is a downloaded file for Xilinx FPGA (Field Programmable Gate Array). It focuses on reconfiguring the LUT (Look Up Table) logic. The bitstream data is compared and analyzed considering various situations and various input variables such as composing other logics using the same netlist or synthesizing the same logic at various positions to find a structure of the bitstream. Based on the analyzed bitstream, we construct a truth table of the LUT by implementing various logic for one LUT. The proposed algorithm extracts the logic of the LUT based on the truth table of the generated LUT and the bitstream. The algorithm determines the input and output pins used to implement the logic in the LUT. As a result, we extract a gate level logic from a bitstream file for the targeted Xillinx FPGA.

The Bi-Cross Pretraining Method to Enhance Language Representation (Bi-Cross 사전 학습을 통한 자연어 이해 성능 향상)

  • Kim, Sung-ju;Kim, Seonhoon;Park, Jinseong;Yoo, Kang Min;Kang, Inho
    • Annual Conference on Human and Language Technology
    • /
    • 2021.10a
    • /
    • pp.320-325
    • /
    • 2021
  • BERT는 사전 학습 단계에서 다음 문장 예측 문제와 마스킹된 단어에 대한 예측 문제를 학습하여 여러 자연어 다운스트림 태스크에서 높은 성능을 보였다. 본 연구에서는 BERT의 사전 학습 문제 중 다음 문장 예측 문제에 대해 주목했다. 다음 문장 예측 문제는 자연어 추론 문제와 질의 응답 문제와 같이 임의의 두 문장 사이의 관계를 모델링하는 문제들에 성능 향상을 위해 사용되었다. 하지만 BERT의 다음 문장 예측 문제는 두 문장을 특수 토큰으로 분리하여 단일 문자열 형태로 모델에 입력으로 주어지는 cross-encoding 방식만을 학습하기 때문에 문장을 각각 인코딩하는 bi-encoding 방식의 다운스트림 태스크를 고려하지 않은 점에서 아쉬움이 있다. 본 논문에서는 기존 BERT의 다음 문장 예측 문제를 확장하여 bi-encoding 방식의 다음 문장 예측 문제를 추가적으로 사전 학습하여 단일 문장 분류 문제와 문장 임베딩을 활용하는 문제에서 성능을 향상 시키는 Bi-Cross 사전 학습 기법을 소개한다. Bi-Cross 학습 기법은 영화 리뷰 감성 분류 데이터 셋인 NSMC 데이터 셋에 대해 학습 데이터의 0.1%만 사용하는 학습 환경에서 Bi-Cross 사전 학습 기법 적용 전 모델 대비 5점 가량의 성능 향상이 있었다. 또한 KorSTS의 bi-encoding 방식의 문장 임베딩 성능 평가에서 Bi-Cross 사전 학습 기법 적용 전 모델 대비 1.5점의 성능 향상을 보였다.

  • PDF

Stream Device Driver Dynamic Load and Unload by Using Remote API in Windows Embedded CE (Windows Embedded CE에서 Remote API를 사용한 Stream Device Driver동적 로드)

  • Ju, Seung-Hwa;Jeou, Jae-Wook
    • Proceedings of the KIEE Conference
    • /
    • 2008.10b
    • /
    • pp.219-220
    • /
    • 2008
  • 본 논문에서는 Windows Embedded CE의 스트림 인터페이스 드라이버(Stream Interlace Driver)를 개발하는 새로운 방법을 제안하고자 한다. Windows Embedded CE 디바이스가 부팅되면서 스트림 인터페이스 드라이버는 디바이스 매니저에 의해 메모리로 로프(Load)되고 디바이스가 꺼질 때 메모리로부터 언로드(Unload)된다. 디바인스 드라이버를 변경하여 다시 적용한 후 결과를 확인하고자 할 때 OS 바이너리 이미지를 새로 생성한 후 이미지를 다시 다운로드 하거나 드라이버를 플랫폼 빌더에서 등록한 후 해당 디바이스를 재 부팅하고 Kernel Interlace Layer(KITL)를 사용하여 그 결과를 확인할 수 있다. OS 바이너리를 새로 만드는 경우 이미지 생성과 다운로드 시간이 많이 소요되고, KITL를 사용하는 경우 매번 부팅 하는 과정을 반복해야 하기 때문에 시간이 더 소요된다. 본 논문에서는 데스크탑에서 Remote API를 이용하고 Stream Device Driver를 디바이스에 전달한 후 그것을 Remote API를 사용하여 로드하고 언로드하는 구조를 제안한다.

  • PDF

A Performance Evaluation of Multimedia Data Downstream with PDA over Wireless LAN (무선 랜 환경에서 PDA의 멀티미디어 데이터 다운스트림 성능 평가)

  • Hur Hye Sun;Hong Youn Sik;Woo Yo Seop
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.1
    • /
    • pp.71-78
    • /
    • 2005
  • When a PDA is used as a mobile terminal in an infrastructure network based on 802.11b standard wireless LAN, we measured and evaluated the performance of multimedia data transmission. In general, PDAs are mainly used tot receiving bulk data like multimedia data. However, while a PDA as a mobile host transfers multimedia data to a desktop PC as a fixed host in such a network, the time taken to receive data from the PC to the PDA is always longer than the time taken to send data from the PDA to the PC by at least 53%. Thus, we consider some critical factors that affect the time taken to receive Our experimental results show that with the PDA the time taken to access a file for writing is longer than the time taken to access a file for reading of to 4.11 times. In addition, a dramatic change of the site of the receiver window, from 686 bytes to 32,383 bytes, prolongs the time taken to receive. To transfer data without any inter-packet interval for the PDA and to increase the size of the TCP receive buffer will be effective in improving the delay to receive data.

  • PDF

Inter-stream Interference Cancellation for frequency selective MIMO systems (주파수 선택적인 MIMO 시스템에서의 스트림간 간섭제거 기법)

  • Park, Sunho;Park, Jungyong;Shim, Byonghyo
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2011.07a
    • /
    • pp.119-121
    • /
    • 2011
  • 본 논문은 주파수 선택적인 MIMO 시스템에서 스트림간의 간섭을 효과적으로 제거하는 기법을 제안한다. 본 논문에서는 계산적으로 복잡도가 높은 리스트 검색 기법 대신에 채널 복호기에서 사용되는 사후 확률(a posteriori probability, APP)를 얻기 위해 반복적으로 스트림간 간섭을 제거하는 선형 이퀄라이저를 사용하였다. 반복회수가 증가할수록 이퀄라이저에 의해 채널은 점차 single input multiple output (SIMO) 형태의 채널에 가까워지고 MIMO 이퀄라이저의 최소평균제곱오차 (MMSE)에 가까워진다. HSPA UMTS standard를 따르는 $2{\times}2$ MIMO 시스템의 다운링크 통신 모의실험을 통해 제안된 기법이 기존의 수신 기법에 비해 상당한 성능이득을 얻을 수 있음을 확인할 수 있다.

  • PDF

MPEG-4 전송시스템의 QoS를 고려한 인터넷 접속기술

  • 석주명;서덕영
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 1997.11a
    • /
    • pp.169-172
    • /
    • 1997
  • 본 논문은 ITU-T에서 제시한 H.323, H.225 표준설계를 토대로 MPEG-4 DMIF의 트랜스먹스 레이어 설계, 구현에 관한 것이다. 윈도우 95 및 윈도우 NT환경에서 Winsock을 이용하여 UDP로 MPEG-4 비트스트림을 전달하고 전송제어를 TCP로 구현하였다. 신뢰성이 없는 UDP의 문제를 보완하기 위해 신뢰성 있는 TCP를 한 프로세스에 동시에 할당하여 요구자의 MPEG-4 비트스트림 선택, UDP의 패킷발생률, 패킷사이즈 등 QoS를 제어함으로써 UDP를 보완하도록 구현하였다. MPEG 표준위원회가 제공하는 소프트웨어를 이용하였고, 본 연구에서는 서버에 있는 MPEG-4 비트스트림을 클라이언트가 다운로딩 할 수 있도록 MPEG-4 DMIF 다양한 트랜스먹스 레이어 네트워크 프로토콜 중 MPEG-4 FlexMux/UDP/IP 구현하는 것인데 이는 앞으로 해야 할 실시간 전송 프로토콜의 RTP에 대해 기본틀을 마련하였다고 할 수 있다.

  • PDF

Design and Implementation for Hybrid 3DTV Service based on Streaming Content (스트리밍 콘텐츠 기반 하이브리드 3DTV 시스템 설계 및 구현)

  • Yim, Hyun-Jeong;Yun, Kugjin;Lee, Jin Young;Lee, Gwangsoon;Cheong, Won-Sik
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2012.11a
    • /
    • pp.216-219
    • /
    • 2012
  • 본 논문에서는 기준 영상은 방송 스트림으로 전송하고, 부가 영상은 스트리밍 콘텐츠 형태로 수신측에 전달하여 3DTV 서비스를 제공할 수 있는 하이브리드 3DTV 시스템을 제안한다. 부가 영상을 파일 기반으로 수신측에 전달할 경우 전체 파일을 다운로드해야만 3DTV 서비스 이용이 가능하다는 문제점을 해결하기 위하여 본 논문에서는 MPEG DASH 규격을 이용하여 부가 영상을 전송하였다. 또한 서로 다른 전송망을 기반으로 전달되는 기준 영상과 부가 영상을 프레임 단위로 동기화하기 위한 정보를 실시간 방송 스트림에 포함하여 기준 영상 전송 시 함께 전송하였다. 이와 같은 방법으로 스트리밍 콘텐츠 기반 하이브리드 3DTV 송신 및 수신 시스템을 구현한 결과 사용자가 서비스에 접근 시점부터 부가 영상 데이터를 수신하고 이를 기준 영상과 동기화하여 3DTV 서비스의 제공이 가능함을 확인하였다.

  • PDF

Knowledge-grounded Dialogue Generation Using Domain-level Learning Approach for Practical Services (현업 서비스를 위한 도메인 수준 학습 방법을 활용한 지식 기반 대화생성)

  • Chae-Gyun Lim;Young-Seob Jeong;ChangWon Ok;Ho-Jin Choi
    • Annual Conference on Human and Language Technology
    • /
    • 2022.10a
    • /
    • pp.619-623
    • /
    • 2022
  • 대화생성은 대규모 학습 데이터로부터 사전 학습된 언어모델을 활용한 도전적인 다운스트림 태스크 중 하나이다. 대화에서 특정한 지식에 대한 맥락이 보존된 응답 문장을 생성하기 위한 기술의 일환으로써 지식 기반 대화생성이 연구되고 있으며, 현업에서는 사업목표에 따른 대화 서비스를 제공하는 목적으로 이러한 기술을 적용할 수 있다. 본 논문에서는, 각각의 서비스 도메인에 특화된 모델을 적절히 활용 가능하도록 전체 데이터를 도메인별로 구분하여 학습한 다수의 대화생성 모델을 구축한다. 또한, 특정 도메인의 데이터로 학습된 모델이 나머지 도메인에서 어떤 수준의 대화생성이 가능한지 비교 분석함으로써 개별 학습된 모델들이 도메인의 특성에 따라 서로 다른 영향력이나 연관성을 나타낼 가능성을 확인한다. 이러한 실험적인 분석 결과를 바탕으로 현업의 서비스에서 개별 도메인에 특화된 모델이 적절히 활용하는 것이 유용함을 확인하고자 한다.

  • PDF

GMLP for Korean natural language processing and its quantitative comparison with BERT (GMLP를 이용한 한국어 자연어처리 및 BERT와 정량적 비교)

  • Lee, Sung-Min;Na, Seung-Hoon
    • Annual Conference on Human and Language Technology
    • /
    • 2021.10a
    • /
    • pp.540-543
    • /
    • 2021
  • 본 논문에서는 Multi-Head Attention 대신 Spatial Gating Unit을 사용하는 GMLP[1]에 작은 Attention 신경망을 추가한 모델을 구성하여 뉴스와 위키피디아 데이터로 사전학습을 실시하고 한국어 다운스트림 테스크(감성분석, 개체명 인식)에 적용해 본다. 그 결과, 감성분석에서 Multilingual BERT보다 0.27%높은 Accuracy인 87.70%를 보였으며, 개체명 인식에서는 1.6%높은 85.82%의 F1 Score를 나타내었다. 따라서 GMLP가 기존 Transformer Encoder의 Multi-head Attention[2]없이 SGU와 작은 Attention만으로도 BERT[3]와 견줄만한 성능을 보일 수 있음을 확인할 수 있었다. 또한 BERT와 추론 속도를 비교 실험했을 때 배치사이즈가 20보다 작을 때 BERT보다 1에서 6배 정도 빠르다는 것을 확인할 수 있었다.

  • PDF