paper-with-me

Papers

Smoothing Matters: Momentum Transformer for Domain Adaptive Semantic Segmentation

2022-03-15 · Runfa Chen, Yu Rong, Shangmin Guo, Jiaqi Han, Fuchun Sun, Tingyang Xu, Wenbing Huang

After the great success of Vision Transformer variants (ViTs) in computer vision, it has also demonstrated great potential in domain adaptive semantic segmentation. Unfortunately, straightforwardly applying local ViTs in domain adaptive semantic segmentation does not bring in expected improvement. We find that the pitfall of local ViTs is due to the severe high-frequency components generated during both the pseudo-label construction and features alignment for target domains. These high-frequency components make the training of local ViTs very unsmooth and hurt their transferability. In this paper, we introduce a low-pass filtering mechanism, momentum network, to smooth the learning dynamics of target domain features and pseudo labels. Furthermore, we propose a dynamic of discrepancy measurement to align the distributions in the source and target domains via dynamic weights to evaluate the importance of the samples. After tackling the above issues, extensive experiments on sim2real benchmarks show that the proposed method outperforms the state-of-the-art methods. Our codes are available at https://github.com/alpc91/TransDA

📄 PDF Abstract BibTeX arXiv:2203.07988

Code (1)

alpc91/transda 공식 구현 pytorch

Tasks

Domain AdaptationImage-to-Image TranslationPseudo LabelSegmentationSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Discrete Tokenization Unlocks Transformers for Calibrated Tabular Forecasting

2026-03-08 · Yael S. Elmatad arxiv

Gradient boosting still dominates Transformers on tabular benchmarks. Our tokenizer uses a deliberately simplistic discretized vocabulary so we can highlight how even basic tokenization unlocks the power of attention on …

Momentum Transformer: Closing the Performance Gap Between Self-attention and Its Linearization

2022-08-01 · Tan Nguyen, Richard G. Baraniuk, Robert M. Kirby, Stanley J. Osher 외

Transformers have achieved remarkable success in sequence modeling and beyond but suffer from quadratic computational and memory complexities with respect to the length of the input sequence. Leveraging techniques includ…

Image GenerationMachine Translation

Gambling on Momentum

2022-11-11 · Marius Ötting, Christian Deutscher, Carl Singleton, Luca De Angelis

Sports betting markets are proven real-world laboratories to test theories of asset pricing anomalies and risky behaviour. Using a high-frequency dataset provided directly by a major bookmaker, containing the odds and am…

ZO-AdaMM: Zeroth-Order Adaptive Momentum Method for Black-Box Optimization

2019-10-15 · NeurIPS 2019 12 · Xiangyi Chen, Sijia Liu, Kaidi Xu, Xingguo Li 외

The adaptive momentum method (AdaMM), which uses past gradients to update descent directions and learning rates simultaneously, has become one of the most popular first-order optimization methods for solving machine lear…

SMMF: Square-Matricized Momentum Factorization for Memory-Efficient Optimization

2024-12-12 · Kwangryeol Park, Seulki Lee

We propose SMMF (Square-Matricized Momentum Factorization), a memory-efficient optimizer that reduces the memory requirement of the widely used adaptive learning rate optimizers, such as Adam, by up to 96%. SMMF enables …