WO2019024348A1 - 基于兴趣区域的轨迹查询的匀速搜索算法 - Google Patents

基于兴趣区域的轨迹查询的匀速搜索算法 Download PDF

Info

Publication number
WO2019024348A1
WO2019024348A1 PCT/CN2017/113478 CN2017113478W WO2019024348A1 WO 2019024348 A1 WO2019024348 A1 WO 2019024348A1 CN 2017113478 W CN2017113478 W CN 2017113478W WO 2019024348 A1 WO2019024348 A1 WO 2019024348A1
Authority
WO
WIPO (PCT)
Prior art keywords
trajectory
query
spatial density
spatial
region
Prior art date
Application number
PCT/CN2017/113478
Other languages
English (en)
French (fr)
Inventor
毛睿
李荣华
陆敏华
王毅
罗秋明
商烁
刘刚
Original Assignee
深圳大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳大学 filed Critical 深圳大学
Publication of WO2019024348A1 publication Critical patent/WO2019024348A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Definitions

  • the invention belongs to a location-based service in the field of computer spatial data, and in particular relates to a uniform search algorithm based on trajectory query of an interest region.
  • trajectory search queries are generally classified into three categories.
  • the query parameter is a single spatial point, and the query looks for a trajectory that is spatially close to the query point.
  • Zheng et al. [K. Zheng, B. Zheng, J. Xu, G. Liu, A. Liu, and Z. Li. Popularityaware spatial keyword search on activity trajectories. World Wide Web, 19(6): 1–25, Online first, 2016.] Extend this query to the overlay space and text field, and propose a TkSK query to retrieve the trajectory spatially close to the query point to meet the semantic requirements of the query definition.
  • the query requires a set of locations (such as a sightseeing place) as parameters to return a link or a trajectory that approximates the query location according to some criteria.
  • locations such as a sightseeing place
  • TTL location-based trajectory search
  • the query parameters are a set or series of locations.
  • a place may not be the location of a point, but it may be a region of interest that contains several spatial objects.
  • the user may not be able to accurately specify the intended location, instead using the intended area instead.
  • TSR trajectory search interest
  • the present invention investigates a trajectory search interest (TSR) query by region, which aims to find a trajectory that has the highest correlation with the spatial density of the query region.
  • TSR queries are not valid for TSR queries for two reasons. First, TSL only considers space, while TSR takes into account spatial distance and spatial object density. Second, TSL is only performed in Euclidean space, and spatial index (for example, R-tree [A. Guttman. R-trees: a dynamic index structure for spatial searching. In SIGMOD, pages 47-57, 1984.]) is used. Improve query efficiency. But in our work, movement is limited to the space network.
  • the lower bound distance of the network may not be the corresponding Euclidean distance; therefore, spatial indicators such as R-tree are invalid of. This is the main reason we use network extensions (ie, Dijkstra's extension).
  • TSR query and its solution are different from PNC query.
  • the solution has the following six aspects: (i) query type: PNC query is spatial density query on space and density domain, and TSR query is spatial query (density also It is considered, but the query processing only occurs in the spatial domain).
  • Query parameters and results The PNC query takes the route as a parameter and returns a top-k cluster with the highest distance-density for the query route, while the TSR query takes a set of regions of interest as parameters and returns the highest spatial density. Off track.
  • Similarity function The similarity function is used for PNC queries to calculate the correlation of distance and density in the spatial and density domain, and their linear combination. In the spatial domain, it measures the network distance between the cluster center and the route; and in the density domain, calculates the density of the cluster.
  • the similarity function of the TSR query evaluates the spatial density correlation between the trajectory and a set of query regions. The distance between the trajectory and all spatial objects in the query area is taken into account.
  • the technical problem to be solved by the present invention is to provide a uniform search algorithm based on the trajectory query of the region of interest, which gives a set of trajectory parameters, and a TSR query needs a set of regions of interest as a parameter and returns in the trajectory set.
  • the track with the highest spatial density correlation in the query area can be used for many popular applications, such as trip planning and recommendations, and location-based services, extending the scope of applications.
  • the invention solves the problem that the existing TSL solution is invalid for TSR query (track-based query based on region of interest), and the existing PNC solution is not applicable to the TSR problem.
  • the present invention develops a straightforward method for computing TSR queries (track-based queries based on regions of interest), which is referred to as a uniform search (USS), which follows a filter-perfect mode.
  • a uniform search USS
  • Each query, the query area center pi is used as a so-called query source, and the network is extended (ie, extended Dijkstra [EWDijkstra.A note on two problems in connection with graphs.Numevik Math, 1:269–271, 1959) .]) is to explore the space network from these query sources at the same speed.
  • a uniform search requires that the trajectory be spatially close to the dense sub-region of the query area.
  • the upper and lower limits of the spatial density dependence of the track and a set of query regions are used for the pruning search space.
  • the present invention provides a uniform search algorithm based on the trajectory query of the region of interest, including the following steps:
  • C sd (C, ⁇ ) is the spatial density correlation of the trajectory ⁇ and the query region set C; c i represents any query region belonging to the set C, and C sd (ci, ⁇ ) represents the spatial density of ci and ⁇ Sex
  • Step 2 Use the same rate Dijkstra extension algorithm from each center of the query area, each time expanding the point with the smallest distance;
  • Step 3 Calculate the upper and lower limits of the spatial density, update LB and UB;
  • Step 4 Determine whether LB>UB or the search radius exceeds ⁇ , ⁇ is a threshold set in advance, if the search is completed, the search ends, and proceeds to the next step 5; if not, returns to step 3;
  • Step 5 Sort the trajectory according to the value of the upper limit of the spatial density
  • Step 6 Further refinement according to the trajectory ordering, returning the trajectory with the largest spatial density correlation.
  • the point at which each extended distance is the smallest in step 2 is expanded by selecting a vertex having a minimum distance label.
  • the upper and lower limits of the calculated spatial density in step 3 are specifically: for each newly scanned trajectory, if it is not scanned by the extended scan starting from pi, it is marked as being scanned by pi, Calculate its upper limit of spatial density C sd (C, ⁇ ).ub and the lower limit C sd (C, ⁇ ).lb;
  • C sd (C, ⁇ ) is the spatial density correlation of the trajectory ⁇ and the query region set C, C sd (C, ⁇ ).
  • lb represents the lower limit of this correlation;
  • c i represents any query region belonging to the set C ,
  • c i [tau] is the lower limit of density correlation calculated C sd (c i, ⁇ ) .lb formulas c1 to ⁇ 1 and the following Example:
  • p i is a point in the region c1
  • p i .g is the number of spatial objects attached to p i
  • d M (p1, ⁇ 1) represents the network distance between the point p1 and the trajectory ⁇ 1
  • sd(p i , p 1 ) represents the network distance between point p i and point p 1 ;
  • the upper limit of the spatial density is estimated as:
  • C sd (C, ⁇ ).ub represents the upper limit of this correlation
  • C sd (c i , ⁇ ).ub represents the upper limit of the spatial density dependence of the trajectory ⁇ and the query region c i
  • C sd (c i ) The formula for ⁇ ).ub is as follows:
  • C 1 represents ⁇ covered starting from the center c i of the search range
  • C 2 represents ⁇ not covered by starting from the center c i of the search range
  • re i represents the radius from the center of c i of the search range.
  • the update LB and UB in step 3 are specifically: if C sd (C, ⁇ ). lb > LB, LB is updated to C sd (C, ⁇ ). lb; if C sd ( C, ⁇ ).ub ⁇ UB, UB is updated to C sd (C, ⁇ ).ub.
  • the search ends in step 4, the trajectory whose upper limit of the spatial density is smaller than LB is deleted from Tf , and Tf is a set of all trajectories that are completely covered.
  • the trajectories in Tf in step 5 are sorted according to the value of the upper limit of the spatial density.
  • the trajectory ordering is further refined in step 6.
  • ⁇ p1, p2, ..., pi ⁇ is the closest to the center of the region ⁇ c1.m , c2.m,..., ci.m ⁇ vertices
  • perform Dijkstra extension algorithm from ⁇ p1, p2, ..., pi ⁇ to calculate the network distance between pi and vertices in region ci, once
  • the refinement terminates, returning the trajectory with the largest spatial density correlation;
  • Tr is the trajectory set that has been refined
  • Tu is the trajectory set that is not refined
  • Tr ⁇ Tu Tf
  • ⁇ ' is a piece in Tu Track.
  • the present invention has the following beneficial effects:
  • the present invention is based on the region of interest; in addition, we also study the TSR query in the case of specifying the sequence of access to the expected region; the present invention solves the existing TSL solution pair The TSR query is invalid and the existing PNC solution does not apply to the TSR issue.
  • FIG. 1 is a flow chart of a uniform search algorithm based on a region-based trajectory query of the present invention.
  • FIG. 2 is a schematic diagram of an example of a TSR query of the present invention.
  • Figure 3 is a schematic illustration of an embodiment of spatial density correlation of the present invention.
  • FIG. 4 is a schematic diagram of an example of a uniform search algorithm (USS algorithm) based on a region-based trajectory query according to the present invention.
  • USS algorithm uniform search algorithm
  • FIG. 5 is a schematic diagram showing the influence of the number of different query areas on the experimental results according to the present invention; wherein FIG. 5(a) represents the running time of the number of different query areas in the Beijing Road Network (BRN); FIG. 5(b) represents the Beijing Road Network. Number of access trajectories in the number of different query areas in (BRN).
  • FIG. 6 is a schematic diagram showing the influence of different trajectory lengths on the experimental results of the present invention. wherein, FIG. 6(a) represents the influence of different trajectory lengths on the running time in the Beijing Road Network (BRN); FIG. 6(b) represents the Beijing Road Network (Fig. 6(b) Number of access trajectories at different track lengths in BRN).
  • BRN Beijing Road Network
  • Figure 7 is a schematic diagram showing the influence of the radius of different regions of the present invention on the experimental results; wherein, Figure 7(a) represents the influence of the radius of different regions in the Beijing Road Network (BRN) on the running time; Figure 7(b) represents the Beijing Road Network (Fig. 7(b) The influence of the radius of different regions on the number of access trajectories in BRN).
  • BRN Beijing Road Network
  • Figure 8 is a schematic diagram showing the effect of different ⁇ on the experimental results of the present invention. wherein, Figure 8(a) represents the influence of different ⁇ on the running time in the Beijing Road Network (BRN); Figure 8(b) represents the Beijing Road Network (BRN). The effect of different ⁇ on the number of access trajectories.
  • FIG. 9 is a schematic diagram showing the influence of different object densities on the experimental results of the present invention.
  • FIG. 9(a) represents the influence of different object densities on the running time in the Beijing Road Network (BRN);
  • FIG. 9(b) represents the Beijing Road Network (Fig. 9(b) Different density in BRN) The effect of the degree object on the number of access trajectories.
  • Figure 10 is a schematic diagram showing the effect of the overlapping region of the present invention on experimental results; wherein Figure 10(a) represents the effect of different overlapping regions in the Beijing Road Network (BRN) on the running time; Figure 10(b) represents the Beijing Road Network (BRN). The effect of different overlapping regions on the number of access trajectories.
  • the system of the invention is defined as follows:
  • V is the set of vertices
  • I a set of edges.
  • the vertex vi ⁇ V represents the road intersection or end point.
  • the function F: V ⁇ E ⁇ Geometries records the geometric information of the spatial network. In particular, it maps the vertices and edges to the points of the respective road intersections and the polylines representing the corresponding road segments.
  • W:E ⁇ R assigns weights to each edge.
  • the weight of the edge e, W(e) represents the length of the corresponding link or some other relevant property such as fuel consumption or travel time, which can be obtained by mining historical traffic data.
  • vi (pi, ti)
  • the area of interest is a subgraph Contains vertex cV and edge cE, defined by center vm and radius r, where c.vm is the vertex in G: r is the network distance from c to the area boundary.
  • the spatial influence factor I(p1, p2) is defined as follows:
  • is a threshold.
  • the value of I(p1, p2) is inversely proportional to sd(p1, p2). If the distance between p1 and p2 reaches the threshold, the influence factor between them is set to zero.
  • the threshold is used to further trim the trajectory from the query area.
  • the value of I(p1, p2) is in the range [0, e - ⁇ ], e - ⁇ ⁇ (0, 1).
  • pi is a vertex belonging to c
  • p ⁇ is the vertex closest to the center c.m of the region.
  • Pi.g is the number of spatial objects connected to pi. Both spatial distance and spatial object density are taken into account. These functions extend the well-known longest common subsequence (LCSS) by considering the density of spatial objects.
  • LCSS longest common subsequence
  • each region plays an equally important role, so we use the Sigmoid function to normalize the spatial density correlation C sd (c, ⁇ ) to the range [0, 1].
  • the Sigmoid function is as follows:
  • C sd (C, ⁇ ) is the spatial density correlation of the trajectory ⁇ and the query region set C; c i represents any query region belonging to the set C, and C sd (ci, ⁇ ) represents the spatial density of ci and ⁇ Sex.
  • USS algorithm a uniform search algorithm based on the trajectory query of the region of interest according to the present invention:
  • the USS algorithm of the present invention is a simple method for calculating TRS queries based on filtering and refinement. Given the trajectory data set T and the query area set C, the USS seeks a trajectory spatially close to the dense area of the spatial object within the query area. Each regional center ci.m (ci ⁇ C) is selected as the so-called query source, and the network extension (ie Dijkstra's extension) performs network search from the query source at the same speed, and defines the upper and lower limits of the spatial density correlation. Trim the search space. By integrating the results, we found the trajectory with the greatest correlation with the spatial density of C. As shown in Figure 1, the specific steps of the algorithm of the present invention are as follows:
  • the global spatial density correlation lower bound LB is set to 0, and the global spatial density correlation upper bound UB is set to + ⁇ .
  • C sd (C, ⁇ ) is the spatial density dependence of the trajectory ⁇ and the set of query regions C
  • lb represents the lower bound of this correlation.
  • c i represents any one of the query regions belonging to the set C
  • lb represents the lower limit of the spatial density dependence of the trajectory ⁇ and the query region c i .
  • the formula for calculating C sd (c i , ⁇ ).lb is as follows (taking c1 and ⁇ 1 as examples):
  • p i is a point in the region c1
  • p i . g is the number of spatial objects attached to p i
  • d M (p, ⁇ ) represents the network distance between point p and trajectory ⁇
  • sd(p i , p j ) represents the point between point p i and point p j Network distance.
  • the upper limit of the spatial density correlation is estimated as:
  • C sd (C, ⁇ ).ub represents the upper limit of this correlation
  • C sd (c i , ⁇ ).ub represents the upper limit of the spatial density dependence of the trajectory ⁇ and the query region c i .
  • the formula for calculating C sd (c i , ⁇ ).ub is as follows:
  • C 1 indicates that ⁇ is covered by the search range from the center of c i
  • C 2 indicates that ⁇ is not covered by the search range starting from the center of c i
  • Re i represents the radius of the search range from the center of c i .
  • Tr is the set of tracks that have been refined
  • T u is the set of tracks that have not been refined.
  • FIG. 2 shows an example of a TSR query.
  • c1, c2, and c3 are TSR query areas
  • p1, p2, and p3 are the corresponding area centers
  • r1, r2, and r3 are radii.
  • Points p3, p4, ..., p8 are the sampling points within the track.
  • ⁇ 1, p6, p7, and p8 are sampling points closest to the centers p1, p2, and p3, respectively.
  • p4 and p5 are the sampling points closest to the centers p1 and p2, respectively.
  • Each region contains several spatial objects.
  • the trajectory ⁇ 2 is returned only when spatial proximity to the center of the region is taken into account because the trajectory ⁇ 2 is spatially closest to the center of the region. If we consider the distribution of spatial objects, the trajectory ⁇ 2 is less attractive than the trajectory ⁇ 1 because it is farther away from the region where the spatial object density is high.
  • the trajectory ⁇ 1 is the best choice when considering both of the above aspects (although the trajectory ⁇ 2 is slightly better in spatial distance than ⁇ 1).
  • Figure 3 shows an embodiment of spatial density correlation.
  • is a trajectory
  • c1 and c2 are two regions
  • p1 and p2 are their centers, respectively.
  • the vertices ⁇ p3, p4 ⁇ ⁇ are the points closest to p1 and p2 on ⁇ , ⁇ p5, p6, p7, p8 ⁇ ⁇ c1, ⁇ p9, p10 ⁇ ⁇ c2.
  • c1 and c2 are two regions, p1 and p2 are their centers respectively, ⁇ 1, ⁇ 2, ⁇ 3 are three trajectories, and p3 and p4 are the closest to p1 and p2 on the trajectory ⁇ 1. point.
  • the track set size in the BRN is set to 600,000, and when the NRN is set to 1000,000, the track length is set to 20 in the BRN, set to 100 in the NRN, and the number of query areas in the BRN and BRN is set to 6.
  • the average radius of the query area varies from 2 km to 10 km, at BRN (default 6 km); at NRN (default 150 km) varies from 50 km to 250 km.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Remote Sensing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种基于兴趣区域的轨迹查询的匀速搜索算法,包括如下步骤:步骤1:初始设置全局空间密度相关性下限LB=0,全局空间密度相关性上限UB=+∞;步骤2:从查询区域的每个中心使用相同速率的Dijkstra扩展算法,每次扩展距离最小的点;步骤3:计算空间密度的上限和下限,更新LB和UB;步骤4:判断LB>UB或搜索半径超过ε是否成立,ε是事先设置的阈值,如成立则搜索结束,进入下一步骤5;如不成立,则回到步骤3;步骤5:根据空间密度上限的值对轨迹进行排序;步骤6:按照轨迹排序进一步细化,返回具有最大空间密度相关性的轨迹。与传统轨迹搜索(TSL)查询不同,该算法是基于兴趣区域的,解决了现有的TSL解决方案对TSR查询无效的问题。

Description

基于兴趣区域的轨迹查询的匀速搜索算法 技术领域
本发明属于计算机空间数据领域基于位置的服务,尤其涉及一种基于兴趣区域的轨迹查询的匀速搜索算法。
背景技术
一般将现有的轨迹搜索查询分为三类。在点对点轨迹查询类别中,查询参数是单个空间点,并且查询寻找空间上靠近查询点的轨迹。郑等人[K.Zheng,B.Zheng,J.Xu,G.Liu,A.Liu,and Z.Li.Popularityaware spatial keyword search on activity trajectories.World Wide Web,19(6):1–25,online first,2016.]将此查询扩展到覆盖空间和文本域,并提出TkSK查询来检索在空间上靠近查询点的轨迹,以满足查询定义的语义要求。在点到轨迹查询类别中,查询需要一组地点(如观光场所)作为参数,返回一条连接或根据某种标准接近查询位置的轨迹。基于位置的轨迹搜索的概念(TSL)首先由Chen等提出[Z.Chen,H.T.Shen,X.Zhou,Y.Zheng,and X.Xie.Searching trajectories by locations:an efficiency study.In SIGMOD,pages 255–266,2010.]。这个研究仅考虑空间域(欧几里德空间)。尚等[S.Shang,R.Ding,B.Yuan,K.Xie,K.Zheng,and P.Kalnis.User oriented trajectory search for trip recommendation.In EDBT,pages156–167,2012.]观察到由于用户的特定偏好,空间相似性没有充分捕捉查询位置与轨迹之间的关系。然后他们提出以用户为导向的轨迹搜索并扩展查询覆盖空间和文本域。直观地,如果轨迹接近指定的查询位置(空间域),其文本属性值与用户的文字偏好(文字域)类似,将会被推荐给用户。在轨迹到轨迹类别中,查询检索与查询轨迹最相似的轨迹。例如,PTM查询[S.Shang,R.Ding,K.Zheng,C.S.Jensen,P.Kalnis,and X.Zhou.Personalized trajectory matching in spatial networks.VLDB J.,23(3):449–468,2014.]考虑时空相似性,ATSQ查询[K.Zheng,S.Shang,N.J.Yuan,and Y.Yang.Towards efficient search for activity trajectories.In ICDE,pages 230–241,2013.]考虑空间-文本相似性。
在大多数现有的研究轨迹搜索中,查询参数是一组或一系列的位置。然而,在某些情况下,一个地方可能不是一个点的位置,但可能是包含几个空间对象的感兴趣区域。此外,特别是当规划一个在陌生城市的旅行时,用户可能无法准确指定预期地点,而使用预期区域代替。这两个常见的案例正是现有轨迹搜索方法存在的问题或缺陷。
与现有研究不同,本发明研究按地区进行轨迹搜索的兴趣(TSR)查询,它旨在找到一个与查询区域的空间密度相关性最高的轨迹。现有的TSL解决方案对TSR查询无效,有两个原因。首先,TSL只考虑空间,而TSR考虑到空间距离和空间物体密度。二是TSL只在欧氏空间中进行,空间索引(例如,R-tree[A.Guttman.R-trees:a dynamic index structure for spatial searching.In SIGMOD,pages 47–57,1984.])用于提高查询效率。但在我们的工作中,运动被限制到空间网络。当网络中的边的权重是对旅行的许多方面(例如,燃料消耗和旅行时间)建模,网络的下限距离可能不是相应的欧几里德距离;因此,诸如R-tree等空间指标是无效的。这是我们使用网络扩展的主要原因(即,Dijkstra的扩展)。
最相关的工作可以说是集群附近的路径(PNC)查询[S.Shang,K.Zheng,C.S.Jensen,B.Yang,P.Kalnis,G.Li,and J.Wen.Discovery of path nearby clusters in spatial networks.IEEE Trans.Knowl.Data Eng.,27(6):1505–1518,2015.],因此我们在此详细介绍。TSR查询及其解决方案与PNC查询不同,其解决方案有以下六个方面:(i)查询类型:PNC查询是在空间和密度域上进行的空间密度查询,而TSR查询是空间查询(密度也被考虑,但查询处理仅发生在空间域)。(ii)查询参数和结果:PNC查询以路由为参数,并返回关于查询路由具有最高距离-密度的top-k簇,而TSR查询将一组感兴趣的地区作为参数并返回具有最高空间密度相 关的轨迹。(iii)相似度函数:相似度函数用于PNC查询,会计算距离和密度在空间和密度领域的相关性,以及它们的线性组合。在空间域中,它测量集群中心与路由之间的网络距离;并且在密度域中,计算簇的密度。TSR查询的相似度函数评估轨迹与一组查询区域之间的空间密度相关性。轨迹和查询区域内所有空间对象之间的距离均被考虑在内。(iv)数据模型和算法结构:对于PNC查询,集群的密度映射到一维空间(密度域),PNC查询处理搜索此域以查找高空间物体密度的集群。TSR查询没有单独的密度域。空间物体的密度是轨迹与查询区域中空间物体之间的距离的总和。由于这些差异,PNC和TSR要求不同的算法。(v)优化技术:由于以上与PNC的差异,TSR需要具体优化技术。因TSR查询具有多个查询区域参数,需要一个策略来安排多个查询区域。TSR重用并扩展查询源选择PNC方法(方程式12-14)来从查询区域中选择查询源。(vi)实验空间数据集:使用不同的空间数据集。对于PNC查询,空间对象是地理标记的微博帖子,轨迹数据没有使用,而对于TSR查询,空间对象是使用兴趣点和真实或合成的轨迹数据。由于这六个差异,TSR查询及其解决方案是新的。PNC解决方案不适用于TSR问题。
发明内容
本发明要解决的技术问题在于提供一种基于兴趣区域的轨迹查询的匀速搜索算法,其给定一个轨迹参数集合,一个TSR查询需要一组感兴趣的区域作为一个参数,并返回在轨迹集中与查询区域的空间密度相关性最高的轨迹。这种类型的查询可用于许多流行的应用,如行程规划和建议,和基于位置的服务,扩展了应用范围。本发明解决了现有的TSL解决方案对TSR查询(基于兴趣区域的轨迹查询)无效,现有的PNC解决方案不适用于TSR问题。
本发明开发一个直接的方法来计算TSR查询(基于兴趣区域的轨迹查询),它称为匀速搜索(USS),这遵循过滤-完善模式。每次查询时,查询区域中心pi被用作一个所谓的查询源,而网络的扩展(即扩展Dijkstra[E.W.Dijkstra.A note on two problems in connection with graphs.Numerische Math,1:269–271,1959.])是从这些查询源以相同的速度探索空间网络。匀速搜索要求轨迹在空间上接近查询区域的密集次区域。轨道与一组查询区域的空间密度相关性的上下限被用于剪枝搜索空间。
为解决上述技术问题,本发明提供一种基于兴趣区域的轨迹查询的匀速搜索算法,包括如下步骤:
步骤1:初始设置全局空间密度相关性下限LB=0,全局空间密度相关性上限UB=+∞;定义空间密度相关性计算公式:
Figure PCTCN2017113478-appb-000001
其中,Csd(C,τ)是轨迹τ与查询区域集合C的空间密度相关性;ci代表任意一个属于集合C的查询区域,Csd(ci,τ)代表ci与τ的空间密度相关性;
步骤2:从查询区域的每个中心使用相同速率的Dijkstra扩展算法,每次扩展距离最小的点;
步骤3:计算空间密度的上限和下限,更新LB和UB;
步骤4:判断LB>UB或搜索半径超过ε是否成立,ε是事先设置的阈值,如成立则搜索结束,进入下一步骤5;如不成立,则回到步骤3;
步骤5:根据空间密度上限的值对轨迹进行排序;
步骤6:按照轨迹排序进一步细化,返回具有最大空间密度相关性的轨迹。
作为本发明优选的技术方案,步骤2中所述每次扩展距离最小的点通过选择具有最小距离标签的顶点进行扩展。
作为本发明优选的技术方案,步骤3中所述计算空间密度的上限和下限具体为:对于每一个新扫描的轨迹,如果没有被从pi开始的扩展扫描,它被标记为已被pi扫描,计算其空间密度上限Csd(C,τ).ub和下限Csd(C,τ).lb;
空间密度下限估算公式为:
Figure PCTCN2017113478-appb-000002
其中,Csd(C,τ)是轨迹τ与查询区域集合C的空间密度相关性,Csd(C,τ).lb代表这个相关性的下限;ci代表任意一个属于集合C的查询区域,Csd(ci,τ).lb代表轨迹τ与查询区域ci的空间密度相关性的下限,计算Csd(ci,τ).lb的公式以c1与τ1为例如下:
Figure PCTCN2017113478-appb-000003
其中pi是区域c1中的一个点,pi.g是附属于pi的空间对象的数量,dM(p1,τ1)代表点p1与轨迹τ1之间的网络距离,sd(pi,p1)代表点pi和点p1之间的网络距离;
对应的,空间密度上限估算公式为:
Figure PCTCN2017113478-appb-000004
其中,Csd(C,τ).ub代表这个相关性的上限,Csd(ci,τ).ub代表轨迹τ与查询区域ci的空间密度相关性的上限,计算Csd(ci,τ).ub的公式如下:
Figure PCTCN2017113478-appb-000005
其中,C1表示τ被从ci的中心开始的搜索范围覆盖,C2表示τ没有被从ci的中心开始的搜索范围覆盖;rei表示从ci的中心开始的搜索范围的半径。
作为本发明优选的技术方案,步骤3中所述更新LB和UB具体为:如果Csd(C,τ).lb>LB,LB更新为Csd(C,τ).lb;如果Csd(C,τ).ub<UB,UB更新为Csd(C,τ).ub。
作为本发明优选的技术方案,步骤4中所述搜索结束,空间密度上限小于LB的轨迹从Tf中删除,Tf是所有被完全覆盖的轨迹的集合。
作为本发明优选的技术方案,步骤5中Tf中的轨迹根据空间密度上限的值排序。
作为本发明优选的技术方案,步骤6中所述按照轨迹排序进一步细化,具体为:对于轨迹τ∈Tf,假设{p1,p2,...,pi}是最靠近区域中心{c1.m,c2.m,...,ci.m}的顶点,从{p1,p2,...,pi}执行Dijkstra扩展算法来计算pi和区域ci内顶点之间的网络距离,一旦
Figure PCTCN2017113478-appb-000006
所述细化终止,返回具有最大空间密度相关性的轨迹;其中Tr是已经被细化的轨迹集合,Tu是未被细化的轨迹集合,Tr∪Tu=Tf,τ’是Tu中的一条轨迹。
与现有技术相比,本发明具有以下有益效果:
1、与传统轨迹搜索(TSL)查询不同,本发明是基于兴趣区域的;另外,我们还研究了在指定访问预期区域的序列情况下的TSR查询;本发明解决了现有的TSL解决方案对TSR查询无效,现有的PNC解决方案不适用于TSR问题。
2、经实验验证,更长的轨迹导致更多的采样点(顶点)被处理。对于本发明算法,CPU时间和访问顶点数将会增加。
3、经实验验证,更多查询区域会导致更多查询源被处理并具有更大的搜索空间。对于本发明算法,CPU时间和访问顶点数将会随着区域数|C|增加。
4、经实验验证,改变了区域半径c.r,值越大意味着更多的空间物体必须被处理并且意味着更大搜索空间。对于本发明算法,CPU时间和访问顶点数将会增加。
5、经实验验证,改变阈值ε,相对大的ε会导致更大的搜索空间。
6、经实验验证,更高的对象密度导致更多的计算量和更多的待访问轨迹。对于本发明算法,CPU时间和访问顶点数将会增加。
7、经实验验证,重叠区域的比例越高,查询区域彼此更接近,也就会减少查询区域的数量。对于本发明算法,CPU时间和访问轨迹数会降低。
附图说明
下面结合附图和实施例对本发明进一步说明。
图1是本发明基于兴趣区域的轨迹查询的匀速搜索算法的流程图。
图2是本发明TSR查询实例示意图。
图3是本发明空间密度相关性的实施例示意图。
图4为本发明基于兴趣区域的轨迹查询的匀速搜索算法(USS算法)的一个实例示意图。
图5为本发明的不同查询区域数量对实验结果的影响示意图;其中,图5(a)代表北京路网(BRN)中不同查询区域数量下的运行时间;图5(b)代表北京路网(BRN)中不同查询区域数量下的访问轨迹数。
图6是本发明的不同轨迹长度对实验结果的影响示意图;其中,图6(a)代表北京路网(BRN)中不同轨迹长度对于运行时间的影响;图6(b)代表北京路网(BRN)中不同轨迹长度下的访问轨迹数。
图7是本发明的不同区域半径对实验结果的影响示意图;其中,图7(a)代表北京路网(BRN)中不同区域半径对运行时间的影响;图7(b)代表北京路网(BRN)中不同区域半径对访问轨迹数的影响。
图8是本发明的不同ε对实验结果的影响示意图;其中,图8(a)代表北京路网(BRN)中不同ε对运行时间的影响;图8(b)代表北京路网(BRN)中不同ε对访问轨迹数的影响。
图9是本发明的不同对象密度对实验结果的影响示意图;其中,图9(a)代表北京路网(BRN)中不同对象密度对运行时间的影响;图9(b)代表北京路网(BRN)中不同密 度对象对访问轨迹数的影响。
图10是本发明的重叠区域对实验结果的影响示意图;其中,图10(a)代表北京路网(BRN)中不同重叠区域对运行时间的影响;图10(b)代表北京路网(BRN)中不同重叠区域对访问轨迹数的影响。
具体实施方式
现在结合附图对本发明作进一步详细的说明。这些附图均为简化的示意图,仅以示意方式说明本发明的基本结构,因此其仅显示与本发明有关的构成。
本发明系统定义如下:
空间网络
我们将空间网络建模为一个无向连通图G(V,E,F,W),其中V是顶点集,
Figure PCTCN2017113478-appb-000007
是一个边集。顶点vi∈V表示道路交叉点或终点。定义边ek=(vi,vj)∈E通过两个顶点,并表示路段顶点vi和vj之间的行进功能。函数F:V∪E→Geometries记录空间网络的几何信息.特别地,它将顶点和边分别映射到相应道路交叉口的点和代表相应路段的折线。函数W:E→R给每个边分配权重。边e的权重W(e)代表相应的路段长度或一些其他相关性质如燃油消耗或旅行时间,可以通过挖掘历史交通数据获得。
轨迹
轨迹是一个有限的有序序列<v1,v2,...,vn>,其中vi=(pi,ti),其中pi是样点(在顶点处),ti是时间戳。在这项研究中,我们只考虑轨迹的空间属性。
兴趣区域
兴趣区域是一个子图
Figure PCTCN2017113478-appb-000008
包含顶点c.V和边c.E,通过中心vm和半径r定义,其中c.vm是G中的顶点:r是从c到区域边界的网络距离。
空间密度相关性
给定空间网络中的任何两个顶点pa和pb,它们之间的网络最短路径由SP(pa,pb)表示,其长度由sd(pa,pb)表示。给出一个轨迹τ和空间网络中的顶点o,最小距离顶点o和轨迹τ之间的dM(o,τ)定义为:
Figure PCTCN2017113478-appb-000009
其中pi是τ中的点。
给定两个空间点p1和p2,空间影响因子I(p1,p2)定义如下:
Figure PCTCN2017113478-appb-000010
ε是一个阈值。I(p1,p2)的值与sd(p1,p2)成反比。如果p1和p2之间的距离达到阈值,则设置它们之间的影响因子是0。阈值用于从查询区域进一步修剪轨迹。I(p1,p2)的值在范围内[0,e],e∈(0,1)。
一个区域c与轨迹τ之间的空间密度相关性Csd(c,τ)定义如下:
Figure PCTCN2017113478-appb-000011
这里,pi是属于c的顶点,p∈τ是最接近区域中心c.m的顶点。pi.g是连接到pi的空间对象个数。空间距离和空间对象密度都被考虑在内。这些功能通过考虑空间物体的密度来扩展众所周知的最长公共子序列(LCSS)。
在TSR查询处理中,每个地区都扮演着同样重要的角色,所以我们使用Sigmoid函数归一化空间密度相关性Csd(c,τ)到范围[0,1]。
Sigmoid函数如下:
S(x)=1/(1+e-x)
代入x=Csd(c,τ),S(x)即为空间密度相关性归一化之后的值。
通过组合每个区域ci∈C的空间密度相关性,一组区域的集合C和轨迹τ之间的空间密度相关性由下面给出:
Figure PCTCN2017113478-appb-000012
其中,Csd(C,τ)是轨迹τ与查询区域集合C的空间密度相关性;ci代表任意一个属于集合C的查询区域,Csd(ci,τ)代表ci与τ的空间密度相关性。
以下是本发明基于兴趣区域的轨迹查询的匀速搜索算法(简称USS算法):
本发明USS算法是一种简单的方法,基于过滤和细化来计算TRS查询。给定轨迹数据集T和查询区域集合C,USS求查询区域内在空间上靠近空间对象密集区域的轨迹。每个地区中心ci.m(ci∈C)被选为所谓的查询源,网络扩展(即Dijkstra的扩展)从查询源以相同的速度进行网络搜索,并对空间密度相关性的上下限定义来修剪搜索空间。通过整合结果,发现与C的空间密度相关性最大的轨迹。如图1所示,本发明算法的具体步骤如下:
1.最初,全局空间密度相关性下限LB设置为0,全局空间密度相关性上限UB设置为+∞。
2.从查询区域的每个中心依次使用相同速率的Dijkstra扩展算法(即在各个中心以相同的速率进行Dijkstra算法,即同一迭代中访问相同个数的点),通过选择具有最小距离标签的顶点进行扩展。
3.计算空间密度的上下限,更新LB和UB:对于每一个新扫描的轨迹,如果没有被从pi开始的扩展扫描,它被标记为已被pi扫描,我们计算其空间密度上限Csd(C,τ).ub和下限Csd(C,τ).lb。如果Csd(C,τ).lb>LB,LB更新为Csd(C,τ).lb。此外,如果Csd(C,τ).ub<UB,UB更新为Csd(C,τ).ub。
空间密度下限估算公式为:
Figure PCTCN2017113478-appb-000013
其中,Csd(C,τ)是轨迹τ与查询区域集合C的空间密度相关性,Csd(C,τ).lb代表这个相关性的下限。ci代表任意一个属于集合C的查询区域,Csd(ci,τ).lb代表轨迹τ与查询区域ci的空间密度相关性的下限。而计算Csd(ci,τ).lb的公式如下(以c1与τ1为例):
Figure PCTCN2017113478-appb-000014
其中pi是区域c1中的一个点,pi。g是附属于pi的空间对象的数量,dM(p,τ)代表点p 与轨迹τ之间的网络距离,sd(pi,pj)代表点pi和点pj之间的网络距离。
对应的,空间密度相关性上限估算公式为:
Figure PCTCN2017113478-appb-000015
其中,Csd(C,τ).ub代表这个相关性的上限,Csd(ci,τ).ub代表轨迹τ与查询区域ci的空间密度相关性的上限。计算Csd(ci,τ).ub的公式如下:
Figure PCTCN2017113478-appb-000016
其中,C1表示τ被从ci的中心开始的搜索范围覆盖,C2表示τ没有被从ci的中心开始的搜索范围覆盖。rei表示从ci的中心开始的搜索范围的半径。
4.如果LB>UB或搜索半径超过ε,其中ε是事先设置的阈值,网络扩展终止,即搜索结束,Csd(C,τ).ub小于LB的轨迹从Tf中删除,Tf是所有被完全覆盖的轨迹的集合。Tf中的轨迹根据Csd(C,τ).ub的值排序。如果LB≤UB或搜索半径≤ε,则返回上一步骤;
5.按照轨迹排序进一步细化,一旦
Figure PCTCN2017113478-appb-000017
细化终止,返回具有最大空间密度相关性的轨迹。其中Tr是已经被细化的轨迹集合,Tu是未被细化的轨迹集合。
细化:对于轨迹τ∈Tf,假设{p1,p2,...,pi}是最靠近区域中心{c1.m,c2.m,...,ci.m}的顶点。我们从{p1,p2,...,pi}执行Dijkstra扩展算法来计算pi和区域ci内顶点之间的网络距离。一旦我们有了
Figure PCTCN2017113478-appb-000018
细化终止,返回Csd(C,τ)最大的轨迹。这里Tr是细化过的轨迹的集合,Tu是一组未细化的轨迹,Tr∪Tu=Tf,τ’是Tu中的一条轨迹。
图2显示了一个TSR查询实例。如图2所示,c1,c2,c3是TSR查询区域,p1,p2,p3是相应的区域中心,r1、r2和r3是半径。点p3,p4,…,p8是轨迹内的采样点。在轨迹τ1中,p6,p7,p8分别是离中心p1,p2和p3最近的采样点。在轨迹τ2中,p4,p5分别是离中心p1,p2最近的采样点。每个区域包含几个空间对象。只有在对该区域中心的空间接近性被考虑到时,轨迹τ2才被返回,因为轨迹τ2在空间上最接近该地区中心。如果我们考虑空间对象的分布,轨迹τ2则比轨迹τ1缺少吸引力,因为它更远离空间对象密度高的地区。当同时考虑以上两个方面时,轨迹τ1是最好的选择(尽管轨迹τ2是在空间距离上比τ1略好)。
图3显示了空间密度相关性的实施例。以图3为例,τ是一条轨迹,c1和c2是两个区域,p1和p2分别是它们的中心。顶点{p3,p4}∈τ分别是τ上离p1和p2最近的点,{p5,p6,p7,p8}∈c1,{p9,p10}∈c2。空间密度相关性Csd(c1,τ)and Csd(c2,τ)被计算为:Csd(c1,τ)= p1·g·I(p1,p3)+p5·g·I(p5,p3)+p6·g·I(p6,p3)+p7·g·I(p7,p3)+p8·g·I(p8,p3),Csd(c2,τ)=p2·g·I(p2,p4)+p9·g·I(p9,p4)+p10·g·I(p10,p3)。
图4为本发明USS算法的一个实例,c1和c2是两个区域,p1和p2分别为它们的中心,τ1,τ2,τ3为三条轨迹,p3和p4是轨迹τ1上最靠近p1和p2的点。在USS算法中,我们使用区域中心p1和p2作为查询源,利用Dijkstra扩展算法以相同速率进行计算。被搜索的区域的半径是从中心p1和p2到相应搜索边界的最短距离re1和re2,由于是匀速搜索,故re1=re2。P3是τ1上最靠近p1的点,故dM(p1,τ)=sd(p1,p3)。当一条轨迹被所有查询源的搜索区域覆盖到时(如τ1),则被称为完全覆盖;当一条轨迹只被一部分查询源的搜索区域覆盖到时(如τ2),被称为部分覆盖;当一条轨迹没有被任何查询源的搜索区域覆盖到时(如τ3),被称为未覆盖。
以下通过具体实验来验证本发明的效果:
我们使用从两个空间网络提取的图形,即北京路网(BRN)和北美道路网(NRN)。分别包含28,342个顶点和27,690条边,和17,813个顶点,179,179条边。图形由邻接列表索引。对于BRN,我们使用一个真实的北京出租车的轨迹数据集和实数数据集感兴趣的(空间物体),其中包含80万个轨迹和30万个POI(兴趣点)。原始POI具有经度和纬度坐标,它们被映射到空间网络,分配给它们最近的顶点。对于BRN中的每个顶点p,我们记录具有其最近顶点的对象的数量。因此,我们不需要在TSR查询处理期间访问个人空间对象。我们与以前的研究分享POI设定[S.Shang,K.Zheng,C.S.Jensen,B.Yang,P.Kalnis,G.Li,and J.Wen.Discovery of path nearby clusters in spatial networks.IEEE Trans.Knowl.Data Eng.,27(6):1505–1518,2015.]。对于NRN,较大的合成数据用于研究可扩展性。NRN包含4,000,000条轨迹。对于NRN中的每个顶点p’,我们得出该数的附加空间物体,我们将这个数字存储为一个属性。我们有180万个派生空间物体。在BRN,默认距离阈值设置在10公里,而在NRN中,默认设置为200公里。所有算法都是在Java中实现并在Windows 8平台上运行,使用英特尔酷睿i7-3520M处理器(2.90GHz)和8GB内存。
默认情况下,BRN中的轨迹集大小设置为600,000,而在NRN设置为1000,000,轨迹长度在BRN中设置为20,在NRN中设置为100,在BRN和BRN中查询区域的数量设置为6。查询区域的平均半径从2公里变化到10公里,在BRN(默认6公里);在NRN(默认150公里)从50公里到250公里变化。
1.剪枝效果
首先,我们设置实验来查看算法在图上的剪枝效果,实验结果如下:
  USS
剪枝率(BRN) 0.32
保留率(BRN) 0.68
剪枝率(NRN) 0.37
保留率(NRN) 0.63
表1 USS算法的剪枝效果
2.区域数的影响
如图5所示,更多查询区域会导致更多查询源被处理并具有更大的搜索空间。所以,对于本发明算法,CPU时间和访问顶点数将会随着区域数|C|增加。
3.轨迹长度的影响
如图6所示,我们改变轨迹长度τ.l。更长的轨迹导致更多的采样点(顶点)被处理。所以,对于本发明算法,CPU时间和访问顶点数将会增加。
4.区域半径的影响
如图7所示,我们改变了区域半径c.r,值越大意味着更多的空间物体必须被处理并且 意味着更大搜索空间。所以,对于本发明算法,CPU时间和访问顶点数将会增加。
5.ε的影响
如图8所示,我们改变阈值ε,实验结果表明,相对大的ε会导致更大的搜索空间。
6.对象密度的影响
如图9所示,我们研究了对象密度对查询性能的影响。在BRN中,每个区域中的空间对象数量从5000到25,000变化,而在NRN中,每个区域的对象数量从10,000到50,000不等。直观地说,更高的对象密度导致更多的计算量和更多的待访问轨迹。因此,对于本发明算法,CPU时间和访问顶点数将会增加。
7.重叠区域
如图10所示,我们研究重叠区域对查询性能的影响。重叠区域的比例越高,查询区域彼此更接近,也就会减少查询区域的数量。因此,CPU时间和访问轨迹数会降低。
以上述依据本发明的理想实施例为启示,通过上述的说明内容,相关工作人员完全可以在不偏离本项发明技术思想的范围内,进行多样的变更以及修改。本项发明的技术性范围并不局限于说明书上的内容,必须要根据权利要求范围来确定其技术性范围。

Claims (7)

  1. 一种基于兴趣区域的轨迹查询的匀速搜索算法,其特征在于,包括如下步骤:
    步骤1:初始设置全局空间密度相关性下限LB=0,全局空间密度相关性上限UB=+∞;定义空间密度相关性计算公式:
    Figure PCTCN2017113478-appb-100001
    其中,Csd(C,τ)是轨迹τ与查询区域集合C的空间密度相关性;ci代表任意一个属于集合C的查询区域,Csd(ci,τ)代表ci与τ的空间密度相关性;
    步骤2:从查询区域的每个中心使用相同速率的Dijkstra扩展算法,每次扩展距离最小的点;
    步骤3:计算空间密度的上限和下限,更新LB和UB;
    步骤4:判断LB>UB或搜索半径超过ε是否成立,ε是事先设置的阈值,如成立则搜索结束,进入下一步骤5;如不成立,则回到步骤3;
    步骤5:根据空间密度上限的值对轨迹进行排序;
    步骤6:按照轨迹排序进一步细化,返回具有最大空间密度相关性的轨迹。
  2. 如权利要求1所述的算法,其特征在于,步骤2中所述每次扩展距离最小的点通过选择具有最小距离标签的顶点进行扩展。
  3. 如权利要求1所述的算法,其特征在于,步骤3中所述计算空间密度的上限和下限具体为:对于每一个新扫描的轨迹,如果没有被从pi开始的扩展扫描,它被标记为已被pi扫描,计算其空间密度上限Csd(C,τ).ub和下限Csd(C,τ).lb;
    空间密度下限估算公式为:
    Figure PCTCN2017113478-appb-100002
    其中,Csd(C,τ)是轨迹τ与查询区域集合C的空间密度相关性,Csd(C,τ).lb代表这个相关性的下限;ci代表任意一个属于集合C的查询区域,Csd(ci,τ).lb代表轨迹τ与查询区域ci的空间密度相关性的下限,计算Csd(ci,τ).lb的公式以c1与τ1为例如下:
    Figure PCTCN2017113478-appb-100003
    其中pi是区域c1中的一个点,pi.g是附属于pi的空间对象的数量,dM(p1,τ1)代表点p1与轨迹τ1之间的网络距离,sd(pi,p1)代表点pi和点p1之间的网络距离;
    对应的,空间密度上限估算公式为:
    Figure PCTCN2017113478-appb-100004
    其中,Csd(C,τ).ub代表这个相关性的上限,Csd(ci,τ).ub代表轨迹τ与查询区域ci的空间密度相关性的上限,计算Csd(ci,τ).ub的公式如下:
    Figure PCTCN2017113478-appb-100005
    其中,C1表示τ被从ci的中心开始的搜索范围覆盖,C2表示τ没有被从ci的中心开始的搜索范围覆盖;rei表示从ci的中心开始的搜索范围的半径。
  4. 如权利要求3所述的算法,其特征在于,步骤3中所述更新LB和UB具体为:如果Csd(C,τ).lb>LB,LB更新为Csd(C,τ).lb;如果Csd(C,τ).ub<UB,UB更新为Csd(C,τ).ub。
  5. 如权利要求1所述的算法,其特征在于,步骤4中所述搜索结束,空间密度上限小于LB的轨迹从Tf中删除,Tf是所有被完全覆盖的轨迹的集合。
  6. 如权利要求5所述的算法,其特征在于,步骤5中Tf中的轨迹根据空间密度上限的值排序。
  7. 如权利要求1所述的算法,其特征在于,步骤6中所述按照轨迹排序进一步细化,具体为:对于轨迹τ∈Tf,假设{p1,p2,...,pi}是最靠近区域中心{c1.m,c2.m,...,ci.m}的顶点,从{p1,p2,...,pi}执行Dijkstra扩展算法来计算pi和区域ci内顶点之间的网络距离,一旦
    Figure PCTCN2017113478-appb-100006
    所述细化终止,返回具有最大空间密度相关性的轨迹;其中Tr是已经被细化的轨迹集合,Tu是未被细化的轨迹集合,Tr∪Tu=Tf,τ’是Tu中的一条轨迹。
PCT/CN2017/113478 2017-08-04 2017-11-29 基于兴趣区域的轨迹查询的匀速搜索算法 WO2019024348A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710659372.9A CN107526788A (zh) 2017-08-04 2017-08-04 基于兴趣区域的轨迹查询的匀速搜索算法
CN201710659372.9 2017-08-04

Publications (1)

Publication Number Publication Date
WO2019024348A1 true WO2019024348A1 (zh) 2019-02-07

Family

ID=60680650

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/113478 WO2019024348A1 (zh) 2017-08-04 2017-11-29 基于兴趣区域的轨迹查询的匀速搜索算法

Country Status (2)

Country Link
CN (1) CN107526788A (zh)
WO (1) WO2019024348A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113487865A (zh) * 2021-07-02 2021-10-08 江西锦路科技开发有限公司 一种高速公路行驶车辆信息采集系统及方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106447097A (zh) * 2016-09-20 2017-02-22 北京工业大学 一种受限最长频繁路径的查询方法
CN106650486A (zh) * 2016-09-28 2017-05-10 河北经贸大学 路网环境中的轨迹隐私保护方法
CN106780262A (zh) * 2017-01-13 2017-05-31 中国科学院遥感与数字地球研究所 一种考虑城市道路网络约束的同位模式发现方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106447097A (zh) * 2016-09-20 2017-02-22 北京工业大学 一种受限最长频繁路径的查询方法
CN106650486A (zh) * 2016-09-28 2017-05-10 河北经贸大学 路网环境中的轨迹隐私保护方法
CN106780262A (zh) * 2017-01-13 2017-05-31 中国科学院遥感与数字地球研究所 一种考虑城市道路网络约束的同位模式发现方法及装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SHANG, SHUO ET AL.: "Searching Trajectories by Regions of Interest", IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, vol. 29, no. 7, 31 July 2017 (2017-07-31), XP011651537 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113487865A (zh) * 2021-07-02 2021-10-08 江西锦路科技开发有限公司 一种高速公路行驶车辆信息采集系统及方法
CN113487865B (zh) * 2021-07-02 2022-07-22 江西锦路科技开发有限公司 一种高速公路行驶车辆信息采集系统及方法

Also Published As

Publication number Publication date
CN107526788A (zh) 2017-12-29

Similar Documents

Publication Publication Date Title
Shang et al. Searching trajectories by regions of interest
Shang et al. Parallel trajectory similarity joins in spatial networks
Luo et al. Finding time period-based most frequent path in big trajectory data
JP4878178B2 (ja) データ処理方法および装置並びにその処理プログラム
Shang et al. Discovery of path nearby clusters in spatial networks
Chen et al. Parallel semantic trajectory similarity join
Huang et al. Continuous distance-based skyline queries in road networks
Anwar et al. Capturing the spatiotemporal evolution in road traffic networks
Al-Khalidi et al. Approximate algorithms for static and continuous range queries in mobile navigation
Nutanong et al. Memory-efficient algorithms for spatial network queries
Qi et al. Efficient point-based trajectory search
Ali et al. The maximum trajectory coverage query in spatial databases
Huang et al. Dynamic graph mining for multi-weight multi-destination route planning with deadlines constraints
Ghosh et al. Traj-cloud: a trajectory cloud for enabling efficient mobility services
Li et al. Efficient k NN query for moving objects on time-dependent road networks
CN114201480A (zh) 一种基于nlp技术的多源poi融合方法、装置及可读存储介质
WO2019024348A1 (zh) 基于兴趣区域的轨迹查询的匀速搜索算法
WO2019024345A1 (zh) 基于带序兴趣区域的轨迹查询的匀速搜索扩展算法
Xu et al. Continuous k nearest neighbor queries over large multi-attribute trajectories: a systematic approach
WO2019024346A1 (zh) 基于兴趣区域的轨迹查询的扩张搜索算法
WO2019024343A1 (zh) 基于带序兴趣区域的轨迹查询的扩张搜索扩展算法
Xiong et al. Geo-gap tree: A progressive query and visualization method for massive spatial data
WO2019024344A1 (zh) 基于带序兴趣区域的轨迹查询的启发式扩张搜索扩展算法
He et al. Spatio-temporal trajectory anomaly detection based on common sub-sequence
CN114896480A (zh) 基于路网索引的Top-K空间关键字查询方法

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17919897

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17919897

Country of ref document: EP

Kind code of ref document: A1