Slides | OpenReview | arXiv | BibTeX
Luca Moschella*, Valentino Maiorca*, Marco Fumero, Antonio Norelli, Francesco Locatello, Emanuele Rodolà
* equal contribution
pip install git+ssh://[email protected]/lucmos/relreps.git
Setup the development environment:
git clone [email protected]:lucmos/relreps.git
cd relreps
conda env create -f env.yaml
conda activate relreps
pre-commit install
dvc pull
Refer to the template documentation for an high level overview of the code structure.
Re-install the project in edit mode:
pip install -e .[dev]
@inproceedings{
moschella2023relative,
title={Relative representations enable zero-shot latent space communication},
author={Luca Moschella and Valentino Maiorca and Marco Fumero and Antonio Norelli and Francesco Locatello and Emanuele Rodol{\`a}},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=SrC-nwieGJ}
}