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

Original Paper code #21

Open
TaWald opened this issue Aug 19, 2024 · 2 comments
Open

Original Paper code #21

TaWald opened this issue Aug 19, 2024 · 2 comments

Comments

@TaWald
Copy link

TaWald commented Aug 19, 2024

Hello,

I would like to integrate VoCo into my pretraining framework and have a few questions.
Currently the repo seems to diverge from the method described in the paper as it does a teacher-student approach that is never mentioned in the paper.
Q1: Where can I find the original implementation of the code from the paper? Is there an old branch I can checkout that holds this?
Q2: How does the teacher-student setting affect overall performance? Is it needed to avoid feature collapse? Or why was it added?
Q3: You seem to do additional augmentations on the subcrops independently of each other. Do I need to flip/rotate these subcrops independently? Did you experiment how on how important this independent augmentation is?

Cheers,
Tassilo

@TaWald TaWald changed the title Papercode Original Paper code Aug 19, 2024
@Luffy03
Copy link
Owner

Luffy03 commented Aug 20, 2024

Hi, many thanks for your attention to our work and sorry for my late reply.
A similar issue was raised in #15. Teacher-student is widely adopted in pre-training and is slightly better than our original implementation. It will be introduced in our new version of paper.
In our augmentation, random filp/rotate is performed independently on each subcrop. I have not yet evaluated its importance, since we consider it as a basic setting. In general, random augmentation is also important in pre-training.

@Luffy03
Copy link
Owner

Luffy03 commented Oct 14, 2024

Dear researchers, our work is now available at Large-Scale-Medical, if you are still interested in this topic. Thank you very much for your attention to our work, it does encourage me a lot!

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