The intent of Fixed Weight (FW) and Fixed State (FS) strategies is to weaken the decoder such that the encoder final hidden state can be used as a robust representation for unsupervised skeleton-based action recognition.
In contrast to FW name, in the original implementation, the weights of the decoder are not kept fixed. The main feature of this strategy is that the decoder receives zero inputs such that it reconstructs sequences based on the encoder final state only. A more appropriate name would probably be Fixed Zero (FZ) for this strategy. Thanks to hyk1996 and Yutasq for pointing out and performing detailed analysis.
The intent of Fixed Weight (FW) and Fixed State (FS) strategies is to weaken the decoder such that the encoder final hidden state can be used as a robust representation for unsupervised skeleton-based action recognition.
In contrast to FW name, in the original implementation, the weights of the decoder are not kept fixed. The main feature of this strategy is that the decoder receives zero inputs such that it reconstructs sequences based on the encoder final state only. A more appropriate name would probably be Fixed Zero (FZ) for this strategy. Thanks to hyk1996 and Yutasq for pointing out and performing detailed analysis.