CVAug 18, 2021

Universal Cross-Domain Retrieval: Generalizing Across Classes and Domains

arXiv:2108.08356v119 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of dynamically increasing categories and data constraints in retrieval systems, enabling generalization to unseen classes and domains, though it appears incremental as it builds on existing backbone architectures.

The paper tackles the problem of universal cross-domain retrieval, where test data can belong to unseen classes or domains, by proposing SnMpNet with novel losses to generalize across these unseen elements, achieving state-of-the-art results on large-scale datasets like Sketchy Extended and DomainNet.

In this work, for the first time, we address the problem of universal cross-domain retrieval, where the test data can belong to classes or domains which are unseen during training. Due to dynamically increasing number of categories and practical constraint of training on every possible domain, which requires large amounts of data, generalizing to both unseen classes and domains is important. Towards that goal, we propose SnMpNet (Semantic Neighbourhood and Mixture Prediction Network), which incorporates two novel losses to account for the unseen classes and domains encountered during testing. Specifically, we introduce a novel Semantic Neighborhood loss to bridge the knowledge gap between seen and unseen classes and ensure that the latent space embedding of the unseen classes is semantically meaningful with respect to its neighboring classes. We also introduce a mix-up based supervision at image-level as well as semantic-level of the data for training with the Mixture Prediction loss, which helps in efficient retrieval when the query belongs to an unseen domain. These losses are incorporated on the SE-ResNet50 backbone to obtain SnMpNet. Extensive experiments on two large-scale datasets, Sketchy Extended and DomainNet, and thorough comparisons with state-of-the-art justify the effectiveness of the proposed model.

Code Implementations2 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