paper-with-me

Papers

Unsupervised Domain Adaptation Via Data Pruning

2024-09-18 · Andrea Napoli, Paul White

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 paper, we consider the problem from the perspective of unsupervised domain adaptation (UDA). We propose AdaPrune, a method for UDA whereby training examples are removed to attempt to align the training distribution to that of the target data. By adopting the maximum mean discrepancy (MMD) as the criterion for alignment, the problem can be neatly formulated and solved as an integer quadratic program. We evaluate our approach on a real-world domain shift task of bioacoustic event detection. As a method for UDA, we show that AdaPrune outperforms related techniques, and is complementary to other UDA algorithms such as CORAL. Our analysis of the relationship between the MMD and model accuracy, along with t-SNE plots, validate the proposed method as a principled and well-founded way of performing data pruning.

📄 PDF Abstract BibTeX arXiv:2409.12076

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationEvent DetectionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

CORAL 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Continual Domain Adaptation through Pruning-aided Domain-specific Weight Modulation

2023-04-15 · Prasanna B, Sunandini Sanyal, R. Venkatesh Babu

In this paper, we propose to develop a method to address unsupervised domain adaptation (UDA) in a practical setting of continual learning (CL). The goal is to update the model on continually changing domains while prese…

Continual LearningDomain AdaptationUnsupervised Domain Adaptation

Accelerating Deep Unsupervised Domain Adaptation with Transfer Channel Pruning

2019-03-25 · Chaohui Yu, Jindong Wang, Yiqiang Chen, Zijing Wu

Deep unsupervised domain adaptation (UDA) has recently received increasing attention from researchers. However, existing methods are computationally intensive due to the computation cost of Convolutional Neural Networks …

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Investigation and Analysis of Hyper and Hypo neuron pruning to selectively update neurons during Unsupervised Adaptation

2020-01-06 · Vikramjit Mitra, Horacio Franco

Unseen or out-of-domain data can seriously degrade the performance of a neural network model, indicating the model's failure to generalize to unseen data. Neural net pruning can not only help to reduce a model's size but…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

ADMP: An Adversarial Double Masks Based Pruning Framework For Unsupervised Cross-Domain Compression

2020-06-07 · Xiaoyu Feng, Zhuqing Yuan, Guijin Wang, Yongpan Liu

Despite the recent progress of network pruning, directly applying it to the Internet of Things (IoT) applications still faces two challenges, i.e. the distribution divergence between end and cloud data and the missing of…

Domain AdaptationKnowledge DistillationNetwork PruningRobust classification+1

Towards Unsupervised Open-Set Graph Domain Adaptation via Dual Reprogramming

2025-10-21 · Zhen Zhang, Bingsheng He arxiv

Unsupervised Graph Domain Adaptation has become a promising paradigm for transferring knowledge from a fully labeled source graph to an unlabeled target graph. Existing graph domain adaptation models primarily focus on t…

GRAPH DOMAIN ADAPTATION