← Search

jae-joon kim

16 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
2026

Retrospective Sparse Attention for Efficient Long-Context Generation

ICLR 2026poster

Large Language Models (LLMs) are increasingly deployed in long-context tasks such as reasoning, code generation, and multi-turn dialogue. However, inference over extended contexts is bottlenecked by the Key-Value (KV) cache, whose memory footprint grows linearly with sequence length and dominates la…

Cited by 0SourcecodeScholar
2026

Token Sparse Attention: Efficient Long-Context Inference with Interleaved Token Selection

ICML 2026poster

The quadratic complexity of attention remains the central bottleneck in long-context inference for large language models. Prior acceleration methods either sparsify the attention map with structured patterns or permanently evict tokens at specific layers, which can retain irrelevant tokens or rely o…

Cited by 0SourceScholar
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
2021

Improving Accuracy of Binary Neural Networks Using Unbalanced Activation Distribution

CVPR 2021poster

Binarization of neural network models is considered as one of the promising methods to deploy deep neural network models on resource-constrained environments such as mobile devices. However, Binary Neural Networks (BNNs) tend to suffer from severe accuracy degradation compared to the full-precision…

Cited by 49PDFScholar
2020

BinaryDuo: Reducing Gradient Mismatch in Binary Activation Network by Coupling Binary Activations

ICLR 2020poster

Binary Neural Networks (BNNs) have been garnering interest thanks to their compute cost reduction and memory savings. However, BNNs suffer from performance degradation mainly due to the gradient mismatch caused by binarizing activations. Previous works tried to address the gradient mismatch problem…

Cited by 55SourcecodeScholar
2020

Unifying Activation- and Timing-based Learning Rules for Spiking Neural Networks

NeurIPS 2020poster

For the gradient computation across the time domain in Spiking Neural Networks (SNNs) training, two different approaches have been independently studied. The first is to compute the gradients with respect to the change in spike activation (activation-based methods), and the second is to compute the…

2019

Double Viterbi: Weight Encoding for High Compression Ratio and Fast On-Chip Reconstruction for Deep Neural Network

ICLR 2019poster

Weight pruning has been introduced as an efficient model compression technique. Even though pruning removes significant amount of weights in a network, memory requirement reduction was limited since conventional sparse matrix formats require significant amount of memory to store index-related inform…

Cited by 14SourcePDFScholar
2018

Viterbi-based Pruning for Sparse Matrix with Fixed and High Index Compression Ratio

ICLR 2018poster

Weight pruning has proven to be an effective method in reducing the model size and computation cost while not sacrificing the model accuracy. Conventional sparse matrix formats, however, involve irregular index structures with large storage requirement and sequential reconstruction process, resultin…

Cited by 24SourcePDFScholar