paper-with-me

Papers

MLNet: Mutual Learning Network with Neighborhood Invariance for Universal Domain Adaptation

2023-12-13 · Yanzuo Lu, Meng Shen, Andy J Ma, Xiaohua Xie, Jian-Huang Lai

Universal domain adaptation (UniDA) is a practical but challenging problem, in which information about the relation between the source and the target domains is not given for knowledge transfer. Existing UniDA methods may suffer from the problems of overlooking intra-domain variations in the target domain and difficulty in separating between the similar known and unknown class. To address these issues, we propose a novel Mutual Learning Network (MLNet) with neighborhood invariance for UniDA. In our method, confidence-guided invariant feature learning with self-adaptive neighbor selection is designed to reduce the intra-domain variations for more generalizable feature representation. By using the cross-domain mixup scheme for better unknown-class identification, the proposed method compensates for the misidentified known-class errors by mutual learning between the closed-set and open-set classifiers. Extensive experiments on three publicly available benchmarks demonstrate that our method achieves the best results compared to the state-of-the-arts in most cases and significantly outperforms the baseline across all the four settings in UniDA. Code is available at https://github.com/YanzuoLu/MLNet.

📄 PDF Abstract BibTeX arXiv:2312.07871

Code (1)

YanzuoLu/MLNet 공식 구현 pytorch

Tasks

Domain AdaptationTransfer LearningUniversal Domain Adaptation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

E-MLNet: Enhanced Mutual Learning for Universal Domain Adaptation with Sample-Specific Weighting

2025-09-10 · Samuel Felipe dos Santos, Tiago Agostinho de Almeida, Jurandy Almeida arxiv

Universal Domain Adaptation (UniDA) seeks to transfer knowledge from a labeled source to an unlabeled target domain without assuming any relationship between their label sets, requiring models to classify known samples w…

Universal Domain Adaptation

AMLNet: Adversarial Mutual Learning Neural Network for Non-AutoRegressive Multi-Horizon Time Series Forecasting

2023-10-30 · Yang Lin

Multi-horizon time series forecasting, crucial across diverse domains, demands high accuracy and speed. While AutoRegressive (AR) models excel in short-term predictions, they suffer speed and error issues as the horizon …

DecoderDiversityKnowledge DistillationTime Series+2

Predicting Out-of-Domain Generalization with Neighborhood Invariance

2022-07-05 · Nathan Ng, Neha Hulkund, Kyunghyun Cho, Marzyeh Ghassemi

Developing and deploying machine learning models safely depends on the ability to characterize and compare their abilities to generalize to new environments. Although recent work has proposed a variety of methods that ca…

Data AugmentationDomain Generalizationimage-classificationImage Classification+2

MLNET: An Adaptive Multiple Receptive-field Attention Neural Network for Voice Activity Detection

2020-08-13 · Zhenpeng Zheng, Jianzong Wang, Ning Cheng, Jian Luo 외

Voice activity detection (VAD) makes a distinction between speech and non-speech and its performance is of crucial importance for speech based services. Recently, deep neural network (DNN)-based VADs have achieved better…

Action DetectionActivity Detection

HAXMLNet: Hierarchical Attention Network for Extreme Multi-Label Text Classification

2019-03-24 · Ronghui You, Zihan Zhang, Suyang Dai, Shanfeng Zhu

Extreme multi-label text classification (XMTC) addresses the problem of tagging each text with the most relevant labels from an extreme-scale label set. Traditional methods use bag-of-words (BOW) representations without …

ClassificationGeneral ClassificationMulti Label Text ClassificationMulti-Label Text Classification+2