中文
相关论文

相关论文: Improving Transferability for Domain Adaptive Dete…

200 篇论文

The Transformer-based detectors (i.e., DETR) have demonstrated impressive performance on end-to-end object detection. However, transferring DETR to different data distributions may lead to a significant performance degradation. Existing…

计算机视觉与模式识别 · 计算机科学 2023-07-04 Peidong Jia , Jiaming Liu , Senqiao Yang , Jiarui Wu , Xiaodong Xie , Shanghang Zhang

Object detectors frequently encounter significant performance degradation when confronted with domain gaps between collected data (source domain) and data from real-world applications (target domain). To address this task, numerous…

计算机视觉与模式识别 · 计算机科学 2024-05-21 Jianhong Han , Liang Chen , Yupei Wang

Despite domain-adaptive object detectors based on CNN and transformers have made significant progress in cross-domain detection tasks, it is regrettable that domain adaptation for real-time transformer-based detectors has not yet been…

计算机视觉与模式识别 · 计算机科学 2025-10-27 Feng Lv , Guoqing Li , Jin Li , Chunlong Xia

Detection transformers like DETR have recently shown promising performance on many object detection tasks, but the generalization ability of those methods is still quite challenging for cross-domain adaptation scenarios. To address the…

计算机视觉与模式识别 · 计算机科学 2022-06-02 Jinhong Deng , Xiaoyue Zhang , Wen Li , Lixin Duan

Detectors trained with massive labeled data often exhibit dramatic performance degradation in some particular scenarios with data distribution gap. To alleviate this problem of domain shift, conventional wisdom typically concentrates solely…

计算机视觉与模式识别 · 计算机科学 2022-03-30 Liang Zhao , Limin Wang

Recent advancements in dense out-of-distribution (OOD) detection have primarily focused on scenarios where the training and testing datasets share a similar domain, with the assumption that no domain shift exists between them. However, in…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Zhitong Gao , Shipeng Yan , Xuming He

Domain adaptation for object detection (DAOD) has recently drawn much attention owing to its capability of detecting target objects without any annotations. To tackle the problem, previous works focus on aligning features extracted from…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Mirae Do , Seogkyu Jeon , Pilhyeon Lee , Kibeom Hong , Yu-seung Ma , Hyeran Byun

This paper addresses the domain shift problem for segmentation. As a solution, we propose OLVA, a novel and lightweight unsupervised domain adaptation method based on a Variational Auto-Encoder (VAE) and Optimal Transport (OT) theory.…

机器学习 · 计算机科学 2021-06-16 Dawood Al Chanti , Diana Mateus

Existing object detection models assume both the training and test data are sampled from the same source domain. This assumption does not hold true when these detectors are deployed in real-world applications, where they encounter new…

计算机视觉与模式识别 · 计算机科学 2022-10-25 Vibashan VS , Poojan Oza , Vishal M. Patel

Recently, DEtection TRansformer (DETR), an end-to-end object detection pipeline, has achieved promising performance. However, it requires large-scale labeled data and suffers from domain shift, especially when no labeled data is available…

计算机视觉与模式识别 · 计算机科学 2022-08-17 Jinze Yu , Jiaming Liu , Xiaobao Wei , Haoyi Zhou , Yohei Nakata , Denis Gudovskiy , Tomoyuki Okuno , Jianxin Li , Kurt Keutzer , Shanghang Zhang

It is a well-known fact that the performance of deep learning models deteriorates when they encounter a distribution shift at test time. Test-time adaptation (TTA) algorithms have been proposed to adapt the model online while inferring test…

计算机视觉与模式识别 · 计算机科学 2023-12-15 Jayeon Yoo , Dongkwan Lee , Inseop Chung , Donghyun Kim , Nojun Kwak

The recent detection transformer (DETR) simplifies the object detection pipeline by removing hand-crafted designs and hyperparameters as employed in conventional two-stage object detectors. However, how to leverage the simple yet effective…

计算机视觉与模式识别 · 计算机科学 2023-03-23 Jingyi Zhang , Jiaxing Huang , Zhipeng Luo , Gongjie Zhang , Xiaoqin Zhang , Shijian Lu

Most existing domain adaptive object detection methods exploit adversarial feature alignment to adapt the model to a new domain. Recent advances in adversarial feature alignment strives to reduce the negative effect of alignment, or…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Jayeon Yoo , Inseop Chung , Nojun Kwak

Object detection with Transformers (DETR) has achieved a competitive performance over traditional detectors, such as Faster R-CNN. However, the potential of DETR remains largely unexplored for the more challenging task of arbitrary-oriented…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Teli Ma , Mingyuan Mao , Honghui Zheng , Peng Gao , Xiaodi Wang , Shumin Han , Errui Ding , Baochang Zhang , David Doermann

Optimal Transport (OT) has proven effective for domain adaptation (DA) by aligning distributions across domains with differing statistical properties. Building on the approach of Courty et al. (2016), who mapped source data to the target…

机器学习 · 统计学 2025-05-15 Brian Britos , Mathias Bourel

Domain shift poses a significant challenge in cross-domain spoken language recognition (SLR) by reducing its effectiveness. Unsupervised domain adaptation (UDA) algorithms have been explored to address domain shifts in SLR without relying…

音频与语音处理 · 电气工程与系统科学 2023-10-23 Xugang Lu , Peng Shen , Yu Tsao , Hisashi Kawai

End-to-end Transformer-based detectors (DETRs) have demonstrated strong detection performance. However, domain generalization (DG) research has primarily focused on convolutional neural network (CNN)-based detectors, while paying little…

计算机视觉与模式识别 · 计算机科学 2025-11-13 Seongmin Hwang , Daeyoung Han , Moongu Jeon

Domain adaptive object detection (DAOD) aims to generalize an object detector trained on labeled source-domain data to a target domain without annotations, the core principle of which is \emph{source-target feature alignment}. Typically,…

计算机视觉与模式识别 · 计算机科学 2024-12-18 Xinyu He , Xinhui Li , Xiaojie Guo

Domain adaptation, a pivotal branch of transfer learning, aims to enhance the performance of machine learning models when deployed in target domains with distinct data distributions. This is particularly critical for object detection tasks,…

计算机视觉与模式识别 · 计算机科学 2025-01-07 Helia Mohamadi , Mohammad Ali Keyvanrad , Mohammad Reza Mohammadi

Arbitrary-oriented object detection (AOOD) is a challenging task to detect objects in the wild with arbitrary orientations and cluttered arrangements. Existing approaches are mainly based on anchor-based boxes or dense points, which rely on…

计算机视觉与模式识别 · 计算机科学 2022-05-26 Linhui Dai , Hong Liu , Hao Tang , Zhiwei Wu , Pinhao Song
‹ 上一页 1 2 3 10 下一页 ›