中文
相关论文

相关论文: Test-time Training for Data-efficient UCDR

200 篇论文

Cross-domain retrieval (CDR), as a crucial tool for numerous technologies, is finding increasingly broad applications. However, existing efforts face several major issues, with the most critical being the need for accurate supervision,…

计算机视觉与模式识别 · 计算机科学 2024-03-12 Lixu Wang , Xinyu Du , Qi Zhu

The goal of Universal Cross-Domain Retrieval (UCDR) is to achieve robust performance in generalized test scenarios, wherein data may belong to strictly unknown domains and categories during training. Recently, pre-trained models with prompt…

计算机视觉与模式识别 · 计算机科学 2024-03-01 Kaipeng Fang , Jingkuan Song , Lianli Gao , Pengpeng Zeng , Zhi-Qi Cheng , Xiyao Li , Heng Tao Shen

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…

计算机视觉与模式识别 · 计算机科学 2021-08-20 Soumava Paul , Titir Dutta , Soma Biswas

Current supervised cross-domain image retrieval methods can achieve excellent performance. However, the cost of data collection and labeling imposes an intractable barrier to practical deployment in real applications. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Conghui Hu , Gim Hee Lee

Universal Cross-Domain Retrieval (UCDR) retrieves relevant images from unseen domains and classes without semantic labels, ensuring robust generalization. Existing methods commonly employ prompt tuning with pre-trained vision-language…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Haoyu Jiang , Zhi-Qi Cheng , Gabriel Moreira , Jiawen Zhu , Jingdong Sun , Bukun Ren , Jun-Yan He , Qi Dai , Xian-Sheng Hua

Retrieving relevant contexts from a large corpus is a crucial step for tasks such as open-domain question answering and fact checking. Although neural retrieval outperforms traditional methods like tf-idf and BM25, its performance degrades…

计算与语言 · 计算机科学 2021-01-05 Jean Maillard , Vladimir Karpukhin , Fabio Petroni , Wen-tau Yih , Barlas Oğuz , Veselin Stoyanov , Gargi Ghosh

We develop a novel transfer learning framework to tackle the challenge of limited training data in image reconstruction problems. The proposed framework consists of two training steps, both of which are formed as bi-level optimizations. In…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Yunmei Chen , Chi Ding , Xiaojing Ye

Though deep neural networks have achieved impressive success on various vision tasks, obvious performance degradation still exists when models are tested in out-of-distribution scenarios. In addressing this limitation, we ponder that the…

计算机视觉与模式识别 · 计算机科学 2023-01-18 Xiaotong Li , Zixuan Hu , Jun Liu , Yixiao Ge , Yongxing Dai , Ling-Yu Duan

Collecting and labeling real datasets to train the person search networks not only requires a lot of time and effort, but also accompanies privacy issues. The weakly-supervised and unsupervised domain adaptation methods have been proposed…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Minyoung Oh , Duhyun Kim , Jae-Young Sim

Generalization of neural networks is crucial for deploying them safely in the real world. Common training strategies to improve generalization involve the use of data augmentations, ensembling and model averaging. In this work, we first…

机器学习 · 计算机科学 2023-06-13 Samyak Jain , Sravanti Addepalli , Pawan Sahu , Priyam Dey , R. Venkatesh Babu

Unsupervised cross-domain image retrieval (UCIR) aims to retrieve images sharing the same category across diverse domains without relying on labeled data. Prior approaches have typically decomposed the UCIR problem into two distinct tasks:…

计算机视觉与模式识别 · 计算机科学 2024-12-31 Bin Li , Ye Shi , Qian Yu , Jingya Wang

Traditional deep learning algorithms often fail to generalize when they are tested outside of the domain of the training data. The issue can be mitigated by using unlabeled data from the target domain at training time, but because data…

计算机视觉与模式识别 · 计算机科学 2023-02-03 Thomas Duboudin , Emmanuel Dellandréa , Corentin Abgrall , Gilles Hénaff , Liming Chen

Domain generalization (DG) aims to help models trained on a set of source domains generalize better on unseen target domains. The performances of current DG methods largely rely on sufficient labeled data, which are usually costly or…

计算机视觉与模式识别 · 计算机科学 2022-04-13 Xingxuan Zhang , Linjun Zhou , Renzhe Xu , Peng Cui , Zheyan Shen , Haoxin Liu

In this paper we consider a problem known as multi-task learning, consisting of fitting a set of classifier or regression functions intended for solving different tasks. In our novel formulation, we couple the parameters of these functions,…

机器学习 · 计算机科学 2021-05-28 Juan Cervino , Juan Andres Bazerque , Miguel Calvo-Fullana , Alejandro Ribeiro

In cross-domain retrieval, a model is required to identify images from the same semantic category across two visual domains. For instance, given a sketch of an object, a model needs to retrieve a real image of it from an online store's…

计算机视觉与模式识别 · 计算机科学 2024-03-20 Samarth Mishra , Carlos D. Castillo , Hongcheng Wang , Kate Saenko , Venkatesh Saligrama

In the context of single domain generalisation, the objective is for models that have been exclusively trained on data from a single domain to demonstrate strong performance when confronted with various unfamiliar domains. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2024-03-18 Anastasios Arsenos , Dimitrios Kollias , Evangelos Petrongonas , Christos Skliros , Stefanos Kollias

The accuracy of deep learning (e.g., convolutional neural networks) for an image classification task critically relies on the amount of labeled training data. Aiming to solve an image classification task on a new domain that lacks labeled…

计算机视觉与模式识别 · 计算机科学 2019-01-01 Xianghong Fang , Haoli Bai , Ziyi Guo , Bin Shen , Steven Hoi , Zenglin Xu

Convolutional neural networks require numerous data for training. Considering the difficulties in data collection and labeling in some specific tasks, existing approaches generally use models pre-trained on a large source domain (e.g.…

计算机视觉与模式识别 · 计算机科学 2019-09-06 Zhichen Zhao , Bowen Zhang , Yuning Jiang , Li Xu , Lei Li , Wei-Ying Ma

The generalization capability of neural networks across domains is crucial for real-world applications. We argue that a generalized object recognition system should well understand the relationships among different images and also the…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Shujun Wang , Lequan Yu , Caizi Li , Chi-Wing Fu , Pheng-Ann Heng

Domain shift refers to the well known problem that a model trained in one source domain performs poorly when applied to a target domain with different statistics. {Domain Generalization} (DG) techniques attempt to alleviate this issue by…

机器学习 · 计算机科学 2017-10-11 Da Li , Yongxin Yang , Yi-Zhe Song , Timothy M. Hospedales
‹ 上一页 1 2 3 10 下一页 ›