paper-with-me

홈 › Papers

An Unsupervised Domain Adaptation Scheme for Single-Stage Artwork Recognition in Cultural Sites

2020-08-04 · Giovanni Pasqualino, Antonino Furnari, Giovanni Signorello, Giovanni Maria Farinella

Recognizing artworks in a cultural site using images acquired from the user's point of view (First Person Vision) allows to build interesting applications for both the visitors and the site managers. However, current object detection algorithms working in fully supervised settings need to be trained with large quantities of labeled data, whose collection requires a lot of times and high costs in order to achieve good performance. Using synthetic data generated from the 3D model of the cultural site to train the algorithms can reduce these costs. On the other hand, when these models are tested with real images, a significant drop in performance is observed due to the differences between real and synthetic images. In this study we consider the problem of Unsupervised Domain Adaptation for object detection in cultural sites. To address this problem, we created a new dataset containing both synthetic and real images of 16 different artworks. We hence investigated different domain adaptation techniques based on one-stage and two-stage object detector, image-to-image translation and feature alignment. Based on the observation that single-stage detectors are more robust to the domain shift in the considered settings, we proposed a new method which builds on RetinaNet and feature alignment that we called DA-RetinaNet. The proposed approach achieves better results than compared methods on the proposed dataset and on Cityscapes. To support research in this field we release the dataset at the following link https://iplab.dmi.unict.it/EGO-CH-OBJ-UDA/ and the code of the proposed architecture at https://github.com/fpv-iplab/DA-RetinaNet.

📄 PDF Abstract BibTeX arXiv:2008.01882

Code (1)

fpv-iplab/DA-RetinaNet 공식 구현 pytorch

Tasks

Domain AdaptationImage-to-Image Translationobject-detectionObject DetectionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FPN 설명 없음
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

SSDA: Secure Source-Free Domain Adaptation

2023-01-01 · ICCV 2023 1 · Sabbir Ahmed, Abdullah Al Arafat, Mamshad Nayeem Rizve, Rahim Hossain 외

Source-free domain adaptation (SFDA) is a popular unsupervised domain adaptation method where a pre-trained model from a source domain is adapted to a target domain without accessing any source data. Despite rich res…

Backdoor AttackDomain AdaptationModel CompressionSource-Free Domain Adaptation+2

Single-Stage Object Detection from Top-View Grid Maps on Custom Sensor Setups

2020-02-03 · Sascha Wirges, Shuxiao Ding, Christoph Stiller

We present our approach to unsupervised domain adaptation for single-stage object detectors on top-view grid maps in automated driving scenarios. Our goal is to train a robust object detector on grid maps generated from …

Domain AdaptationObjectobject-detectionObject Detection+1

Adversarial Training Based Multi-Source Unsupervised Domain Adaptation for Sentiment Analysis

2020-06-10 · Yong Dai, Jian Liu, Xiancong Ren, Zenglin Xu

Multi-source unsupervised domain adaptation (MS-UDA) for sentiment analysis (SA) aims to leverage useful information in multiple source domains to help do SA in an unlabeled target domain that has no supervised informati…

Domain AdaptationMulti-Source Unsupervised Domain AdaptationSentiment AnalysisTransfer Learning+1

Domain-Specific Batch Normalization for Unsupervised Domain Adaptation

2019-05-27 · CVPR 2019 6 · Woong-Gi Chang, Tackgeun You, Seonguk Seo, Suha Kwak 외

We propose a novel unsupervised domain adaptation framework based on domain-specific batch normalization in deep neural networks. We aim to adapt to both domains by specializing batch normalization layers in convolutiona…

Domain AdaptationUnsupervised Domain Adaptation

OSAN: A One-Stage Alignment Network To Unify Multimodal Alignment and Unsupervised Domain Adaptation

2023-01-01 · CVPR 2023 1 · Ye Liu, Lingfeng Qiao, Changchong Lu, Di Yin 외

Extending from unimodal to multimodal is a critical challenge for unsupervised domain adaptation (UDA). Two major problems emerge in unsupervised multimodal domain adaptation: domain adaptation and modality alignment…

Domain AdaptationUnsupervised Domain Adaptation