paper-with-me

홈 › Papers

Direct domain adaptation through reciprocal linear transformations

2021-08-17 · Tariq Alkhalifah, Oleg Ovcharenko

We propose a direct domain adaptation (DDA) approach to enrich the training of supervised neural networks on synthetic data by features from real-world data. The process involves a series of linear operations on the input features to the NN model, whether they are from the source or target domains, as follows: 1) A cross-correlation of the input data (i.e. images) with a randomly picked sample pixel (or pixels) of all images from that domain or the mean of all randomly picked sample pixel (or pixels) of all images. 2) The convolution of the resulting data with the mean of the autocorrelated input images from the other domain. In the training stage, as expected, the input images are from the source domain, and the mean of auto-correlated images are evaluated from the target domain. In the inference/application stage, the input images are from the target domain, and the mean of auto-correlated images are evaluated from the source domain. The proposed method only manipulates the data from the source and target domains and does not explicitly interfere with the training workflow and network architecture. An application that includes training a convolutional neural network on the MNIST dataset and testing the network on the MNIST-M dataset achieves a 70% accuracy on the test data. A principal component analysis (PCA), as well as t-SNE, show that the input features from the source and target domains, after the proposed direct transformations, share similar properties along with the principal components as compared to the original MNIST and MNIST-M input features.

📄 PDF Abstract BibTeX arXiv:2108.07600

Code (1)

swag-kaust/dda_pytorch 공식 구현 pytorch

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Learning Classifiers of Prototypes and Reciprocal Points for Universal Domain Adaptation

2022-12-16 · Sungsu Hur, Inkyu Shin, KwanYong Park, Sanghyun Woo 외

Universal Domain Adaptation aims to transfer the knowledge between the datasets by handling two shifts: domain-shift and category-shift. The main challenge is correctly distinguishing the unknown target samples while ada…

Domain AdaptationUniversal Domain Adaptation

Trust your Good Friends: Source-free Domain Adaptation by Reciprocal Neighborhood Clustering

2023-09-01 · Shiqi Yang, Yaxing Wang, Joost Van de Weijer, Luis Herranz 외

Domain adaptation (DA) aims to alleviate the domain shift between source domain and target domain. Most DA methods require access to the source data, but often that is not possible (e.g. due to data privacy or intellectu…

ClusteringDomain AdaptationSource-Free Domain Adaptation

Reciprocal Learning of Intent Inferral with Augmented Visual Feedback for Stroke

2024-12-10 · Jingxi Xu, Ava Chen, Lauren Winterbottom, Joaquin Palacios 외

Intent inferral, the process by which a robotic device predicts a user's intent from biosignals, offers an effective and intuitive way to control wearable robots. Classical intent inferral methods treat biosignal inputs …

Exploiting the Intrinsic Neighborhood Structure for Source-free Domain Adaptation

2021-10-08 · NeurIPS 2021 12 · Shiqi Yang, Yaxing Wang, Joost Van de Weijer, Luis Herranz 외

Domain adaptation (DA) aims to alleviate the domain shift between source domain and target domain. Most DA methods require access to the source data, but often that is not possible (e.g. due to data privacy or intellectu…

Domain AdaptationSource-Free Domain Adaptation

Human-AI Interaction Alignment: Designing, Evaluating, and Evolving Value-Centered AI For Reciprocal Human-AI Futures

2025-12-25 · Hua Shen, Tiffany Knearem, Divy Thakkar, Pat Pataranutaporn 외 arxiv

The rapid integration of generative AI into everyday life underscores the need to move beyond unidirectional alignment models that only adapt AI to human values. This workshop focuses on bidirectional human-AI alignment,…