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

How to deal with the noisy ground truth of COCO-SEG? #4

Open
sourachakra opened this issue Jul 7, 2022 · 1 comment
Open

How to deal with the noisy ground truth of COCO-SEG? #4

sourachakra opened this issue Jul 7, 2022 · 1 comment

Comments

@sourachakra
Copy link

I observed that several ground truth segmentation masks provided in the COCO-SEG for certain categories are noisy i.e. the masks are several other objects are also present along with the mask of the desired object. Some examples are cup, tennis racket (humans are segmented along with the racket in the ground truth mask). How should we deal with this? Do you pre-preprocess this dataset somehow? Thanks.

@suyukun666
Copy link
Owner

Thanks for paying attention to this issue. Actually, we did not take these noisy labels into consideration. And this is the main difference between co-segmentation (segment out all the co-objects) and co-saliency detection(segment out only the most salient co-objects), and thus, some other methods will use DUT dataset as we mentioned in the paper for further training to reduce the noise.
If you are interested, you can try to use additional salient datasets to improve the performance.

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