Hello! 👋

Usually a lurker, but excited to test out this new space.

I just finished my MSc at the Uni of Edinburgh, where I looked at Discrete Gradient Estimation in the context of MADDPG. I wrote a blog post about my work here: https://agents.inf.ed.ac.uk/blog/revisiting-gumbel-softmax-maddpg/

Next year, I'll be working as a Junior Research Engineer at InstaDeep. I'll be contributing to their open-source MARL library, Mava: https://github.com/instadeepai/Mava

:)

#introduction #machinelearning #reinforcementlearning

@callumtilbury really enjoyed your blog post. I wasn’t familiar with that application of discrete gradient estimators. Now I am curious to see if a simple gradient estimator we came up with and which has shown improvements over ST Gumbel Softmax could also be used here. https://arxiv.org/abs/2210.01941 (Figure 3 and 4). Let me know if you are interested / have cycles to collaborate.
SIMPLE: A Gradient Estimator for $k$-Subset Sampling

$k$-subset sampling is ubiquitous in machine learning, enabling regularization and interpretability through sparsity. The challenge lies in rendering $k$-subset sampling amenable to end-to-end learning. This has typically involved relaxing the reparameterized samples to allow for backpropagation, with the risk of introducing high bias and high variance. In this work, we fall back to discrete $k$-subset sampling on the forward pass. This is coupled with using the gradient with respect to the exact marginals, computed efficiently, as a proxy for the true gradient. We show that our gradient estimator, SIMPLE, exhibits lower bias and variance compared to state-of-the-art estimators, including the straight-through Gumbel estimator when $k = 1$. Empirical results show improved performance on learning to explain and sparse linear regression. We provide an algorithm for computing the exact ELBO for the $k$-subset distribution, obtaining significantly lower loss compared to SOTA.

arXiv.org