Abstract
Finding exclusive closest pairs in road network is very useful to real applications such as, for example, finding a closest pair between a passenger and a nearby taxi in a road network. Few studies, however, have been interested in this problem. To match two close moving objects exclusively, one object must belong to only one result pair. Because moving objects in a road network change their position continuously, it is necessary to monitor closest pair results. In this paper, we propose a methodology to monitor k exclusive closest pairs via a road network. Proposed method only updates the results which are influenced by objects' movement. We evaluated the performance of the proposed method with various real road network data. The results show that our method produces better accuracy than normal batch processing methods.
배타적 최근접 쌍 검색 방법은 가까이 있는 승객과 택시 간에 쌍을 맺어주는 것과 같은 실 생활 응용 분야에 유용하게 쓰일 수 있으나, 그 중요성에 비해 많은 연구가 진행되지 않았다. 두 이동 객체가 배타적으로 최근접 쌍이 되기 위해서는 객체는 반드시 하나의 결과 쌍에 속해야 한다. 하지만, 이동 객체는 위치가 빈번하게 변하기 때문에 초기의 배타적 최근접 쌍 결과를 모니터링 해 줄 필요가 있다. 본 논문에서는 도로 네트워크를 기반으로 k 개의 배타적 최근접 쌍을 구하고 그 결과를 모니터링 하기 위한 방법을 제안한다. 제안하는 방법은 모든 객체에 대해 배타적 최근접 쌍 검색을 재수행하지 않고, 결과가 갱신되는 범위를 제한하여 부분적인 재수행을 함으로써 모니터링 수행 시간을 줄였다. 다양한 실제 도로 네트워크를 이용한 실험들을 통해 본 논문에서 제안하는 모니터링 방법의 성능을 측정하였다. 실험 결과는 본 논문에서 제안하는 모니터링 방법의 정확도가 일반적인 일괄처리 방법들에 비해 뛰어남을 보인다.