Attn-HybridNet: Improving Discriminability of Hybrid Features with Attention Fusion
Sunny Verma, Chen Wang, Liming Zhu, and Wei Liu

TL;DR
Attn-HybridNet combines principal component and tensor-based features with attention fusion to improve discriminability and classification accuracy in deep networks, addressing limitations of traditional PCA-based methods.
Contribution
The paper introduces Attn-HybridNet, a novel deep network that fuses features from PCA and tensor factorization with attention, enhancing discriminability over existing methods.
Findings
Attn-HybridNet outperforms baseline methods on multiple datasets.
Attention-based fusion reduces feature redundancy.
Hybrid features improve classification accuracy.
Abstract
The principal component analysis network (PCANet) is an unsupervised parsimonious deep network, utilizing principal components as filters in its convolution layers. Albeit powerful, the PCANet consists of basic operations such as principal components and spatial pooling, which suffers from two fundamental problems. First, the principal components obtain information by transforming it to column vectors (which we call the amalgamated view), which incurs the loss of the spatial information in the data. Second, the generalized spatial pooling utilized in the PCANet induces feature redundancy and also fails to accommodate spatial statistics of natural images. In this research, we first propose a tensor-factorization based deep network called the Tensor Factorization Network (TFNet). The TFNet extracts features from the spatial structure of the data (which we call the minutiae view). We then…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Advanced Neural Network Applications
MethodsConvolution
