Skip to main content

이영준 교수

Young-Joon Lee

KAIST 전기및전자공학부 · 컴퓨터과학

연구실 소개

이영준 교수의 연구실은 분산학습 기반의 개인정보 보호 기술인 피어드러닝(Federated Learning)에 초점을 맞추고 있으며, 특히 의료 영상 분류 등 민감한 데이터가 포함된 분야에서의 안정성과 효율성을 높이기 위한 기반 기술 개발을 주요 연구 방향으로 삼고 있습니다. 비정상적인 데이터 분포(Non-IID)나 자원 제약 상황에서도 뛰어난 성능을 내는 모델 설계 및 하이퍼파라미터 최적화 기법을 개발하고 있으며, 데이터를 전송하지 않는 조건에서도 정확도를 유지하는 데이터 프리 이른 스톱(early stopping) 기법 등 실용성과 보안성을 동시에 확보하는 솔루션을 연구하고 있습니다. 특히 KAN(Kolmogorov-Arnold Network)과 같은 새로운 네트워크 아키텍처의 적용을 통해 기존의 MLP 기반 FL의 한계를 극복하고자 합니다.

피어드러닝의료 영상 분류Non-IID 데이터데이터 프리 조기 정지KAN 네트워크

연구 현황

논문 수
11
총 인용 수
26
최근 5년 논문
11
주요 분야
컴퓨터과학

연구 성과 추이

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

5개년 연도별 논문 게재 수
11총합
2022
2025
2026
5개년 연도별 피인용 수
26총합
202220252026

주요 논문

11
1
논문|인용수 17·2022
Accelerated Federated Learning via Greedy Aggregation
Youngjoon Lee, Sangwoo Park, Jin-Hyun Ahn, Joonhyuk Kang
SJR Q1IEEE Communications Letters

Federated learning is a distributed computing framework aiming at finding a shared model parameter while protecting the privacy of local agents by sharing only locally updated model parameters without sharing local data with a central server. Through an iterative procedure between agent-side local updates and central server-side aggregation, federated learning reaches its maximum performance after sufficient iterations which is the the possible best performance via central learning. In practice,

Artificial IntelligenceComputer Science
2
book chapter|인용수 6·2025
Revisit the Stability of Vanilla Federated Learning Under Diverse Conditions
Youngjoon Lee, Jian Gong, Sun Choi, Joonhyuk Kang
SJR Q2Lecture notes in computer science
Artificial IntelligenceComputer Science
3
논문|인용수 1·2025
ROK Defense M&S in the Age of Hyperscale AI: Concepts, Challenges, and Future Directions
Youngjoon Lee, Taehyun Park, Yeongjoon Kang, Jonghoe Kim, Joonhyuk Kang
SJR Q1IEEE Internet of Things Magazine

Integrating hyperscale AI into national defense M&S (Modeling and Simulation), under the expanding IoMDT (Internet of Military Defense Things) framework, is crucial for boosting strategic and operational readiness. We examine how IoMDT-driven hyperscale AI can provide high accuracy, speed, and the ability to simulate complex, interconnected battlefield scenarios in defense M&S. Countries like the United States and China are leading the adoption of these technologies, with varying levels of succe

InstrumentationPhysics and Astronomy
4
book chapter|인용수 1·2026
Debunking Optimization Myths in Federated Learning for Medical Image Classification
Youngjoon Lee, Hyukjoon Lee, Jinu Gong, Yang Cao, Joonhyuk Kang
SJR Q2Lecture notes in computer science
Artificial IntelligenceComputer Science
5
preprint|인용수 1·2025
A Unified Benchmark of Federated Learning with Kolmogorov-Arnold Networks for Medical Imaging
Youngjoon Lee, Jian Gong, Joonhyuk Kang
ArXiv.orgOA

Federated Learning (FL) enables model training across decentralized devices without sharing raw data, thereby preserving privacy in sensitive domains like healthcare. In this paper, we evaluate Kolmogorov-Arnold Networks (KAN) architectures against traditional MLP across six state-of-the-art FL algorithms on a blood cell classification dataset. Notably, our experiments demonstrate that KAN can effectively replace MLP in federated environments, achieving superior performance with simpler architec

Artificial IntelligenceComputer Science
6
논문|인용수 0·2026
Beyond Fixed Rounds: Data-Free Early Stopping for Practical Federated Learning
Youngjoon Lee, Hyukjoon Lee, Seungrok Jung, Andy Luo, Jinu Gong, Yang Cao, Joonhyuk Kang
arXiv (Cornell University)OA

Federated Learning (FL) facilitates decentralized collaborative learning without transmitting raw data. However, reliance on fixed global rounds or validation data for hyperparameter tuning hinders practical deployment by incurring high computational costs and privacy risks. To address this, we propose a data-free early stopping framework that determines the optimal stopping point by monitoring the task vector's growth rate using only server-side parameters. The numerical results on skin lesion/

Artificial IntelligenceComputer Science
7
preprint|인용수 0·2025
Debunking Optimization Myths in Federated Learning for Medical Image Classification
Youngjoon Lee, Hyukjoon Lee, Jian Gong, Yang Cao, Joonhyuk Kang
ArXiv.orgOA

Federated Learning (FL) is a collaborative learning method that enables decentralized model training while preserving data privacy. Despite its promise in medical imaging, recent FL methods are often sensitive to local factors such as optimizers and learning rates, limiting their robustness in practical deployments. In this work, we revisit vanilla FL to clarify the impact of edge device configurations, benchmarking recent FL methods on colorectal pathology and blood cell classification task. We

Artificial IntelligenceComputer Science
8
preprint|인용수 0·2026
Beyond Fixed Rounds: Data-Free Early Stopping for Practical Federated Learning
Youngjoon Lee, Hyukjoon Lee, Seungrok Jung, Andy Luo, Jinu Gong, Yang Cao, Joonhyuk Kang
SJR Q1Open MINDOA

Federated Learning (FL) facilitates decentralized collaborative learning without transmitting raw data. However, reliance on fixed global rounds or validation data for hyperparameter tuning hinders practical deployment by incurring high computational costs and privacy risks. To address this, we propose a data-free early stopping framework that determines the optimal stopping point by monitoring the task vector's growth rate using only server-side parameters. The numerical results on skin lesion/

Artificial IntelligenceComputer Science
9
preprint|인용수 0·2025
Revisit the Stability of Vanilla Federated Learning Under Diverse Conditions
Youngjoon Lee, Jian Gong, Sun Choi, Joonhyuk Kang
ArXiv.orgOA

Federated Learning (FL) is a distributed machine learning paradigm enabling collaborative model training across decentralized clients while preserving data privacy. In this paper, we revisit the stability of the vanilla FedAvg algorithm under diverse conditions. Despite its conceptual simplicity, FedAvg exhibits remarkably stable performance compared to more advanced FL techniques. Our experiments assess the performance of various FL methods on blood cell and skin lesion classification tasks usi

Artificial IntelligenceComputer Science
10
논문|인용수 0·2025
Deceptive Synthetic Updates: Stealth Free-Rider Attack on Model Aggregation in Federated Learning
Youngjoon Lee, Jinu Gong, Joonhyuk Kang
OA

Federated Learning (FL) allows multiple clients to collaboratively train shared models without exchanging raw data, thereby preserving privacy. However, FL systems are vulnerable to malicious participants known as free-riders who exploit the collaborative nature without providing genuine data contributions. To expose this critical security threat, we introduce a novel stealth free-rider attack that leverages pre-trained forecasting models to generate highly realistic synthetic time-series data.

Artificial IntelligenceComputer Science
11
논문|인용수 0·2026
Forecasting-based biomedical time-series data synthesis for open data and robust AI
Youngjoon Lee, S. Cho, Yehhyun Jo, Jinu Gong, Hyunjoo J. Lee, Joonhyuk Kang
SJR Q1Computers in Biology and MedicineOA

The limited data availability due to strict privacy regulations and significant resource demands severely constrains biomedical time-series AI development, which creates a critical gap between data requirements and accessibility. Synthetic data generation presents a promising solution by producing artificial datasets that maintain the statistical properties of real biomedical time-series data without compromising patient confidentiality. While GANs, VAEs, and diffusion models capture global data

Signal ProcessingComputer Science

대표 연구 분야

Artificial IntelligenceInstrumentationSignal Processing

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

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