논문 인용하기
각 논문마다 생성되어 있는 BibTeX를 사용하시면 자신이 원하는 스타일의 인용 문구를 생성할 수 있습니다.
생성된 BibTeX 코드를 복사하여 BibTeX Parser를 사용해 일반 문자열로 바꾸십시오. 아래의 사이트와 같이 웹에서 변환할 수도 있습니다.
bibtex.online2022
백민석,; 오상윤,
하둡 맵리듀스와 페이지 랭크를 이용한 서울시 대중 교통 인구 이동 분석 🇰🇷 DomesticConference 📃 In press
추계학술대회 Annual Conference of KIPS (ACK 2022), 한국정보처리학회 2022, (우수논문상).
Links | BibTeX | 태그: graph, Hadoop MapReduce
@conference{백민석2022하둡,
title = {하둡 맵리듀스와 페이지 랭크를 이용한 서울시 대중 교통 인구 이동 분석 },
author = {백민석 and 오상윤},
url = {https://kiss.kstudy.com/Detail/Ar?key=3988407},
year = {2022},
date = {2022-11-04},
urldate = {2022-11-04},
booktitle = {추계학술대회 Annual Conference of KIPS (ACK 2022)},
organization = {한국정보처리학회 },
note = {우수논문상},
keywords = {graph, Hadoop MapReduce},
pubstate = {published},
tppubtype = {conference}
}
여상호,; 배민호,; 정민중,; 권오경,; 오상윤,
Crossover-SGD: A gossip-based communication in distributed deep learning for alleviating large mini-batch problem and enhancing scalability🌏 InternationalJournal Article
In: Concurrency and Computation: Practice and Experience, 2022.
Abstract | Links | BibTeX | 태그: deep learning, distributed deep learning
@article{여상호2022Crossover-SGD,
title = {Crossover-SGD: A gossip-based communication in distributed deep learning for alleviating large mini-batch problem and enhancing scalability},
author = {여상호 and 배민호 and 정민중 and 권오경 and 오상윤},
url = {https://arxiv.org/abs/2012.15198},
doi = {10.48550/arXiv.2012.15198},
year = {2022},
date = {2022-11-01},
urldate = {2022-11-01},
journal = {Concurrency and Computation: Practice and Experience},
abstract = { Distributed deep learning is an effective way to reduce the training time of deep learning for large datasets as well as complex models. However, the limited scalability caused by network overheads makes it difficult to synchronize the parameters of all workers. To resolve this problem, gossip-based methods that demonstrates stable scalability regardless of the number of workers have been proposed. However, to use gossip-based methods in general cases, the validation accuracy for a large mini-batch needs to be verified. To verify this, we first empirically study the characteristics of gossip methods in a large mini-batch problem and observe that the gossip methods preserve higher validation accuracy than AllReduce-SGD(Stochastic Gradient Descent) when the number of batch sizes is increased and the number of workers is fixed. However, the delayed parameter propagation of the gossip-based models decreases validation accuracy in large node scales. To cope with this problem, we propose Crossover-SGD that alleviates the delay propagation of weight parameters via segment-wise communication and load balancing random network topology. We also adapt hierarchical communication to limit the number of workers in gossip-based communication methods. To validate the effectiveness of our proposed method, we conduct empirical experiments and observe that our Crossover-SGD shows higher node scalability than SGP(Stochastic Gradient Push). },
keywords = {deep learning, distributed deep learning},
pubstate = {published},
tppubtype = {article}
}
윤대건,; 노병희,; 오상윤,
전술망의 라우팅 성능 개선을 위한 성능 지표 분석 기반 정책 엔진 설계🇰🇷 DomesticJournal Article
In: 한국통신학회 논문지, vol. 47, iss. 9, no. 9, pp. 1353-1359, 2022.
Abstract | Links | BibTeX | 태그: software-defined networking
@article{윤대건2022전술망,
title = {전술망의 라우팅 성능 개선을 위한 성능 지표 분석 기반 정책 엔진 설계},
author = {윤대건 and 노병희 and 오상윤},
url = {https://www.kci.go.kr/kciportal/ci/sereArticleSearch/ciSereArtiView.kci?sereArticleSearchBean.artiId=ART002877193},
year = {2022},
date = {2022-10-31},
urldate = {2022-10-31},
journal = {한국통신학회 논문지},
volume = {47},
number = {9},
issue = {9},
pages = {1353-1359},
abstract = {컴퓨팅 관련 기술 발달에 따라 군 작전 수행에서 발생하는 데이터의 규모가 매우 커지고 있으며, 이에 따라 이를 처리하기 위한 군 전술망의 성능 향상에 대한 요구 또한 점점 늘어나고 있다. 군 전술망의 특성 상 다양한 장비로 구성된 네트워크를 활용해야 하며, 이러한 상황에서 민간에서 활발히 적용되는 Software-Defined Network (SDN) 기술을 적용한다면 장비를 제공 벤더로부터 자유로운 손쉬운 네트워크 관리가 가능하다. 본 논문에서는SDN 기반 네트워크 환경에서 패킷 전송 성능 향상을 목적으로 하는 네트워크 정책 엔진 구조 설계를 소개한다.
정책 엔진은 Flow table의 Flow들이 나타내는 라우팅 경로를 수정하도록 하는 알고리즘을 포함하며 성능 개선 여부는 본 연구에서 정의한 종합 성능 지표를 통해 판단한다. 추후 본 연구에서 제안하는 전술망 라우팅 성능 개량을 위한 성능 지표 분석 기반 정책 엔진 기반의 소프트웨어를 실제 네트워크 운용 상황에 적용하고, 네트워크 성능 향상을 검증하도록 할 계획이다.},
keywords = {software-defined networking},
pubstate = {published},
tppubtype = {article}
}
정책 엔진은 Flow table의 Flow들이 나타내는 라우팅 경로를 수정하도록 하는 알고리즘을 포함하며 성능 개선 여부는 본 연구에서 정의한 종합 성능 지표를 통해 판단한다. 추후 본 연구에서 제안하는 전술망 라우팅 성능 개량을 위한 성능 지표 분석 기반 정책 엔진 기반의 소프트웨어를 실제 네트워크 운용 상황에 적용하고, 네트워크 성능 향상을 검증하도록 할 계획이다.
Lee, Seungjun; Jeong, Minjoong; Oh, Sangyoon
Is Ant Colony System better than FFD for VM placement in a heterogeneous cluster?🌏 InternationalConference
2022 IEEE International Conference on Cloud Engineering (IC2E), 2022, ISBN: 978-1-6654-9116-7.
Abstract | Links | BibTeX | 태그: ant colony system, cloud computing, resource efficiency, VM placement
@conference{Seungjun2022Ant,
title = {Is Ant Colony System better than FFD for VM placement in a heterogeneous cluster?},
author = {Seungjun Lee and Minjoong Jeong and Sangyoon Oh},
url = {https://ieeexplore.ieee.org/document/9946320},
doi = {10.1109/IC2E55432.2022.00038},
isbn = {978-1-6654-9116-7},
year = {2022},
date = {2022-09-22},
urldate = {2022-06-11},
booktitle = {2022 IEEE International Conference on Cloud Engineering (IC2E)},
pages = {277-278},
abstract = {First fit decreasing (FFD) is the most popular heuristic for virtual machine (VM) placement problems. However, FFD does not perform well in a heterogeneous cluster environment in which physical machines have different capacities. Moreover, FFD and other heuristics, such as best fit decreasing (BFD), do not effectively handle the VM placement problem if multiple resources are considered together. In this study, we analyze the reason why the ant colony system performs better than FFD for VM placement in a heterogeneous cluster. We verified our logical observations through experimental comparisons with other heuristics.},
keywords = {ant colony system, cloud computing, resource efficiency, VM placement},
pubstate = {published},
tppubtype = {conference}
}
Yoon, Daegun; Oh, Sangyoon
The 8th International Conference on Next Generation Computing (ICNGC) 2022, 2022.
Abstract | Links | BibTeX | 태그: distributed deep learning, GPU, gradient sparsification
@conference{yoon2022empirical,
title = {Empirical Analysis on Top-k Gradient Sparsification for Distributed Deep Learning in a Supercomputing Environment},
author = {Daegun Yoon and Sangyoon Oh},
doi = {10.48550/arXiv.2209.08497},
year = {2022},
date = {2022-09-19},
booktitle = {The 8th International Conference on Next Generation Computing (ICNGC) 2022},
abstract = {To train deep learning models faster, distributed training on multiple GPUs is the very popular scheme in recent years. However, the communication bandwidth is still a major bottleneck of training performance. To improve overall training performance, recent works have proposed gradient sparsification methods that reduce the communication traffic significantly. Most of them require gradient sorting to select meaningful gradients such as Top-k gradient sparsification (Top-k SGD). However, Top-k SGD has a limit to increase the speed up overall training performance because gradient sorting is significantly inefficient on GPUs. In this paper, we conduct experiments that show the inefficiency of Top-k SGD and provide the insight of the low performance. Based on observations from our empirical analysis, we plan to yield a high performance gradient sparsification method as a future work. },
keywords = {distributed deep learning, GPU, gradient sparsification},
pubstate = {published},
tppubtype = {conference}
}
이승준,; 윤대건,; 오상윤,
SDN 정책엔진의 사용자 모듈을 위한 분석 요청 정의 언어🇰🇷 DomesticJournal Article
In: 한국통신학회 논문지, vol. 47, no. 9, pp. 1360-1369, 2022.
Abstract | Links | BibTeX | 태그: interfacing, rule engine, 인터페이스 정의 언어, 정책 엔진, 테스트베드
@article{이승준2022SDN,
title = {SDN 정책엔진의 사용자 모듈을 위한 분석 요청 정의 언어},
author = {이승준 and 윤대건 and 오상윤},
url = {https://www.kci.go.kr/kciportal/ci/sereArticleSearch/ciSereArtiView.kci?sereArticleSearchBean.artiId=ART002877194},
year = {2022},
date = {2022-09-01},
urldate = {2022-09-01},
journal = {한국통신학회 논문지},
volume = {47},
number = {9},
pages = {1360-1369},
abstract = {현대전에서 작전 수행은 네트워크 중심전의 양상을 띄고 있으며, 이에 따라 군 전술망 자원을 효과적으로 사용하기 위한 여러 연구가 진행되고 있다. 단일 연구 결과가 아닌 여러 연구의 결과를 복합적으로 적용했을 때의 효과를 분석하기 위한 노력의 일환으로 통합 테스트베드가 구축되고, 여기에서 여러 네트워크 알고리즘을 동시에 수행하고 성능을 분석하기 위한 정책 엔진도 설계되었다. 하지만 이종 네트워크 환경에서는 사용자들이 요구하는 서른 다른 데이터 구조의 성능 지표와 이를 처리할 각 알고리즘의 서로 다른 실행 환경에 적응적으로 대응하기 어려운 문제가 있었다. 이에 본 연구에서는 프로그래밍 언어와 실행 환경 등 특정 기술에 종속되지 않는 정책 엔진을 위한 XML 기반의 인터페이스 포맷을 정의하고 그 스키마를 제안한다. 제안된 스키마를 사용하여 메시지는 특정 프로그래밍 언어에 종속되지 않고 인코딩과 디코딩을 할 수 있으며 Open Container Initiative 표준을 기반으로실행 환경을 정의하는 컨테이너를 기술할 수 있다.
In modern warfare environment, the well defined networks becomes important to the operations. Thus, researchers study on how to use the military tactical network resources effectively. To analyze effectiveness of the results from multiple studies together, an integrated testbed is critical as well as the design and the implementation of a policy engine that performs multiple network algorithms and analyze performance simultaneously. However, when the network environment is heterogeneous, it is hard to respond adaptively to the performance indicators of the different data structures and the different execution environments of each user algorithm. To address this issue, we propose an XML-based interface format and its schema for the policy engine, which is independent from specific technologies such as programming languages and execution environments. A message from and to the policy engine and the testbed can be encoded and decoded regardless of the programming language. Furthermore, it can describe containers of the execution environment based on the Open Container Initiative standard.},
keywords = {interfacing, rule engine, 인터페이스 정의 언어, 정책 엔진, 테스트베드},
pubstate = {published},
tppubtype = {article}
}
In modern warfare environment, the well defined networks becomes important to the operations. Thus, researchers study on how to use the military tactical network resources effectively. To analyze effectiveness of the results from multiple studies together, an integrated testbed is critical as well as the design and the implementation of a policy engine that performs multiple network algorithms and analyze performance simultaneously. However, when the network environment is heterogeneous, it is hard to respond adaptively to the performance indicators of the different data structures and the different execution environments of each user algorithm. To address this issue, we propose an XML-based interface format and its schema for the policy engine, which is independent from specific technologies such as programming languages and execution environments. A message from and to the policy engine and the testbed can be encoded and decoded regardless of the programming language. Furthermore, it can describe containers of the execution environment based on the Open Container Initiative standard.
Park, Juwon; Yoon, Daegun; Yeo, Sangho; Oh, Sangyoon
AMBLE: Adjusting Mini-Batch and Local Epoch for Federated Learning with Heterogeneous Devices🌏 InternationalJournal Article
In: Journal of Parallel and Distributed Computing, 2022, ISSN: 0743-7315.
Abstract | Links | BibTeX | 태그: federated learning, Local mini-batch SGD, System heterogeneity
@article{Juwon2022AMBLE,
title = {AMBLE: Adjusting Mini-Batch and Local Epoch for Federated Learning with Heterogeneous Devices},
author = {Juwon Park and Daegun Yoon and Sangho Yeo and Sangyoon Oh},
url = {https://www.sciencedirect.com/science/article/pii/S0743731522001757},
doi = {https://doi.org/10.1016/j.jpdc.2022.07.009},
issn = {0743-7315},
year = {2022},
date = {2022-07-21},
urldate = {2022-07-21},
journal = {Journal of Parallel and Distributed Computing},
abstract = {As data privacy becomes increasingly important, federated learning applied to the training of deep learning models while ensuring the data privacy of devices is entering the spotlight. Federated learning makes it possible to process all data at once while processing data independently from various devices without collecting distributed local data in a central server. However, there are still challenges to overcome for the system of devices in federated learning such as communication overheads and the heterogeneity of the system. In this paper, we propose the Adjusting Mini-Batch and Local Epoch (AMBLE) approach, which adaptively adjusts the local mini-batch and local epoch size for heterogeneous devices in federated learning and updates the parameters synchronously. With AMBLE, we enhance the computational efficiency by removing stragglers and scaling the local learning rate to improve the model convergence rate and accuracy. We verify that federated learning with AMBLE is a stably trained model with a faster convergence speed and higher accuracy than FedAvg and adaptive batch size scheme for both identically and independently distributed (IID) and non-IID cases.},
keywords = {federated learning, Local mini-batch SGD, System heterogeneity},
pubstate = {published},
tppubtype = {article}
}
Yoon, Daegun; Oh, Sangyoon
SURF: Direction-Optimizing Breadth-First Search Using Workload State on GPUs🌏 InternationalJournal Article
In: Sensors, vol. 22, no. 13, pp. 4899, 2022.
Abstract | Links | BibTeX | 태그: breath-first search, direction-optimizing BFS, frontier workload, GPU
@article{yoon2022surf,
title = {SURF: Direction-Optimizing Breadth-First Search Using Workload State on GPUs},
author = {Daegun Yoon and Sangyoon Oh},
url = {https://www.mdpi.com/1424-8220/22/13/4899},
doi = {https://doi.org/10.3390/s22134899},
year = {2022},
date = {2022-06-29},
urldate = {2022-01-01},
journal = {Sensors},
volume = {22},
number = {13},
pages = {4899},
publisher = {Multidisciplinary Digital Publishing Institute},
abstract = { Graph data structures have been used in a wide range of applications including scientific and social network applications. Engineers and scientists analyze graph data to discover knowledge and insights by using various graph algorithms. A breadth-first search (BFS) is one of the fundamental building blocks of complex graph algorithms and its implementation is included in graph libraries for large-scale graph processing. In this paper, we propose a novel direction selection method, SURF (Selecting directions Upon Recent workload of Frontiers) to enhance the performance of BFS on GPU. A direction optimization that selects the proper traversal direction of a BFS execution between the push and pull phases is crucial to the performance as well as for efficient handling of the varying workloads of the frontiers. However, existing works select the direction using condition statements based on predefined thresholds without considering the changing workload state. To solve this drawback, we define several metrics that describe the state of the workload and analyze their impact on the BFS performance. To show that SURF selects the appropriate direction, we implement the direction selection method with a deep neural network model that adopts those metrics as the input features. Experimental results indicate that SURF achieves a higher direction prediction accuracy and reduced execution time in comparison with existing state-of-the-art methods that support a direction-optimizing BFS. SURF yields up to a 5.62×},
keywords = {breath-first search, direction-optimizing BFS, frontier workload, GPU},
pubstate = {published},
tppubtype = {article}
}
최지헌,; 송봉섭,; 오상윤,
자율주행 데이터 관리를 위한 백엔드 아키텍처 연구🇰🇷 DomesticConference
2022년도 한국통신학회 하계종합학술발표회, 2022.
Abstract | Links | BibTeX | 태그: architecture, autonomous driving
@conference{최지헌2022자율주행,
title = {자율주행 데이터 관리를 위한 백엔드 아키텍처 연구},
author = {최지헌 and 송봉섭 and 오상윤},
url = {https://www.dbpia.co.kr/journal/articleDetail?nodeId=NODE11108453},
year = {2022},
date = {2022-06-01},
urldate = {2022-01-01},
booktitle = {2022년도 한국통신학회 하계종합학술발표회},
journal = {한국통신학회 학술대회논문집},
pages = {1719--1720},
abstract = {자율주행 산업 전반의 발전으로 자율주행 알고리즘의 안정성 검증과 관련한 연구가 활발하다. 하지만, 안정성 검증을 위해 활용되는 데이터의 관리와효과적인 질의가 어려운 문제를 해결하기 위하여 다양한 종류의 차량 주행 데이터, 시뮬레이션 결과로 수집되는 비정형 데이터를 통합하여 데이터웨어하우스에 적재하는 연구를 수행하였다. 정형 데이터 기반으로 하는 기존 데이터 웨어하우스의 한계점을 분석하고 새로이 추가되는 파일 유형혹은 출처의 데이터를 효율적으로 적재 및 질의할 수 있는 시스템 설계를 제안한다.},
keywords = {architecture, autonomous driving},
pubstate = {published},
tppubtype = {conference}
}
정현석,; 유미리,; 윤대건,; 이승준,; 오상윤,
재난 대응 기계학습 모델의 Data Drift 문제에 대한 MLOps 기반 대응 기법🇰🇷 DomesticConference
2022 한국차세대컴퓨팅학회 춘계학술대회, 한국차세대컴퓨팅학회, 2022.
Abstract | Links | BibTeX | 태그: Data Drift, disaster response, MLOps
@conference{정현석2022재난,
title = {재난 대응 기계학습 모델의 Data Drift 문제에 대한 MLOps 기반 대응 기법},
author = {정현석 and 유미리 and 윤대건 and 이승준 and 오상윤},
url = {https://www.earticle.net/Article/A412404},
year = {2022},
date = {2022-05-21},
urldate = {2022-05-21},
booktitle = {2022 한국차세대컴퓨팅학회 춘계학술대회},
pages = {pp.473-476},
publisher = {한국차세대컴퓨팅학회},
abstract = {기계학습에서 Data Drift는 정확도에 큰 영향을 주는 중요한 문제이며, 재난 대응과 같이 모델의 잘못된 예측 피해가 큰 분야에서 더 중요하다. 본 논문에서는 재난 분야 Data Drift 문제에 대해 MLOps를 이용하여 모델의 재학습을 효과적으로 수행할 수 있는 방안으로 MLOps 기법과 툴들을 사용하는 것을 제안하고, Kaggle 데이터와 MLFlow를 기반으로 정확도 실험을 수행하여 주장을 검증하였다.},
keywords = {Data Drift, disaster response, MLOps},
pubstate = {published},
tppubtype = {conference}
}
2021
Lee, Seungjun; Yoon, Daegun; Yeo, Sangho; Oh, Sangyoon
Mitigating Cold Start Problem in Serverless Computing with Function Fusion🌏 InternationalJournal Article
In: Sensors, vol. 21, no. 24, 2021, ISSN: 1424-8220.
Abstract | Links | BibTeX | 태그: function fusion, serverless computing, serverless workflow, workflow organization
@article{s21248416,
title = {Mitigating Cold Start Problem in Serverless Computing with Function Fusion},
author = {Seungjun Lee and Daegun Yoon and Sangho Yeo and Sangyoon Oh},
url = {https://www.mdpi.com/1424-8220/21/24/8416},
doi = {10.3390/s21248416},
issn = {1424-8220},
year = {2021},
date = {2021-12-23},
urldate = {2021-12-16},
journal = {Sensors},
volume = {21},
number = {24},
abstract = {As Artificial Intelligence (AI) is becoming ubiquitous in many applications, serverless computing is also emerging as a building block for developing cloud-based AI services. Serverless computing has received much interest because of its simplicity, scalability, and resource efficiency. However, due to the trade-off with resource efficiency, serverless computing suffers from the cold start problem, that is, a latency between a request arrival and function execution. The cold start problem significantly influences the overall response time of workflow that consists of functions because the cold start may occur in every function within the workflow. Function fusion can be one of the solutions to mitigate the cold start latency of a workflow. If two functions are fused into a single function, the cold start of the second function is removed; however, if parallel functions are fused, the workflow response time can be increased because the parallel functions run sequentially even if the cold start latency is reduced. This study presents an approach to mitigate the cold start latency of a workflow using function fusion while considering a parallel run. First, we identify three latencies that affect response time, present a workflow response time model considering the latency, and efficiently find a fusion solution that can optimize the response time on the cold start. Our method shows a response time of 28%–86% of the response time of the original workflow in five workflows.},
keywords = {function fusion, serverless computing, serverless workflow, workflow organization},
pubstate = {published},
tppubtype = {article}
}
오도현,; 오상윤,
컨테이너 기반 엣지-클라우드 협업 구조의 공군 C4I 체계 적용🇰🇷 DomesticConference
2021 한국소프트웨어종합학술대회, 2021.
Abstract | Links | BibTeX | 태그: cloud computing, container, edge computing
@conference{오도현2021컨테이너,
title = {컨테이너 기반 엣지-클라우드 협업 구조의 공군 C4I 체계 적용},
author = {오도현 and 오상윤},
url = {https://www.dbpia.co.kr/pdf/pdfView.do?nodeId=NODE11035600&mark=0&useDate=&ipRange=N&accessgl=Y&language=ko_KR&hasTopBanner=true},
year = {2021},
date = {2021-11-26},
urldate = {2021-11-26},
booktitle = {2021 한국소프트웨어종합학술대회},
abstract = {ICT의 발전은 컴퓨터와 인터넷을 기반으로 한 정보화 시대를 이끌었고, 이는 21세기 들어 더욱 발전하고 있으며, 국방분야에도 폭넓게 적용되고 있다. 공군 C4I 체계는 Sensor-to-Shooter를 핵심 개념으로 하는 네트워크 중심전(NCW)을 가능하게 하는 핵심 체계이나, 정보제공 수준의 역할을 하는데 머물러 있는 것이 현실이다. 본 논문에서는 컨테이너 기반 엣지-클라우드 협업 구조를 공군 C4I 체계에 적용하는 방안을 제안 한다. 제안방안은 전장에서 발생하는 이종·대량의 데이터의 신속·정확한 처리를 통한 지휘결심 지원과 task 스케줄링, 효율적인 자원관리와 더불어 제공되는 서비스의 효율적인 개발, 테스트, 배포 및 관리 등을 기대한다.},
keywords = {cloud computing, container, edge computing},
pubstate = {published},
tppubtype = {conference}
}
Yu, Miri; Lee, Seungjun; Oh, Sangyoon
Energy-aware container migration scheme in edge computing for fault-tolerant fire-disaster response system🌏 InternationalConference 📃 In press
The 7th International Conference on Next Generation Computing 2021, 2021.
Abstract | BibTeX | 태그: container migration, disaster response, edge computing
@conference{Yu2021container,
title = {Energy-aware container migration scheme in edge computing for fault-tolerant fire-disaster response system},
author = {Miri Yu and Seungjun Lee and Sangyoon Oh},
year = {2021},
date = {2021-11-05},
urldate = {2021-11-05},
booktitle = {The 7th International Conference on Next Generation Computing 2021},
abstract = {In light of the recent advancements made in IT, many researchers are studying and exploring ways to minimize damage from fire disasters using artificial intelligence and cloud technology. With the introduction of edge computing, fire-disaster response software systems have made significant progress. However, existing studies often do not consider the response to a sudden power supply cut-off due to fire. In this study, we propose a container migration scheme based on the first-fit-decreasing algorithm of bin-packing problem and 0-1 knapsack algorithm to provide fault tolerance for containers running on edge servers that are powered off.},
keywords = {container migration, disaster response, edge computing},
pubstate = {published},
tppubtype = {conference}
}
Yoon, Daegun; Oh, Sangyoon
Traversing Large Road Networks on GPUs with Breadth-First Search🌏 InternationalConference 📃 In press
The 7th International Conference on Next Generation Computing, 2021.
Abstract | BibTeX | 태그: breath-first search, graph, graphics processing units, road network
@conference{Yoon2021Traversing,
title = {Traversing Large Road Networks on GPUs with Breadth-First Search},
author = {Daegun Yoon and Sangyoon Oh},
year = {2021},
date = {2021-11-05},
urldate = {2021-11-05},
booktitle = {The 7th International Conference on Next Generation Computing},
journal = {The 7th International Conference on Next Generation Computing 2021},
abstract = {Breadth-first search (BFS) is one of the most used graph kernels, and substantially affects the overall performance when processing various graphs. Since graph data are frequently used in real life for example road networks in navigation systems, high performance graph processing becomes more critical. In this study, we aim to process BFS algorithm efficiently on road network data. We propose BARON, a BFS algorithm that copes with road networks. To accelerate graph traversal, BARON reduce the occurrence of branch and memory divergences by exploiting warp-cooperative work sharing and atomic operations. With this design approach, BARON outperforms the other BFS kernels of state-of-the-art graph processing frameworks executed stably on the latest GPU architectures. For various graphs, BARON yields speedups of up to 2.88x and 5.43x over Gunrock and CuSha, respectively.},
keywords = {breath-first search, graph, graphics processing units, road network},
pubstate = {published},
tppubtype = {conference}
}
여상호,; 오상윤,
도시 화재 시뮬레이션에서의 효과적인 화재 대응을 위한 강화학습 적용 솔루션의 설계 및 구현🇰🇷 DomesticConference
ACK 2021, vol. 28, no. 2, 2021.
Abstract | Links | BibTeX | 태그: disaster response, reinforcement learning
@conference{여상호2021도시2,
title = {도시 화재 시뮬레이션에서의 효과적인 화재 대응을 위한 강화학습 적용 솔루션의 설계 및 구현},
author = {여상호 and 오상윤},
url = {https://kiss.kstudy.com/thesis/thesis-view.asp?key=3921079},
year = {2021},
date = {2021-11-04},
urldate = {2021-11-04},
booktitle = {ACK 2021},
volume = {28},
number = {2},
pages = {104--106},
abstract = {도시의 인구 밀집도가 증가함에 따라 도시의 단위 면적당 건물 밀집도 역시 증가하고 있으며, 이에 도시 화재는 대규모 화재로 발전할 가능성이 높다. 도시 내 대규모 화재로 인한 인명 및 경제적인 피해를 최소화하기 위해 시뮬레이션 기반의 화재 대응 방안들이 널리 연구되고 있으며, 최근에는 시뮬레이션에서 효과적인 화재 대응 방안을 탐색하기 위해 강화학습 기술을 활용하는 연구들이 소개되고 있다. 그러나, 시뮬레이션의 규모가 커지는 경우, 상태 정보 및 화재 대응을 위한 행위 공간의 크기가 증가함으로 인해 강화학습의 복잡도가 증가하며, 이에 따라 학습 확장성이 저하되는 문제가 발생한다. 본 논문에서는 시뮬레이션 규모 증가 시 강화학습의 학습 확장성을 유지하기 위해, 화재 상황 정보와 재난 대응을 위한 행위 공간을 변환하는 기법을 제안한다. 실험 결과를 통해 기존에 강화학습 모델의 학습이 어려웠던 대규모 도시 재난 시뮬레이션에서 본 기법을 적용한 강화학습 모델은 학습 수행이 가능하였으며, 화재 피해가 없는 상황의 적합도를 100%로 하고, 이것 대비 99.2%의 화재 대응 적합도를 달성했다.},
keywords = {disaster response, reinforcement learning},
pubstate = {published},
tppubtype = {conference}
}
Lee, Seungjun; Yoon, Daegun; Oh, Sangyoon
Imitation learning for VM placement problem using demonstration data generated by heuristics🌏 InternationalConference 📃 In press
17th Int. Conference on Data Science (ICDATA’21), 2021.
Abstract | Links | BibTeX | 태그: consolidation, imitation learning, reinforcement learning
@conference{lee2021imitation,
title = {Imitation learning for VM placement problem using demonstration data generated by heuristics},
author = {Seungjun Lee and Daegun Yoon and Sangyoon Oh},
url = {https://youtu.be/CmG3E1rWroQ},
year = {2021},
date = {2021-07-26},
urldate = {2021-07-26},
booktitle = {17th Int. Conference on Data Science (ICDATA’21)},
abstract = {Data centers are key components of cloud computing to run virtual machines. For saving the cost to operate data centers, it is important to decide how to allocate each virtual machine to a certain physical machine. Because the virtual machine placement problem is NP-Hard, there are many heuristics to obtain near-optimal solutions as quickly as possible. The reinforcement learning technique can be applied for virtual machine placement problem. However, if the problem size gets bigger, the convergence speed of reinforcement learning gets slower. The possible solution is that the agent imitates the behavior of given demonstration, called imitation learning. In this paper, we propose a method combining reinforcement learning with imitation learning. In our proposed approach, demonstration data is generated by simple heuristics not human experts.},
keywords = {consolidation, imitation learning, reinforcement learning},
pubstate = {published},
tppubtype = {conference}
}
윤대건,; 노병희,; 오상윤,
전술망 성능 개량을 위한 정책 엔진 인터페이스 설계🇰🇷 DomesticConference 📃 In press
2021 한국군사과학기술학회 종합학술대회, 2021.
BibTeX | 태그: data-exchange interface, rule engine
@conference{윤대건2021전술망,
title = {전술망 성능 개량을 위한 정책 엔진 인터페이스 설계},
author = {윤대건 and 노병희 and 오상윤},
year = {2021},
date = {2021-06-10},
booktitle = {2021 한국군사과학기술학회 종합학술대회},
keywords = {data-exchange interface, rule engine},
pubstate = {published},
tppubtype = {conference}
}
여상호,; 이승준,; 오상윤,
도시 재난 대응을 위한 Multi Objective 강화학습 모델 설계🇰🇷 DomesticConference
2021 한국차세대컴퓨팅학회 춘계학술대회, 한국차세대컴퓨팅학회, 2021.
Links | BibTeX | 태그: deep reinforcement learning, disaster response, reinforcement learning
@conference{여상호2021도시,
title = {도시 재난 대응을 위한 Multi Objective 강화학습 모델 설계},
author = {여상호 and 이승준 and 오상윤},
url = {https://www.earticle.net/Article/A409315},
year = {2021},
date = {2021-05-13},
urldate = {2021-05-13},
booktitle = {2021 한국차세대컴퓨팅학회 춘계학술대회},
pages = {11-15},
publisher = {한국차세대컴퓨팅학회},
keywords = {deep reinforcement learning, disaster response, reinforcement learning},
pubstate = {published},
tppubtype = {conference}
}
이승준,; 여상호,; 오상윤,
Edge AI의 추론 과정을 위한 계층적 작업 분할 배치 기법🇰🇷 DomesticConference
2021 한국차세대컴퓨팅학회 춘계학술대회, 한국차세대컴퓨팅학회, 2021.
Abstract | Links | BibTeX | 태그: deep learning, distributed deep learning, edge computing, neural network
@conference{이승준2021edge,
title = {Edge AI의 추론 과정을 위한 계층적 작업 분할 배치 기법},
author = {이승준 and 여상호 and 오상윤},
url = {https://www.earticle.net/Article/A409319},
year = {2021},
date = {2021-05-13},
urldate = {2021-05-13},
booktitle = {2021 한국차세대컴퓨팅학회 춘계학술대회},
pages = {26-29},
publisher = {한국차세대컴퓨팅학회},
abstract = {머신러닝 모델을 엣지 디바이스에 안정적으로 배포하기 위해서 기존 클라우드 기반의 머신 러닝 모델 배포는 높은 지연 시간으로 인해 머신 러닝 서비스의 질을 떨어트리는 문제를 야기한다. 또한, 추론을 위한 입력 데이터의 전송 과정은 개인 정보의 유출을 야기한다. 이러한 문제를 해결하기 위해서 개인 정보 유출 및 통신 부하 문제를 해결할 수 있는 엣지 서버 및 엣지 디바이스를 활용한 추론 과정의 정의가 요구된다. 본 연구팀은 효과적인 추론 과정의 정의를 위해 기존 분산 딥러닝의 모델 및 데이터 병렬화 파이프라인 기법에 기반하는 단일 추론 모델에 대한 엣지 서버-디바이스 간 모델 분할 기법 및 엣지에서 요청되는 독립된 다중 작업들에 대한 효과적인 스케쥴링 기법을 제안한다.},
keywords = {deep learning, distributed deep learning, edge computing, neural network},
pubstate = {published},
tppubtype = {conference}
}
Zhu, Jiang; Wang, Lizan; Xie, Guoqi; Pei, Tingrui; Oh, Sangyoon; Li, Zhetao
A low redundancy and high time efficiency large-scale task assignment strategy for heterogeneous service-oriented cloud computing systems🌏 InternationalJournal Article
In: The Journal of Supercomputing, vol. 77, no. 4, pp. 3450–3483, 2021.
Links | BibTeX | 태그: cloud computing, fault tolerance, heterogeneous environment
@article{zhu2021low,
title = {A low redundancy and high time efficiency large-scale task assignment strategy for heterogeneous service-oriented cloud computing systems},
author = {Jiang Zhu and Lizan Wang and Guoqi Xie and Tingrui Pei and Sangyoon Oh and Zhetao Li},
url = {https://link.springer.com/article/10.1007/s11227-020-03403-x},
year = {2021},
date = {2021-01-01},
urldate = {2021-01-01},
journal = {The Journal of Supercomputing},
volume = {77},
number = {4},
pages = {3450--3483},
publisher = {Springer},
keywords = {cloud computing, fault tolerance, heterogeneous environment},
pubstate = {published},
tppubtype = {article}
}