← Search

Dongsuk Jeon

10 accepted papers

2026

TokenDrop: Token-Level Importance-Aware Backward Propagation Skipping for Efficient LLM Fine-Tuning

ICML 2026poster

Despite the success of parameter-efficient fine-tuning (PEFT) methods in reducing parameter-related overhead, fine-tuning large language models (LLMs) is still bottlenecked by significant memory and computational demands. In this paper, we propose **TokenDrop**, a token-level importance-aware backpr…

Cited by 0SourceScholar
2025

HiFC: High-efficiency Flash-based KV Cache Swapping for Scaling LLM Inference

NeurIPS 2025poster

Large‑language‑model inference with long contexts often produces key–value (KV) caches whose footprint exceeds the capacity of high‑bandwidth memory on a GPU. Prior LLM inference frameworks such as vLLM mitigate this pressure by swapping KV cache pages to host DRAM. However, the high cost of large D…

Cited by 0SourceScholar
2025

PaCA: Partial Connection Adaptation for Efficient Fine-Tuning

ICLR 2025poster

Prior parameter-efficient fine-tuning (PEFT) algorithms reduce memory usage and computational costs of fine-tuning large neural network models by training only a few additional adapter parameters, rather than the entire model. However, the reduction in computational costs due to PEFT does not necess…

2024

ALAM: Averaged Low-Precision Activation for Memory-Efficient Training of Transformer Models

ICLR 2024poster

One of the key challenges in deep neural network training is the substantial amount of GPU memory required to store activations obtained in the forward pass. Various Activation-Compressed Training (ACT) schemes have been proposed to mitigate this issue; however, it is challenging to adopt those appr…

Cited by 4SourcePDFScholar
2024

DropBP: Accelerating Fine-Tuning of Large Language Models by Dropping Backward Propagation

NeurIPS 2024poster

Large language models (LLMs) have achieved significant success across various domains. However, training these LLMs typically involves substantial memory and computational costs during both forward and backward propagation. While parameter-efficient fine-tuning (PEFT) considerably reduces the traini…

2023

Curriculum Reinforcement Learning From Avoiding Collisions to Navigating Among Movable Obstacles in Diverse Environments

RA-L 2023

Curriculum learning has proven highly effective to speed up training convergence with improved performance in a variety of tasks. Researchers have been studying how a curriculum can be constituted to train reinforcement learning (RL) agents in various application domains. However, discovering curric

Cited by 36SourceScholar
2022

Toward Efficient Low-Precision Training: Data Format Optimization and Hysteresis Quantization

ICLR 2022poster

As the complexity and size of deep neural networks continue to increase, low-precision training has been extensively studied in the last few years to reduce hardware overhead. Training performance is largely affected by the numeric formats representing different values in low-precision training, but…

Cited by 13SourcePDFScholar
2021

Activation Sharing with Asymmetric Paths Solves Weight Transport Problem without Bidirectional Connection

NeurIPS 2021poster

One of the reasons why it is difficult for the brain to perform backpropagation (BP) is the weight transport problem, which argues forward and feedback neurons cannot share the same synaptic weights during learning in biological neural networks. Recently proposed algorithms address the weight transp…

Cited by 2SourcePDFScholar
2021

Real-Time Denoising and Dereverberation wtih Tiny Recurrent U-Net

ICASSP 2021accepted

Modern deep learning-based models have seen outstanding performance improvement with speech enhancement tasks. The number of parameters of state-of-the-art models, however, is often too large to be deployed on devices for real-world applications. To this end, we propose Tiny Recurrent U-Net (TRU-Net…

Cited by 0SourceScholar