TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Cross-Iteration Batch Normalization

Cross-Iteration Batch Normalization

Zhuliang Yao, Yue Cao, Shuxin Zheng, Gao Huang, Stephen Lin

2020-02-13CVPR 2021 1Image Classificationobject-detectionObject Detection
PaperPDFCode(official)Code

Abstract

A well-known issue of Batch Normalization is its significantly reduced effectiveness in the case of small mini-batch sizes. When a mini-batch contains few examples, the statistics upon which the normalization is defined cannot be reliably estimated from it during a training iteration. To address this problem, we present Cross-Iteration Batch Normalization (CBN), in which examples from multiple recent iterations are jointly utilized to enhance estimation quality. A challenge of computing statistics over multiple iterations is that the network activations from different iterations are not comparable to each other due to changes in network weights. We thus compensate for the network weight changes via a proposed technique based on Taylor polynomials, so that the statistics can be accurately estimated and batch normalization can be effectively applied. On object detection and image classification with small mini-batch sizes, CBN is found to outperform the original batch normalization and a direct calculation of statistics over previous iterations without the proposed compensation technique. Code is available at https://github.com/Howal/Cross-iterationBatchNorm .

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5060.5Mask R-CNN (ResNet-101-FPN, CBN)
Object DetectionCOCO test-devAP7544.1Mask R-CNN (ResNet-101-FPN, CBN)
Object DetectionCOCO test-devAPL38.5Mask R-CNN (ResNet-101-FPN, CBN)
Object DetectionCOCO test-devAPM57.3Mask R-CNN (ResNet-101-FPN, CBN)
Object DetectionCOCO test-devAPS35.8Mask R-CNN (ResNet-101-FPN, CBN)
Object DetectionCOCO test-devbox mAP40.1Mask R-CNN (ResNet-101-FPN, CBN)
3DCOCO test-devAP5060.5Mask R-CNN (ResNet-101-FPN, CBN)
3DCOCO test-devAP7544.1Mask R-CNN (ResNet-101-FPN, CBN)
3DCOCO test-devAPL38.5Mask R-CNN (ResNet-101-FPN, CBN)
3DCOCO test-devAPM57.3Mask R-CNN (ResNet-101-FPN, CBN)
3DCOCO test-devAPS35.8Mask R-CNN (ResNet-101-FPN, CBN)
3DCOCO test-devbox mAP40.1Mask R-CNN (ResNet-101-FPN, CBN)
2D ClassificationCOCO test-devAP5060.5Mask R-CNN (ResNet-101-FPN, CBN)
2D ClassificationCOCO test-devAP7544.1Mask R-CNN (ResNet-101-FPN, CBN)
2D ClassificationCOCO test-devAPL38.5Mask R-CNN (ResNet-101-FPN, CBN)
2D ClassificationCOCO test-devAPM57.3Mask R-CNN (ResNet-101-FPN, CBN)
2D ClassificationCOCO test-devAPS35.8Mask R-CNN (ResNet-101-FPN, CBN)
2D ClassificationCOCO test-devbox mAP40.1Mask R-CNN (ResNet-101-FPN, CBN)
2D Object DetectionCOCO test-devAP5060.5Mask R-CNN (ResNet-101-FPN, CBN)
2D Object DetectionCOCO test-devAP7544.1Mask R-CNN (ResNet-101-FPN, CBN)
2D Object DetectionCOCO test-devAPL38.5Mask R-CNN (ResNet-101-FPN, CBN)
2D Object DetectionCOCO test-devAPM57.3Mask R-CNN (ResNet-101-FPN, CBN)
2D Object DetectionCOCO test-devAPS35.8Mask R-CNN (ResNet-101-FPN, CBN)
2D Object DetectionCOCO test-devbox mAP40.1Mask R-CNN (ResNet-101-FPN, CBN)
16kCOCO test-devAP5060.5Mask R-CNN (ResNet-101-FPN, CBN)
16kCOCO test-devAP7544.1Mask R-CNN (ResNet-101-FPN, CBN)
16kCOCO test-devAPL38.5Mask R-CNN (ResNet-101-FPN, CBN)
16kCOCO test-devAPM57.3Mask R-CNN (ResNet-101-FPN, CBN)
16kCOCO test-devAPS35.8Mask R-CNN (ResNet-101-FPN, CBN)
16kCOCO test-devbox mAP40.1Mask R-CNN (ResNet-101-FPN, CBN)

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17