paper-with-me

홈 › Papers

Universal Cross-Domain Retrieval: Generalizing Across Classes and Domains

2021-08-18 · ICCV 2021 10 · Soumava Paul, Titir Dutta, Soma Biswas

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.

📄 PDF Abstract BibTeX arXiv:2108.08356

Code (2)

mvp18/UCDR 공식 구현 pytorch
mvp18/ttt-ucdr pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Towards Universal Video Retrieval: Generalizing Video Embedding via Synthesized Multimodal Pyramid Curriculum

2025-10-31 · Zhuoning Guo, Mingxin Li, Yanzhao Zhang, Dingkun Long 외 arxiv

The prevailing video retrieval paradigm is structurally misaligned, as narrow benchmarks incentivize correspondingly limited data and single-task training. Therefore, universal capability is suppressed due to the absence…

Zero-shot GeneralizationVideo Retrieval

ThinkTank: A Framework for Generalizing Domain-Specific AI Agent Systems into Universal Collaborative Intelligence Platforms

2025-06-03 · Praneet Sai Madhu Surabhi, Dheeraj Reddy Mudireddy, Jian Tao

This paper presents ThinkTank, a comprehensive and scalable framework designed to transform specialized AI agent systems into versatile collaborative intelligence platforms capable of supporting complex problem-solving a…

AI AgentRetrieval-augmented Generation

ALM2Vec: Learning Audio Embeddings for Universal Audio Retrieval with Large Audio-Language Models

2026-06-27 · Fengjie Lu, Chenang Jiang, Jiarui Hai, Helin Wang 외 arxiv

Recent advances in language--audio retrieval have been largely driven by contrastive dual-encoder architectures that align audio and text in a shared embedding space. While effective, existing retrieval embeddings are pr…

Question Answering

GENIUS: A Generative Framework for Universal Multimodal Search

2025-03-25 · CVPR 2025 1 · Sungyeon Kim, Xinliang Zhu, Xiaofan Lin, Muhammet Bastan 외

Generative retrieval is an emerging approach in information retrieval that generates identifiers (IDs) of target data based on a query, providing an efficient alternative to traditional embedding-based retrieval methods.…

Information RetrievalQuantizationRe-RankingRetrieval

Towards Universal Dense Retrieval for Open-domain Question Answering

2021-09-23 · Christopher Sciavolino

In open-domain question answering, a model receives a text question as input and searches for the correct answer using a large evidence corpus. The retrieval step is especially difficult as typical evidence corpora have …

Open-Domain Question AnsweringQuestion AnsweringRetrievalSemantic Similarity+1