Interflow: Aggregating Multi-layer Feature Mappings with Attention Mechanism
Zhicheng Cai

TL;DR
This paper introduces Interflow, an attention-based method for CNNs that aggregates multi-layer features, improving accuracy, interpretability, and training stability by leveraging features from all stages of the network.
Contribution
The paper proposes a novel Interflow algorithm that combines multi-stage feature predictions with attention, enhancing CNN performance and addressing issues like gradient vanishing and overfitting.
Findings
Achieves higher test accuracy on multiple benchmarks.
Alleviates gradient vanishing and overfitting.
Simplifies network depth selection.
Abstract
Traditionally, CNN models possess hierarchical structures and utilize the feature mapping of the last layer to obtain the prediction output. However, it can be difficulty to settle the optimal network depth and make the middle layers learn distinguished features. This paper proposes the Interflow algorithm specially for traditional CNN models. Interflow divides CNNs into several stages according to the depth and makes predictions by the feature mappings in each stage. Subsequently, we input these prediction branches into a well-designed attention module, which learns the weights of these prediction branches, aggregates them and obtains the final output. Interflow weights and fuses the features learned in both shallower and deeper layers, making the feature information at each stage processed reasonably and effectively, enabling the middle layers to learn more distinguished features, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Human Pose and Action Recognition · Anomaly Detection Techniques and Applications
