-
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
TripletLoss #289
Comments
Triplet loss is also implemented in TF Similarity. We could move these contrastive losses to Keras-CV if it is cool with TF Similarity. However, I do think we need to think about the implementation design of contrastive losses compared to regular losses. See for example this figure from MOCO paper Example of self-supervised losses like this is SimCLR, BYOL, Barlow Twins, MOCO. Otherwise, we need to design our contrastive losses to expect |
Great points… triplet in particular this is really tricky!!! This will need some thought. SimCLR at least the loss still just has two inputs so it’s not as bad |
The KerasCV team is attempting to narrow the package scope in order to more efficiently use our limited resources. As such, we are only accepting contributions directly related to items on the 6 month roadmap for the package. If you feel this feature could be particularly useful, or would like to contribute it - please feel free to re-open this issue and ping LukeWood, ianstenbit or tanzhenyu Feel free to read more on the roadmap: This is already in tf similarity too. |
No description provided.
The text was updated successfully, but these errors were encountered: