← Search

Dongsu Han

7 accepted papers

2026

KnapSpec: Self-Speculative Decoding via Adaptive Layer Selection as a Knapsack Problem

ICML 2026poster

Self-speculative decoding (SSD) accelerates LLM inference by skipping layers to create an efficient draft model, yet existing methods often rely on static heuristics that ignore the dynamic computational overhead of attention in long-context scenarios. We propose KnapSpec, a training-free framework …

Cited by 0SourceScholar
2026

ProtoKV: Streaming Video Understanding under Delayed Evidence with Summary-State Memory

ICML 2026poster

Streaming video understanding (SVU) must answer queries that arrive asynchronously while visual tokens stream continuously under strict GPU-memory and query-time latency budgets. A key challenge is delayed evidence: decisive cues may appear briefly, yet many subsequent updates occur before the query…

Cited by 0SourceScholar
2025

SpecEdge: Scalable Edge-Assisted Serving Framework for Interactive LLMs

NeurIPS 2025spotlight

Large language models (LLMs) power many modern applications, but serving them at scale remains costly and resource-intensive. Current server-centric systems overlook consumer-grade GPUs at the edge. We introduce SpecEdge, an edge-assisted inference framework that splits LLM workloads between edge an…

Cited by 0SourcecodeScholar
2024

Scaling Beyond the GPU Memory Limit for Large Mixture-of-Experts Model Training

ICML 2024poster

Mixture-of-Experts (MoE) is a powerful technique for enhancing the performance of neural networks while decoupling computational complexity from the number of parameters. However, despite this, scaling the number of experts requires adding more GPUs. In addition, the load imbalance in token load acr…

Cited by 2SourcePDFScholar
2023

AccelIR: Task-Aware Image Compression for Accelerating Neural Restoration

CVPR 2023poster

Recently, deep neural networks have been successfully applied for image restoration (IR) (e.g., super-resolution, de-noising, de-blurring). Despite their promising performance, running IR networks requires heavy computation. A large body of work has been devoted to addressing this issue by designing…

Cited by 6SourcePDFScholar
2022

TSPipe: Learn from Teacher Faster with Pipelines

ICML 2022spotlight

The teacher-student (TS) framework, training a (student) network by utilizing an auxiliary superior (teacher) network, has been adopted as a popular training paradigm in many machine learning schemes, since the seminal work—Knowledge distillation (KD) for model compression and transfer learning. Man…

Cited by 1SourcePDFScholar