2018
DOI: 10.1007/s11280-018-0606-x
|View full text |Cite
|
Sign up to set email alerts
|

Spatio-temporal top-k term search over sliding window

Abstract: In part due to the proliferation of GPS-equipped mobile devices, massive volumes of geo-tagged streaming text messages are becoming available on social media. It is of great interest to discover most frequent nearby terms from such tremendous stream data. In this paper, we present novel indexing, updating, and query processing techniques that are capable of discovering topk most frequent nearby terms over a sliding window. Specifically, given a query location and a set of geo-tagged messages within a sliding w… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
10
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
8

Relationship

1
7

Authors

Journals

citations
Cited by 17 publications
(10 citation statements)
references
References 63 publications
0
10
0
Order By: Relevance
“…The experiment uses a computer with a 3.4 GHZ dual-core CPU and 32 GB of memory. Following the general setting of the traditional top-k query system, we assume that the index is stored in memory to support real-time response [16]. When we compare SPR with TMG, they are always in the same dataset state.…”
Section: Methodsmentioning
confidence: 99%
“…The experiment uses a computer with a 3.4 GHZ dual-core CPU and 32 GB of memory. Following the general setting of the traditional top-k query system, we assume that the index is stored in memory to support real-time response [16]. When we compare SPR with TMG, they are always in the same dataset state.…”
Section: Methodsmentioning
confidence: 99%
“…Note that if w i exists in min-heap H[s], we need to update w i to reflect the new LTP score (Lines 11-13). If the current LTP score of w i exceeds that of w t , we pop w t and push w i onto the min-heap (Lines [14][15][16]. This completes the update of the top-k result of s, which is maintained by the min-heap.…”
Section: Subscription Matchingmentioning
confidence: 99%
“…After updating M , we need to update the min-heap H. Specifically, if w is in H, we update H based on the new TP score of w computed by Equation 18 (lines 13-14). Else we retrieve the top element (term) w t in H and compare the current TP scores between w t and w (lines [16][17]. In particular, if the current TP score of w t is smaller than that of w, we replace w t with w in H and update H (lines 18-19).…”
Section: Update Of Tp Indexmentioning
confidence: 99%
“…Chen et al [21] study the top-k term search method over massive volumes of geo-tagged streaming data. The method can be widely used in discovering the most frequent nearby terms from tremendous stream data.…”
Section: B Research On Spatial Preferencementioning
confidence: 99%