mixmo.augmentations.mixing_blocks¶
Mixing blocks inspired from several standard mixing sample data augmentations
Functions
|
Compute masks that toggle entire channels on and off |
|
Compute masks for CowMix lam is overridden by Cowmask’s parameters https://github.com/google-research/google-research/tree/master/milking_cowmask/masking |
|
Compute masks for CutMix |
|
Compute Gaussian kernel, as per the scipy.signal implementation |
|
Compute masks for MixUp (constant masks) |
|
Multivariate CutMix generalization (see paper) lam is a tuple here (simplex) that gives the proportion between n inputs CutMix(A, MixUp(B,C,…)) |
|
Computes masks for M>2 inputs (requires lam tuples) |
|
Multivariate MixUp generalization lam is a tuple here (simplex) that gives the proportion between n inputs |
|
Random mask pixels drawn from uniform distribution |
|
Compute masks for PatchUp mixing https://github.com/chandar-lab/PatchUp |
|
Wrapper function for PatchUp hard masking (2d variant) |
|
Wrapper function for PatchUp soft masking |
|
Compute the corner coordinates of a random rectangular box such that area_box/area_image=lam |
|
Computes masks for two inputs (traditional MSDA methods) |
|
Wrapper function for channel concat mixing |
|
Wrapper function for vertical concat mixing |
|
Compute masks for Channel/Horizontal/Vertical concat (number of images) x channel x (image width) x (image height) |
|
Front facing function that computes the masks/lams for any number of inputs |
|
Main function to mix manifolds in network |