Proceedings of the 2021 International Conference on Management of Data 2021
DOI: 10.1145/3448016.3457550
|View full text |Cite
|
Sign up to set email alerts
|

Milvus

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
22
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 72 publications
(29 citation statements)
references
References 34 publications
0
22
0
Order By: Relevance
“…In addition to feeding the input data to the model, the embedding-based method has to search for the nearest neighbors in the user movements database. Even though efficient data structures for nearest neighbor search exist [28], there is a space and time overhead to store and find the most similar items, compared to the classification-based model that directly predicts the user from the input. On the other hand, classification-based models need to be retrained when enrolling users or when the enrollment data changes in general, which is a much larger overhead.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…In addition to feeding the input data to the model, the embedding-based method has to search for the nearest neighbors in the user movements database. Even though efficient data structures for nearest neighbor search exist [28], there is a space and time overhead to store and find the most similar items, compared to the classification-based model that directly predicts the user from the input. On the other hand, classification-based models need to be retrained when enrolling users or when the enrollment data changes in general, which is a much larger overhead.…”
Section: Discussionmentioning
confidence: 99%
“…These are stored in a suitable data structure that allows for fast nearestneighbor search using the Euclidean distance. Examples for data structures are vector similarity databases such as Milvus [28]. We stress that while this data needs to be collected to later identify these users, the data is not used to retrain the model.…”
Section: Predictionmentioning
confidence: 99%
“…Then create the interfaces for video upload, video classification, and video recommendation. Create a Milvus [17] database, second, to hold information about video features. Use Springboot to build the Web backend manager, which will implement the upload, categorization, and recommendation processes for videos.…”
Section: General System Design Overviewmentioning
confidence: 99%
“…It is increasingly common that rich, unstructured data such as large texts, images and video are not only stored, but given semantics through a process called vectorization [1] which captures the features of the data object in a cost-effectively processed numerical vector such as ⃗ k = [6,7]. The vectors are n-dimensional, and consist of natural, real, or complex numbers, where one number represents a feature or a part of a feature.…”
Section: Introductionmentioning
confidence: 99%
“…The DBMS, however, in all cases, facilitates data management that is feasible, freeing development resources towards other business domain critical tasks by providing ready-made features such as transaction and access control, automated database scalability, and query optimization. Additionally, increasingly complex business domains require increasingly complex features such as vector similarity search complemented by metadata filters, as well as searching with multiple query vectors [1], and efficient ways to manage access control and concurrent transactions.…”
Section: Introductionmentioning
confidence: 99%