paper-with-me

Papers

Larger Norm More Transferable: An Adaptive Feature Norm Approach for Unsupervised Domain Adaptation

2018-11-19 · ICCV 2019 10 · Ruijia Xu, Guanbin Li, Jihan Yang, Liang Lin

Domain adaptation enables the learner to safely generalize into novel environments by mitigating domain shifts across distributions. Previous works may not effectively uncover the underlying reasons that would lead to the drastic model degradation on the target task. In this paper, we empirically reveal that the erratic discrimination of the target domain mainly stems from its much smaller feature norms with respect to that of the source domain. To this end, we propose a novel parameter-free Adaptive Feature Norm approach. We demonstrate that progressively adapting the feature norms of the two domains to a large range of values can result in significant transfer gains, implying that those task-specific features with larger norms are more transferable. Our method successfully unifies the computation of both standard and partial domain adaptation with more robustness against the negative transfer issue. Without bells and whistles but a few lines of code, our method substantially lifts the performance on the target task and exceeds state-of-the-arts by a large margin (11.5% on Office-Home and 17.1% on VisDA2017). We hope our simple yet effective approach will shed some light on the future research of transfer learning. Code is available at https://github.com/jihanyang/AFN.

📄 PDF Abstract BibTeX arXiv:1811.07456

Code (3)

jihanyang/AFN 공식 구현 pytorch
kevinmusgrave/pytorch-adapt pytorch
thuml/Transfer-Learning-Library pytorch

Tasks

Domain AdaptationPartial Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

AdaTrans: Feature-wise and Sample-wise Adaptive Transfer Learning for High-dimensional Regression

2024-03-20 · Zelin He, Ying Sun, Jingyuan Liu, Runze Li

We consider the transfer learning problem in the high dimensional linear regression setting, where the feature dimension is larger than the sample size. To learn transferable information, which may vary across features o…

Transfer Learning

StyLess: Boosting the Transferability of Adversarial Examples

2023-04-23 · CVPR 2023 1 · Kaisheng Liang, Bin Xiao

Adversarial attacks can mislead deep neural networks (DNNs) by adding imperceptible perturbations to benign examples. The attack transferability enables adversarial examples to attack black-box DNNs with unknown architec…

Normal-Abnormal Guided Generalist Anomaly Detection

2025-10-01 · Yuexin Wang, Xiaolei Wang, Yizheng Gong, Jimin Xiao arxiv

Generalist Anomaly Detection (GAD) aims to train a unified model on an original domain that can detect anomalies in new target domains. Previous GAD methods primarily use only normal samples as references, overlooking th…

Anomaly Detection

Generating Transferable and Stealthy Adversarial Patch via Attention-guided Adversarial Inpainting

2023-08-10 · YanJie Li, Mingxing Duan, Xuelong Dai, Bin Xiao

Adversarial patch attacks can fool the face recognition (FR) models via small patches. However, previous adversarial patch attacks often result in unnatural patterns that are easily noticeable. Generating transferable an…

Face Recognition

TAAD: Time-varying adversarial anomaly detection in dynamic graphs

2024-10-14 · Information Processing and Management 2024 10 · Guanghua Liu, Jia Zhang, Peng Lv, Chenlong Wang 외

The timely detection of anomalous nodes that can cause significant harm is essential in realworld networks. One challenge for anomaly detection in dynamic graphs is the identification of abnormal nodes at newly emerged m…

Anomaly Detection