← Search

Yi-Lin Sung

10 accepted papers

2025

Glider: Global and Local Instruction-Driven Expert Router

EMNLP 2025

The development of performant pre-trained models has driven the advancement of routing-based expert models tailored to specific tasks. However, these methods often favor generalization over performance on held-in tasks. This limitation adversely impacts practical applicability, as real-world deploym

2024

ECoFLaP: Efficient Coarse-to-Fine Layer-Wise Pruning for Vision-Language Models

ICLR 2024poster

Large Vision-Language Models (LVLMs) can understand the world comprehensively by integrating rich information from different modalities, achieving remarkable performance improvements on various multimodal downstream tasks. However, deploying LVLMs is often problematic due to their massive computatio…

Cited by 16SourcePDFScholar
2024

Merge, Then Compress: Demystify Efficient SMoE with Hints from Its Routing Policy

ICLR 2024spotlight

Sparsely activated Mixture-of-Experts (SMoE) has shown promise to scale up the learning capacity of neural networks, however, they have issues like: ($a$) $\textit{High Memory Usage,}$ due to duplication of the network layers into multiple copies as experts; and ($b$) $\textit{Redundancy in Experts,…

2024

SELMA: Learning and Merging Skill-Specific Text-to-Image Experts with Auto-Generated Data

NeurIPS 2024poster

Recent text-to-image (T2I) generation models have demonstrated impressive capabilities in creating images from text descriptions. However, these T2I generation models often fail to generate images that precisely match the details of the text inputs, such as incorrect spatial relationship or missing…

Cited by 9SourcePDFScholar
2023

An Empirical Study of Multimodal Model Merging

EMNLP 2023long findings

Model merging (e.g., via interpolation or task arithmetic) fuses multiple models trained on different tasks to generate a multi-task solution. The technique has been proven successful in previous studies, where the models are trained on similar tasks and with the same initialization. In this paper,…

Cited by 0SourcecodeScholar
2023

Unified Coarse-to-Fine Alignment for Video-Text Retrieval

ICCV 2023poster

The canonical approach to video-text retrieval leverages a coarse-grained or fine-grained alignment between visual and textual information. However, retrieving the correct video according to the text query is often challenging as it requires the ability to reason about both high-level (scene) and lo…

Cited by 58PDFcodeScholar
2023

Vision Transformers Are Parameter-Efficient Audio-Visual Learners

CVPR 2023poster

Vision transformers (ViTs) have achieved impressive results on various computer vision tasks in the last several years. In this work, we study the capability of frozen ViTs, pretrained only on visual data, to generalize to audio-visual data without finetuning any of its original parameters. To do so…

2022

LST: Ladder Side-Tuning for Parameter and Memory Efficient Transfer Learning

NeurIPS 2022accept

Fine-tuning large pre-trained models on downstream tasks has been adopted in a variety of domains recently. However, it is costly to update the entire parameter set of large pre-trained models. Although recently proposed parameter-efficient transfer learning (PETL) techniques allow updating a small…

2022

VL-Adapter: Parameter-Efficient Transfer Learning for Vision-and-Language Tasks

CVPR 2022poster

Recently, fine-tuning language models pre-trained on large text corpora have provided huge improvements on vision-and-language (V&L) tasks as well as on pure language tasks. However, fine-tuning the entire parameter set of pre-trained models becomes impractical since the model size is growing rapidl…

Cited by 415PDFcodeScholar