What is: In-Place Activated Batch Normalization?

SourceIn-Place Activated BatchNorm for Memory-Optimized Training of DNNs
Year2000
Data SourcePapers with Code archive (CC BY-SA)

In-Place Activated Batch Normalization, or InPlace-ABN, substitutes the conventionally used succession of BatchNorm + Activation layers with a single plugin layer, hence avoiding invasive framework surgery while providing straightforward applicability for existing deep learning frameworks. It approximately halves the memory requirements during training of modern deep learning models.