-
Notifications
You must be signed in to change notification settings - Fork 0
Question about class-agnostic setting / comparison to pure 3D baseline #6
Description
Hi, thank you very much for releasing the code and for this excellent work.
I have been carefully reading the paper and studying the implementation. I am currently experimenting with a related architecture, and I found the design choices in SegDINO3D very inspiring.
I would like to ask a question about the class-agnostic setting.
In my own experiments with a similar 2D-3D fusion design, I observed that injecting 2D features can sometimes slightly improve semantic/category-related cues, but may also hurt mask boundary quality (for example, lower purity/coverage at the instance-mask level), especially when compared with a pure 3D baseline. This made me wonder whether SegDINO3D has also been evaluated in a class-agnostic formulation, where the focus is more on instance mask quality itself rather than category prediction.
So my question is:
Did you ever try a class-agnostic version of SegDINO3D?
If yes, how did it compare with a pure 3D baseline?
More specifically, did 2D injection still improve the results in that setting, or did you observe any trade-off on mask boundary quality / instance completeness?
I am asking mainly to better understand whether the 2D features in your framework are also beneficial for class-agnostic instance segmentation, or whether their main benefit is concentrated on the class-aware setting.
I would greatly appreciate any comments, even informal observations, if this was not included in the paper.
Thank you again for your great work.