← Search

Sunghyeon Woo

9 accepted papers

2026

Affine-Scaled Attention: Towards Flexible and Stable Transformer Attention

ICML 2026poster

Transformer attention is typically implemented using softmax normalization, which enforces attention weights with unit sum normalization. While effective in many settings, this constraint can limit flexibility in controlling attention magnitudes and may contribute to overly concentrated or unstable …

Cited by 0SourceScholar
2026

ICaRus: Identical Cache Reuse for Efficient Multi-Model Inference

ICLR 2026poster

Multi model inference, where multiple task-specialized models collaborate to solve complex real-world problems, has recently emerged as a prominent paradigm, particularly in the development of agentic AI systems. However, in such scenarios, each model must maintain its own Key-Value (KV) cache for t…

Cited by 0SourceScholar
2026

SelfJudge: Faster Speculative Decoding via Self-Supervised Judge Verification

ICML 2026poster

Speculative decoding accelerates LLM inference by verifying candidate tokens from a draft model against a larger target model. Recent "judge'' decoding boosts this process by relaxing verification criteria by accepting draft tokens that may exhibit minor discrepancies from target model output, but e…

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…

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