# Coupled Support Vector Machines for Supervised Domain Adaptation

**Authors:** Hemanth Venkateswara, Prasanth Lade, Jieping Ye, Sethuraman, Panchanathan

arXiv: 1706.07525 · 2017-06-26

## TL;DR

This paper introduces a novel SVM-based supervised domain adaptation method that models the similarity between source and target domains through coupled decision boundaries, simplifying the adaptation process.

## Contribution

It proposes a coupled SVM approach that directly links source and target classifiers, reducing the problem to a single SVM for improved domain adaptation.

## Key findings

- Effective on multiple datasets
- Outperforms other SVM-based DA methods
- Simplifies the adaptation process

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.07525/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1706.07525/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1706.07525/full.md

---
Source: https://tomesphere.com/paper/1706.07525