High-Performance Large-Scale Image Recognition Without Normalization
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
Batch normalization is a key component of most image classification models, but it has many undesirable properties stemming from its dependence on the batch size and interactions between examples. Although recent work has succeeded in training deep ResNets without normalization layers, these models do not match the test accuracies of the best batch-normalized networks, and are often unstable for large learning rates or strong data augmentations. In this work, we develop an adaptive gradient clipping technique which overcomes these instabilities, and design a significantly improved class of Normalizer-Free ResNets. Our smaller models match the test accuracy of an EfficientNet-B7 on ImageNet while being up to 8.7x faster to train, and our largest models attain a new state-of-the-art top-1 accuracy of 86.5%. In addition, Normalizer-Free models attain significantly better performance than their batch-normalized counterparts when finetuning on ImageNet after large-scale pre-training on a dataset of 300 million labeled images, with our best models obtaining an accuracy of 89.2%. Our code is available at https://github.com/deepmind/ deepmind-research/tree/master/nfnets
Results and benchmarks
Batch normalization is a key component of most image classification models, but it has many undesirable properties stemming from its dependence on the batch size and interactions between examples.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 100/100, grounding 85/100, status high.
Implementation
Best maintained implementation now
This repository contains implementations and illustrative code to accompany DeepMind publications
15,166 stars · 2,918 forks · Last push Jun 17, 2026 · Apache-2.0 license
- License
- CI
- Dependencies
- Docker
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata · Community adoption signal (15166 stars)
deepmind/deepmind-research is the strongest maintained implementation based on ranking signals. License is declared (Apache-2.0).
Open deepmind/deepmind-research- No CI workflows detected
- Dependency manifest is missing
- Selected deepmind/deepmind-research as the strongest maintained implementation for new work.
- Repository activity is within the last 24 months.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Recently updated
- Confidence
- High
- Reproducibility
- Limited
- Stars
- 15,166
- Last push
- Jun 17, 2026 (68d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No CI pipeline detected
- No tagged releases
- No Docker setup
- Maintenance
- Active
- Confidence
- Low
- Reproducibility
- Strong
- Stars
- 37,084
- Last push
- Aug 21, 2026 (3d)
Community adoption signal (37084 stars) · Repository appears to be a list/tutorial-style resource
- No Docker setup
- Low confidence match
- Maintenance
- Stale
- Confidence
- Low
- Reproducibility
- Moderate
- Stars
- 1,654
- Last push
- Aug 29, 2024 (725d)
Matched via arXiv identifier search · Community adoption signal (1654 stars)
- No push in 12+ months
- No CI pipeline detected
- No Docker setup
Reproduction readiness
Major work
No dependency manifest, manual reconstruction required
- deepmind/deepmind-research has no requirements.txt, environment.yml, pyproject.toml, or Dockerfile.
- You will need to reverse-engineer dependencies from import statements in the source code.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Repositories and ecosystem
No additional verified repositories beyond the primary recommendation.
These repositories had low-confidence matching signals and are hidden by default.
- rwightman/pytorch-image-models
Confidence: Low · 37,084 stars
- rwightman/efficientdet-pytorch
Confidence: Low · 1,654 stars
- benjs/nfnets_pytorch
Confidence: Low · 157 stars
- hoangthang1607/nfnets-Tensorflow-2
Confidence: Low · 30 stars
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
Tasks
Image classification
Methods
None detected
Domains
Computer vision
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.
Data includes links from Papers with Code ( CC-BY-SA-4.0 ).