Day-Night Retrieval

A project website for the following publication:

No Fear of the Dark: Image Retrieval under Varying Illumination Conditions
Tomas Jenicek and Ondřej Chum
In International Conference on Computer Vision (ICCV), 2019

Related:  paper pdfGitHub project


Downloads

All datasets are in the cirtorch format

External


Method

Normalization network is pre-trained, pre-pended to an embedding network and the composition is fine-tuned.

Normalization Network Pre-Training

Normalization network is pre-trained on multi-exposure pixel-aligned image pairs.

Normalization network pre-training

Composition Network Fine-Tuning

Normalization (U-Net) and embedding (VGG) networks are fine-tuned end-to-end for retrieval with a contrastive loss.

Composition network fine-tuning


Datasets

Two datasets are used, one for image-to-image translation pre-training (SID) and one for image retrieval fine-tuning (rSfM).

Image-to-Image Translation (SID)

For a pair of pixel-aligned images, additional exposures were synthesized.

Visualization of images from SID datset

Image Retrieval Training (rSfM N/D)

A new dataset with night-day (night is always a query) image pairs was created.

Visualization of images from rSfM N/D dataset

Image Retrieval Evaluation (24/7 Tokyo)

A new evaluation protocol for day-night image retrieval is defined.

Visualization of images from 24/7 Tokyo dataset


Results

mAP measured on the new day-night (Tokyo) and standard day-day (ROxf, RPar) datasets.

methodTokyoROxf (M)RPar (M)
VGG rSfM 120k79.460.969.3
VGG rSfM N/D83.560.069.8
CLAHE + VGG rSfM N/D87.060.270.0
U-Net + VGG rSfM N/D86.560.269.6

Normalization Effect

Visualization of the embedding (VGG) network input after normalization.

Vizualization of normalizations effect


Resources


Papers

[1]

No Fear of the Dark: Image Retrieval under Varying Illumination Conditions
Jenicek, Tomas and Chum, Ondřej
In ICCV, 2019

Bibtex

@inproceedings{jenicek2019no,
    title={No Fear of the Dark: Image Retrieval under Varying Illumination Conditions},
    author={Jenicek, Tomas and Chum, Ond{\v{r}}ej},
    booktitle = {ICCV},
    year={2019}
}