CVJun 22, 2017

Coupled Support Vector Machines for Supervised Domain Adaptation

arXiv:1706.07525v18 citations
Originality Synthesis-oriented
AI Analysis

This work addresses domain adaptation for machine learning applications, but it appears incremental as it builds on existing SVM methods.

The paper tackled supervised domain adaptation by modeling similarity between source and target domains as SVM decision boundary similarity, coupling SVMs into a single model, and achieved results tested on multiple datasets compared to other SVM-based approaches.

Popular domain adaptation (DA) techniques learn a classifier for the target domain by sampling relevant data points from the source and combining it with the target data. We present a Support Vector Machine (SVM) based supervised DA technique, where the similarity between source and target domains is modeled as the similarity between their SVM decision boundaries. We couple the source and target SVMs and reduce the model to a standard single SVM. We test the Coupled-SVM on multiple datasets and compare our results with other popular SVM based DA approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes