We train Random PatchMix to define our fitness criteria fT by optimizing LT
over a dataset of images and their
corresponding labels.
Our population is initialized with individuals Ai that are sampled from random pairing between classes and random binary values in each mask Ma.
Use genetic search to find the set of masks Mi,j and category pairs
(ci, cj) that correspond to discovered class combi-
nations by
using fT as the fitness criteria.
We use the best set of masks Mi,j discovered in Step 3 to create informative augmented training samples based on the class combinations (ci, cj).
We train a final prediction network fO using the original training set, random pairs as described in Step 1, and the discovered configurations of Step 4.
@InProceedings{PatchMix_2021_BMVC,
title = {Evolving Image Compositions for Feature Representation Learning},
author = {Paola Cascante-Bonilla and Arshdeep Sekhon and Yanjun Qi and Vicente Ordonez},
booktitle = {British Machine Vision Conference (BMVC)},
month = {November},
year= {2021} }