paper-with-me

홈 › Papers

PAD: Self-Supervised Pre-Training with Patchwise-Scale Adapter for Infrared Images

2023-12-13 · Tao Zhang, Kun Ding, Jinyong Wen, Yu Xiong, Zeyu Zhang, Shiming Xiang, Chunhong Pan

Self-supervised learning (SSL) for RGB images has achieved significant success, yet there is still limited research on SSL for infrared images, primarily due to three prominent challenges: 1) the lack of a suitable large-scale infrared pre-training dataset, 2) the distinctiveness of non-iconic infrared images rendering common pre-training tasks like masked image modeling (MIM) less effective, and 3) the scarcity of fine-grained textures making it particularly challenging to learn general image features. To address these issues, we construct a Multi-Scene Infrared Pre-training (MSIP) dataset comprising 178,756 images, and introduce object-sensitive random RoI cropping, an image preprocessing method, to tackle the challenge posed by non-iconic images. To alleviate the impact of weak textures on feature learning, we propose a pre-training paradigm called Pre-training with ADapter (PAD), which uses adapters to learn domain-specific features while freezing parameters pre-trained on ImageNet to retain the general feature extraction capability. This new paradigm is applicable to any transformer-based SSL method. Furthermore, to achieve more flexible coordination between pre-trained and newly-learned features in different layers and patches, a patchwise-scale adapter with dynamically learnable scale factors is introduced. Extensive experiments on three downstream tasks show that PAD, with only 1.23M pre-trainable parameters, outperforms other baseline paradigms including continual full pre-training on MSIP. Our code and dataset are available at https://github.com/casiatao/PAD.

📄 PDF Abstract BibTeX arXiv:2312.08192

Code (1)

casiatao/pad 공식 구현 pytorch

Tasks

Self-Supervised Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Exploring Self-attention for Image Recognition

2020-04-28 · CVPR 2020 6 · Hengshuang Zhao, Jiaya Jia, Vladlen Koltun

Recent work has shown that self-attention can serve as a basic building block for image recognition models. We explore variations of self-attention and assess their effectiveness for image recognition. We consider two fo…

Enhancing Semantic Segmentation with Continual Self-Supervised Pre-training

2025-09-22 · Brown Ebouky, Ajad Chhatkuli, Cristiano Malossi, Christoph Studer 외 arxiv

Self-supervised learning (SSL) has emerged as a central paradigm for training foundation models by leveraging large-scale unlabeled datasets, often producing representations with strong generalization capabilities. These…

Self-Supervised LearningSemantic Segmentation

PC-Adapter: Topology-Aware Adapter for Efficient Domain Adaption on Point Clouds with Rectified Pseudo-label

2023-09-29 · ICCV 2023 1 · Joonhyung Park, Hyunjin Seo, Eunho Yang

Understanding point clouds captured from the real-world is challenging due to shifts in data distribution caused by varying object scales, sensor angles, and self-occlusion. Prior works have addressed this issue by combi…

Domain AdaptationPseudo LabelSelf-Supervised Learning

Effective Adaptation in Multi-Task Co-Training for Unified Autonomous Driving

2022-09-19 · Xiwen Liang, Yangxin Wu, Jianhua Han, Hang Xu 외

Aiming towards a holistic understanding of multiple downstream tasks simultaneously, there is a need for extracting features with better transferability. Though many latest self-supervised pre-training methods have achie…

Autonomous DrivingMulti-Task Learningobject-detectionObject Detection+2

Style Mixing and Patchwise Prototypical Matching for One-Shot Unsupervised Domain Adaptive Semantic Segmentation

2021-12-09 · Xinyi Wu, Zhenyao Wu, Yuhang Lu, Lili Ju 외

In this paper, we tackle the problem of one-shot unsupervised domain adaptation (OSUDA) for semantic segmentation where the segmentors only see one unlabeled target image during training. In this case, traditional unsupe…

Domain AdaptationOne-shot Unsupervised Domain AdaptationSemantic SegmentationStyle Transfer+1