中文
相关论文

相关论文: Accelerating Deep Unsupervised Domain Adaptation w…

200 篇论文

Unsupervised domain adaptation (UDA) aims to leverage the knowledge learned from labeled source domains to improve performance on the unlabeled target domains. While Convolutional Neural Networks (CNNs) have been dominant in previous UDA…

计算机视觉与模式识别 · 计算机科学 2024-11-13 Xiaowei Yu , Zhe Huang , Zao Zhang

Deep neural networks have achieved promising performance in supervised point cloud applications, but manual annotation is extremely expensive and time-consuming in supervised learning schemes. Unsupervised domain adaptation (UDA) addresses…

计算机视觉与模式识别 · 计算机科学 2021-04-13 Xiaoyuan Luo , Shaolei Liu , Kexue Fu , Manning Wang , Zhijian Song

Deep learning-based solutions for semantic segmentation suffer from significant performance degradation when tested on data with different characteristics than what was used during the training. Adapting the models using annotated data from…

计算机视觉与模式识别 · 计算机科学 2023-12-27 Xingchen Zhao , Niluthpol Chowdhury Mithun , Abhinav Rajvanshi , Han-Pang Chiu , Supun Samarasekera

Deep learning models trained on medical images from a source domain (e.g. imaging modality) often fail when deployed on images from a different target domain, despite imaging common anatomical structures. Deep unsupervised domain adaptation…

图像与视频处理 · 电气工程与系统科学 2019-08-14 Cheng Ouyang , Konstantinos Kamnitsas , Carlo Biffi , Jinming Duan , Daniel Rueckert

Prior feature transformation based approaches to Unsupervised Domain Adaptation (UDA) employ the deep features extracted by pre-trained deep models without fine-tuning them on the specific source or target domain data for a particular…

计算机视觉与模式识别 · 计算机科学 2022-10-26 Qian Wang , Toby P. Breckon

Unsupervised Domain Adaptation (UDA) aims to harness labeled source data to train models for unlabeled target data. Despite extensive research in domains like computer vision and natural language processing, UDA remains underexplored for…

机器学习 · 计算机科学 2025-07-29 Hassan Ismail Fawaz , Ganesh Del Grosso , Tanguy Kerdoncuff , Aurelie Boisbunon , Illyyne Saffar

Unsupervised domain adaptation (UDA) aims to learn transferable representation across domains. Recently a few UDA works have successfully applied Transformer-based methods and achieved state-of-the-art (SOTA) results. However, it remains…

神经元与认知 · 定量生物学 2025-11-25 Xiaowei Yu , Zeyu Zhang , Dajiang Zhu , Tianming Liu

Deep Neural Networks (DNNs) have recently been achieving state-of-the-art performance on a variety of computer vision related tasks. However, their computational cost limits their ability to be implemented in embedded systems with…

计算机视觉与模式识别 · 计算机科学 2020-08-26 Laurent Dillard , Yosuke Shinya , Taiji Suzuki

Convolutional neural networks (CNNs) have led to significant improvements in the semantic segmentation of images. When source and target datasets come from different modalities, CNN performance suffers due to domain shift. In such cases…

计算机视觉与模式识别 · 计算机科学 2022-10-10 Serban Stan , Mohammad Rostami

Unsupervised domain adaptation (UDA) is to learn classification models that make predictions for unlabeled data on a target domain, given labeled data on a source domain whose distribution diverges from the target one. Mainstream UDA…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Hui Tang , Xiatian Zhu , Ke Chen , Kui Jia , C. L. Philip Chen

Fine-tuning and Domain Adaptation emerged as effective strategies for efficiently transferring deep learning models to new target tasks. However, target domain labels are not accessible in many real-world scenarios. This led to the…

机器学习 · 计算机科学 2023-02-13 Andrea Maracani , Raffaello Camoriano , Elisa Maiettini , Davide Talon , Lorenzo Rosasco , Lorenzo Natale

Deep learning models are sensitive to domain shift phenomena. A model trained on images from one domain cannot generalise well when tested on images from a different domain, despite capturing similar anatomical structures. It is mainly…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Sulaiman Vesal , Mingxuan Gu , Ronak Kosti , Andreas Maier , Nishant Ravikumar

Unsupervised domain adaptation (UDA) plays a crucial role in addressing distribution shifts in machine learning. In this work, we improve the theoretical foundations of UDA proposed in Acuna et al. (2021) by refining their…

机器学习 · 统计学 2024-10-29 Ziqiao Wang , Yongyi Mao

The success of deep learning in computer vision is mainly attributed to an abundance of data. However, collecting large-scale data is not always possible, especially for the supervised labels. Unsupervised domain adaptation (UDA) aims to…

计算机视觉与模式识别 · 计算机科学 2018-01-01 Jiren Jin , Richard G. Calland , Takeru Miyato , Brian K. Vogel , Hideki Nakayama

Accurate segmentation is a crucial step in medical image analysis and applying supervised machine learning to segment the organs or lesions has been substantiated effective. However, it is costly to perform data annotation that provides…

计算机视觉与模式识别 · 计算机科学 2021-10-29 Yunxiang Li , Jingxiong Li , Ruilong Dan , Shuai Wang , Kai Jin , Guodong Zeng , Jun Wang , Xiangji Pan , Qianni Zhang , Huiyu Zhou , Qun Jin , Li Wang , Yaqi Wang

Machine learning models often struggle to generalize across domains with varying data distributions, such as differing noise levels, leading to degraded performance. Traditional strategies like personalized training, which trains separate…

机器学习 · 计算机科学 2026-04-07 Snehaa Reddy , Jayaprakash Katual , Satish Mulleti

This paper presents a novel differentiable method for unstructured weight pruning of deep neural networks. Our learned-threshold pruning (LTP) method learns per-layer thresholds via gradient descent, unlike conventional methods where they…

机器学习 · 计算机科学 2021-03-22 Kambiz Azarian , Yash Bhalgat , Jinwon Lee , Tijmen Blankevoort

Channel pruning is a promising technique to compress the parameters of deep convolutional neural networks(DCNN) and to speed up the inference. This paper aims to address the long-standing inefficiency of channel pruning. Most channel…

计算机视觉与模式识别 · 计算机科学 2021-09-01 Zhouyang Xie , Yan Fu , Shengzhao Tian , Junlin Zhou , Duanbing Chen

Unsupervised domain adaptation (UDA) aims to transfer knowledge learned from a labeled source domain to a different unlabeled target domain. Most existing UDA methods focus on learning domain-invariant feature representation, either from…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Tongkun Xu , Weihua Chen , Pichao Wang , Fan Wang , Hao Li , Rong Jin

The removal of carefully-selected examples from training data has recently emerged as an effective way of improving the robustness of machine learning models. However, the best way to select these examples remains an open question. In this…

机器学习 · 计算机科学 2024-09-19 Andrea Napoli , Paul White