Skip to content

Data augmentation ablation #13

@clane9

Description

@clane9

Data augmentation is an open challenge for fMRI data. Since we are using fMRI flat maps, we can at least try some standard image augmentations:

  • random crop (weak):
  scale: [0.8, 1.0]  # crop on average one patch
  ratio: [2.5, 2.5]  # keep aspect ratio 560 / 224 = 2.5
  • random crop (moderate):
  scale: [0.25, 1.0]
  ratio: [2.0, 3.125]
  • color jitter (but nb, images are single channel)
  • gaussian noise
  • pca latent noise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions