← Search

Donghyeon Baek

8 accepted papers

2026

Improving Visual Token Reduction via Rectifying Distortions for Efficient Multimodal LLM Inference

ICML 2026poster

Recent advancements in Multimodal Large Language Models (MLLMs) have achieved remarkable success in vision-language tasks, yet the quadratic computational complexity arising from the vast number of visual tokens creates significant memory and latency bottlenecks. While visual token reduction (VTR) s…

Cited by 0SourceScholar
2025

Subnet-Aware Dynamic Supernet Training for Neural Architecture Search

CVPR 2025poster

N-shot neural architecture search (NAS) exploits a supernet containing all candidate subnets for a given search space. The subnets are typically trained with a static training strategy (e.g., using the same learning rate (LR) scheduler and optimizer for all subnets). This, however, does not consider…

Cited by 0SourcePDFScholar
2023

ACLS: Adaptive and Conditional Label Smoothing for Network Calibration

ICCV 2023oral

We address the problem of network calibration adjusting miscalibrated confidences of deep neural networks. Many approaches to network calibration adopt a regularization-based method that exploits a regularization term to smooth the miscalibrated confidences. Although these approaches have shown the…

Cited by 26PDFScholar
2022

ALIFE: Adaptive Logit Regularizer and Feature Replay for Incremental Semantic Segmentation

NeurIPS 2022accept

We address the problem of incremental semantic segmentation (ISS) recognizing novel object/stuff categories continually without forgetting previous ones that have been learned. The catastrophic forgetting problem is particularly severe in ISS, since pixel-level ground-truth labels are available only…

Cited by 29SourcePDFScholar
2022

Decomposed Knowledge Distillation for Class-Incremental Semantic Segmentation

NeurIPS 2022accept

Class-incremental semantic segmentation (CISS) labels each pixel of an image with a corresponding object/stuff class continually. To this end, it is crucial to learn novel classes incrementally without forgetting previously learned knowledge. Current CISS methods typically use a knowledge distillati…

Cited by 38SourcePDFScholar
2022

OIMNet++: Prototypical Normalization and Localization-Aware Learning for Person Search

ECCV 2022poster

"We address the task of person search, that is, localizing and re-identifying query persons from a set of raw scene images. Recent approaches are typically built upon OIMNet, a pioneer work on person search, that learns joint person representations for performing both detection and person re-identif…