View full-text article in PMC Entropy (Basel). 2022 Dec 16;24(12):1836. doi: 10.3390/e24121836 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 1 PFBP-STP Input: vectors x1, x2 and x3; Output: vector z12, z13; 1:Factorize the projection matrix: Wi=Ui⋉ViT. 2:Projecting: ∑i=1ox2TUi⋉ViTx1 and ∑i=1ox3TU¯i⋉V¯iTx1. 3:STP-pooling: z12 = STP-pooling y12⋉w0,h, z13 = STP-pooling y13⋉w0,h. 4:Soft fusion: Sz(c)=W12·S12(c)+W13·S13(c). 5:Return Sz(c).