← Search

Aecheon Jung

3 accepted papers

2026

SyMerge: From Non-Interference to Synergistic Merging via Single-Layer Adaptation

ICML 2026poster

Model merging combines independently trained models into a single multi-task model. However, most existing approaches focus primarily on avoiding task interference. We argue that its greater potential lies in enabling task synergy, where tasks actively improve one another. We identify cross-task per…

Cited by 0SourceScholar
2026

ZOO-Prune: Training-Free Token Pruning via Zeroth-Order Gradient Estimation in Vision-Language Models

CVPR 2026

Large Vision-Language Models (VLMs) enable strong multimodal reasoning but incur heavy inference costs from redundant visual tokens. Token pruning alleviates this issue, yet existing approaches face limitations. Attention-based methods rely on raw attention scores, which are often unstable across la

Cited by 0SourcecodeScholar
2025

Task Vector Quantization for Memory-Efficient Model Merging

ICCV 2025poster

Model merging enables efficient multi-task models by combining task-specific fine-tuned checkpoints. However, storing multiple task-specific checkpoints requires significant memory, limiting scalability and restricting model merging to larger models and diverse tasks. In this paper, we propose quant…