fast-MPN-COV
fast-MPN-COV copied to clipboard
1D version of Fast-MPN-Cov
Can you please also release a 1D version that we can use for time series rather than images?
@kayuksel Before computing the correlation between channels, we first flatten the 2D feature map (HxW
) into 1D vector (HW
). I think you can skip this operation and directly compute covariance matrix of 1D time series signal. btw, it's a good suggestion for us to extend our method compatible with 1D data, I'll commit this improvement soon.
@jiangtaoxie GAP is frequently used also in SoA architectures for 1D data, hence I want to try iSQRT-COV.
@jiangtoxie Please check the following issue. It seems possible to get this into PyTorch, maybe if you create a pull request.
https://github.com/pytorch/pytorch/issues/17169
@kayuksel That's great, Thanks a lot! I'll create a PR for that.
@jiangtaoxie Do you have news about the 1D version yet?