← Search

Yulhwa Kim

8 accepted papers

2026

QWHA: Quantization-Aware Walsh-Hadamard Adaptation for Parameter-Efficient Fine-Tuning on Large Language Models

ICLR 2026poster

The demand for efficient deployment of large language models (LLMs) has driven interest in quantization, which reduces inference cost, and parameter-efficient fine-tuning (PEFT), which lowers training overhead. This motivated the development of quantization-aware PEFT to produce accurate yet efficie…

Cited by 0SourcecodeScholar
2025

L4Q: Parameter Efficient Quantization-Aware Fine-Tuning on Large Language Models

ACL 2025long

Due to the high memory and computational costs associated with large language models (LLMs), model compression techniques such as quantization, which reduces inference costs, and parameter-efficient fine-tuning (PEFT) methods like Low-Rank Adaptation (LoRA), which reduce training costs, have gained…

2025

Reasoning Path Compression: Compressing Generation Trajectories for Efficient LLM Reasoning

NeurIPS 2025poster

Recent reasoning-focused language models achieve high accuracy by generating lengthy intermediate reasoning paths before producing final answers. While this approach is effective in solving problems that require logical thinking, long reasoning paths significantly increase memory usage and reduce th…

Cited by 0SourcecodeScholar
2024

Mixture of Scales: Memory-Efficient Token-Adaptive Binarization for Large Language Models

NeurIPS 2024poster

Binarization, which converts weight parameters to binary values, has emerged as an effective strategy to reduce the size of large language models (LLMs). However, typical binarization techniques significantly diminish linguistic effectiveness of LLMs. To address this issue, we introduce a novel bina…

Cited by 5SourcePDFScholar
2024

SLEB: Streamlining LLMs through Redundancy Verification and Elimination of Transformer Blocks

ICML 2024poster

Large language models (LLMs) have proven to be highly effective across various natural language processing tasks. However, their large number of parameters poses significant challenges for practical deployment. Pruning, a technique aimed at reducing the size and complexity of LLMs, offers a potentia…

2023

Leveraging Early-Stage Robustness in Diffusion Models for Efficient and High-Quality Image Synthesis

NeurIPS 2023poster

While diffusion models have demonstrated exceptional image generation capabilities, the iterative noise estimation process required for these models is compute-intensive and their practical implementation is limited by slow sampling speeds. In this paper, we propose a novel approach to speed up the…

Cited by 8SourcePDFScholar
2023

Winning Both the Accuracy of Floating Point Activation and the Simplicity of Integer Arithmetic

ICLR 2023poster

Even though floating point (FP) numbers have been adopted as a de facto standard data format for deep learning computing, the complexity of FP arithmetic impedes a broader deployment of Deep Neural Networks (DNNs). Recent works such as quantization have attempted to replace the FP matrix multiplicat…

Cited by 6SourcePDFScholar