Open
Description
Is your feature request related to a problem? Please describe.
For current dictionary transforms, the random parameters are shared across keys.
E.g: see
MONAI/monai/transforms/intensity/dictionary.py
Line 1401 in ec63e06
MONAI/monai/transforms/croppad/dictionary.py
Line 405 in ec63e06
Describe the solution you'd like
An option to have separate random parameters would be useful for non input-target dictionary structure. Eg: for dicts that contain views in self-supervised learning. An additional key to the random dict transforms would be ideal