Skip to main content

Jin Kyu Jeong

Yonsei University · 情報科学

研究室紹介

Professor Jin Kyu Jeong's research lab specializes in computer architecture and system-level optimization, focusing on improving performance, energy efficiency, and resource management in modern computing systems. Key research directions include virtual machine scheduling with workload awareness, dynamic power management in multicore and mobile real-time systems, and innovative cache architectures such as tagless and page-based caching for large in-package DRAM. The lab also investigates I/O scheduling and latency optimization in data-intensive workloads, aiming to reduce contention and improve responsiveness in shared storage environments.

virtual machine schedulingenergy-efficient schedulingtagless cacheDRAM cachingI/O optimization

Research Overview

Papers
78
Total Citations
1,127
Papers (5y)
10
Primary Field
情報科学

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
10total
2022
2023
2024
2025
2026
Citations per year (5y)
14total
20222023202420252026

Selected Papers

15
1
Article|202 citations·2009
Task-aware virtual machine scheduling for I/O performance.
Hwanju Kim, Hyeontaek Lim, Jinkyu Jeong, Heeseung Jo, Joonwon Lee

The use of virtualization is progressively accommodating diverse and unpredictable workloads as being adopted in virtual desktop and cloud computing environments. Since a virtual machine monitor lacks knowledge of each virtual machine, the unpredictableness of workloads makes resource allocation difficult. Particularly, virtual machine scheduling has a critical impact on I/O performance in cases where the virtual machine monitor is agnostic about the internal workloads of virtual machines. This

Information SystemsComputer Science
2
Article|167 citations·2008
Energy Efficient Scheduling of Real-Time Tasks on Multicore Processors
Euiseong Seo, Jinkyu Jeong, Seonyeong Park, Joonwon Lee
SJR Q1IEEE Transactions on Parallel and Distributed Systems

Multicore processors deliver a higher throughput at lower power consumption than unicore processors. In the near future, they will thus be widely used in mobile real-time systems. There have been many research on energy-efficient scheduling of real-time tasks using DVS. These approaches must be modified for multicore processors, however, since normally all the cores in a chip must run at the same performance level. Thus, blindly adopting existing DVS algorithms that do not consider the restricti

Hardware and ArchitectureComputer Science
3
Article|80 citations·2015
A fully associative, tagless DRAM cache
Yongjun Lee, Jong‐Won Kim, Hakbeom Jang, Hyunggyun Yang, Jangwoo Kim, Jinkyu Jeong, Jae W. Lee

This paper introduces a tagless cache architecture for large in-package DRAM caches. The conventional die-stacked DRAM cache has both a TLB and a cache tag array, which are responsible for virtual-to-physical and physical-to-cache address translation, respectively. We propose to align the granularity of caching with OS page size and take a unified approach to address translation and cache tag management. To this end, we introduce cache-map TLB (cTLB), which stores virtual-to-cache, instead of vi

Hardware and ArchitectureComputer Science
4
Article|54 citations·2013
Demand-based coordinated scheduling for SMP VMs
Hwanju Kim, Sang-Wook Kim, Jinkyu Jeong, Joonwon Lee, Seungryoul Maeng

As processor architectures have been enhancing their computing capacity by increasing core counts, independent workloads can be consolidated on a single node for the sake of high resource efficiency in data centers. With the prevalence of virtualization technology, each individual workload can be hosted on a virtual machine for strong isolation between co-located workloads. Along with this trend, hosted applications have increasingly been multithreaded to take advantage of improved hardware para

Hardware and ArchitectureComputer Science
5
Article|47 citations·2016
Efficient footprint caching for Tagless DRAM Caches
Hakbeom Jang, Yongjun Lee, Jong‐Won Kim, Youngsok Kim, Jangwoo Kim, Jinkyu Jeong, Jae W. Lee

Efficient cache tag management is a primary design objective for large, in-package DRAM caches. Recently, Tagless DRAM Caches (TDCs) have been proposed to completely eliminate tagging structures from both on-die SRAM and in-package DRAM, which are a major scalability bottleneck for future multi-gigabyte DRAM caches. However, TDC imposes a constraint on DRAM cache block size to be the same as OS page size (e.g., 4KB) as it takes a unified approach to address translation and cache tag management.

Hardware and ArchitectureComputer Science
6
Article|38 citations·2019
Asynchronous I/O Stack: A Low-latency Kernel I/O Stack for Ultra-Low Latency SSDs.
Gyusun Lee, Seokha Shin, Won‐Suk Song, Tae Jun Ham, Jae W. Lee, Jinkyu Jeong
USENIX Annual Technical Conference
Computer Networks and CommunicationsComputer Science
7
Article|32 citations·2017
Enlightening the I/O path: a holistic approach for application performance
Sang-Wook Kim, Hwanju Kim, Joonwon Lee, Jinkyu Jeong
File and Storage Technologies

In data-intensive applications, such as databases and key-value stores, reducing the request handling latency is important for providing better data services. In such applications, I/O-intensive background tasks, such as checkpointing, are the major culprit in worsening the latency due to the contention in shared I/O stack and storage. To minimize the contention, properly prioritizing I/Os is crucial but the effectiveness of existing approaches is limited for two reasons. First, statically decid

Computer Networks and CommunicationsComputer Science
8
Article|30 citations·2010
Power Consumption Prediction and Power-Aware Packing in Consolidated Environments
Jeong-Hwan Choi, Sriram Govindan, Jinkyu Jeong, Bhuvan Urgaonkar, Anand Sivasubramaniam
SJR Q1IEEE Transactions on Computers

Consolidation of workloads has emerged as a key mechanism to dampen the rapidly growing energy expenditure within enterprise-scale data centers. To gainfully utilize consolidation-based techniques, we must be able to characterize the power consumption of groups of colocated applications. Such characterization is crucial for effective prediction and enforcement of appropriate limits on power consumption-power budgets-within the data center. We identify two kinds of power budgets: 1) an average bu

Information SystemsComputer Science
9
Article|20 citations·2013
Rigorous rental memory management for embedded systems
Jinkyu Jeong, Hwanju Kim, Jeaho Hwang, Joonwon Lee, Seungryoul Maeng
SJR Q2ACM Transactions on Embedded Computing Systems

Memory reservation in embedded systems is a prevalent approach to provide a physically contiguous memory region to its integrated devices, such as a camera device and a video decoder. Inefficiency of the memory reservation becomes a more significant problem in emerging embedded systems, such as smartphones and smart TVs. Many ways of using these systems increase the idle time of their integrated devices, and eventually decrease the utilization of their reserved memory. In this article, we propos

Electrical and Electronic EngineeringEngineering
10
Article|20 citations·2014
Group-based memory oversubscription for virtualized clouds
Sang-Wook Kim, Hwanju Kim, Joonwon Lee, Jinkyu Jeong
SJR Q1Journal of Parallel and Distributed Computing
Information SystemsComputer Science
11
Article|17 citations·2013
Analysis of virtual machine live-migration as a method for power-capping
Jinkyu Jeong, Sunghun Kim, Hwanju Kim, Joonwon Lee, Euiseong Seo
SJR Q2The Journal of Supercomputing
Information SystemsComputer Science
12
Article|13 citations·2021
Efficient hybrid polling for ultra-low latency storage devices
Gyusun Lee, Seokha Shin, Jinkyu Jeong
SJR Q1Journal of Systems Architecture
Computer Networks and CommunicationsComputer Science
13
Article|13 citations·2021
Temperature field estimation of an axisymmetric laminar flame via time-of-arrival measurements of acoustic waves, and machine learning
Jinkyu Jeong, Jungwun Lee, Hojoong Sun, Heeock Park, Silvia Kim, Moon Soo Bak
SJR Q1Experimental Thermal and Fluid Science
Computational MechanicsEngineering
14
Article|11 citations·2012
DaaC
Jinkyu Jeong, Hwanju Kim, Jeaho Hwang, Joonwon Lee, Seungryoul Maeng

Most embedded systems require contiguous memory space to be reserved for each device, which may lead to memory under-utilization. Although several approaches have been proposed to address this issue, they have limitations of either inefficient memory usage or long latency for switching the reserved memory space between a device and general-purpose uses.

Hardware and ArchitectureComputer Science
15
Article|8 citations·2020
NAP: Natural App Processing for Predictive User Contexts in Mobile Smartphones
Gabriel de Souza Pereira Moreira, Heeseung Jo, Jinkyu Jeong
SJR Q2Applied SciencesOA

The resource management of an application is an essential task in smartphones. Optimizing the application launch process results in a faster and more efficient system, directly impacting the user experience. Predicting the next application that will be used can orient the smartphone to address the system resources to the correct application, making the system more intelligent and efficient. Neural networks have been presenting outstanding results in the state-of-the-art for mapping large sequenc

Electrical and Electronic EngineeringEngineering

Research Areas

Hardware and ArchitectureComputer Networks and CommunicationsInformation SystemsElectrical and Electronic EngineeringComputer Vision and Pattern RecognitionArtificial Intelligence

Jin Kyu Jeongの研究をNubintでさらに深く

この研究室の論文をアプリで開き、AIと共に読み、要約し、引用しましょう。