CVAILGMLAug 31, 2015

Domain Generalization for Object Recognition with Multi-task Autoencoders

arXiv:1508.07680v1715 citations
Originality Highly original
AI Analysis

This addresses the problem of applying learned knowledge to unseen domains for object recognition, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackled domain generalization for object recognition by proposing a Multi-Task Autoencoder (MTAE) that learns features robust to inter-domain variability, and it outperformed state-of-the-art methods on benchmark datasets.

The problem of domain generalization is to take knowledge acquired from a number of related domains where training data is available, and to then successfully apply it to previously unseen domains. We propose a new feature learning algorithm, Multi-Task Autoencoder (MTAE), that provides good generalization performance for cross-domain object recognition. Our algorithm extends the standard denoising autoencoder framework by substituting artificially induced corruption with naturally occurring inter-domain variability in the appearance of objects. Instead of reconstructing images from noisy versions, MTAE learns to transform the original image into analogs in multiple related domains. It thereby learns features that are robust to variations across domains. The learnt features are then used as inputs to a classifier. We evaluated the performance of the algorithm on benchmark image recognition datasets, where the task is to learn features from multiple datasets and to then predict the image label from unseen datasets. We found that (denoising) MTAE outperforms alternative autoencoder-based models as well as the current state-of-the-art algorithms for domain generalization.

Code Implementations3 repos
Foundations

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

Your Notes