paper-with-me

홈 › Papers

Efficient Deweather Mixture-of-Experts with Uncertainty-aware Feature-wise Linear Modulation

2023-12-27 · Rongyu Zhang, Yulin Luo, Jiaming Liu, Huanrui Yang, Zhen Dong, Denis Gudovskiy, Tomoyuki Okuno, Yohei Nakata, Kurt Keutzer, Yuan Du, Shanghang Zhang

The Mixture-of-Experts (MoE) approach has demonstrated outstanding scalability in multi-task learning including low-level upstream tasks such as concurrent removal of multiple adverse weather effects. However, the conventional MoE architecture with parallel Feed Forward Network (FFN) experts leads to significant parameter and computational overheads that hinder its efficient deployment. In addition, the naive MoE linear router is suboptimal in assigning task-specific features to multiple experts which limits its further scalability. In this work, we propose an efficient MoE architecture with weight sharing across the experts. Inspired by the idea of linear feature modulation (FM), our architecture implicitly instantiates multiple experts via learnable activation modulations on a single shared expert block. The proposed Feature Modulated Expert (FME) serves as a building block for the novel Mixture-of-Feature-Modulation-Experts (MoFME) architecture, which can scale up the number of experts with low overhead. We further propose an Uncertainty-aware Router (UaR) to assign task-specific features to different FM modules with well-calibrated weights. This enables MoFME to effectively learn diverse expert functions for multiple tasks. The conducted experiments on the multi-deweather task show that our MoFME outperforms the baselines in the image restoration quality by 0.1-0.2 dB and achieves SOTA-compatible performance while saving more than 72% of parameters and 39% inference time over the conventional MoE counterpart. Experiments on the downstream segmentation and classification tasks further demonstrate the generalizability of MoFME to real open-world applications.

📄 PDF Abstract BibTeX arXiv:2312.16610

Code (0)

등록된 구현이 없습니다.

Tasks

Image RestorationMixture-of-ExpertsMulti-Task Learning

Similar Papers 제목 키워드 기반

MoSEs: Uncertainty-Aware AI-Generated Text Detection via Mixture of Stylistics Experts with Conditional Thresholds

2025-09-02 · Junxi Wu, Jinpeng Wang, Zheng Liu, Bin Chen 외 arxiv

The rapid advancement of large language models has intensified public concerns about the potential misuse. Therefore, it is important to build trustworthy AI-generated text detection systems. Existing methods neglect sty…

Text Detection

GEMINUS: Dual-aware Global and Scene-Adaptive Mixture-of-Experts for End-to-End Autonomous Driving

2025-07-19 · Chi Wan, Yixin Cui, Jiatong Du, Shuo Yang 외

End-to-end autonomous driving requires adaptive and robust handling of complex and diverse traffic environments. However, prevalent single-mode planning methods attempt to learn an overall policy while struggling to acqu…

Autonomous DrivingBench2DriveMixture-of-Experts

Variational Routing: A Scalable Bayesian Framework for Calibrated Mixture-of-Experts Transformers

2026-03-10 · Albus Yizhuo Li, Matthew Wicker arxiv

Foundation models are increasingly being deployed in contexts where understanding the uncertainty of their outputs is critical to ensuring responsible deployment. While Bayesian methods offer a principled approach to unc…

Bayesian Inference

SURE: Synergistic Uncertainty-aware Reasoning for Multimodal Emotion Recognition in Conversations

2026-04-02 · Yiqiang Cai, Chengyan Wu, Bolei Ma, Bo Chen 외 arxiv

Multimodal emotion recognition in conversations (MERC) requires integrating multimodal signals while being robust to noise and modeling contextual reasoning. Existing approaches often emphasize fusion but overlook uncert…

Multimodal Emotion RecognitionMultimodal Reasoning

Training of Neural Networks with Uncertain Data: A Mixture of Experts Approach

2023-12-13 · Lucas Luttner

This paper introduces the "Uncertainty-aware Mixture of Experts" (uMoE), a novel solution aimed at addressing aleatoric uncertainty within Neural Network (NN) based predictive models. While existing methodologies primari…

Autonomous DrivingMixture-of-Experts