paper-with-me

Papers

Unsupervised Adaptive Normalization

2024-09-07 · Bilal Faye, Hanane Azzag, Mustapha Lebbah, Fangchen Fang

Deep neural networks have become a staple in solving intricate problems, proving their mettle in a wide array of applications. However, their training process is often hampered by shifting activation distributions during backpropagation, resulting in unstable gradients. Batch Normalization (BN) addresses this issue by normalizing activations, which allows for the use of higher learning rates. Despite its benefits, BN is not without drawbacks, including its dependence on mini-batch size and the presumption of a uniform distribution of samples. To overcome this, several alternatives have been proposed, such as Layer Normalization, Group Normalization, and Mixture Normalization. These methods may still struggle to adapt to the dynamic distributions of neuron activations during the learning process. To bridge this gap, we introduce Unsupervised Adaptive Normalization (UAN), an innovative algorithm that seamlessly integrates clustering for normalization with deep neural network learning in a singular process. UAN executes clustering using the Gaussian mixture model, determining parameters for each identified cluster, by normalizing neuron activations. These parameters are concurrently updated as weights in the deep neural network, aligning with the specific requirements of the target task during backpropagation. This unified approach of clustering and normalization, underpinned by neuron activation normalization, fosters an adaptive data representation that is specifically tailored to the target task. This adaptive feature of UAN enhances gradient stability, resulting in faster learning and augmented neural network performance. UAN outperforms the classical methods by adapting to the target task and is effective in classification, and domain adaptation.

📄 PDF Abstract BibTeX arXiv:2409.04757

Code (1)

b-faye/unsupervised-context-normalization 공식 구현 tf

Tasks

ClusteringDomain Adaptation

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Mixture Normalization Mixture Normalization is normalization technique that relies on an approximation of the probability density function of the internal representations. Any continuous…
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation

2019-07-25 · ICLR 2020 1 · Junho Kim, Minjae Kim, Hyeonwoo Kang, Kwanghee Lee

We propose a novel method for unsupervised image-to-image translation, which incorporates a new attention module and a new learnable normalization function in an end-to-end manner. The attention module guides our model t…

Fundus to Angiography GenerationImage-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

Unsupervised Domain Generalization for Person Re-identification: A Domain-specific Adaptive Framework

2021-11-30 · Lei Qi, Jiaqi Liu, Lei Wang, Yinghuan Shi 외

Domain generalization (DG) has attracted much attention in person re-identification (ReID) recently. It aims to make a model trained on multiple source domains generalize to an unseen target domain. Although achieving pr…

Domain AdaptationDomain GeneralizationPerson Re-IdentificationUnsupervised Domain Adaptation

A Domain Agnostic Normalization Layer for Unsupervised Adversarial Domain Adaptation

2018-09-14 · Rob Romijnders, Panagiotis Meletis, Gijs Dubbelman

We propose a normalization layer for unsupervised domain adaption in semantic scene segmentation. Normalization layers are known to improve convergence and generalization and are part of many state-of-the-art fully-convo…

Domain AdaptationScene Segmentation

Exploring Multimodal Prompts For Unsupervised Continuous Anomaly Detection

2026-03-23 · Mingle Zhou, Jiahui Liu, Jin Wan, Gang Li 외 arxiv

Unsupervised Continuous Anomaly Detection (UCAD) is gaining attention for effectively addressing the catastrophic forgetting and heavy computational burden issues in traditional Unsupervised Anomaly Detection (UAD). Howe…

Unsupervised Anomaly DetectionAdversarial Robustness

Domain-Specific Batch Normalization for Unsupervised Domain Adaptation

2019-05-27 · CVPR 2019 6 · Woong-Gi Chang, Tackgeun You, Seonguk Seo, Suha Kwak 외

We propose a novel unsupervised domain adaptation framework based on domain-specific batch normalization in deep neural networks. We aim to adapt to both domains by specializing batch normalization layers in convolutiona…

Domain AdaptationUnsupervised Domain Adaptation