Adapting Metric Learning for High-Dimensional Embeddings
Was this section helpful?
Prototypical Networks for Few-Shot Learning, Jake Snell, Kevin Swersky, Richard Zemel, 2017Advances in Neural Information Processing Systems, Vol. 30 (NeurIPS) - Introduces Prototypical Networks, a seminal metric-based meta-learning algorithm frequently used with high-dimensional embeddings from foundation models.
Learning to Compare: Relation Network for Few-Shot Learning, Flood Sung, Yongxin Yang, Li Zhang, Tao Xiang, Philip H.S. Torr, Timothy M. Hospedales, 20182018 IEEE Conference on Computer Vision and Pattern Recognition - Introduces Relation Networks, a meta-learning approach that learns a non-linear function to compute a similarity score between embeddings, relevant for refining distance metrics.
The Johnson-Lindenstrauss Lemma and its applications to data streams, Piotr Indyk, Rajeev Motwani, 1998Proceedings of the thirtieth annual ACM symposium on Theory of computing (Association for Computing Machinery (ACM))DOI: 10.1145/276698.276856 - Presents applications of the Johnson-Lindenstrauss lemma, providing theoretical underpinning for using random projections for dimensionality reduction while preserving pairwise distances.
Revisiting Metric Learning for Few-Shot Image Classification, Wei-Yu Chen, Yen-Cheng Liu, Zsolt Kira, 2020Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) (IEEE)DOI: 10.1109/CVPRW50498.2020.00049 - Addresses practical issues in metric learning for few-shot classification, including the impact of high-dimensional feature spaces and strategies like L2 normalization and refined metric learning.