paper-with-me

홈 › Papers

DeMo: Decoupled Feature-Based Mixture of Experts for Multi-Modal Object Re-Identification

2024-12-14 · Yuhao Wang, Yang Liu, Aihua Zheng, Pingping Zhang

Multi-modal object Re-IDentification (ReID) aims to retrieve specific objects by combining complementary information from multiple modalities. Existing multi-modal object ReID methods primarily focus on the fusion of heterogeneous features. However, they often overlook the dynamic quality changes in multi-modal imaging. In addition, the shared information between different modalities can weaken modality-specific information. To address these issues, we propose a novel feature learning framework called DeMo for multi-modal object ReID, which adaptively balances decoupled features using a mixture of experts. To be specific, we first deploy a Patch-Integrated Feature Extractor (PIFE) to extract multi-granularity and multi-modal features. Then, we introduce a Hierarchical Decoupling Module (HDM) to decouple multi-modal features into non-overlapping forms, preserving the modality uniqueness and increasing the feature diversity. Finally, we propose an Attention-Triggered Mixture of Experts (ATMoE), which replaces traditional gating with dynamic attention weights derived from decoupled features. With these modules, our DeMo can generate more robust multi-modal features. Extensive experiments on three multi-modal object ReID benchmarks fully verify the effectiveness of our methods. The source code is available at https://github.com/924973292/DeMo.

📄 PDF Abstract BibTeX arXiv:2412.10650

Code (1)

924973292/demo 공식 구현 pytorch

Tasks

Mixture-of-ExpertsObject

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

CBDES MoE: Hierarchically Decoupled Mixture-of-Experts for Functional Modules in Autonomous Driving

2025-08-11 · Qi Xiang, Kunsong Shi, Zhigui Lin, Lei He arxiv

Bird's Eye View (BEV) perception systems based on multi-sensor feature fusion have become a fundamental cornerstone for end-to-end autonomous driving. However, existing multi-modal BEV methods commonly suffer from limite…

3D Object DetectionAutonomous Driving

Exploring Modality-Aware Fusion and Decoupled Temporal Propagation for Multi-Modal Object Tracking

2026-03-10 · Shilei Wang, Pujian Lai, Dong Gao, Jifeng Ning 외 arxiv

Most existing multimodal trackers adopt uniform fusion strategies, overlooking the inherent differences between modalities. Moreover, they propagate temporal information through mixed tokens, leading to entangled and les…

Object Tracking

Statistic-Augmented, Decoupled MoE Routing and Aggregating in Autonomous Driving

2025-12-07 · Wei-Bin Kou, Guangxu Zhu, Jingreng Lei, Chen Zhang 외 arxiv

Autonomous driving (AD) scenarios are inherently complex and diverse, posing significant challenges for a single deep learning model to effectively cover all possible conditions, such as varying weather, traffic densitie…

Semantic SegmentationAutonomous Driving

Decouple, Reorganize, and Fuse: A Multimodal Framework for Cancer Survival Prediction

2025-08-26 · Huayi Wang, Haochao Ying, Yuyang Xu, Qibo Qiu 외 arxiv

Cancer survival analysis commonly integrates information across diverse medical modalities to make survival-time predictions. Existing methods primarily focus on extracting different decoupled features of modalities and …

Decoupled Mixture-of-Experts for Parametric Knowledge Injection

2026-06-12 · Baoqing Yue, Weihang Su, Qingyao Ai, Yichen Tang 외 arxiv

Knowledge injection aims to equip large language models (LLMs) with external, domain-specific, or time-sensitive knowledge. Existing approaches typically face a trade-off between flexibility and integration: retrieval-au…