Thank you for excellent work on IVON, really enjoyed the related papers.
I am interested in using it for my own research on Bayesian sparstfication and pruning of DNNs,
and I have an early implementation in JAX/Optax, you can find the repo (here)[https://github.com/dimarkov/blrax].
I would like to know if you have some general recommendations on tuning ivon's parameters. I did some testing
on deep MLPs, like MLP mixers, with CIFAR10 and CIFAR100. It is difficult to find a set of parameter values that work well
on both datasets. Also, to achieve comparable performance to adamw and lion, I need to use Cosine annealing for the
learning rate. Does this matches with your experience, or is this potentially an indication of a mistake in the implementation?
Also, I am curies if you have done some comparison with algorithms based on Lie-Groups BLR. Any idea on how do they compare in terms of results quality and convergence speed. I expect lie-group based ones
to be slower per iteration.
Thank you for excellent work on IVON, really enjoyed the related papers.
I am interested in using it for my own research on Bayesian sparstfication and pruning of DNNs,
and I have an early implementation in JAX/Optax, you can find the repo (here)[https://github.com/dimarkov/blrax].
I would like to know if you have some general recommendations on tuning ivon's parameters. I did some testing
on deep MLPs, like MLP mixers, with CIFAR10 and CIFAR100. It is difficult to find a set of parameter values that work well
on both datasets. Also, to achieve comparable performance to adamw and lion, I need to use Cosine annealing for the
learning rate. Does this matches with your experience, or is this potentially an indication of a mistake in the implementation?
Also, I am curies if you have done some comparison with algorithms based on Lie-Groups BLR. Any idea on how do they compare in terms of results quality and convergence speed. I expect lie-group based ones
to be slower per iteration.