We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CV

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computer Vision and Pattern Recognition

Title: Local Context Normalization: Revisiting Local Normalization

Abstract: Normalization layers have been shown to improve convergence in deep neural networks, and even add useful inductive biases. In many vision applications the local spatial context of the features is important, but most common normalization schemes including Group Normalization (GN), Instance Normalization (IN), and Layer Normalization (LN) normalize over the entire spatial dimension of a feature. This can wash out important signals and degrade performance. For example, in applications that use satellite imagery, input images can be arbitrarily large; consequently, it is nonsensical to normalize over the entire area. Positional Normalization (PN), on the other hand, only normalizes over a single spatial position at a time. A natural compromise is to normalize features by local context, while also taking into account group level information. In this paper, we propose Local Context Normalization (LCN): a normalization layer where every feature is normalized based on a window around it and the filters in its group. We propose an algorithmic solution to make LCN efficient for arbitrary window sizes, even if every point in the image has a unique window. LCN outperforms its Batch Normalization (BN), GN, IN, and LN counterparts for object detection, semantic segmentation, and instance segmentation applications in several benchmark datasets, while keeping performance independent of the batch size and facilitating transfer learning.
Comments: Accepted as a CVPR 2020 oral paper. arXiv admin note: text overlap with arXiv:1803.08494 by other authors
Subjects: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
Journal reference: CVPR 2020
Cite as: arXiv:1912.05845 [cs.CV]
  (or arXiv:1912.05845v3 [cs.CV] for this version)

Submission history

From: Anthony Ortiz [view email]
[v1] Thu, 12 Dec 2019 09:28:24 GMT (6257kb,D)
[v2] Fri, 13 Dec 2019 06:22:50 GMT (6257kb,D)
[v3] Sat, 9 May 2020 09:27:12 GMT (6258kb,D)

Link back to: arXiv, form interface, contact.