Home

Awesome

Contrastive Sensor Fusion

Code implementing Contrastive Sensor Fusion, an approach for unsupervised learning of multi-sensor representations targeted at remote sensing imagery.

Check out our paper, "Representation Learning for Remote Sensing: An Unsupervised Sensor Fusion Approach".

t-SNE embedding of representations

Datasets

Our OSM-labeled dataset can be found at https://storage.cloud.google.com/public-published-datasets/osm_example_dataset.zip?folder=true&organizationId=272688069953

Configuration and Scripts

Training and experiments are all handled through runnable scripts in csf/scripts/. To see the full configuration a script accepts, run python3 csf/scripts/some_script.py --helpfull. To pass a set of configuration defined in a file, run python3 csf/scripts/scripy.py --flagfile=csf/parameters/some_config_file.cfg.

We handle configuration and flags with abseil. All configuration can be changed with command-line arguments or config files, but we've included the settings we used for the paper in csf/parameters/.

Training

To train the model, use csf/scripts/train_unsupervised.py. The training configuration used for the paper is in csf/parameters/training.cfg.

Experiments

There are a number of experiments available to run, all configured with csf/parameters/experiments.cfg. Experiments using a trained model should be passed --checkpoint=some_checkpoint. --experiment_bands configures which bands are passed.

Experiments:

Citation

TODO

License

This code is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) license, which we provide a plaintext version of.