中文
相关论文

相关论文: Domain Randomization for Scene-Specific Car Detect…

200 篇论文

Synthetic data is an increasingly popular tool for training deep learning models, especially in computer vision but also in other areas. In this work, we attempt to provide a comprehensive survey of the various directions in the development…

机器学习 · 计算机科学 2019-09-26 Sergey I. Nikolenko

Learning-based image dehazing methods are essential to assist autonomous systems in enhancing reliability. Due to the domain gap between synthetic and real domains, the internal information learned from synthesized images is usually…

计算机视觉与模式识别 · 计算机科学 2022-11-15 Wenqi Ren , Qiyu Sun , Chaoqiang Zhao , Yang Tang

The usefulness of deep learning models in robotics is largely dependent on the availability of training data. Manual annotation of training data is often infeasible. Synthetic data is a viable alternative, but suffers from domain gap. We…

计算机视觉与模式识别 · 计算机科学 2022-11-18 Benedikt T. Imbusch , Max Schwarz , Sven Behnke

Indoor scene understanding is central to applications such as robot navigation and human companion assistance. Over the last years, data-driven deep neural networks have outperformed many traditional approaches thanks to their…

计算机视觉与模式识别 · 计算机科学 2017-07-04 Yinda Zhang , Shuran Song , Ersin Yumer , Manolis Savva , Joon-Young Lee , Hailin Jin , Thomas Funkhouser

Self-driving cars must detect other vehicles and pedestrians in 3D to plan safe routes and avoid collisions. State-of-the-art 3D object detectors, based on deep learning, have shown promising accuracy but are prone to over-fit to domain…

计算机视觉与模式识别 · 计算机科学 2022-07-12 Yurong You , Carlos Andres Diaz-Ruiz , Yan Wang , Wei-Lun Chao , Bharath Hariharan , Mark Campbell , Kilian Q Weinberger

Traditional place categorization approaches in robot vision assume that training and test images have similar visual appearance. Therefore, any seasonal, illumination and environmental changes typically lead to severe degradation in…

机器人学 · 计算机科学 2018-05-31 Massimiliano Mancini , Samuel Rota Bulò , Barbara Caputo , Elisa Ricci

Single Domain Generalization (SDG) tackles the problem of training a model on a single source domain so that it generalizes to any unseen target domain. While this has been well studied for image classification, the literature on SDG object…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Vidit Vidit , Martin Engilberge , Mathieu Salzmann

Recent advances in deep learning have significantly increased the performance of face recognition systems. The performance and reliability of these models depend heavily on the amount and quality of the training data. However, the…

计算机视觉与模式识别 · 计算机科学 2018-02-19 Adam Kortylewski , Andreas Schneider , Thomas Gerig , Bernhard Egger , Andreas Morel-Forster , Thomas Vetter

Limited real-world data severely impacts model performance in many computer vision domains, particularly for samples that are underrepresented in training. Synthetically generated images are a promising solution, but 1) it remains unclear…

计算机视觉与模式识别 · 计算机科学 2025-04-04 Nitish Mital , Simon Malzard , Richard Walters , Celso M. De Melo , Raghuveer Rao , Victoria Nockles

Domain randomisation is a very popular method for visual sim-to-real transfer in robotics, due to its simplicity and ability to achieve transfer without any real-world images at all. Nonetheless, a number of design choices must be made to…

机器人学 · 计算机科学 2021-05-24 Raghad Alghonaim , Edward Johns

Robotic tasks such as manipulation with visual inputs require image features that capture the physical properties of the scene, e.g., the position and configuration of objects. Recently, it has been suggested to learn such features in an…

机器学习 · 计算机科学 2021-06-09 Carmel Rabinovitz , Niko Grupen , Aviv Tamar

The ability to detect and classify rare occurrences in images has important applications - for example, counting rare and endangered species when studying biodiversity, or detecting infrequent traffic scenarios that pose a danger to…

计算机视觉与模式识别 · 计算机科学 2019-05-15 Sara Beery , Yang Liu , Dan Morris , Jim Piavis , Ashish Kapoor , Markus Meister , Neel Joshi , Pietro Perona

This paper uses a graphic engine to simulate a large amount of training data with free annotations. Between synthetic and real data, there is a two-level domain gap, i.e., content level and appearance level. While the latter has been widely…

计算机视觉与模式识别 · 计算机科学 2020-07-23 Yue Yao , Liang Zheng , Xiaodong Yang , Milind Naphade , Tom Gedeon

Domain adaptive pose estimation aims to enable deep models trained on source domain (synthesized) datasets produce similar results on the target domain (real-world) datasets. The existing methods have made significant progress by conducting…

计算机视觉与模式识别 · 计算机科学 2024-04-26 Yugan Chen , Lin Zhao , Yalong Xu , Honglei Zu , Xiaoqi An , Guangyu Li

Most existing scene text detectors require large-scale training data which cannot scale well due to two major factors: 1) scene text images often have domain-specific distributions; 2) collecting large-scale annotated scene text images is…

计算机视觉与模式识别 · 计算机科学 2022-12-02 Zichen Tian , Chuhui Xue , Jingyi Zhang , Shijian Lu

The cost of large scale data collection and annotation often makes the application of machine learning algorithms to new tasks or datasets prohibitively expensive. One approach circumventing this cost is training models on synthetic data…

计算机视觉与模式识别 · 计算机科学 2016-08-23 Konstantinos Bousmalis , George Trigeorgis , Nathan Silberman , Dilip Krishnan , Dumitru Erhan

Recently, the use of synthetic training data has been on the rise as it offers correctly labelled datasets at a lower cost. The downside of this technique is that the so-called domain gap between the real target images and synthetic…

计算机视觉与模式识别 · 计算机科学 2022-11-30 Bram Vanherle , Steven Moonen , Frank Van Reeth , Nick Michiels

In this study, we aim to solve the single-view robot self-localization problem by using visual experience across domains. Although the bag-of-words method constitutes a popular approach to single-view localization, it fails badly when it's…

计算机视觉与模式识别 · 计算机科学 2015-09-28 Taisho Tsukamoto , Kanji Tanaka

Recently, deep learning-based facial landmark detection for in-the-wild faces has achieved significant improvement. However, there are still challenges in face landmark detection in other domains (e.g. cartoon, caricature, etc). This is due…

计算机视觉与模式识别 · 计算机科学 2024-01-25 Yuanming Li , Gwantae Kim , Jeong-gi Kwak , Bon-hwa Ku , Hanseok Ko

During the last half decade, convolutional neural networks (CNNs) have triumphed over semantic segmentation, which is one of the core tasks in many applications such as autonomous driving. However, to train CNNs requires a considerable…

计算机视觉与模式识别 · 计算机科学 2018-11-15 Yang Zhang , Philip David , Boqing Gong