paper-with-me

홈 › Papers

Exploring Large Action Sets with Hyperspherical Embeddings using von Mises-Fisher Sampling

2025-07-01 · Walid Bendada, Guillaume Salha-Galvan, Romain Hennequin, Théo Bontempelli, Thomas Bouabça, Tristan Cazenave arxiv

This paper introduces von Mises-Fisher exploration (vMF-exp), a scalable method for exploring large action sets in reinforcement learning problems where hyperspherical embedding vectors represent these actions. vMF-exp involves initially sampling a state embedding representation using a von Mises-Fisher distribution, then exploring this representation's nearest neighbors, which scales to virtually unlimited numbers of candidate actions. We show that, under theoretical assumptions, vMF-exp asymptotically maintains the same probability of exploring each action as Boltzmann Exploration (B-exp), a popular alternative that, nonetheless, suffers from scalability issues as it requires computing softmax values for each action. Consequently, vMF-exp serves as a scalable alternative to B-exp for exploring large action sets with hyperspherical embeddings. Experiments on simulated data, real-world public data, and the successful large-scale deployment of vMF-exp on the recommender system of a global music streaming service empirically validate the key properties of the proposed method.

📄 PDF Abstract BibTeX arXiv:2507.00518

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Hyperspherical Query Likelihood Models with Word Embeddings

2017-11-01 · IJCNLP 2017 11 · Ryo Masumura, Taichi Asami, Hirokazu Masataki, Kugatsu Sadamitsu 외

This paper presents an initial study on hyperspherical query likelihood models (QLMs) for information retrieval (IR). Our motivation is to naturally utilize pre-trained word embeddings for probabilistic IR. To this end, …

Information RetrievalLanguage ModelingLanguage ModellingRetrieval+2

SphereRE: Distinguishing Lexical Relations with Hyperspherical Relation Embeddings

2019-07-01 · ACL 2019 7 · Chengyu Wang, Xiaofeng He, Aoying Zhou

Lexical relations describe how meanings of terms relate to each other. Typical examples include hypernymy, synonymy, meronymy, etc. Automatic distinction of lexical relations is vital for NLP applications, and also chall…

RelationRepresentation Learning

Hypersphere Face Uncertainty Learning

2021-01-01 · Shen Li, Jianqing Xu, Xiaqing Xu, Pengcheng Shen 외

An emerging line of research has found that \emph{hyperspherical} spaces better match the underlying geometry of facial images, as evidenced by the state-of-the-art facial recognition methods which benefit empirically fr…

Face Verification

Hyperspherical Embedding for Point Cloud Completion

2023-07-11 · CVPR 2023 1 · Junming Zhang, Haomeng Zhang, Ram Vasudevan, Matthew Johnson-Roberson

Most real-world 3D measurements from depth sensors are incomplete, and to address this issue the point cloud completion task aims to predict the complete shapes of objects from partial observations. Previous works often …

DecoderMulti-Task LearningPoint Cloud Completion

HyperSpaceX: Radial and Angular Exploration of HyperSpherical Dimensions

2024-08-05 · Chiranjeev Chiranjeev, Muskan Dosi, Kartik Thakral, Mayank Vatsa 외

Traditional deep learning models rely on methods such as softmax cross-entropy and ArcFace loss for tasks like classification and face recognition. These methods mainly explore angular features in a hyperspherical space,…

Face Recognition