LGJan 15, 2013

Efficient Learning of Domain-invariant Image Representations

arXiv:1301.3224v5296 citations
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for image classification, offering a scalable solution with multi-class adaptation and heterogeneous feature mapping, though it appears incremental as it builds on existing representation learning techniques.

The paper tackles the problem of domain mismatch in image classification by learning domain-invariant representations through a joint optimization of a linear transformation and classifier, resulting in improved accuracy and computational efficiency on several image datasets.

We present an algorithm that learns representations which explicitly compensate for domain mismatch and which can be efficiently realized as linear classifiers. Specifically, we form a linear transformation that maps features from the target (test) domain to the source (training) domain as part of training the classifier. We optimize both the transformation and classifier parameters jointly, and introduce an efficient cost function based on misclassification loss. Our method combines several features previously unavailable in a single algorithm: multi-class adaptation through representation learning, ability to map across heterogeneous feature spaces, and scalability to large datasets. We present experiments on several image datasets that demonstrate improved accuracy and computational advantages compared to previous 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