paper-with-me

홈 › Papers

Attentional Feature Fusion

2020-09-29 · Yimian Dai, Fabian Gieseke, Stefan Oehmcke, Yiquan Wu, Kobus Barnard

Feature fusion, the combination of features from different layers or branches, is an omnipresent part of modern network architectures. It is often implemented via simple operations, such as summation or concatenation, but this might not be the best choice. In this work, we propose a uniform and general scheme, namely attentional feature fusion, which is applicable for most common scenarios, including feature fusion induced by short and long skip connections as well as within Inception layers. To better fuse features of inconsistent semantics and scales, we propose a multi-scale channel attention module, which addresses issues that arise when fusing features given at different scales. We also demonstrate that the initial integration of feature maps can become a bottleneck and that this issue can be alleviated by adding another level of attention, which we refer to as iterative attentional feature fusion. With fewer layers or parameters, our models outperform state-of-the-art networks on both CIFAR-100 and ImageNet datasets, which suggests that more sophisticated attention mechanisms for feature fusion hold great potential to consistently yield better results compared to their direct counterparts. Our codes and trained models are available online.

📄 PDF Abstract BibTeX arXiv:2009.14082

Code (2)

YimianDai/open-aff 공식 구현 mxnet
gdvorsak97/tmp_OSPD_copy pytorch

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Bidirectional Multiscale Feature Aggregation for Speaker Verification

2021-04-01 · Jiajun Qi, Wu Guo, Bin Gu

In this paper, we propose a novel bidirectional multiscale feature aggregation (BMFA) network with attentional fusion modules for text-independent speaker verification. The feature maps from different stages of the backb…

Speaker VerificationText-Independent Speaker Verification

Cross Attentional Audio-Visual Fusion for Dimensional Emotion Recognition

2021-11-09 · R. Gnana Praveen, Eric Granger, Patrick Cardinal

Multimodal analysis has recently drawn much interest in affective computing, since it can improve the overall accuracy of emotion recognition over isolated uni-modal approaches. The most effective techniques for multimod…

Emotion RecognitionMultimodal Emotion Recognition

CAFCT-Net: A CNN-Transformer Hybrid Network with Contextual and Attentional Feature Fusion for Liver Tumor Segmentation

2024-01-30 · Ming Kang, Chee-Ming Ting, Fung Fung Ting, Raphaël Phan

Medical image semantic segmentation techniques can help identify tumors automatically from computed tomography (CT) scans. In this paper, we propose a Contextual and Attentional feature Fusions enhanced Convolutional Neu…

Computed Tomography (CT)SegmentationSemantic SegmentationTumor Segmentation

Lightweight Attentional Feature Fusion: A New Baseline for Text-to-Video Retrieval

2021-12-03 · Fan Hu, Aozhu Chen, Ziyue Wang, Fangming Zhou 외

In this paper we revisit feature fusion, an old-fashioned topic, in the new context of text-to-video retrieval. Different from previous research that considers feature fusion only at one end, let it be video or text, we …

Ad-hoc video searchfeature selectionRetrievalText to Video Retrieval+1

VLM-E2E: Enhancing End-to-End Autonomous Driving with Multimodal Driver Attention Fusion

2025-02-25 · Pei Liu, Haipeng Liu, Haichao Liu, Xin Liu 외

Human drivers adeptly navigate complex scenarios by utilizing rich attentional semantics, but the current autonomous systems struggle to replicate this ability, as they often lose critical semantic information when conve…

Autonomous DrivingNavigateScene Understanding