Skip to main content
. 2025 Oct 23;25(21):6529. doi: 10.3390/s25216529
Algorithm 1: Algorithm of the proposed method for two modalities.
Inputs: D1c, D2c, dc, D1r, d1u, D2p, d2p, α, β
for each training iteration do
   Train teacher model LTe1 with {[D1c, D1r], [dc, d1u]}
end for
for each training iteration do
   Train teacher model LTe2 with {[X2c, X2u], [dc,d2p]}
end for
Label the samples to train student model with the teachers with Equation (14).
for each training iteration do
   Train student model with Equation (15)
end for