Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Using NN (Neural Networks) to tackle continuous optimal transport problem is a promising approach especially for unpaired style-transfer problem. This method learns a one-to-one mapping (OT map) between the source and target data distributions but uses adversarial training (similar to GANs), which is not very stable.

License

Notifications You must be signed in to change notification settings

bin-koff/convexity-regularizer-NOT

Repository files navigation

Project's name: Convexity Regularizer for Neural Optimal Transport

Member of Project

  • Nikita Gushchin-TA

Team's name: BinKoff (Group 31)

Research Idea

The method proposed in the research paper uses adversarial training (kind of GANs). which is not very stable to compute the optimal transport map $T$. From the theory, the method's optimal "discriminator" must be convex, and its gradient can be used for inverse mapping from the target distribution to the source distribution.

Objectives

Add a convexity regularizer in the loss of neural optimal transport algorithm to improve its stability during direct, i.e. source-to-target or training-to-test map as well as to test the quality of generated images during inverse, i.e. target-to-source or test-to-training map.

Environment (Dependencies)

how to install:

  • pip3 install -r dependencies.txt or
  • pip install -r dependencies.txt

Repository Structure

Dataset

color-MNIST

Credits

  • weight and biases --> data logging for machine learning
  • FID score --> a metric for evaluating the quality of generated images and specifically developed to evaluate the performance of generative adversarial networks

References

  1. Alexander Korotin, Daniil Selikhanovych, Evgeny Burnaev. Neural Optimal Transport.Eleventh International Conference on Learning Representations.arXiv:2201.12220v3 [cs.LG] 1 Mar 2023

  2. Alexander Korotin. Neural Optimal Transport Presentation (August, 9th 2022)

About

Using NN (Neural Networks) to tackle continuous optimal transport problem is a promising approach especially for unpaired style-transfer problem. This method learns a one-to-one mapping (OT map) between the source and target data distributions but uses adversarial training (similar to GANs), which is not very stable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published