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

Questions on Masks and class predictions #88

Closed
Walid-Ahmed opened this issue Nov 22, 2017 · 1 comment
Closed

Questions on Masks and class predictions #88

Walid-Ahmed opened this issue Nov 22, 2017 · 1 comment

Comments

@Walid-Ahmed
Copy link

Walid-Ahmed commented Nov 22, 2017

Hello,

In prediction stage, I have these questions:-

1-How can the FCN responsible for predicting masks deal with the different dimensions of the ROI?
and how m×m floating-number mask output is resized to the RoI size?

2- It seems that the classification does not benefit from segmentation at all, as the authors decoupled segmentation and classification. I assumed better results will be from classification of a segment without any irrelevant pixels. Am i missing something?
May be "indirectly" as we try to improve segmentation results we will be forced to improve the detection results as the regions proposals should become more efficient and this outputted better results than feeding segment to classifier in a cascade manner. After all the losses is the aggregation of masking,classification and detection.

Thanks

@Walid-Ahmed Walid-Ahmed changed the title A couple of questions on Masks predictions Questions on Masks predictions Nov 22, 2017
@Walid-Ahmed Walid-Ahmed changed the title Questions on Masks predictions Questions on Masks and class predictions Nov 22, 2017
@waleedka
Copy link
Collaborator

waleedka commented Nov 26, 2017

Your questions in 1 are answered in the Mask R-CNN paper. Look for the section about ROIAlign. You might want to check this presentation from the author. They have a couple of slides about the masks.

For 2, it's also addressed in the paper. The benefit is indirect as you mentioned.

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