NicolaBernini / PapersAnalysis

Analysis, summaries, cheatsheets about relevant papers
21 stars 4 forks source link

Paper Analysis - Generative Minimization Networks: Training GANs Without Competition #41

Open NicolaBernini opened 3 years ago

NicolaBernini commented 3 years ago

Analysis of the paper

Generative Minimization Networks: Training GANs Without Competition

https://arxiv.org/abs/2103.12685v1

NicolaBernini commented 3 years ago

Problem Description

GANs require solving an optimization problem which is harder than the single objective optimization problem typically observed in current ML: it is a MinMax optimization problem, so it combines multiple objectives, the ones of the 2 adversarial players

Using the usual tools, i.e. gradient based methods, works in theory but practically there are problems in terms of convergence:

Solution