CVOct 1, 2023

RegBN: Batch Normalization of Multimodal Data with Regularization

arXiv:2310.00641v213 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of suboptimal performance in multimodal models for researchers and practitioners, but it is incremental as it builds on existing normalization techniques with a novel regularization approach.

The paper tackles the challenge of normalizing heterogeneous multimodal data to reduce variability and bias from confounders and dependencies, introducing RegBN which uses Frobenius norm regularization and shows broad applicability across eight databases and multiple architectures without learnable parameters.

Recent years have witnessed a surge of interest in integrating high-dimensional data captured by multisource sensors, driven by the impressive success of neural networks in the integration of multimodal data. However, the integration of heterogeneous multimodal data poses a significant challenge, as confounding effects and dependencies among such heterogeneous data sources introduce unwanted variability and bias, leading to suboptimal performance of multimodal models. Therefore, it becomes crucial to normalize the low- or high-level features extracted from data modalities before their fusion takes place. This paper introduces a novel approach for the normalization of multimodal data, called RegBN, that incorporates regularization. RegBN uses the Frobenius norm as a regularizer term to address the side effects of confounders and underlying dependencies among different data sources. The proposed method generalizes well across multiple modalities and eliminates the need for learnable parameters, simplifying training and inference. We validate the effectiveness of RegBN on eight databases from five research areas, encompassing diverse modalities such as language, audio, image, video, depth, tabular, and 3D MRI. The proposed method demonstrates broad applicability across different architectures such as multilayer perceptrons, convolutional neural networks, and vision transformers, enabling effective normalization of both low- and high-level features in multimodal neural networks. RegBN is available at \url{https://github.com/mogvision/regbn}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes