Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Parameters as Experts: Adapting Vision Models with Dynamic Parameter Routing

About

Adapting pre-trained vision models using parameter-efficient fine-tuning (PEFT) remains challenging, as it aims to achieve performance comparable to full fine-tuning using a minimal number of trainable parameters. When applied to complex dense prediction tasks, existing methods exhibit limitations, including input-agnostic modeling and redundant cross-layer representations. To this end, we propose AdaRoute, a new adapter-style method featuring a simple mixture-of-experts (MoE) architecture. Specifically, we introduce shared expert centers, where each expert is a trainable parameter matrix. During a feedforward pass, each AdaRoute module in the network dynamically generates weight matrices tailored for the current module via a simple dynamic parameter routing mechanism, which selectively aggregates parameter matrices in the corresponding expert center. Dynamic weight matrices in AdaRoute modules facilitate low-rank adaptation in an input-dependent manner, thus generating more customized and powerful feature representations. Moreover, since AdaRoute modules across multiple network layers share the same expert center, they improve feature diversity by promoting implicit cross-layer feature interaction. Extensive experiments demonstrate the superiority of AdaRoute on diverse vision tasks, including semantic segmentation, object detection and instance segmentation, and panoptic segmentation. Code will be available at: https://bit.ly/3NZcr0H.

Meng Lou, Stanley Yu, Yizhou Yu• 2026

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU52
2731
Image ClassificationFood-101--
494
Image ClassificationImageNet-R
Top-1 Acc74.3
474
Image ClassificationSVHN--
359
Image ClassificationCIFAR-100--
302
Object DetectionCOCO 2017
AP (Box)49.5
279
Instance SegmentationCOCO 2017
APm44.8
199
Semantic segmentationPotsdam (test)
mIoU79.3
104
Semantic segmentationLoveDA (test)
mIoU54.3
81
Panoptic SegmentationCOCO 2017
PQ0.504
36
Showing 10 of 12 rows

Other info

Follow for update