hil-se / few-shot-citation-screening

0 stars 0 forks source link

Deep Metric Learning #4

Open azhe825 opened 3 years ago

azhe825 commented 3 years ago

https://towardsdatascience.com/deep-metric-learning-76fa0a5a415f

Similar to k-nearest neighbor:

  1. Train an encoder to encode raw data into a feature space.
  2. Data points belonging to the same/different classes should be closer/further to each other in the feature space.
  3. When a new class shows up, even with only one labeled data point for the new class, we can start predicting whether data points belong to the new class based on distances in the feature space.
azhe825 commented 3 years ago

https://link.springer.com/chapter/10.1007/978-3-319-24261-3_7