pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

Add a data augmentation method PatchMix for Contrastive Learning and ViT

Open Nudavia opened this issue 2 years ago • 0 comments

PatchMix is a novel image mix strategy for contrastive learning, which mixes multiple images in patch level and optimize the ViT model.

code: https://github.com/visresearch/patchmix paper: https://arxiv.org/abs/2306.12243

Nudavia avatar Jul 11 '23 09:07 Nudavia