2022

Lottery Pools: Winning More by Interpolating Tickets without Increasing Training or Inference Cost

Yin, Lu, Liu, Shiwei, Fang, Meng et al.

Understand

Lottery tickets (LTs) is able to discover accurate and sparse subnetworks that could be trained in isolation to match the performance of dense networks.

  • Ensemble, in parallel, is one of the oldest time-proven tricks in machine learning to improve performance by combining the output of multiple independent models.
  • However, the benefits of ensemble in the context of LTs will be diluted since ensemble does not directly lead to stronger sparse subnetworks, but leverages their predictions for a better decision.
  • In this work, we first observe that directly averaging the weights of the adjacent learned subnetworks significantly boosts the performance of LTs.

Reading the bibliography…