Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any ideas about the structure of unsupervised SUM-FCN #9

Open
chenbohua3 opened this issue Jul 11, 2019 · 1 comment
Open

Any ideas about the structure of unsupervised SUM-FCN #9

chenbohua3 opened this issue Jul 11, 2019 · 1 comment

Comments

@chenbohua3
Copy link

chenbohua3 commented Jul 11, 2019

After reading chapter 3.3 in FCSN several times, I can not figure out what exactly structure of the unsupervised part. Is that mean:

  1. select Y frames: choose the top Y socres features with dimension:
    batch * 2 * Y
  2. apply a 1*1 conv to decode features above to reconstruct their orginal feature representations:
    batch * 2 * Y -> batch * 10 * Y (shape of the output of conv8)
  3. merge the input frame-level feature vectors of thess selected Y frames using skip connection:
    batch * 1024 * Y -> batch * 10 * Y
    and then added by the output of step 2
  4. obtain final reconstructed features of the Y frames:
    batch * 10 * Y -> batch * 1024 * Y
@jiaweichuang
Copy link

Hello,have you implemented this unsupervised part?Can you tell me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants