An open API service indexing awesome lists of open source software.

https://github.com/lucmos/relreps

Relative representations can be leveraged to enable solving tasks regarding "latent communication": from zero-shot model stitching to latent space comparison between diverse settings.
https://github.com/lucmos/relreps

invariance latent-communication relative-representation representation-learning stitching zero-shot

Last synced: 2 months ago
JSON representation

Relative representations can be leveraged to enable solving tasks regarding "latent communication": from zero-shot model stitching to latent space comparison between diverse settings.

Awesome Lists containing this project

README

          

# Relative representations enable zero-shot latent space communication

[Slides](https://lucmos.github.io/relreps-presentation/) |
[OpenReview](https://openreview.net/forum?id=SrC-nwieGJ) |
[arXiv](https://arxiv.org/abs/2209.15430) |
[BibTeX](#bibtex)


NN Template

[Luca Moschella](https://luca.moschella.dev/)\*,
[Valentino Maiorca](https://gladia.di.uniroma1.it/authors/maiorca/)\*,
[Marco Fumero](https://gladia.di.uniroma1.it/authors/fumero/),
[Antonio Norelli](https://noranta4.com/),
[Francesco Locatello](https://www.francescolocatello.com/),
[Emanuele Rodolà](https://gladia.di.uniroma1.it/authors/rodola/)

\* *equal contribution*

## Installation


NN Template
Python
Code style: black

```bash
pip install git+ssh://git@github.com/lucmos/relreps.git
```

## Quickstart

### Development installation

Setup the development environment:

```bash
git clone git@github.com:lucmos/relreps.git
cd relreps
conda env create -f env.yaml
conda activate relreps
pre-commit install
dvc pull
```

> Refer to the [template documentation](https://grok-ai.github.io/nn-template/0.2/) for an high level overview of the code structure.

### Update the dependencies

Re-install the project in edit mode:

```bash
pip install -e .[dev]
```

## BibTeX

```bibtex
@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}
}
```