MCFNet: A Multimodal Collaborative Fusion Network for Fine-Grained Semantic Classification
Yang Qiao, Xiaoyu Zhong, Xiaofeng Gu, Zhiguo Yu
TL;DR
MCFNet tackles fine-grained semantic classification by jointly exploiting visual and textual information through a regularized integrated fusion module and a hybrid attention mechanism that enables bidirectional cross-modal alignment. The framework comprises a text encoder (ALBERT) and an image encoder (ViT), a regularized fusion stage with dropout and ElasticNet plus a self-/cross-attention scheme, and a multimodal decision classifier guided by a multi-loss objective with learnable modality weights. Key contributions include the regularized feature representations, the efficient hybrid attention network, and the weighted voting strategy that mitigates information loss from any single modality. Empirical results on Con-Text and Drink Bottle show state-of-the-art performance and robust ablations demonstrate the importance of each module, indicating strong generalization and practical viability for multimodal fine-grained tasks.
Abstract
Multimodal information processing has become increasingly important for enhancing image classification performance. However, the intricate and implicit dependencies across different modalities often hinder conventional methods from effectively capturing fine-grained semantic interactions, thereby limiting their applicability in high-precision classification tasks. To address this issue, we propose a novel Multimodal Collaborative Fusion Network (MCFNet) designed for fine-grained classification. The proposed MCFNet architecture incorporates a regularized integrated fusion module that improves intra-modal feature representation through modality-specific regularization strategies, while facilitating precise semantic alignment via a hybrid attention mechanism. Additionally, we introduce a multimodal decision classification module, which jointly exploits inter-modal correlations and unimodal discriminative features by integrating multiple loss functions within a weighted voting paradigm. Extensive experiments and ablation studies on benchmark datasets demonstrate that the proposed MCFNet framework achieves consistent improvements in classification accuracy, confirming its effectiveness in modeling subtle cross-modal semantics.
