Skip to main content

황랑기 교수

Ranggi Hwang

UNIST 컴퓨터공학과 · 컴퓨터과학

연구실 소개

황랑기 교수의 연구실은 인공지능 웨어러블 기기의 효율적이고 안정적인 운영을 위한 하드웨어-소프트웨어 공동 최적화 기술을 핵심으로 삼고 있습니다. 특히 추론 기반 대규모 언어 모델의 성능 저하 문제를 해결하기 위한 전용 하드웨어 아키텍처와, 차세대 AI 처리장치(NPU)의 성능 및 프로그래밍 가능성 평가에 초점을 맞추고 있습니다. 또한, 차원이 다른 데이터 흐름을 가진 GCN, 비밀유지 학습, 모수 효율성 문제를 해결하는 MoE 아키텍처 등 AI 웨어러블 시스템의 핵심 도전 과제를 하드웨어 기반 솔루션으로 해결하고자 합니다.

AI 하드웨어모델 최적화메모리 효율성추론 성능NPU 성능 평가

연구 현황

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

연구 성과 추이

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

5개년 연도별 논문 게재 수
9총합
2023
2024
2025
2026
5개년 연도별 피인용 수
53총합
2023202420252026

주요 논문

9
1
논문|인용수 50·2023
GROW: A Row-Stationary Sparse-Dense GEMM Accelerator for Memory-Efficient Graph Convolutional Neural Networks
Ranggi Hwang, Minhoo Kang, Jiwon Lee, Dongyun Kam, Youngjoo Lee, Minsoo Rhu

Graph convolutional neural networks (GCNs) have emerged as a key technology in various application domains where the input data is relational. A unique property of GCNs is that its two primary execution stages, aggregation and combination, exhibit drastically different dataflows. Consequently, prior GCN accelerators tackle this research space by casting the aggregation and combination stages as a series of sparse-dense matrix multiplication. However, prior work frequently suffers from inefficien

Electrical and Electronic EngineeringEngineering
2
preprint|인용수 2·2024
LazyDP: Co-Designing Algorithm-Software for Scalable Training of Differentially Private Recommendation Models
Juntaek Lim, Youngeun Kwon, Ranggi Hwang, Kiwan Maeng, G. Edward Suh, Minsoo Rhu
OA

Differential privacy (DP) is widely being employed in the industry as a practical standard for privacy protection. While private training of computer vision or natural language processing applications has been studied extensively, the computational challenges of training of recommender systems (RecSys) with DP have not been explored. In this work, we first present our detailed characterization of private RecSys training using DP-SGD, root-causing its several performance bottlenecks. Specifically

Artificial IntelligenceComputer Science
3
논문|인용수 1·2025
Debunking the CUDA Myth Towards GPU-based AI Systems
Yunjae Lee, Juntaek Lim, J. Bang, Eunyeong Cho, H.S. Jeong, Taesu Kim, Hyungjun Kim, Joonhyung Lee, Jinseop Im, Ranggi Hwang, Se Jung Kwon, D. H. Lee
Hardware and ArchitectureComputer Science
4
preprint|인용수 0·2024
Debunking the CUDA Myth Towards GPU-based AI Systems
Yun-Jae Lee, Juntaek Lim, J. Bang, Eunyeong Cho, Hojin Jeong, Tae‐Su Kim, Hyungjun Kim, Joonhyung Lee, Jinwoo Im, Ranggi Hwang, Se Jung Kwon, Dong‐Soo Lee
arXiv (Cornell University)OA

This paper presents a comprehensive evaluation of Intel Gaudi NPUs as an alternative to NVIDIA GPUs, which is currently the de facto standard in AI system design. First, we create a suite of microbenchmarks to compare Intel Gaudi-2 with NVIDIA A100, showing that Gaudi-2 achieves competitive performance not only in primitive AI compute, memory, and communication operations but also in executing several important AI workloads end-to-end. We then assess Gaudi NPU's programmability by discussing sev

Artificial IntelligenceComputer Science
5
논문|인용수 0·2026
PASCAL: A Phase-Aware Scheduling Algorithm for Serving Reasoning-based Large Language Models
Eunyeong Cho, Jehyeon Bang, Ranggi Hwang, Minsoo Rhu

The emergence of reasoning-based LLMs leveraging Chain-of-Thought (CoT) inference introduces new serving challenges, as their extended reasoning phases delay user-visible output and inflate Time-To-First-Token (TTFT). Existing LLM serving frameworks fail to distinguish between reasoning and answering phases, leading to performance degradation under GPU memory constraints. We present PASCAL, a phase-aware scheduling algorithm that prioritizes reasoning to reduce TTFT while using controlled preemp

Computer Networks and CommunicationsComputer Science
6
논문|인용수 0·2023
HAMMER: Hardware-Friendly Approximate Computing for Self-Attention With Mean-Redistribution And Linearization
Seonho Lee, Ranggi Hwang, Jongse Park, Minsoo Rhu
SJR Q2IEEE Computer Architecture Letters

The recent advancement of the natural language processing (NLP) models is the result of the ever-increasing model size and datasets. Most of these modern NLP models adopt the Transformer based model architecture, whose main bottleneck is exhibited in the self-attention mechanism. As the computation required for self-attention increases rapidly as the model size gets larger, self-attentions have been the main challenge for deploying NLP models. Consequently, there are several prior works which so

Electrical and Electronic EngineeringEngineering
7
preprint|인용수 0·2026
SpecMoE: A Fast and Efficient Mixture-of-Experts Inference via Self-Assisted Speculative Decoding
J. Bang, Eunyeong Cho, Ranggi Hwang, Jinha Chung, Minsoo Rhu
arXiv (Cornell University)OA

The Mixture-of-Experts (MoE) architecture has emerged as a promising approach to mitigate the rising computational costs of large language models (LLMs) by selectively activating parameters. However, its high memory requirements and sub-optimal parameter efficiency pose significant challenges for efficient deployment. Although CPU-offloaded MoE inference systems have been proposed in the literature, they offer limited efficiency, particularly for large batch sizes. In this work, we propose SpecM

Artificial IntelligenceComputer Science
8
논문|인용수 0·2026
SpecMoE: A Fast and Efficient Mixture-of-Experts Inference via Self-Assisted Speculative Decoding
J. Bang, Eunyeong Cho, Ranggi Hwang, Jinha Chung, Minsoo Rhu
ArXiv.orgOA

The Mixture-of-Experts (MoE) architecture has emerged as a promising approach to mitigate the rising computational costs of large language models (LLMs) by selectively activating parameters. However, its high memory requirements and sub-optimal parameter efficiency pose significant challenges for efficient deployment. Although CPU-offloaded MoE inference systems have been proposed in the literature, they offer limited efficiency, particularly for large batch sizes. In this work, we propose SpecM

Artificial IntelligenceComputer Science
9
논문|인용수 0·2025
Exploring KV Cache Quantization in Multimodal Large Language Model Inference
Hyunchul Ahn, Ranggi Hwang, Minsoo Rhu
SJR Q2IEEE Computer Architecture Letters

Multimodal large language models (MLLMs) have demonstrated strong performance across modalities, such as image, video, and audio understanding, by leveraging large language models (LLMs) as a backbone. However, a critical challenge in MLLM inference is the large memory capacity required for the key–value (KV) cache, particularly when processing high-resolution images. This pressure often forces heterogeneous CPU–GPU systems to offload the KV cache to CPU memory, introducing substantial transfer

Computer Vision and Pattern RecognitionComputer Science

대표 연구 분야

Artificial IntelligenceElectrical and Electronic EngineeringHardware and ArchitectureComputer Networks and CommunicationsComputer Vision and Pattern Recognition

황랑기 교수의 연구를 Nubint에서 더 깊이 살펴보세요

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