-
Notifications
You must be signed in to change notification settings - Fork 328
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
Repeated augmentation layer #372
Comments
We have talked about this some month ago at #146 (comment). At that time we have not received any feedback. |
P.s. We have still many performance fallback related to the current batch randomizzation strategy: |
Makes sense to have a dedicated issue for the layer rather than keeping it within comments. That way it becomes more visible and all the related concerns (like the ones you mentioned) can be discussed specifically. |
Probably, but as you can see we was in a design phase on Feb and comments emergerged in that context. |
more reading and fixes keras-team#372
* Implement RepeatedAugmentation as a KerasCV API more reading and fixes #372 * add test case * fix formatting * fix formatting * fix formatting * fix serialization test * add repeated augmentation usage docstring * Update component for repeated augment * Repeated augmentations fix * Test MixUp explicitly * update docstring * update docstring * Reformat * keras_cv/layers/preprocessing/repeated_augmentation.py
* fix pooling * fix failed test
* Implement RepeatedAugmentation as a KerasCV API more reading and fixes keras-team#372 * add test case * fix formatting * fix formatting * fix formatting * fix serialization test * add repeated augmentation usage docstring * Update component for repeated augment * Repeated augmentations fix * Test MixUp explicitly * update docstring * update docstring * Reformat * keras_cv/layers/preprocessing/repeated_augmentation.py
Repeated augmentation layer [1] has also become an important recipe to train SoTA image classification models. The abstract of [1] pretty much sums up what it is:
References
[1] Augment Your Batch: Improving Generalization Through Instance Repetition
The text was updated successfully, but these errors were encountered: