paper-with-me

홈 › Papers

Equipping Vision Foundation Model with Mixture of Experts for Out-of-Distribution Detection

2025-10-12 · Shizhen Zhao, Jiahui Liu, Xin Wen, Haoru Tan, Xiaojuan Qi arxiv

Pre-trained vision foundation models have transformed many computer vision tasks. Despite their strong ability to learn discriminative and generalizable features crucial for out-of-distribution (OOD) detection, their impact on this task remains underexplored. Motivated by this gap, we systematically investigate representative vision foundation models for OOD detection. Our findings reveal that a pre-trained DINOv2 model, even without fine-tuning on in-domain (ID) data, naturally provides a highly discriminative feature space for OOD detection, achieving performance comparable to existing state-of-the-art methods without requiring complex designs. Beyond this, we explore how fine-tuning foundation models on in-domain (ID) data can enhance OOD detection. However, we observe that the performance of vision foundation models remains unsatisfactory in scenarios with a large semantic space. This is due to the increased complexity of decision boundaries as the number of categories grows, which complicates the optimization process. To mitigate this, we propose the Mixture of Feature Experts (MoFE) module, which partitions features into subspaces, effectively capturing complex data distributions and refining decision boundaries. Further, we introduce a Dynamic-$β$ Mixup strategy, which samples interpolation weights from a dynamic beta distribution. This adapts to varying levels of learning difficulty across categories, improving feature learning for more challenging categories. Extensive experiments demonstrate the effectiveness of our approach, significantly outperforming baseline methods.

📄 PDF Abstract BibTeX arXiv:2510.10584

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Dynamic Mixture of Experts: An Auto-Tuning Approach for Efficient Transformer Models

2024-05-23 · Yongxin Guo, Zhenglin Cheng, Xiaoying Tang, Zhaopeng Tu 외

The Sparse Mixture of Experts (SMoE) has been widely employed to enhance the efficiency of training and inference for Transformer-based foundational models, yielding promising results. However, the performance of SMoE he…

Mixture-of-ExpertsVisual Question Answering

MoE3D: Mixture of Experts meets Multi-Modal 3D Understanding

2025-11-27 · Yu Li, Yuenan Hou, Yingmei Wei, Xinge Zhu 외 arxiv

Multi-modal 3D understanding is a fundamental task in computer vision. Previous multi-modal fusion methods typically employ a single, dense fusion network, struggling to handle the significant heterogeneity and complexit…

Unleashing the Power of Meta-tuning for Few-shot Generalization Through Sparse Interpolated Experts

2024-03-13 · Shengzhuang Chen, Jihoon Tack, Yunqiao Yang, Yee Whye Teh 외

Recent successes suggest that parameter-efficient fine-tuning of foundation models as the state-of-the-art method for transfer learning in vision, replacing the rich literature of alternatives such as meta-learning. In t…

Domain GeneralizationFew-Shot Image ClassificationMeta-LearningMixture-of-Experts+3

MixtureKit: A General Framework for Composing, Training, and Visualizing Mixture-of-Experts Models

2025-12-13 · Ahmad Chamma, Omar El Herraoui, Guokan Shang arxiv

We introduce MixtureKit, a modular open-source framework for constructing, training, and analyzing Mixture-of-Experts (MoE) models from arbitrary pre-trained or fine-tuned models. MixtureKit currently supports three comp…

Modeling Multimodal Aleatoric Uncertainty in Segmentation with Mixture of Stochastic Experts

2022-12-14 · Zhitong Gao, Yucong Chen, Chuyu Zhang, Xuming He

Equipping predicted segmentation with calibrated uncertainty is essential for safety-critical applications. In this work, we focus on capturing the data-inherent uncertainty (aka aleatoric uncertainty) in segmentation, t…

Segmentation