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

Have you ever tried "Semi-Supervised Imbalanced Learning on ImageNet-LT"? #18

Closed
e96031413 opened this issue Jul 9, 2021 · 2 comments
Closed

Comments

@e96031413
Copy link

Hi, have you ever tried "Semi-Supervised Imbalanced Learning" on ImageNet-LT?

According to the experiment result in the paper, the performance with Semi-Supervised Imbalanced Learning seems better than Self-Supervised Imbalanced Learning on CIFAR-10-LT.

If I want to try this experiment, how can I modify the dataset/imagenet.py to dataset/imblance_imagenet.py (similar to imblance_cifar.py)?

@YyzHarry
Copy link
Owner

YyzHarry commented Jul 9, 2021

Hi, we did not try semi-supervised imbalanced learning on ImageNet-LT. The main reason is that we do not have a larger extra unlabeled dataset for it. FYI, CIFAR-10 has the TinyImages as the extra unlabeled dataset, as we descirbed in the paper.

I guess one way to include more unlabeled data could be using the unused data in the original ImageNet (since ImageNet-LT uses only a subset of ImageNet).

@e96031413
Copy link
Author

OK, Thanks for your reply

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