Upweighting is the practice of assigning greater weight to examples or classes during training or evaluation. It is often used with downsampling or class-imbalance handling so that reduced groups still influence the model appropriately.
Applying a weight to the downsampled class equal to the factor by which you downsampled.