REVIEW 4 cited by
Micro-Batch Training with Batch-Channel Normalization and Weight Standardization
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Batch Normalization (BN) has become an out-of-box technique to improve deep network training. However, its effectiveness is limited for micro-batch training, i.e., each GPU typically has only 1-2 images for training, which is inevitable for many computer vision tasks, e.g., object detection and semantic segmentation, constrained by memory consumption. To address this issue, we propose Weight Standardization (WS) and Batch-Channel Normalization (BCN) to bring two success factors of BN into micro-batch training: 1) the smoothing effects on the loss landscape and 2) the ability to avoid harmful elimination singularities along the training trajectory. WS standardizes the weights in convolutional layers to smooth the loss landscape by reducing the Lipschitz constants of the loss and the gradients; BCN combines batch and channel normalizations and leverages estimated statistics of the activations in convolutional layers to keep networks away from elimination singularities. We validate WS and BCN on comprehensive computer vision tasks, including image classification, object detection, instance segmentation, video recognition and semantic segmentation. All experimental results consistently show that WS and BCN improve micro-batch training significantly. Moreover, using WS and BCN with micro-batch training is even able to match or outperform the performances of BN with large-batch training.
Forward citations
Cited by 4 Pith papers
-
Improving Neural Network Training by Decoupling the Magnitude and Direction of Weight Vectors
Splitting weight matrices into a fixed-norm direction and learnable per-row/column magnitudes improves LLM training over AdamW/Muon, removes weight decay and warmup, and transfers the optimal LR across width.
-
Generation of Indian Sign Language Letters, Numbers, and Words
A self-attention-enhanced progressive GAN generates Indian Sign Language images and outperforms ProGAN on Inception Score and FID, alongside a new 247,500-image ISL dataset.
-
FedWSQ: Efficient Federated Learning with Weight Standardization and Distribution-Aware Non-Uniform Quantization
FedWSQ applies weight standardization in federated learning and uses Gaussian-optimal non-uniform quantization with a shared global scaling vector, improving accuracy at very low bit rates.
-
Breaking the Conventional Forward-Backward Tie in Neural Networks: Activation Functions
Replacing activation-function derivatives with constant or random stand-ins trains small neural nets, but the paper's proof that gradient direction is unaffected is flawed.
Discussion (0). Sign in to comment.