Skip to main content

이재진 교수

Jaejin Lee

서울대학교 · 컴퓨터과학

연구실 소개

이재진 교수의 연구실은 다중 프로세서 아키텍처와 이종 가속기 기반의 고성능 컴퓨팅 환경에서의 소프트웨어 최적화 및 시스템 설계를 핵심으로 합니다. 특히 OpenCL 기반 런타임 시스템, 소프트웨어 기반 캐시 및 메모리 일관성 제어, 그리고 효율적인 프리패칭 기법을 통해 성능을 극대화하는 기술을 개발하고 있습니다. 또한 나노소재 기반의 스마트 장치와 이미지 워터마킹 기술을 통해 하드웨어-소프트웨어 융합 기술을 연구하고 있습니다.

OpenCL다중 프로세서메모리 최적화나노소재이미지 워터마킹

연구 현황

논문 수
155
총 인용 수
2,875
최근 5년 논문
24
주요 분야
컴퓨터과학

연구 성과 추이

표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.

5개년 연도별 논문 게재 수
24총합
2021
2022
2023
2024
2025
5개년 연도별 피인용 수
163총합
20212022202320242025

주요 논문

15
1
book chapter|인용수 81·1998
Concurrent static single assignment form and constant propagation for explicitly parallel programs
Jaejin Lee, Samuel P. Midkiff, David Padua
SJR Q2FWCI 7.3Lecture notes in computer science
Hardware and ArchitectureComputer Science
2
논문|인용수 68·2010
An OpenCL framework for heterogeneous multicores with local memory
Jaejin Lee, Jungwon Kim, Sangmin Seo, Seungkyun Kim, Jung‐Ho Park, Honggyu Kim, Thanh Tuan Dao, Yong-Jin Cho, Sung Jong Seo, Seung Hak Lee, Seung Mo Cho, Hyo Jung Song
FWCI 9.2

In this paper, we present the design and implementation of an Open Computing Language (OpenCL) framework that targets heterogeneous accelerator multicore architectures with local memory. The architecture consists of a general-purpose processor core and multiple accelerator cores that typically do not have any cache. Each accelerator core, instead, has a small internal local memory. Our OpenCL runtime is based on software-managed caches and coherence protocols that guarantee OpenCL memory consist

Hardware and ArchitectureComputer Science
3
논문|인용수 47·2008
Prefetching with Helper Threads for Loosely Coupled Multiprocessor Systems
Jaejin Lee, Changhee Jung, Daeseob Lim, Yan Solihin
SJR Q1FWCI 3.2IEEE Transactions on Parallel and Distributed Systems

This paper presents a helper thread prefetching scheme that is designed to work on loosely coupled processors, such as in a standard chip multiprocessor (CMP) system or an intelligent memory system. Loosely coupled processors have an advantage in that resources such as processor and L1 cache resources are not contended by the application and helper threads, hence preserving the speed of the application. However, interprocessor communication is expensive in such a system. We present techniques to

Hardware and ArchitectureComputer Science
4
논문|인용수 44·2008
FaCSim
Jaejin Lee, Jung‐Hyun Kim, Choonki Jang, Seungkyun Kim, Bernhard Egger, Kwangsub Kim, SangYong Han
FWCI 5.7

There have been strong demands for a fast and cycle-accurate virtual platforms in the embedded systems area where developers can do meaningful software development including performance debugging in the context of the entire platform. In this paper, we describe the design and implementation of a fast and cycle-accurate architecture simulator called FaCSim as a first step towards such a virtual platform. FacSim accurately models the ARM9E-S processor core and ARM926EJ-S processor's memory subsyst

Hardware and ArchitectureComputer Science
5
논문|인용수 42·2000
A watermarking sequence using parities of error control coding for image authentication and correction
Jaejin Lee, Chee Sun Won
SJR Q1FWCI 2.4IEEE Transactions on Consumer Electronics

A novel function for image watermarking is proposed. We show how the watermarking sequence can be used for correction of illegal modifications. To make this task possible, the parities generated by the conventional error control coding (ECC) technique is used for the watermarking sequence. Then, the receiver can correct any alterations by applying the ECC decoding. To increase the correction capability we also adopt a scrambling scheme before the encoding to change a burst type of content modifi

Computer Vision and Pattern RecognitionComputer Science
6
논문|인용수 37·2008
COMIC
Jaejin Lee, Sangmin Seo, Chihun Kim, Jung‐Hyun Kim, Posung Chun, Zehra Sura, Jungwon Kim, SangYong Han
FWCI 7.8

The Cell BE processor is a heterogeneous multicore that contains one PowerPC Processor Element (PPE) and eight Synergistic Processor Elements (SPEs). Each SPE has a small software-managed local store. Applications must explicitly control all DMA transfers of code and data between the SPE local stores and the main memory, and they must perform any coherence actions required for data transferred. The need for explicit memory management, together with the limited size of the SPE local stores, makes

Hardware and ArchitectureComputer Science
7
논문|인용수 22·2009
Adaptive execution techniques of parallel programs for multiprocessors
Jaejin Lee, Jung‐Ho Park, Honggyu Kim, Changhee Jung, Daeseob Lim, SangYong Han
SJR Q1FWCI 1.1Journal of Parallel and Distributed Computing
Hardware and ArchitectureComputer Science
8
논문|인용수 20·1998
A Constant Propagation Algorithm for Explicitly Parallel Programs
Jaejin Lee, Samuel P. Midkiff, David Padua
SJR Q3FWCI 2.5International Journal of Parallel Programming
Hardware and ArchitectureComputer Science
9
논문|인용수 15·1999
Basic compiler algorithms for parallel programs
Jaejin Lee, David Padua, Samuel P. Midkiff
FWCI 0.7ACM SIGPLAN NoticesOA

Traditional compiler techniques developed for sequential programs do not guarantee the correctness (sequential consistency) of compiler transformations when applied to parallel programs. This is because traditional compilers for sequential programs do not account for the updates to a shared variable by different threads. We present a concurrent static single assignment (CSSA) form for parallel programs containing cobegin/coend and parallel do constructs and post/wait synchronization primitives.

Hardware and ArchitectureComputer Science
10
논문|인용수 14·1999
Authentication and correction of digital watermarkingimages
Jaejin Lee, Chee Sun Won
SJR Q3FWCI 0.8Electronics Letters

A novel function for image watermarking is introduced. The proposed function gives a restoration/correction capability to image watermarking as well as the detection and localisation of alterations. The basic idea of the proposed watermarking technique is to adopt conventional error control coding techniques for generating a watermark.

Computer Vision and Pattern RecognitionComputer Science
11
논문|인용수 11·2010
COMIC++: A software SVM system for heterogeneous multicore accelerator clusters
Jaejin Lee, Jun Lee, Sangmin Seo, Jungwon Kim, Seungkyun Kim, Zehra Sura
FWCI 2.3

In this paper, we propose a software shared virtual memory (SVM) system for heterogeneous multicore accelerator clusters with explicitly managed memory hierarchies. The target cluster consists of a single manager node and many compute nodes. The manager node contains a generalpurpose processor and larger main memory, and each compute node contains a heterogeneous multicore processor and smaller main memory. These nodes are connected with an interconnection network, such as Gigabit Ethernet. The

Hardware and ArchitectureComputer Science
12
논문|인용수 10·2022
Convergence Analysis of Fixed-Point Iteration with Anderson Acceleration on a Simplified Neutronics/Thermal-Hydraulics System
이재진, 주한규

In-depth convergence analyses for neutronics/thermal-hydraulics (T/H) coupled calculations are performed to investigate the performance of nonlinear methods based on the Fixed-Point Iteration (FPI). Asimplified neutronics-T/H coupled system consisting of a single fuel pin is derived to provide a testbed. The xenon equilibrium model is considered to investigate its impact during the nonlinear iteration. Aproblem set is organized to have a thousand different fuel temperature coefficients (FTC) and

13
논문|인용수 8·2019
Development of a drift-flux model based core thermal-hydraulics code for effi cient high-fi delity multiphysics calculation
이재진, 알베르토파치니, 주한규

The methods and performance of a pin-level nuclear reactor core thermal-hydraulics (T/H) code ESCOTemploying the drift-flux model are presented. This code aims at providing an accurate yet fast corethermal-hydraulics solution capability to high-fidelity multiphysics core analysis systems targetingmassively parallel computing platforms. The four equation drift-flux model is adopted for two-phase calculations,and numerical solutions are obtained by applying the Finite Volume Method (FVM) and theSe

14
논문|인용수 7·2002
Image integrity and correction using parities of error control coding
Jaejin Lee, Chee Sun Won
FWCI 0.2

A novel function for image watermarking is proposed. We show how a watermarking sequence can be used for the correction of illegal modifications. To make this task possible, the parities generated by the conventional error control coding (ECC) technique are used for the watermarking sequence; then the receiver can correct any alterations by applying the ECC decoding to the received image data. To increase the correction capability, we also adopt a scrambling scheme prior to the encoding to chang

Computer Vision and Pattern RecognitionComputer Science
15
논문|인용수 6·2022
Neural network ensemble model for prediction of erythrocyte sedimentation rate (ESR) using partial least squares regression
Jaejin Lee, Hyeonji Hong, Jae Min Song, Eunseop Yeom
SJR Q1FWCI 0.9Scientific ReportsOA

The erythrocyte sedimentation rate (ESR) is a non-specific blood test for determining inflammatory conditions. However, the long measurement time (60 min) to obtain ESR is an obstacle for a prompt evaluation. In this study, to reduce the measurement time of ESR, deep neural networks (DNNs) were applied to the sedimentation tendency of blood samples. DNNs using multilayer perceptron (MLP), long short-term memory (LSTM), and gated recurrent unit (GRU) were assessed and compared to determine a suit

Pulmonary and Respiratory MedicineMedicine

대표 연구 분야

Hardware and ArchitectureComputer Vision and Pattern RecognitionInformation SystemsComputer Networks and CommunicationsArtificial IntelligenceElectrical and Electronic Engineering

이재진 교수의 연구를 Nubint에서 더 깊이 살펴보세요

이 연구실의 논문을 앱에서 열어 AI와 함께 읽고, 핵심을 요약하고, 내 글에 인용하세요.