🌙

Attn-HybridNet:利用注意力融合提升混合特征的可区分性

Attn-HybridNet: Improving Discriminability of Hybrid Features With Attention Fusion

IEEE Transactions on Cybernetics · 2021
被引 5
ABS 3

中文导读

针对PCANet丢失空间信息和特征冗余的问题,提出TFNet保留空间视图,再融合两种视图得到HybridNet,最后用注意力机制选择融合特征,提升分类性能。

Abstract

The principal component analysis network (PCANet) is an unsupervised deep network, utilizing principal components as convolution filters in its layers. Albeit powerful, the PCANet suffers from two fundamental problems responsible for its performance degradation. First, the principal components transform the data as column vectors (which we call the amalgamated view) and incur a loss of spatial information present in the data. Second, the generalized pooling in the PCANet is unable to incorporate spatial statistics of the natural images, and it also induces redundancy among the features. In this research, we first propose a tensor-factorization-based deep network called the tensor factorization network (TFNet). The TFNet extracts features by preserving the spatial view of the data (which we call the minutiae view). We then proposed HybridNet, which simultaneously extracts information with the two views of the data since their integration can improve the performance of classification systems. Finally, to alleviate the feature redundancy among hybrid features, we propose Attn-HybridNet to perform attention-based feature selection and fusion to improve their discriminability. Classification results on multiple real-world datasets using features extracted by our proposed Attn-HybridNet achieves significantly better performance over other popular baseline methods, demonstrating the effectiveness of the proposed techniques.

计算机视觉特征提取深度学习模式识别