All Projects → LCAD-UFES → publications-arruda-ijcnn-2019

LCAD-UFES / publications-arruda-ijcnn-2019

Licence: other
Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to publications-arruda-ijcnn-2019

CycleGAN-gluon-mxnet
this repo attemps to reproduce Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks(CycleGAN) use gluon reimplementation
Stars: ✭ 31 (-47.46%)
Mutual labels:  generative-adversarial-network, cyclegan
Pytorch Cyclegan
A clean and readable Pytorch implementation of CycleGAN
Stars: ✭ 558 (+845.76%)
Mutual labels:  generative-adversarial-network, cyclegan
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+367.8%)
Mutual labels:  generative-adversarial-network, cyclegan
pytorch-CycleGAN
Pytorch implementation of CycleGAN.
Stars: ✭ 39 (-33.9%)
Mutual labels:  generative-adversarial-network, cyclegan
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+18430.51%)
Mutual labels:  generative-adversarial-network, cyclegan
BicycleGAN-pytorch
Pytorch implementation of BicycleGAN with implementation details
Stars: ✭ 99 (+67.8%)
Mutual labels:  generative-adversarial-network, cyclegan
Von
[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
Stars: ✭ 497 (+742.37%)
Mutual labels:  generative-adversarial-network, cyclegan
Cyclegan
Tensorflow implementation of CycleGAN
Stars: ✭ 348 (+489.83%)
Mutual labels:  generative-adversarial-network, cyclegan
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (+0%)
Mutual labels:  generative-adversarial-network, cyclegan
Cyclegan Tensorflow
An implementation of CycleGan using TensorFlow
Stars: ✭ 1,096 (+1757.63%)
Mutual labels:  generative-adversarial-network, cyclegan
multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
Stars: ✭ 88 (+49.15%)
Mutual labels:  generative-adversarial-network, cyclegan
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+27827.12%)
Mutual labels:  generative-adversarial-network, cyclegan
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+28.81%)
Mutual labels:  generative-adversarial-network, cyclegan
Image-Colorization-CycleGAN
Colorization of grayscale images using CycleGAN in TensorFlow.
Stars: ✭ 16 (-72.88%)
Mutual labels:  generative-adversarial-network, cyclegan
DA-RetinaNet
Official Detectron2 implementation of DA-RetinaNet of our Image and Vision Computing 2021 work 'An unsupervised domain adaptation scheme for single-stage artwork recognition in cultural sites'
Stars: ✭ 31 (-47.46%)
Mutual labels:  cyclegan, unsupervised-domain-adaptation
Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+1293.22%)
Mutual labels:  generative-adversarial-network, cyclegan
Gannotation
GANnotation (PyTorch): Landmark-guided face to face synthesis using GANs (And a triple consistency loss!)
Stars: ✭ 167 (+183.05%)
Mutual labels:  generative-adversarial-network, cyclegan
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-64.41%)
Mutual labels:  generative-adversarial-network, cyclegan
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+320.34%)
Mutual labels:  generative-adversarial-network
SpareNet
Style-based Point Generator with Adversarial Rendering for Point Cloud Completion (CVPR 2021)
Stars: ✭ 118 (+100%)
Mutual labels:  generative-adversarial-network

Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night

Vinicius F. Arruda, Thiago M. Paixão, Rodrigo F. Berriel, Alberto F. De Souza, Claudine Badue, Nicu Sebe and Thiago Oliveira-Santos

Published in IJCNN 2019 Conference: 10.1109/IJCNN.2019.8852008

The preprint version can be accessed here.

Method Overview

Abstract

Deep learning techniques have enabled the emergence of state-of-the-art models to address object detection tasks. However, these techniques are data-driven, delegating the accuracy to the training dataset which must resemble the images in the target task. The acquisition of a dataset involves annotating images, an arduous and expensive process, generally requiring time and manual effort. Thus, a challenging scenario arises when the target domain of application has no annotated dataset available, making tasks in such situation to lean on a training dataset of a different domain. Sharing this issue, object detection is a vital task for autonomous vehicles where the large amount of driving scenarios yields several domains of application requiring annotated data for the training process. In this work, a method for training a car detection system with annotated data from a source domain (day images) without requiring the image annotations of the target domain (night images) is presented. For that, a model based on Generative Adversarial Networks (GANs) is explored to enable the generation of an artificial dataset with its respective annotations. The artificial dataset (fake dataset) is created translating images from day-time domain to night-time domain. The fake dataset, which comprises annotated images of only the target domain (night images), is then used to train the car detector model. Experimental results showed that the proposed method achieved significant and consistent improvements, including the increasing by more than 10% of the detection performance when compared to the training with only the available annotated data (i.e., day images).


Source-code

CycleGAN

The source code used for the CycleGAN model was made publicly available by Van Huy.

Faster R-CNN

The source code used for the Faster R-CNN model was made publicly available by Xinlei Chen.

For training the Faster R-CNN, a pre-trained resnet-101 model was used to initializate the process an can be downloaded here.


Trained Models

CycleGAN

The trained model used in this paper is available here.

Faster R-CNN

The trained models used in this paper are available here.


Dataset

Berkeley Deep Drive Dataset

Dataset Acquisition

Download the Berkeley Deep Drive dataset here. It is only necessary to download the Images and Labels files.

Dataset Filtering

After downloading the BDD dataset, the Images and Labels will be placed into the zipped files bdd100k_images.zip and bdd100k_labels.zip respectively. In the same directory, place the provided source code filter_dataset.py from this repository with the folder lists.

On the terminal, run: python filter_dataset.py. It will take a few minutes, and at the end, the folder images and labels will contain the images and bounding boxes of the images respectively.

Generated (Fake) Dataset

Available here.


Videos

Videos demonstrating the inference performed by the trained Faster R-CNN model which yielded the best results with our proposed system.

Testing on Day+Night Dataset Testing on Night Dataset
Video1 Inferences performed on day+night dataset Video2 Inferences performed on night dataset

BibTeX

@inproceedings{arruda2019ijcnn,
  author={Vinicius F. Arruda, Thiago M. Paixão, Rodrigo F. Berriel, Alberto F. De Souza, Claudine Badue, Nicu Sebe and Thiago Oliveira-Santos},
  booktitle={2019 International Joint Conference on Neural Networks (IJCNN)},
  title={Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night},
  year={2019},
  doi={10.1109/IJCNN.2019.8852008},
  ISSN={2161-4407},
  month={July}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].