Skip to content

The dimension of H(t) and transform matrix W and U in CGNN/ODE #8

@MaiSpace

Description

@MaiSpace

Hello, thank you for sharing such a nice work !
I have some questions about the dimension of the H(t) and transform matrix W and U in STGODE. I wonder whether the following statements are right ?

  • As you mentioned in the paper, classic form of GCN (H‘=AHW) entangles feature channels using a matrx W with dims [C, C'].
    However, when using CGNN with matrix-based or tensor-based ODE, the dims[0] and dims[1] of feature transform matrix W and temporal transform matrix U should be the same (dims: [F, F] or [T, T]) to make sure that H(t) has the same shape with H0 ?
  • And to keep the dims of feature channels and temporal channels unchanged, the model fixed the feature dims at F in each layer, and pad zeros after dilated TCN to keep sequence length at T ?

Can STGODE model deal with the conditions with variable num of feature channels ?

Looking forward to your reply and thank you very much !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions