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

Is lmpm semantic segmentation model or #8

Open
hyeonmin11 opened this issue Jan 18, 2024 · 1 comment
Open

Is lmpm semantic segmentation model or #8

hyeonmin11 opened this issue Jan 18, 2024 · 1 comment

Comments

@hyeonmin11
Copy link

instance segmentation model?

@henghuiding
Copy link
Owner

Hi,

Thank you for the question.

It depends:

  • The final output mask of LMPM is binary
    • If the given sentence refers to a single object, then LMPM outputs this object's mask, in this case, it can be viewed as instance segmentation.
    • If the given sentence refers to multiple objects, then LMPM outputs the fusion binary mask that covers all the target objects, in this case, it can be viewed as semantic segmentation, but the semantic class is "all the target objects indicated by the given sentence" instead of common semantic classes like "person".
  • Before the final mask fusion, i.e., before the upright * in Fig 5 in the paper, LMPM differentiates instances, from this perspective, it can be viewed as instance segmentation.

It is worth noting that MeViS dataset provides instance-level mask annotations, but for each sentence, its corresponding Ground Truth mask is a binary mask whose foreground region is the target object(s).

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