{"url":"/method/virtual-batch-normalization","slug":"virtual-batch-normalization","name":"Virtual Batch Normalization","full_name":"Virtual Batch Normalization","full_name_withheld":false,"description_markdown":"**Virtual Batch Normalization** is a normalization method used for training generative adversarial networks that extends batch normalization. Regular [batch normalization](https://paperswithcode.com/method/batch-normalization) causes the output of a neural network for an input example $\\mathbf{x}$ to be highly dependent on several other inputs $\\mathbf{x}'$ in the same minibatch. To avoid this problem in virtual batch normalization (VBN), each example $\\mathbf{x}$ is normalized based on the statistics collected on a reference batch of examples that are chosen once and fixed at the start of training, and on $\\mathbf{x}$ itself. The reference batch is normalized using only its own statistics. VBN is computationally expensive because it requires running forward propagation on two minibatches of data, so the authors use it only in the generator network.","description_state":"present","introduced_year":null,"introduced_by":{"title":"Improved Techniques for Training GANs","paper":"/paper/improved-techniques-for-training-gans","first_author":"Tim Salimans","n_authors":6,"url_abs":null,"archive_paper_url":"https://paperswithcode.com/paper/improved-techniques-for-training-gans"},"source":{"url":"http://arxiv.org/abs/1606.03498v1","title":"Improved Techniques for Training GANs","url_on_a_paper_host":true},"code_snippet_url":"https://github.com/santi-pdp/segan/blob/c88a08d3299fe6b3627550a4fdb036b179a6537a/bnorm.py#L4","code_snippet_url_on_a_code_host":true,"categories":[{"area":"General","area_id":"general","collection":"Normalization","url":"/methods/category/normalization","pwc_aliases":[]}],"n_papers_tagged":1,"archive_num_papers":1,"papers_newest_first":[{"paper":"/paper/improved-techniques-for-training-gans","title":"Improved Techniques for Training GANs","date":"2016-06-10","arxiv_id":"1606.03498","n_code_links":46,"syntology":{"ran":1,"of":2,"unverified":1,"pointer_only":0}}],"papers_shown":1,"tasks":[{"task":"/task/conditional-image-generation","name":"Conditional Image Generation","papers":1},{"task":"/task/image-generation","name":"Image Generation","papers":1},{"task":"/task/semi-supervised-image-classification","name":"Semi-Supervised Image Classification","papers":1}],"tasks_shown":3,"n_tasks":3,"usage_by_year":[{"year":"2016","papers":1}],"row_source":"methods_table","archive":{"source":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","archive_url":"https://paperswithcode.com/method/virtual-batch-normalization"},"syntology_read_at":"2026-09-24T18:15:14+00:00"}