中文
相关论文

相关论文: SfMamba: Efficient Source-Free Domain Adaptation v…

200 篇论文

Source-free domain adaptation (SFDA) has been exploited for cross-domain bearing fault diagnosis without access to source data. Current methods select partial target samples with reliable pseudo-labels for model adaptation, which is…

机器学习 · 计算机科学 2025-03-13 Wenyi Wu , Hao Zhang , Zhisen Wei , Xiao-Yuan Jing , Qinghua Zhang , Songsong Wu

Remote sensing change detection (CD) has made significant advancements with the adoption of Convolutional Neural Networks (CNNs) and Transformers. While CNNs offer powerful feature extraction, they are constrained by receptive field…

计算机视觉与模式识别 · 计算机科学 2025-03-04 JunYao Kaung , HongWei Ge

Recently, state space models (SSM), particularly Mamba, have attracted significant attention from scholars due to their ability to effectively balance computational efficiency and performance. However, most existing visual Mamba methods…

计算机视觉与模式识别 · 计算机科学 2025-04-09 Leiye Liu , Miao Zhang , Jihao Yin , Tingwei Liu , Wei Ji , Yongri Piao , Huchuan Lu

Domain Adaptation (DA) is a method for enhancing a model's performance on a target domain with inadequate annotated data by applying the information the model has acquired from a related source domain with sufficient labeled data. The…

计算机视觉与模式识别 · 计算机科学 2024-02-08 Shivang Chopra , Suraj Kothawade , Houda Aynaou , Aman Chadha

Source-free domain adaptation (SFDA) aims to adapt a pretrained model from a labeled source domain to an unlabeled target domain without access to the source domain data, preserving source domain privacy. Despite its prevalence in visual…

信号处理 · 电气工程与系统科学 2023-07-18 Mohamed Ragab , Emadeldeen Eldele , Min Wu , Chuan-Sheng Foo , Xiaoli Li , Zhenghua Chen

State Space Models (SSMs), especially recent Mamba architecture, have achieved remarkable success in sequence modeling tasks. However, extending SSMs to computer vision remains challenging due to the non-sequential structure of visual data…

计算机视觉与模式识别 · 计算机科学 2026-03-23 Puskal Khadka , KC Santosh

Domain generalization~(DG) aims at solving distribution shift problems in various scenes. Existing approaches are based on Convolution Neural Networks (CNNs) or Vision Transformers (ViTs), which suffer from limited receptive fields or…

计算机视觉与模式识别 · 计算机科学 2024-08-23 Shaocong Long , Qianyu Zhou , Xiangtai Li , Xuequan Lu , Chenhao Ying , Yuan Luo , Lizhuang Ma , Shuicheng Yan

Source-Free Domain Adaptation (SFDA) seeks to adapt a source model, which is pre-trained on a supervised source domain, for a target domain, with only access to unlabeled target training data. Relying on pseudo labeling and/or auxiliary…

计算机视觉与模式识别 · 计算机科学 2026-04-21 Song Tang , Yunxiang Bai , Wenxin Su , Mao Ye , Jianwei Zhang , Xiatian Zhu

Source-Free Domain Adaptation (SFDA) addresses the challenge of adapting a model to a target domain without access to the data of the source domain. Prevailing methods typically start with a source model pre-trained with full supervision…

计算机视觉与模式识别 · 计算机科学 2025-09-15 Chirayu Agrawal , Snehasis Mukherjee

Recent advancements in State Space Models, notably Mamba, have demonstrated superior performance over the dominant Transformer models, particularly in reducing the computational complexity from quadratic to linear. Yet, difficulties in…

计算机视觉与模式识别 · 计算机科学 2024-10-11 Fei Xie , Weijia Zhang , Zhongdao Wang , Chao Ma

Solving the domain shift problem during inference is essential in medical imaging, as most deep-learning based solutions suffer from it. In practice, domain shifts are tackled by performing Unsupervised Domain Adaptation (UDA), where a…

计算机视觉与模式识别 · 计算机科学 2023-03-14 Vibashan VS , Jeya Maria Jose Valanarasu , Vishal M. Patel

Source-free domain adaptation (SFDA) aims to adapt a classifier to an unlabelled target data set by only using a pre-trained source model. However, the absence of the source data and the domain shift makes the predictions on the target data…

计算机视觉与模式识别 · 计算机科学 2022-08-17 Subhankar Roy , Martin Trapp , Andrea Pilzer , Juho Kannala , Nicu Sebe , Elisa Ricci , Arno Solin

Abnormality detection in medical imaging is a critical task requiring both high efficiency and accuracy to support effective diagnosis. While convolutional neural networks (CNNs) and Transformer-based models are widely used, both face…

计算机视觉与模式识别 · 计算机科学 2025-09-03 Yao Wang , Dong Yang , Zhi Qiao , Wenjian Huang , Liuzhi Yang , Zhen Qian

Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to an unlabeled target domain without access to source data. Recent advances in Foundation Models (FMs) have introduced new opportunities for leveraging external…

计算机视觉与模式识别 · 计算机科学 2025-11-25 Huisoo Lee , Jisu Han , Hyunsouk Cho , Wonjun Hwang

Multi-source Domain Adaptation (MDA) aims to transfer predictive models from multiple, fully-labeled source domains to an unlabeled target domain. However, in many applications, relevant labeled source datasets may not be available, and…

计算机视觉与模式识别 · 计算机科学 2021-09-28 Xiangyu Yue , Zangwei Zheng , Colorado Reed , Hari Prasanna Das , Kurt Keutzer , Alberto Sangiovanni Vincentelli

In this paper, we propose a framework for efficient Source-Free Domain Adaptation (SFDA) in the context of time-series, focusing on enhancing both parameter efficiency and data-sample utilization. Our approach introduces an improved…

机器学习 · 计算机科学 2025-02-04 Gaurav Patel , Christopher Sandino , Behrooz Mahasseni , Ellen L Zippi , Erdrin Azemi , Ali Moin , Juri Minxha

Source-Free Domain Adaptation (SFDA) is an emerging area of research that aims to adapt a model trained on a labeled source domain to an unlabeled target domain without accessing the source data. Most of the successful methods in this area…

计算机视觉与模式识别 · 计算机科学 2026-01-27 Harsharaj Pathak , Vineeth N Balasubramanian

Image shadow removal is a typical low-level vision task. Shadows cause local brightness shifts, which reduce the performance of downstream vision tasks. Currently, Transformer-based shadow removal methods suffer from quadratic computational…

计算机视觉与模式识别 · 计算机科学 2025-08-11 Xiujin Zhu , Chee-Onn Chow , Joon Huang Chuah

Unsupervised domain adaptation (UDA) has increasingly gained interests for its capacity to transfer the knowledge learned from a labeled source domain to an unlabeled target domain. However, typical UDA methods require concurrent access to…

计算机视觉与模式识别 · 计算机科学 2023-07-20 Qinji Yu , Nan Xi , Junsong Yuan , Ziyu Zhou , Kang Dang , Xiaowei Ding

Source-free domain adaptation (SFDA) for segmentation aims at adapting a model trained in the source domain to perform well in the target domain with only the source model and unlabeled target data. Inspired by the recent success of Segment…

计算机视觉与模式识别 · 计算机科学 2025-07-15 Zheang Huai , Hui Tang , Yi Li , Zhuangzhuang Chen , Xiaomeng Li