AICurious Logo

What is: Fast Sample Re-Weighting?

SourceLearning Fast Sample Re-weighting Without Reward Data
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

Fast Sample Re-Weighting, or FSR, is a sample re-weighting strategy to tackle problems such as dataset biases, noisy labels and imbalanced classes. It leverages a dictionary (essentially an extra buffer) to monitor the training history reflected by the model updates during meta optimization periodically, and utilises a valuation function to discover meaningful samples from training data as the proxy of reward data. The unbiased dictionary keeps being updated and provides reward signals to optimize sample weights. Additionally, instead of maintaining model states for both model and sample weight updates separately, feature sharing is enabled for saving the computation cost used for maintaining respective states.