Skip to main content
. 2022 Mar 1;8(3):60. doi: 10.3390/jimaging8030060
Algorithm 1 Feature extraction algorithm based on hierarchical fusion approach.
Input: Raw features (views) XFEl0j, j=1,2,,n, regularization parameter λ, i=0.
Output: Fused features XFElij.
  • 1:

    Compute the set of all subsets of XFElij=XFEl0j except to and with members less than two members: Pli(XFElij).

  • 2:

    repeat

  • 3:

        Select one of the subset Pli(XFElij): Sli.

  • 4:

        Compute dictionaries set of Sli using [31].

  • 5:

        i=i+1.

  • 6:

        Apply fusion method using (1): XFElij.

  • 7:

        Compute updated set of Pli(XFEl(i)j) using (2).

  • 8:

    until (Pli(XFEl(i1)j)Sli1)