## Matryoshka-Adaptor ### How we can reduce the size of embedding vector without losing much information? ###### (Yoon et al., 2024) --- ## What are embeddings?  ---  --- ## Matryoshka 2022 ###### (Kusupati et al., 2022)  ---
--- ## It defines the more efficient way to create embeddings (pre-training process) - it's great when we have enough resources to train own embedding model from scratch, but... --- ## It would be great to have a way to improve already trained embedding model --- ## Matryoshka-Adaptor 2024 ###### (Yoon et al., 2024)  ---
---
---
---
---
---
---
Two-fold (2x) reduction in dimensionality with zero loss in performance. It is a fantastic "free lunch"! ---
---
---
---
6x - 12x reduction without sacrificing performance --- What about PCA? > ''Also, PCA’s orthogonality > properties may limit its reliability for dimensionality reduction for vectors with highly non-linear > relationships, especially at high dimensionality.'' ---
--- ## Summary --- ### Evaluated on various domains and tasks: - English - Multilingual - Multimodal ---
--- ## Limitations Picking hyperparameters in the unsupervised setting is tricky. --- # Thank you for listening!