I am working in object detection with my own dataset.
The objects present in my dataset are very umbalanced, and I was wondering if it is possible to apply something as a weighted random sampler (I have already employed this for image classification) but for object detection.
Balancing a mutli-label dataset is a bit tricky, as a simple weighted sampling might even increase the imbalance, e.g. if the majority classes are often associated with the oversampled minority classes.