paper-with-me

홈 › Papers

Flatten Long-Range Loss Landscapes for Cross-Domain Few-Shot Learning

2024-03-01 · CVPR 2024 1 · Yixiong Zou, Yicong Liu, Yiman Hu, Yuhua Li, Ruixuan Li

Cross-domain few-shot learning (CDFSL) aims to acquire knowledge from limited training data in the target domain by leveraging prior knowledge transferred from source domains with abundant training samples. CDFSL faces challenges in transferring knowledge across dissimilar domains and fine-tuning models with limited training data. To address these challenges, we initially extend the analysis of loss landscapes from the parameter space to the representation space, which allows us to simultaneously interpret the transferring and fine-tuning difficulties of CDFSL models. We observe that sharp minima in the loss landscapes of the representation space result in representations that are hard to transfer and fine-tune. Moreover, existing flatness-based methods have limited generalization ability due to their short-range flatness. To enhance the transferability and facilitate fine-tuning, we introduce a simple yet effective approach to achieve long-range flattening of the minima in the loss landscape. This approach considers representations that are differently normalized as minima in the loss landscape and flattens the high-loss region in the middle by randomly sampling interpolated representations. We implement this method as a new normalization layer that replaces the original one in both CNNs and ViTs. This layer is simple and lightweight, introducing only a minimal number of additional parameters. Experimental results on 8 datasets demonstrate that our approach outperforms state-of-the-art methods in terms of average accuracy. Moreover, our method achieves performance improvements of up to 9\% compared to the current best approaches on individual datasets. Our code will be released.

📄 PDF Abstract BibTeX arXiv:2403.00567

Code (1)

zoilsen/flor 공식 구현 pytorch

Tasks

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot Learning

Similar Papers 제목 키워드 기반

How Do Vision Transformers Work?

2022-02-14 · ICLR 2022 4 · Namuk Park, Songkuk Kim

The success of multi-head self-attentions (MSAs) for computer vision is now indisputable. However, little is known about how MSAs work. We present fundamental explanations to help better understand the nature of MSAs. In…

Specificity

The instabilities of large learning rate training: a loss landscape view

2023-07-22 · Lawrence Wang, Stephen Roberts

Modern neural networks are undeniably successful. Numerous works study how the curvature of loss landscapes can affect the quality of solutions. In this work we study the loss landscape by considering the Hessian matrix …

Are Classification Robustness and Explanation Robustness Really Strongly Correlated? An Analysis Through Input Loss Landscape

2024-03-09 · Tiejin Chen, Wenwang Huang, Linsey Pang, Dongsheng Luo 외

This paper delves into the critical area of deep learning robustness, challenging the conventional belief that classification robustness and explanation robustness in image classification systems are inherently correlate…

Classificationimage-classificationImage Classification

CAP: Co-Adversarial Perturbation on Weights and Features for Improving Generalization of Graph Neural Networks

2021-10-28 · Haotian Xue, Kaixiong Zhou, Tianlong Chen, Kai Guo 외

Despite the recent advances of graph neural networks (GNNs) in modeling graph data, the training of GNNs on large datasets is notoriously hard due to the overfitting. Adversarial training, which augments data with the wo…

The Devil is in Low-Level Features for Cross-Domain Few-Shot Segmentation

2025-03-27 · CVPR 2025 1 · YuHan Liu, Yixiong Zou, Yuhua Li, Ruixuan Li

Cross-Domain Few-Shot Segmentation (CDFSS) is proposed to transfer the pixel-level segmentation capabilities learned from large-scale source-domain datasets to downstream target-domain datasets, with only a few annotated…

Cross-Domain Few-ShotSegmentation