GithubHelp home page GithubHelp logo

Comments (10)

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Open questions

  1. what is a good sparsity regularizer for the task? Sparse Sep? l1 is too brittle w.r.t. the coeff and the pruning is too restrictive. Maybe we need to use evolutionary algo to do the pruning? Somehow we need to consider "bringing back" pruned components...

  2. how should we do training? one loss or many losses (with many optimizers)?

  3. what is the number of constraints for n > 2?

  4. what can we say from the general theory of differentiable games?

  5. how does MuZero solve the problem of learning decoder + model? no details in the paper

  6. can we solve the equation analytically somehow and see the number of fixed points (use Mathematica's Solve[...]?) -- should work as it's a fractional-polynomial equation

  7. how can we make the training distributed so that we can use multi-start to battle non-convexity?

  8. what does general theory says about it all (Polyak/Nesterov/Boyd/...)? -- write Polyak?

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Some exercises from Gerstner's lectures:
https://lcnwww.epfl.ch/gerstner/VideoLecturesANN-Gerstner.html -> Week 3

Exercise 1: Sol_Lecture7.pdf

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Johanni: small networks have local minima
Sergei: check if GANs break on 2 dimensions
Sergei: trying 5 and 3 for a start
Johanni: first, try 5 and then high-dimensional representation for observations

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Johanni: GANs' loss is split so that D does not make G worse ("consensus algorithm instead of a battle")

Sergei: 3 optimizers (disentanglement, model fit, non-degeneracy)

Look at Goodfellow's talks with functional analysis -- why do we freeze G?
https://www.youtube.com/watch?v=HGYYEUSm-0Q

https://channel9.msdn.com/Events/Neural-Information-Processing-Systems-Conference/Neural-Information-Processing-Systems-Conference-NIPS-2016/Generative-Adversarial-Networks

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Spiking networks -- built-in discreteness instead of l1

[nb from skype]

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024
  1. Try GAN with combined loss https://github.com/sergeivolodin/gans-playground . makes things worse
  2. Try math in |XAX^{-1}|_0 -> min s.t. X non degenerate . NP-hard
  3. Try all the loss splitting options in the optimizer and try more hyperparams

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Splitting might be bad for efficiency.
https://discourse.julialang.org/t/a-hacky-guide-to-using-automatic-differentiation-in-nested-optimization-problems/39123/6

Goal for the week: understand what the problem is (formulate concisely and solve / send to ppl)

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Related: https://en.wikipedia.org/wiki/Sparse_dictionary_learning

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

l1 projection + masking works ~ok in a toy setting (not the synth. experiment)

adapt? https://en.wikipedia.org/wiki/Matching_pursuit

Binary search for params in sparsity https://www.cs.virginia.edu/~bjc8c/class/cs6501-f18/papers/bhattacharya16sparsesep.pdf

from causality-disentanglement-rl.

sergeivolodin avatar sergeivolodin commented on September 24, 2024

Works with an observation model estimated separately, see the report

from causality-disentanglement-rl.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.