paper-with-me

Papers

Mixup Domain Adaptations for Dynamic Remaining Useful Life Predictions

2024-04-07 · Muhammad Tanzil Furqon, Mahardhika Pratama, Lin Liu, Habibullah, Kutluyil Dogancay

Remaining Useful Life (RUL) predictions play vital role for asset planning and maintenance leading to many benefits to industries such as reduced downtime, low maintenance costs, etc. Although various efforts have been devoted to study this topic, most existing works are restricted for i.i.d conditions assuming the same condition of the training phase and the deployment phase. This paper proposes a solution to this problem where a mix-up domain adaptation (MDAN) is put forward. MDAN encompasses a three-staged mechanism where the mix-up strategy is not only performed to regularize the source and target domains but also applied to establish an intermediate mix-up domain where the source and target domains are aligned. The self-supervised learning strategy is implemented to prevent the supervision collapse problem. Rigorous evaluations have been performed where MDAN is compared to recently published works for dynamic RUL predictions. MDAN outperforms its counterparts with substantial margins in 12 out of 12 cases. In addition, MDAN is evaluated with the bearing machine dataset where it beats prior art with significant gaps in 8 of 12 cases. Source codes of MDAN are made publicly available in \url{https://github.com/furqon3009/MDAN}.

📄 PDF Abstract BibTeX arXiv:2404.04824

Code (1)

furqon3009/mdan 공식 구현 pytorch

Tasks

Domain AdaptationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Self-Supervised Learning for Domain Adaptation on Point-Clouds

2020-03-29 · Idan Achituve, Haggai Maron, Gal Chechik

Self-supervised learning (SSL) is a technique for learning useful representations from unlabeled data. It has been applied effectively to domain adaptation (DA) on images and videos. It is still unknown if and how it can…

Domain AdaptationSelf-Supervised Learning

TGDM: Target Guided Dynamic Mixup for Cross-Domain Few-Shot Learning

2022-10-11 · Linhai Zhuo, Yuqian Fu, Jingjing Chen, Yixin Cao 외

Given sufficient training data on the source domain, cross-domain few-shot learning (CD-FSL) aims at recognizing new classes with a small number of labeled examples on the target domain. The key to addressing CD-FSL is t…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningMeta-Learning+1

Embarrassingly Simple MixUp for Time-series

2023-04-09 · Karan Aggarwal, Jaideep Srivastava

Labeling time series data is an expensive task because of domain expertise and dynamic nature of the data. Hence, we often have to deal with limited labeled data settings. Data augmentation techniques have been successfu…

Data AugmentationTime SeriesTime Series Classification

Deep Domain Adaptation for Turbofan Engine Remaining Useful Life Prediction: Methodologies, Evaluation and Future Trends

2025-10-04 · Yucheng Wang, Mohamed Ragab, Yubo Hou, Zhenghua Chen 외 arxiv

Remaining Useful Life (RUL) prediction for turbofan engines plays a vital role in predictive maintenance, ensuring operational safety and efficiency in aviation. Although data-driven approaches using machine learning and…

Domain Adaptation

Mixup-Transformer: Dynamic Data Augmentation for NLP Tasks

2020-10-05 · COLING 2020 8 · Lichao Sun, Congying Xia, Wenpeng Yin, TingTing Liang 외

Mixup is the latest data augmentation technique that linearly interpolates input examples and the corresponding labels. It has shown strong effectiveness in image classification by interpolating images at the pixel level…

Data Augmentationimage-classificationImage Classification