paper-with-me

홈 › Papers

Succinct Trit-array Trie for Scalable Trajectory Similarity Search

2020-05-21 · Shunsuke Kanda, Koh Takeuchi, Keisuke Fujii, Yasuo Tabei

Massive datasets of spatial trajectories representing the mobility of a diversity of moving objects are ubiquitous in research and industry. Similarity search of a large collection of trajectories is indispensable for turning these datasets into knowledge. Locality sensitive hashing (LSH) is a powerful technique for fast similarity searches. Recent methods employ LSH and attempt to realize an efficient similarity search of trajectories; however, those methods are inefficient in terms of search time and memory when applied to massive datasets. To address this problem, we present the trajectory-indexing succinct trit-array trie (tSTAT), which is a scalable method leveraging LSH for trajectory similarity searches. tSTAT quickly performs the search on a tree data structure called trie. We also present two novel techniques that enable to dramatically enhance the memory efficiency of tSTAT. One is a node reduction technique that substantially omits redundant trie nodes while maintaining the time performance. The other is a space-efficient representation that leverages the idea behind succinct data structures (i.e., a compressed data structure supporting fast data operations). We experimentally test tSTAT on its ability to retrieve similar trajectories for a query from large collections of trajectories and show that tSTAT performs superiorly in comparison to state-of-the-art similarity search methods.

📄 PDF Abstract BibTeX arXiv:2005.10917

Code (1)

kampersanda/frechet_simsearch 공식 구현

Similar Papers 제목 키워드 기반

Dynamic Path-Decomposed Tries

2019-06-14 · Shunsuke Kanda, Dominik Köppl, Yasuo Tabei, Kazuhiro Morita 외

A keyword dictionary is an associative array whose keys are strings. Recent applications handling massive keyword dictionaries in main memory have a need for a space-efficient implementation. When limited to static appli…

NutriScreener: Retrieval-Augmented Multi-Pose Graph Attention Network for Malnourishment Screening

2025-11-20 · Misaal Khan, Mayank Vatsa, Kuldeep Singh, Richa Singh arxiv

Child malnutrition remains a global crisis, yet existing screening methods are laborious and poorly scalable, hindering early intervention. In this work, we present NutriScreener, a retrieval-augmented, multi-pose graph …

Succinct Data Structures for NLP-at-Scale

2016-12-01 · COLING 2016 12 · Matthias Petri, Trevor Cohn

Succinct data structures involve the use of novel data structures, compression technologies, and other mechanisms to allow data to be stored in extremely small memory or disk footprints, while still allowing for efficien…

Information RetrievalLanguage ModellingRetrieval

Semantic Nutrition Estimation: Predicting Food Healthfulness from Text Descriptions

2025-12-03 · Dayne R. Freudenberg, Daniel G. Haughian, Mitchell A. Klusty, Caroline N. Leach 외 arxiv

Accurate nutritional assessment is critical for public health, but existing profiling systems require detailed data often unavailable or inaccessible from colloquial text descriptions of food. This paper presents a machi…

Yum-me: A Personalized Nutrient-based Meal Recommender System

2016-05-25 · Longqi Yang, Cheng-Kang Hsieh, Hongjian Yang, Nicola Dell 외

Nutrient-based meal recommendations have the potential to help individuals prevent or manage conditions such as diabetes and obesity. However, learning people's food preferences and making recommendations that simultaneo…

BenchmarkingRecommendation Systems