<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://scholar.dgist.ac.kr/handle/20.500.11750/9968">
    <title>Repository Collection: null</title>
    <link>https://scholar.dgist.ac.kr/handle/20.500.11750/9968</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://scholar.dgist.ac.kr/handle/20.500.11750/60567" />
        <rdf:li rdf:resource="https://scholar.dgist.ac.kr/handle/20.500.11750/60559" />
        <rdf:li rdf:resource="https://scholar.dgist.ac.kr/handle/20.500.11750/58833" />
        <rdf:li rdf:resource="https://scholar.dgist.ac.kr/handle/20.500.11750/58770" />
      </rdf:Seq>
    </items>
    <dc:date>2026-08-24T19:09:30Z</dc:date>
  </channel>
  <item rdf:about="https://scholar.dgist.ac.kr/handle/20.500.11750/60567">
    <title>메모리 가상화 및 실시간 스케줄링을 이용한 메모리 관리 시스템 및 방법</title>
    <link>https://scholar.dgist.ac.kr/handle/20.500.11750/60567</link>
    <description>Title: 메모리 가상화 및 실시간 스케줄링을 이용한 메모리 관리 시스템 및 방법
Author(s): 좌훈승; 강우성
Abstract: 본 발명은 메모리 가상화 및 실시간 스케줄링을 이용한 메모리 관리 시스템에 관한 것이다. 본 발명에 따르면, 메모리 가상화 및 실시간 스케줄링을 이용한 메모리 관리 시스템에 있어서, 다중 DNN 작업에 각각 할당된 가상 메모리 주소를 해당 DNN 작업의 실행에 필요한 데이터가 저장된 GPU 가상 주소로 변환해주는 매핑 테이블을 관리하며, 매핑 테이블 및 스케줄링 정보를 바탕으로 상기 DNN 작업에 대한 가상 메모리 주소를 통해서 상기 GPU 가상 주소에 접근하여 상기 데이터를 리딩하거나, 상기 데이터를 GPU 메모리에서 CPU 메모리로 스왑 아웃하거나 CPU 메모리에서 GPU 메모리로 스왑 인하는 프로세서부; 및 다중 DNN 작업에 대한 실행 순서와 스왑 인/아웃 동작을 시간에 따라 스케줄링하여 상기 스케줄링 정보를 상기 프로세서부로 제공하는 스케줄링부를 포함한다.</description>
  </item>
  <item rdf:about="https://scholar.dgist.ac.kr/handle/20.500.11750/60559">
    <title>동적 이미지 병합 및 패칭 기술을 적용한 실시간 객체 탐지 시스템 및 방법</title>
    <link>https://scholar.dgist.ac.kr/handle/20.500.11750/60559</link>
    <description>Title: 동적 이미지 병합 및 패칭 기술을 적용한 실시간 객체 탐지 시스템 및 방법
Author(s): 이태훈; 좌훈승; 강우성; 강영은
Abstract: 본 발명은 동적 이미지 병합 및 패칭 기술을 적용한 실시간 객체 탐지 시스템에 관한 것이다. 본 발명에 따르면, 객체 탐지에 요구되는 탐지 실행 시간 및 탐지 정확도를 기반으로, 현재 다중 카메라로부터 입력되는 복수의 이미지를 병합하기 위한 병합 사이즈와, 병합 이미지 내 검출된 복수의 ROI 영역을 하나의 이미지로 패칭하기 위한 패치 사이즈를 결정하는 동적 결정 모듈; 현재 프레임에 입력된 복수의 이미지를 상기 병합 사이즈로 병합한 후에, 병합 이미지 내에서 객체가 존재한 복수의 ROI 영역을 추출하는 지역화 모듈; 및 상기 병합 이미지로부터 추출된 복수의 ROI 영역을 상기 패치 사이즈를 만족하는 하나의 이미지로 패칭한 후에, 패치 이미지 내에서 각 ROI 영역에 대한 객체 분류를 수행하는 분류 모듈을 포함한다. 본 발명에 따르면, 동적 이미지 병합 및 패칭 기술을 기반으로 다중 카메라 환경에서 가용 GPU 자원을 효율적으로 사용하면서 제한된 마감 시간 내에 객체 탐지를 효율적으로 수행함으로써 실시간성을 보장할 수 있는 객체 탐지 기술을 제공한다.</description>
  </item>
  <item rdf:about="https://scholar.dgist.ac.kr/handle/20.500.11750/58833">
    <title>MEMORY MANAGEMENT SYSTEM AND METHOD USING MEMORY VIRTUALIZATION AND REAL-TIME SCHEDULING</title>
    <link>https://scholar.dgist.ac.kr/handle/20.500.11750/58833</link>
    <description>Title: MEMORY MANAGEMENT SYSTEM AND METHOD USING MEMORY VIRTUALIZATION AND REAL-TIME SCHEDULING
Author(s): 좌훈승; 강우성
Abstract: The present invention relates to a memory management system using memory virtualization and real-time scheduling. According to the present invention, the memory management system using memory virtualization and real-time scheduling comprises: a processor unit which manages a mapping table for converting a virtual memory address allocated to each of multiple DNN operations into a GPU virtual address in which data required for executing a corresponding DNN operation is stored, and accesses the GPU virtual address through a virtual memory address for the DNN operation on the basis of the mapping table and scheduling information to read the data, or swaps out the data from a GPU memory to a CPU memory or swaps in the data from the CPU memory to the GPU memory; and a scheduling unit for providing the scheduling information to the processor unit by scheduling an execution order and a swap-in/out operation for multiple DNN operations over time.</description>
  </item>
  <item rdf:about="https://scholar.dgist.ac.kr/handle/20.500.11750/58770">
    <title>다중 카메라 영상에 대한 효율적 객체 검출 및 추적을 수행하는 전자 장치 및 그 동작 방법</title>
    <link>https://scholar.dgist.ac.kr/handle/20.500.11750/58770</link>
    <description>Title: 다중 카메라 영상에 대한 효율적 객체 검출 및 추적을 수행하는 전자 장치 및 그 동작 방법
Author(s): 좌훈승; 백형부; 이진규; 강동화
Abstract: 다중 카메라 영상에 대한 효율적 객체 검출 및 추적을 수행하는 전자 장치 및 그 동작 방법이 개시된다. 본 발명은 다중 카메라 영상에 대한 효율적 객체 검출 및 추적을 가능하게 하는 스케줄링 기법을 제시함으로써, 한정된 자원의 시스템 환경에서도 보다 정확하고 빠른 객체 검출 및 추적이 가능하도록 지원할 수 있다.</description>
  </item>
</rdf:RDF>

