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

[BUG] Data Leakage in Testing Phase #3233

Open
puja-urmi opened this issue Feb 15, 2025 · 1 comment
Open

[BUG] Data Leakage in Testing Phase #3233

puja-urmi opened this issue Feb 15, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@puja-urmi
Copy link

In the testing script located at "examples/advanced/brats18/result_stat/brats_3d_test_only.py"

The script uses site-All.json to locate test cases. However, some cases in site-All.json overlap with site-4.json, which was already used during training. Testing on previously seen data inflates performance metrics. So, the reported test results do not accurately measure the model's ability to segment truly unseen data.

I think modifying site-All.json to exclude cases used before, or use a separate dataset for testing that was never seen during training or validation will provide true result. Thank you

@puja-urmi puja-urmi added the bug Something isn't working label Feb 15, 2025
@ZiyueXu77
Copy link
Collaborator

Thanks for the suggestion! We will update the Brats example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants