blurBaselineConfig property

BlurBaselineConfig? blurBaselineConfig
final

Config for IG with blur baseline.

When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383

Implementation

final BlurBaselineConfig? blurBaselineConfig;