Attentional Feature Fusion
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.
Code (2)
Tasks
Image ClassificationSimilar Papers 제목 키워드 기반
Bidirectional Multiscale Feature Aggregation for Speaker Verification
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 VerificationCross Attentional Audio-Visual Fusion for Dimensional Emotion Recognition
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 RecognitionCAFCT-Net: A CNN-Transformer Hybrid Network with Contextual and Attentional Feature Fusion for Liver Tumor Segmentation
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 SegmentationLightweight Attentional Feature Fusion: A New Baseline for Text-to-Video Retrieval
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+1VLM-E2E: Enhancing End-to-End Autonomous Driving with Multimodal Driver Attention Fusion
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