You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
In the prediction head of Mask2Former, the mask embedding is solely computed based on the decoder output, specifically the query features (query_feat). This raises a question about the model's ability to differentiate between objects with similar semantics but different spatial locations, as they might share similar query features. It's unclear why the model doesn't incorporate additional information, such as dedicated query embeddings, to enhance the discrimination process.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the prediction head of Mask2Former, the mask embedding is solely computed based on the decoder output, specifically the query features (query_feat). This raises a question about the model's ability to differentiate between objects with similar semantics but different spatial locations, as they might share similar query features. It's unclear why the model doesn't incorporate additional information, such as dedicated query embeddings, to enhance the discrimination process.
Thanks
The text was updated successfully, but these errors were encountered: