Authors: João Machado de Freitas and Bernhard C. Geiger
This repository is the official implementation of Information Funnels and Bottlenecks for Invariant Representation Learning.
To install requirements:
conda env create --file environment.yaml
conda activate torch
./taskfile all
@misc{defreitas2022funck,
author = {de Freitas, João Machado and Geiger, Bernhard C.},
title = {{Information Funnels and Bottlenecks for Invariant Representation Learning}},
publisher = {arXiv},
year = {2022},
url = {https://arxiv.org/abs/2211.01446}
}