A clipped lightness/luminance mask is often useful. If you have a grayscale luminance then stretch if linear and then clip the blacks with HistogramTransformation. If you have RGB then extract CIE L*, stretch if linear, and black clip it.
These masks are good for noise reduction (inverted), saturation boost for RGB images, sharpening, etc.
Cheers,
Rick.