HybridPose icon indicating copy to clipboard operation
HybridPose copied to clipboard

some question about paper

Open helloyuning opened this issue 1 year ago • 3 comments

Hi, thanks for your grate work and sharing

I have a question about symmetrical correspondences. Specifically how are symmetric labels made, and what does the network use to determine if two pixels are symmetric or not?

Thanks

helloyuning avatar Aug 01 '23 06:08 helloyuning

Hi helloyuning,

Thanks for your interest in our work!

  • The symmetric labels are generated by SymSeg. Please refer to #13 for related discussions.
  • The ResNet predicts a segmentation mask. For each pixel within the foreground region defined by the mask prediction, the network also predicts a symmetric counterpart for the pixel.

I hope this helps! Let me know if you have further questions.

chensong1995 avatar Aug 01 '23 19:08 chensong1995

Hi helloyuning,

Thanks for your interest in our work!

I hope this helps! Let me know if you have further questions.

Thanks for your reply

I am confused about the training. 1. 2.

Hi helloyuning,

Thanks for your interest in our work!

I hope this helps! Let me know if you have further questions.

Thanks for your reply. I am confused about the training stage.

  1. Are the keypoints output in the prediction stage voted for, or are they keypoints output end-to-end
  2. Do the initial pose and refienment pose require neural network training, and how are their loss functions constituted

Best

helloyuning avatar Aug 03 '23 10:08 helloyuning

Hi helloyuning,

Thanks for the follow-up questions!

  1. HybridPose does not perform keypoint voting at training time. The training supervision is the voting vector instead of the result of the voting.
  2. HybridPose does not estimate the pose parameters either at training time. The training supervision is applied on the intermediate representations (keypoints, edge vectors, symmetry correspondences).

I hope this helps! Let me know if you have further concerns.

chensong1995 avatar Aug 03 '23 19:08 chensong1995