JP2017143472A - Device, program and method for estimating user's movement object - Google Patents

Device, program and method for estimating user's movement object Download PDF

Info

Publication number
JP2017143472A
JP2017143472A JP2016024846A JP2016024846A JP2017143472A JP 2017143472 A JP2017143472 A JP 2017143472A JP 2016024846 A JP2016024846 A JP 2016024846A JP 2016024846 A JP2016024846 A JP 2016024846A JP 2017143472 A JP2017143472 A JP 2017143472A
Authority
JP
Japan
Prior art keywords
time
position information
moving speed
time window
moving object
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2016024846A
Other languages
Japanese (ja)
Other versions
JP6551999B2 (en
Inventor
直 小林
Sunao Kobayashi
直 小林
村松 茂樹
Shigeki Muramatsu
茂樹 村松
宏紀 石塚
Hiroki Ishizuka
宏紀 石塚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2016024846A priority Critical patent/JP6551999B2/en
Publication of JP2017143472A publication Critical patent/JP2017143472A/en
Application granted granted Critical
Publication of JP6551999B2 publication Critical patent/JP6551999B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a device or the like capable of estimating a movement object by taking the stay/movement of a portable terminal carried by a user into consideration regardless of position information in which spatial granularity is rough and time intervals are not constant.SOLUTION: The device includes: communication history storage means for storing a plurality of communication logs obtained by associating a time with position information in each portable terminal; first movement speed calculation means for calculating a first movement speed based on the position information and a lapse time about a prescribed fixation time window including a communication log in each communication log; second movement speed calculation means for calculating a second movement speed based on the position information and a lapse time about a fluctuation time window in which a past time is set longer by as much as a prescribed condition than the fixation time window in each communication log; a movement object reference table obtained by associating the range of the first movement speed with the range of the second movement speed in each object; and movement object estimation means for selecting a movement object including both the first movement speed and the second movement speed by using the movement object reference table.SELECTED DRAWING: Figure 2

Description

本発明は、ユーザが所持する携帯端末における通信履歴を用いて、そのユーザの行動を推定する技術に関する。   The present invention relates to a technique for estimating a user's behavior using a communication history in a portable terminal possessed by the user.

スマートフォンやタブレットのような携帯端末は、GPS(Global Positioning System)や加速度センサ等の測位機能を搭載している。携帯端末が、その位置情報を履歴としてサービス事業者のサーバへ送信することによって、そのサーバは、ユーザの現在位置における、移動速度や滞在時間のような行動履歴を導出することができる。   Mobile terminals such as smartphones and tablets are equipped with positioning functions such as GPS (Global Positioning System) and acceleration sensors. The mobile terminal transmits the position information as a history to the server of the service provider, so that the server can derive an action history such as a moving speed and a staying time at the current position of the user.

これに対し、携帯端末が、GPSのような測位機能やそのアプリケーションを常時又は定期的に起動させることは、電池の充電量の消費を早めることとなる。また、各携帯端末が位置情報をサーバへ送信するために、携帯端末から発信する通信パケット量の増大や、それら通信パケットによるネットワークの輻輳を招く恐れもある。   On the other hand, when the portable terminal activates a positioning function such as GPS or its application constantly or periodically, the consumption of the battery charge is accelerated. In addition, since each mobile terminal transmits position information to the server, there is a possibility that an increase in the amount of communication packets transmitted from the mobile terminal and network congestion due to the communication packets may occur.

従来、通信事業者側として、通信設備装置によって取得可能な、各携帯端末が配下となる基地局の位置情報を用いて、ユーザの有意圏を推定する技術がある(例えば特許文献1参照)。この技術によれば、携帯端末の測位機能を起動させる必要がない。但し、基地局の位置情報だけでは、空間的粒度が粗く、且つ、時間間隔が一定でないという不都合な点もある。そのために、この技術によれば、各携帯端末について、多数の基地局の位置情報をクラスタリングして滞在/移動を判定している。その結果、「滞在」位置の精度が低くなってしまう。   2. Description of the Related Art Conventionally, there is a technique for estimating a user's significant sphere using position information of a base station under the control of each mobile terminal that can be acquired by a communication equipment device as a communication provider side (see, for example, Patent Document 1). According to this technology, there is no need to activate the positioning function of the mobile terminal. However, the base station position information alone has disadvantages that the spatial granularity is coarse and the time interval is not constant. Therefore, according to this technique, for each mobile terminal, the stay / movement is determined by clustering position information of a large number of base stations. As a result, the accuracy of the “stay” position is lowered.

また、通信事業者側として、携帯端末が配下となる基地局の位置情報の履歴に対して、「Leader Algorithm」と称される凝集型クラスタリング方法を用いて、有意圏を推定する技術もある(例えば非特許文献1参照)。   There is also a technology on the telecommunications carrier side that estimates the significant sphere by using an agglomerative clustering method called “Leader Algorithm” for the history of location information of base stations under the control of a mobile terminal ( For example, refer nonpatent literature 1).

更に、通信事業者側として、各携帯端末における基地局の切り替わり回数に対して上限値(例えば3回)を設定し、その上限値を超えない一連の時間帯を「滞在」と判定する技術もある(例えば非特許文献2参照)。   Furthermore, as a communication carrier side, there is also a technology for setting an upper limit value (for example, three times) for the number of base station switching in each portable terminal and determining a series of time zones not exceeding the upper limit value as “stay”. (See Non-Patent Document 2, for example).

更に、通信事業者側として、時系列の通信ログを所定の時間窓に区分し、時間窓毎に複数の基地局の位置情報における確率分布に基づいて、滞在/移動を判定する技術もある(例えば特許文献2参照)。「滞在」と判定された場合、各時間窓における複数の位置情報の重心を代表点とし、代表点と距離が近い集合にクラスタリングする。そのクラスタから得られた位置を、滞在位置とする。   Furthermore, there is a technology on the telecommunications carrier side that divides a time-series communication log into predetermined time windows and determines stay / movement based on probability distributions in position information of a plurality of base stations for each time window ( For example, see Patent Document 2). When it is determined as “stay”, the center of gravity of a plurality of pieces of position information in each time window is used as a representative point, and clustering is performed into a set having a distance close to the representative point. A position obtained from the cluster is defined as a stay position.

更に、通信ログから、滞在位置を判定する技術もある(例えば非特許文献3参照)。この技術によれば、時系列の通信ログの位置情報が、連続して閾値Dの範囲外となる場合、最初に閾値Dの範囲外となった通信ログの直前までを、同一のクラスタとする。但し、閾値Dの範囲外となる通信ログが連続して現れても、所定数を超える前にその直前のクラスタに含まれる通信ログが生じた場合、閾値Dの範囲外である通信ログは外れ値として扱う。また、連続して異なるクラスタが生じた場合でも、クラスタの中心間の距離がD/3以内であれば、これらのクラスタを同一のクラスタとみなす。そして、クラスタの重心を、滞在位置とする。   Furthermore, there is a technique for determining a stay position from a communication log (see, for example, Non-Patent Document 3). According to this technique, when the position information of the time-series communication log is continuously outside the range of the threshold D, the same cluster is set immediately before the communication log that first falls outside the range of the threshold D. . However, even if communication logs that are outside the range of the threshold D appear continuously, if a communication log included in the immediately preceding cluster occurs before the predetermined number is exceeded, the communication log that is outside the range of the threshold D is excluded. Treat as a value. Even if different clusters occur successively, if the distance between the centers of the clusters is within D / 3, these clusters are regarded as the same cluster. Then, the center of gravity of the cluster is set as the stay position.

更に、滞在と判定された通信ログが発生した時刻から、所定時間mintimeだけ遡った時間範囲に含まれる全通信ログとの距離を算出し、各通信ログとの距離が閾値Dの範囲内であれば、同一の「滞在」であると判定する技術がある(例えば非特許文献4参照)。ここで、同一の滞在と判定された場合、各通信ログ間の距離を総当りで求め、合計距離が最小となる通信ログの場所を「滞在位置」とする。また、それ以降に発生した通信ログについては、滞在位置との距離がD/2以内であれば、同一の滞在位置とする。一方で、この条件を満たさなければ、その直前の通信ログまでを「滞在」とし、新たな通信ログを開始点として順次に通信ログを処理する。   Further, the distance from all communication logs included in a time range that is traced back by a predetermined time mintime from the time when the communication log determined to be stayed is calculated, and the distance from each communication log is within the threshold D range. For example, there is a technique for determining that they are the same “stay” (see Non-Patent Document 4, for example). Here, when it is determined that the stays are the same, the distance between the communication logs is obtained as a brute force, and the location of the communication log that minimizes the total distance is defined as the “stay position”. Further, communication logs generated thereafter are set to the same stay position if the distance from the stay position is within D / 2. On the other hand, if this condition is not met, the communication log up to the immediately preceding communication log is set as “stay”, and the communication log is sequentially processed starting from the new communication log.

前述したような滞在/移動を判定する技術とは別に、通信ログから、ユーザが搭乗しているであろう移動対象物(歩行、自転車、バス、電車等)を推定する技術もある(例えば特許文献3参照)。この技術によれば、通信事業者側として、接続基地局の遷移から算出した移動確率、移動距離及び移動時間と、移動対象物毎の平均速度及び標準偏差とを比較して、移動対象物を推定する。   In addition to the technology for determining stay / movement as described above, there is also a technology for estimating a moving object (walking, bicycle, bus, train, etc.) that the user is likely to board from communication logs (for example, patents). Reference 3). According to this technology, as a communication carrier side, the movement probability, movement distance and movement time calculated from the transition of the connected base station are compared with the average speed and standard deviation for each movement object, and the movement object is presume.

また、X秒間隔で位置を取得し、Y(X<Y)秒毎に平均速度、最高速度、最高加速度を算出することによって、ユーザの移動対象物を推定する技術もある(例えば特許文献4参照)。この技術によれば、平均速度から滞在/移動を判定し、最高速度から自転車か又は高速乗車物する。ここで、高速乗車物と判定された場合、最高加速度から、乗用車か又は鉄道かを判定する。   There is also a technique for estimating a user's moving object by acquiring positions at intervals of X seconds and calculating average speed, maximum speed, and maximum acceleration every Y (X <Y) seconds (for example, Patent Document 4). reference). According to this technique, stay / movement is determined from the average speed, and the bicycle or high-speed vehicle is used from the maximum speed. Here, when it is determined that the vehicle is a high-speed vehicle, it is determined from the maximum acceleration whether the vehicle is a passenger car or a railway.

特開2012−85095号公報JP 2012-85095 A 特開2014−116808号公報JP 2014-116808 A 特開2012−272316号公報JP 2012-272316 A 特開2010−19811号公報JP 2010-19811 A

S. Isaacman、R. Becker、R. Caceres、S.G. Kobourov、M. Martonosi、J. Rowland、and A. Varshavsky、「Identifying Important Places in People's Lives from Cellular Network Data」、Proc. of the 9th International Conference on Pervasive Computing、pp.133-151、2011S. Isaacman, R. Becker, R. Caceres, SG Kobourov, M. Martonosi, J. Rowland, and A. Varshavsky, "Identifying Important Places in People's Lives from Cellular Network Data", Proc. Of the 9th International Conference on Pervasive Computing, pp.133-151, 2011 M.A. Bayir、M. Demirbas、and N. Eagle、「Mobility profiler: A framework for discovering mobility profiles of cell phone users」、Proc. of the International Conference on Pervasive and Mobile Computing、vol.6、no.4、pp.435--454、2010MA Bayir, M. Demirbas, and N. Eagle, `` Mobility profiler: A framework for discovering mobility profiles of cell phone users '', Proc. Of the International Conference on Pervasive and Mobile Computing, vol.6, no.4, pp. 435--454, 2010 J. H. Kang、W. Welbourne、B. Stewart, G. Borriello、「Extracting places from traces of locations」、ACM SIGMOBILE Mobile Computing and Communications Review、vol.9、no.3、July 2005J. H. Kang, W. Welbourne, B. Stewart, G. Borriello, "Extracting places from traces of locations", ACM SIGMOBILE Mobile Computing and Communications Review, vol. 9, no. 3, July 2005 J. Liu、O. Wolfson、H. Yin、「Extracting Semantic Location from Outdoor Positioning Systems」、Proc. of the 7th International Conference on Mobile Data Management (MDM 2006)、pp.73、2006J. Liu, O. Wolfson, H. Yin, "Extracting Semantic Location from Outdoor Positioning Systems", Proc. Of the 7th International Conference on Mobile Data Management (MDM 2006), pp. 73, 2006

非特許文献1及び特許文献1に記載された技術によれば、滞在地間を移動する際に発生する基地局の変化が、滞在位置の精度に影響する。
また、特許文献2及び非特許文献3、4に記載の技術によれば、「滞在」でない場合に「移動」状態としているに過ぎず、移動速度や移動距離を何ら考慮していない。
更に、非特許文献2に記載の技術によれば、位置情報を考慮していないので、移動中に通信を発生させない携帯端末に対しては、移動前の滞在地と移動後の滞在地と区別することができない。また、狭い範囲に基地局が密に配置されている場合、滞在時間を過度に細かく分割してしまう。
更に、特許文献2に記載された技術によれば、時間窓毎に、滞在の条件を満たす複数の基地局の位置情報が存在する場合、全ての基地局を利用した測位を実施して、滞在に係る位置を一箇所に集約させている。その結果、1つの時間窓に含まれる複数の基地局の間を携帯端末が移動した際に、滞在と判定する場合もある。
更に、特許文献2、3及び非特許文献3、4に記載の技術によれば、滞在/移動の判定基準として、距離を用いている。この距離が長いほど移動と判定され難く(滞在と判定され易く)、移動と判定する精度がより高くなる(滞在との判定結果の精度がより低くなる)。また、当該距離が短いほど、移動と判定がされ易く、移動と判定する精度がより低くなる。従って、これらの技術では、滞在及び移動がバランスよく判定可能となる距離を1つ決定した上で、滞在/移動を判定している。
According to the techniques described in Non-Patent Document 1 and Patent Document 1, a change in the base station that occurs when moving between the staying locations affects the accuracy of the staying location.
In addition, according to the techniques described in Patent Document 2 and Non-Patent Documents 3 and 4, when the state is not “stay”, only the “moving” state is set, and the moving speed and the moving distance are not considered at all.
Furthermore, according to the technique described in Non-Patent Document 2, since the location information is not taken into consideration, for mobile terminals that do not generate communication during movement, the staying place before moving and the staying place after moving are distinguished. Can not do it. In addition, when base stations are densely arranged in a narrow range, the staying time is excessively divided.
Furthermore, according to the technique described in Patent Document 2, when there is location information of a plurality of base stations that satisfy the stay condition for each time window, the positioning using all the base stations is performed and the stay is performed. The positions related to are consolidated in one place. As a result, when the mobile terminal moves between a plurality of base stations included in one time window, it may be determined that the user is staying.
Furthermore, according to the techniques described in Patent Documents 2 and 3 and Non-Patent Documents 3 and 4, distance is used as a determination criterion for stay / movement. The longer this distance is, the less likely it is to be determined to be moving (easy to be determined as stay), and the higher accuracy to determine that it is moving (the accuracy of the determination result as stay is lower). Also, the shorter the distance, the easier it is to determine that it is moving, and the lower the accuracy of determining that it is moving. Therefore, in these techniques, the stay / movement is determined after determining one distance at which the stay and movement can be determined in a well-balanced manner.

ここで、特許文献3及び4に記載の技術によれば、ユーザの移動対象物を推定するために、所定時間範囲で移動した距離に応じて算出された速度や加速度を用いている。ユーザの位置の「滞在/移動」までは判定しない。そのために、同一の移動対象物であっても、短時間で滞在/移動を繰り返す移動対象物と、長時間移動する移動対象物とを区別して判定することとなる。例えば移動対象物「電車」であっても、「普通」電車は、平均的速度に注目すると、移動対象物「自動車」と判定される場合も想定できる。   Here, according to the techniques described in Patent Documents 3 and 4, in order to estimate the user's moving object, the speed and acceleration calculated according to the distance moved in a predetermined time range are used. It is not determined until “stay / movement” of the user's position. Therefore, even for the same moving object, the moving object that repeats staying / moving in a short time and the moving object that moves for a long time are distinguished and determined. For example, even if it is a moving object “train”, it can be assumed that an “ordinary” train is determined as a moving object “automobile” when attention is paid to the average speed.

特に、特許文献4に記載の技術によれば、速度ができる限り正確であることを要する。そのために、基地局の位置情報のように、空間的粒度が粗く且つ時間間隔が一定でない位置情報の通信ログでは、移動対象物を推定することは難しい。   In particular, according to the technique described in Patent Document 4, the speed needs to be as accurate as possible. For this reason, it is difficult to estimate a moving object with a communication log of position information with a coarse spatial granularity and a fixed time interval, such as the position information of a base station.

例えば、基地局間距離2kmで疎に配置されたエリアにあって、時速60kmで走行する移動対象物に搭乗しているユーザの携帯端末が、30秒に1回、通信するとする。ここで計測される速度とは、前後の通信ログにおける基地局位置及び時刻差から算出したものである。携帯端末と基地局との間の周辺環境によっては、接続される基地局も変化し、正確な速度を算出することができない。   For example, it is assumed that a mobile terminal of a user who is on a moving object traveling at a speed of 60 km / h in an area sparsely arranged with a distance between base stations of 2 km communicates once every 30 seconds. The speed measured here is calculated from the base station position and time difference in the preceding and following communication logs. Depending on the surrounding environment between the mobile terminal and the base station, the connected base station also changes, and an accurate speed cannot be calculated.

そこで、本発明は、空間的粒度が粗く且つ時間間隔が一定でない位置情報であっても、ユーザ所持の携帯端末の滞在/移動を考慮して、移動対象物を推定することができる装置、プログラム及び方法を提供することを目的とする。   Therefore, the present invention provides an apparatus and a program that can estimate a moving object in consideration of the stay / movement of a mobile terminal possessed by a user even if the position information is spatially coarse and the time interval is not constant. And to provide a method.

本発明によれば、携帯端末を所持したユーザの移動対象物を推定する装置であって、
携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積した通信履歴蓄積手段と、
通信ログ毎に、当該通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出する第1の移動速度算出手段と、
通信ログ毎に、固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する第2の移動速度算出手段と、
移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられた移動対象物参照テーブルと、
移動対象物参照テーブルを用いて、第1の移動速度及び第2の移動速度の両方が含まれる移動対象物を選択する移動対象物推定手段と
を有することを特徴とする。
According to the present invention, an apparatus for estimating a moving object of a user carrying a mobile terminal,
Communication history storage means for storing a plurality of communication logs in which time and position information are associated with each portable terminal;
For each communication log, for a predetermined fixed time window including the communication log, first movement speed calculation means for calculating a first movement speed based on position information and elapsed time;
A second moving speed calculating means for calculating a second moving speed based on the position information and the elapsed time for a variable time window in which the past time is set longer than the fixed time window by a predetermined condition for each communication log;
A moving object reference table in which a first moving speed range and a second moving speed range are associated with each moving object;
And a moving object estimation means for selecting a moving object including both the first moving speed and the second moving speed using a moving object reference table.

本発明の装置における他の実施形態によれば、
移動対象物参照テーブルは、移動対象物毎に、第1の移動速度と第2の移動速度との間における速度差の範囲又は比率の範囲が対応付けられており、
移動対象物推定手段は、第1の移動速度及び第2の移動速度のいずれか一方が含まれないために移動対象物を選択できない場合、移動対象物参照テーブルを用いて、第1の移動速度と第2の移動速度との間の速度差の範囲又は比率の範囲が含まれる移動対象物を選択することも好ましい。
According to another embodiment of the device of the invention,
In the moving object reference table, for each moving object, a speed difference range or a ratio range between the first moving speed and the second moving speed is associated,
If the moving object cannot be selected because either one of the first moving speed and the second moving speed is not included, the moving object estimation means uses the moving object reference table to determine the first moving speed. It is also preferable to select a moving object including a speed difference range or a ratio range between the second moving speed and the second moving speed.

本発明の装置における他の実施形態によれば、
固定時間窓は、判定対象時刻の通信ログを中心として、所定時間前の通信ログから判定対象時刻の通信ログまでを含み、
変動時間窓は、少なくとも、固定時間窓における最新時刻の通信ログまでを含むことも好ましい。
According to another embodiment of the device of the invention,
The fixed time window includes from the communication log of a predetermined time to the communication log of the determination target time, centering on the communication log of the determination target time,
The variable time window preferably includes at least the communication log of the latest time in the fixed time window.

本発明の装置における他の実施形態によれば、
位置情報は、携帯端末がアクセスした基地局の位置情報であり、
通信ログは、携帯端末が広域通信事業者網にアクセスする毎に、通信設備装置によって収集された時刻及び位置情報であることも好ましい。
According to another embodiment of the device of the invention,
The location information is the location information of the base station accessed by the mobile device,
The communication log is also preferably time and position information collected by the communication equipment device every time the mobile terminal accesses the wide area network.

本発明の装置における他の実施形態によれば、
変動時間窓に複数の基地局の位置情報が含まれた際に、移動対象物推定手段が機能するように制御する推定タイミング制御手段と
を更に有することも好ましい。
According to another embodiment of the device of the invention,
It is also preferable to further include estimation timing control means for controlling the moving object estimation means to function when position information of a plurality of base stations is included in the variable time window.

本発明の装置における他の実施形態によれば、
位置情報は、携帯端末に搭載された測位機能によって計測されたものであり、
通信ログは、携帯端末から受信した通信に係る時刻及び位置情報である
ことも好ましい。
According to another embodiment of the device of the invention,
The location information is measured by the positioning function installed in the mobile device.
The communication log is also preferably time and position information related to communication received from the mobile terminal.

本発明の装置における他の実施形態によれば、
第2の移動速度算出手段は、通信ログ毎に、
変動時間窓に含まれる通信ログ数を、現時刻における位置情報から所定距離以内となる位置情報を含むログ数で除算した滞在移動割合を算出し、
滞在移動割合が所定割合以上である場合に、「滞在」と判定すると共に、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定し、
それ以外の場合に、「移動」と判定すると共に、次時刻の変動時間窓を固定時間窓に設定することも好ましい。
According to another embodiment of the device of the invention,
The second moving speed calculation means, for each communication log,
Calculate the stay movement ratio by dividing the number of communication logs included in the variable time window by the number of logs including position information within a predetermined distance from the position information at the current time,
When the stay movement ratio is equal to or greater than the predetermined ratio, it is determined as “stay”, and the next time fluctuation time window is set to be long so as to include the current time fluctuation time window,
In other cases, it is also preferable to determine “move” and set the fluctuation time window of the next time as a fixed time window.

本発明の装置における他の実施形態によれば、
第1の移動速度算出手段及び第2の移動速度算出手段は、固定時間窓又は変動時間窓の中で、最長距離となる第1の位置情報と第2の位置情報とを選択し、
第1の位置情報と第2の位置情報との間の距離を、第1の位置情報を検知した第1の時刻と第2の位置情報を検知した第2と時刻との間の時間又は時間窓の範囲で除算して移動速度を算出する
ことも好ましい。
According to another embodiment of the device of the invention,
The first moving speed calculating means and the second moving speed calculating means select the first position information and the second position information that are the longest distance in the fixed time window or the variable time window,
The distance between the first position information and the second position information is the time or time between the first time when the first position information is detected and the second time when the second position information is detected. It is also preferable to calculate the moving speed by dividing by the window range.

本発明の装置における他の実施形態によれば、
第1の移動速度算出手段及び第2の移動速度算出手段は、固定時間窓又は変動時間窓における最古時刻の位置情報と最新時刻の位置情報との間の距離を、当該時間窓の範囲で除算して移動速度を算出する
ことも好ましい。
According to another embodiment of the device of the invention,
The first moving speed calculating means and the second moving speed calculating means determine the distance between the position information of the oldest time and the position information of the latest time in the fixed time window or the variable time window within the range of the time window. It is also preferable to calculate the moving speed by dividing.

本発明によれば、携帯端末を所持したユーザの移動対象物を推定する装置に搭載されたコンピュータを機能させるプログラムであって、
携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積した通信履歴蓄積手段と、
通信ログ毎に、当該通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出する第1の移動速度算出手段と、
通信ログ毎に、固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する第2の移動速度算出手段と、
移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられた移動対象物参照テーブルと、
前記移動対象物参照テーブルを用いて、第1の移動速度及び第2の移動速度の両方が含まれる移動対象物を選択する移動対象物推定手段と
してコンピュータを機能させることを特徴とする。
According to the present invention, there is provided a program for causing a computer mounted on an apparatus for estimating a moving object of a user possessing a mobile terminal to function,
Communication history storage means for storing a plurality of communication logs in which time and position information are associated with each portable terminal;
For each communication log, for a predetermined fixed time window including the communication log, first movement speed calculation means for calculating a first movement speed based on position information and elapsed time;
A second moving speed calculating means for calculating a second moving speed based on the position information and the elapsed time for a variable time window in which the past time is set longer than the fixed time window by a predetermined condition for each communication log;
A moving object reference table in which a first moving speed range and a second moving speed range are associated with each moving object;
The computer is caused to function as a moving object estimation unit that selects a moving object including both the first moving speed and the second moving speed using the moving object reference table.

本発明によれば、携帯端末を所持したユーザの移動対象物を推定する装置の移動対象物推定方法であって、
前記装置は、
携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積した通信履歴蓄積部と、
移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられた移動対象物参照テーブルと
を有し、
前記装置は、
通信ログ毎に、当該通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出すると共に、前記固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する第1のステップと、
前記移動対象物参照テーブルを用いて、第1の移動速度及び第2の移動速度の両方が含まれる移動対象物を選択する第2のステップと
を有することを特徴とする法。
According to the present invention, there is provided a moving object estimation method for an apparatus for estimating a moving object of a user who has a portable terminal,
The device is
For each portable terminal, a communication history storage unit that stores a plurality of communication logs in which time and position information are associated,
A moving object reference table in which a first moving speed range and a second moving speed range are associated with each moving object;
The device is
For each communication log, for a predetermined fixed time window including the communication log, the first moving speed is calculated based on the position information and the elapsed time, and the past time is set longer than the fixed time window by a predetermined condition. A first step of calculating a second moving speed based on position information and elapsed time for a time window;
And a second step of selecting a moving object including both the first moving speed and the second moving speed using the moving object reference table.

本発明の装置、プログラム及び方法によれば、空間的粒度が粗く且つ時間間隔が一定でない位置情報であっても、ユーザ所持の携帯端末の滞在/移動を考慮して、移動対象物を推定することができる。   According to the apparatus, the program, and the method of the present invention, the moving object is estimated in consideration of the stay / movement of the mobile terminal possessed by the user even if the positional information has a coarse spatial granularity and the time interval is not constant. be able to.

携帯端末を所持したユーザが搭乗している移動対象物の滞在/移動を表す説明図である。It is explanatory drawing showing stay / movement of the moving target object which the user who possessed the portable terminal has boarded. 本発明における通信設備装置の機能構成図である。It is a functional block diagram of the communication equipment apparatus in this invention. 通信設備装置に蓄積された携帯端末の通信ログを表す説明図である。It is explanatory drawing showing the communication log of the portable terminal accumulate | stored in the communication equipment apparatus. 基地局位置情報を併合した、通信履歴蓄積部に蓄積された通信ログを表す説明図である。It is explanatory drawing showing the communication log accumulate | stored in the communication log | history storage part which merged the base station position information. 第1の移動速度算出部の固定時間窓を表す説明図である。It is explanatory drawing showing the fixed time window of a 1st moving speed calculation part. 固定時間窓の遷移を表す説明図である。It is explanatory drawing showing transition of a fixed time window. 第2の移動速度算出部の変動時間窓を表す説明図である。It is explanatory drawing showing the fluctuation | variation time window of a 2nd moving speed calculation part. 変動時間窓の遷移を表す説明図である。It is explanatory drawing showing transition of a fluctuation | variation time window. 本発明における移動対象物参照テーブルを表す説明図である。It is explanatory drawing showing the movement target object reference table in this invention. 移動対象物推定部を推定タイミング制御部によって制御した説明図である。It is explanatory drawing which controlled the moving target object estimation part by the estimation timing control part.

以下、本発明の実施形態について、図面を用いて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、携帯端末を所持したユーザが搭乗している移動対象物の滞在/移動を表す説明図である。   FIG. 1 is an explanatory diagram showing stay / movement of a moving object on which a user carrying a mobile terminal is boarded.

図1によれば、携帯端末2を所持したユーザは、徒歩を含めて、電車やバス、自動車、自転車のような移動対象物に乗車/降車し、滞在/移動を繰り返している。携帯端末2としては、スマートフォンやタブレット、携帯電話機、ウェアラブルデバイスのようなものである。図1によれば、携帯端末2を所持するユーザは、自宅、A駅、B駅及び勤務先で「滞在」状態となり、これら「滞在」状態の間を、移動対象物への搭乗によって「移動」状態でつながっている。尚、携帯端末2は、どの位置にあっても、いずれかの基地局3と通信することができる。   According to FIG. 1, the user who has the portable terminal 2 gets on / off the moving object such as a train, a bus, an automobile, and a bicycle, including walking, and repeats staying / moving. The mobile terminal 2 is a smartphone, a tablet, a mobile phone, or a wearable device. According to FIG. 1, the user who possesses the mobile terminal 2 enters a “stay” state at home, A station, B station and work place, and “moves” between these “stay” states by boarding a moving object. Is connected in the state. Note that the mobile terminal 2 can communicate with any of the base stations 3 at any position.

広域無線通信網(携帯電話網)に配置された各基地局3は、自らの配下にある携帯端末2毎に、通信ログを取得する。通信ログは、通信が発生した時刻(日時刻)の履歴である。「時刻」は、通話や、メール送受信、Webサイトへのアクセス、インストールされたアプリケーションとサーバとの間の通信、アプリケーションやコンテンツのアップ/ダウンロードのように様々な通信で記録される。広域無線通信網は、通信事業者によって運用されており、LTE(Long Term Evolution)、WiMAX(Worldwide Interoperability for Microwave Access)又は3G(3rd Generation)等の無線系アクセスネットワークである。そして、これら通信ログは、通信事業者によって運用管理されている通信設備装置1へ収集される。   Each base station 3 arranged in the wide area wireless communication network (mobile phone network) acquires a communication log for each mobile terminal 2 under its control. The communication log is a history of the time (date / time) at which communication occurred. The “time” is recorded by various communications such as a call, mail transmission / reception, access to a Web site, communication between an installed application and a server, and application / content upload / download. The wide area wireless communication network is operated by a communication carrier, and is a wireless access network such as LTE (Long Term Evolution), WiMAX (Worldwide Interoperability for Microwave Access), or 3G (3rd Generation). These communication logs are collected in the communication facility apparatus 1 that is operated and managed by the communication carrier.

図2は、本発明における通信設備装置の機能構成図である。   FIG. 2 is a functional configuration diagram of the communication equipment apparatus according to the present invention.

本発明の通信設備装置1は、携帯端末2を所持したユーザの移動対象物を推定することができる。勿論、本発明における移動対象物を推定する装置は、広域無線通信網の通信設備装置1であることを要件とするものではなく、少なくとも時系列の通信ログを蓄積した装置であればよい。   The communication equipment device 1 of the present invention can estimate the moving object of the user who has the mobile terminal 2. Of course, the apparatus for estimating a moving object in the present invention is not required to be the communication equipment apparatus 1 of the wide area wireless communication network, and may be any apparatus that accumulates at least time-series communication logs.

図2の通信設備装置1によれば、通信履歴蓄積部101と、第1の移動速度算出部111と、第2の移動速度算出部112と、移動対象物参照テーブル102と、移動対象物推定部12と、推定タイミング制御部13とを有する。これら機能構成部は、通信設備装置に搭載されたコンピュータを機能させるプログラムを実行することによって実現される。また、これら機能構成部の処理の流れは、装置の移動対象物推定方法としても理解できる。   2, the communication history storage unit 101, the first movement speed calculation unit 111, the second movement speed calculation unit 112, the movement object reference table 102, and the movement object estimation. Unit 12 and an estimation timing control unit 13. These functional components are realized by executing a program that causes a computer mounted on the communication equipment to function. Further, the processing flow of these functional components can also be understood as a moving object estimation method of the apparatus.

[通信履歴蓄積部101]
通信履歴蓄積部101は、携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積したものである。
[Communication history storage unit 101]
The communication history accumulation unit 101 accumulates a plurality of communication logs in which time and position information are associated with each portable terminal.

図3は、通信設備装置に蓄積される携帯端末の通信ログを表す説明図である。   FIG. 3 is an explanatory diagram illustrating a communication log of the mobile terminal accumulated in the communication facility device.

通信ログとは、端末ID(IDentifier)毎に、時刻及び基地局IDを時系列順に並べたものである。
通信ログ[端末ID,時刻,基地局ID]
「時刻」とは、通信の接続開始時又は切断時のいずれであってもよい。尚、通信ログとして、端末と基地局との間の電波信号強度(RSSI)や往復遅延時間(RTD)等の無線品質情報を更に対応付けたものであってもよい。
The communication log is obtained by arranging time and base station ID in time series for each terminal ID (IDentifier).
Communication log [terminal ID, time, base station ID]
The “time” may be at the start or disconnection of communication. The communication log may further be associated with radio quality information such as radio wave signal strength (RSSI) and round trip delay time (RTD) between the terminal and the base station.

基地局IDは、その基地局IDに基づく緯度経度であってもよいし、端末の測位機能(例えばGPS)によって取得された緯度経度であってもよい。
<基地局IDに基づく緯度経度>
位置情報は、携帯端末2がアクセスした基地局3の緯度経度である。この通信ログは、携帯端末2が広域通信事業者網にアクセスした際に、通信設備装置1によって記録されるものである。そのために、従来技術としても前述したように、携帯端末が自らの測位機能に基づく位置情報を、通信設備装置1へ送信する必要もない。
The base station ID may be a latitude / longitude based on the base station ID, or a latitude / longitude acquired by a positioning function (for example, GPS) of the terminal.
<Latitude and longitude based on base station ID>
The position information is the latitude and longitude of the base station 3 accessed by the mobile terminal 2. This communication log is recorded by the communication equipment device 1 when the mobile terminal 2 accesses the wide area communication carrier network. Therefore, as described above as the prior art, the mobile terminal does not need to transmit the position information based on its positioning function to the communication equipment device 1.

基地局IDとした位置情報は、空間的粒度が粗く且つ時間間隔が一定でないものとなる。ここで、「空間的粒度が粗く」とは、位置情報の間の実空間での(地理的な)距離が比較的長いことを意味する。また、「時間間隔が一定でない」とは、位置情報に対応付けられた時刻の間の時間間隔が通信タイミングに依存してばらついていることを意味する。   The location information set as the base station ID has coarse spatial granularity and the time interval is not constant. Here, “the spatial granularity is coarse” means that the (geographic) distance in the real space between the position information is relatively long. Further, “the time interval is not constant” means that the time interval between the times associated with the position information varies depending on the communication timing.

<携帯端末の測位機能(GPS)に基づく緯度経度>
位置情報は、携帯端末に搭載された測位機能によって計測されたものである。この通信ログは、携帯端末2自らが、その位置情報を、通信設備装置1へ送信する必要がある。
<Latitude and longitude based on the positioning function (GPS) of the mobile terminal>
The position information is measured by a positioning function installed in the mobile terminal. This communication log needs to be transmitted by the mobile terminal 2 itself to the communication equipment device 1.

図3によれば、端末aが、基地局001から003までハンドオーバしながら、移動している。ここで、基地局001<->002間の距離、基地局002<->003間の距離は、2kmであるとする。このとき、端末aが基地局001から002へハンドオーバした場合、基地局001<->002間の距離と、通信ログの時間との関係から、移動速度を算出することができる。   According to FIG. 3, the terminal a is moving while handing over from the base station 001 to 003. Here, it is assumed that the distance between the base stations 001 <-> 002 and the distance between the base stations 002 <-> 003 are 2 km. At this time, when the terminal a is handed over from the base station 001 to 002, the moving speed can be calculated from the relationship between the distance between the base stations 001 <-> 002 and the time of the communication log.

端末aについて、以下のような通信ログが記録されている。
ログ1[端末a、12:10:00、基地局001]
ログ2[端末a、12:10:30、基地局001]
ここでは、端末a自体は、移動しているが、通信している基地局001が変化していない。そのために、移動速度は0kmと算出される。
ログ3[端末a、12:11:00、基地局001]
ログ4[端末a、12:11:30、基地局002]
ここでは、端末aの移動によって、30秒の間に、通信している基地局001から基地局002へ変化している。また、基地局001と基地局002との間の距離は、2kmである。そのために、以下の式によって、移動速度240km/hと算出される。
2km/h / (30秒/3600秒) = 240km/h
図3の通信ログによれば、基地局変化時には240km/hで移動し、基地局同一時には0kmで停止していると記録されることとなる。ここでの移動速度は、比較的長時間で平均化することによって、実態に近い移動速度を得ることができる。
The following communication log is recorded for the terminal a.
Log 1 [terminal a, 12:10:00, base station 001]
Log 2 [terminal a, 12:10:30, base station 001]
Here, the terminal a itself is moving, but the communicating base station 001 has not changed. Therefore, the moving speed is calculated as 0km.
Log 3 [terminal a, 12:11:00, base station 001]
Log 4 [terminal a, 12:11:30, base station 002]
Here, due to the movement of the terminal a, the base station 001 is changing from the communicating base station 001 within 30 seconds. Further, the distance between the base station 001 and the base station 002 is 2 km. Therefore, the moving speed is calculated as 240 km / h by the following formula.
2km / h / (30 seconds / 3600 seconds) = 240km / h
According to the communication log of FIG. 3, when the base station changes, it moves at 240 km / h, and when the base station is the same, it is recorded that it stops at 0 km. The moving speed here is averaged over a relatively long time, whereby a moving speed close to the actual condition can be obtained.

図4は、基地局位置情報を併合した、通信履歴蓄積部に蓄積された通信ログを表す説明図である。   FIG. 4 is an explanatory diagram showing communication logs stored in the communication history storage unit, which are merged with base station position information.

図4によれば、基地局位置情報が別途記憶されている。これは、基地局ID毎に、当該基地局の緯度経度を対応付けたものである。図4によれば、例えば基地局001の位置情報は、緯度37.21度及び経度139.31であることが理解できる。尚、基地局位置情報は、通信設備装置1内に予め保持されたものであってもよいし、各基地局から受信するものであってもよい。   According to FIG. 4, base station location information is stored separately. In this case, the latitude and longitude of the base station are associated with each base station ID. According to FIG. 4, for example, it can be understood that the position information of the base station 001 is 37.21 degrees latitude and 139.31 longitude. The base station position information may be stored in advance in the communication facility device 1 or may be received from each base station.

通信ログに基地局IDが含まれている場合、その基地局IDに基地局の緯度経度をマージして記録する。例えば図3の通信ログに、図4の基地局位置情報を対応付ける。
図4によれば、以下のように位置情報が対応付けられる。
ログ1[端末a、2014/7/31 20:11、位置情報37.21, 139.31]
ログ2[端末a、2014/7/31 20:12、位置情報37.22, 139.32]
・・・・・
When the base station ID is included in the communication log, the latitude and longitude of the base station are merged and recorded in the base station ID. For example, the base station position information of FIG. 4 is associated with the communication log of FIG.
According to FIG. 4, position information is associated as follows.
Log 1 [terminal a, 2014/7/31 20:11, location information 37.21, 139.31]
Log 2 [terminal a, 2014/7/31 20:12, location information 37.22, 139.32]
...

[第1の移動速度算出部111]
第1の移動速度算出部111は、通信ログ毎に、その通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出する。
[First moving speed calculation unit 111]
For each communication log, the first moving speed calculation unit 111 calculates a first moving speed based on the position information and the elapsed time for a predetermined fixed time window including the communication log.

図5は、第1の移動速度算出部の固定時間窓を表す説明図である。
図6は、固定時間窓の遷移を表す説明図である。
FIG. 5 is an explanatory diagram illustrating a fixed time window of the first moving speed calculation unit.
FIG. 6 is an explanatory diagram showing transition of a fixed time window.

「固定時間窓」は、判定対象時刻(判定対象となる現時刻)の通信ログを中心として、所定時間前の通信ログから判定対象時刻の通信ログまで(判定対象通信ログ)を含んだものである。
固定時間窓における「所定時間前」及び「判定対象時刻」は、図6によれば、例えば3分と設定している。この場合、判定対象時刻(現時刻)の通信ログを中心として、前後に3分、即ち6分間(判定対象時間)における通信ログ(判定対象通信ログ)を、固定時間窓とする。固定時間窓の場合、図6のように、判定対象時刻が進行すると共に、前後3分間の同じ時間窓(固定時間窓)で進行していく。
The “fixed time window” includes a communication log at a predetermined time to a communication log at a determination target time (determination target communication log) centering on a communication log at a determination target time (current time to be determined). is there.
According to FIG. 6, “predetermined time” and “determination target time” in the fixed time window are set to 3 minutes, for example. In this case, a communication log (determination target communication log) in 3 minutes before and after the determination target time (current time), that is, 6 minutes (determination target time) is set as a fixed time window. In the case of a fixed time window, as shown in FIG. 6, the determination target time progresses and progresses in the same time window (fixed time window) of three minutes before and after.

図5によれば、通信ログNo.1〜No.15の各々について、固定時間窓における判定対象通信ログが矢印で表されている。この固定時間窓毎に、移動速度が算出される。   According to FIG. 5, for each of the communication logs No. 1 to No. 15, the determination target communication log in the fixed time window is represented by an arrow. The moving speed is calculated for each fixed time window.

第1の移動速度算出部111は、固定時間窓毎に、第1の移動速度を算出する。ここで、最長距離に基づく移動速度、又は、最長時間に基づく移動速度のいずれかの移動速度が算出される。   The first moving speed calculation unit 111 calculates the first moving speed for each fixed time window. Here, either the moving speed based on the longest distance or the moving speed based on the longest time is calculated.

<最長距離に基づく移動速度>
固定時間窓の中で、最長距離となる第1の位置情報及び第2の位置情報を選択する。そして、第1の位置情報と第2の位置情報との間の距離を、第1の位置情報を検知した第1の時刻と、第2の位置情報を検知した第2と時刻との間の時間、又は、時間窓の範囲で除算して、移動速度を算出する。
第1の移動速度=|第1の位置情報−第2の位置情報|
/|第1の時刻−第2の時刻|又は|時間窓の範囲|
<Movement speed based on the longest distance>
In the fixed time window, first position information and second position information that are the longest distance are selected. Then, the distance between the first position information and the second position information is determined between the first time at which the first position information is detected and the second time at which the second position information is detected. Divide by time or time window range to calculate moving speed.
First moving speed = | first position information−second position information |
/ | First time-second time | or | time window range |

(例:図5の通信ログNo.6)
判定対象時刻の基地局002からみて、固定時間窓には基地局001、004が含まれる。この場合、最長距離となる基地局002<->004が選択される。この最長距離を、基地局002を検知した第1の時刻(20:16)と、基地局004を検知した第2の時刻(20:18)との間の時間又は時間窓の範囲で除算して、第1の移動速度を算出する。尚、最長距離となる基地局が複数含まれている場合、最も時間が短い組み合わせを選択することも好ましい。
(例:図5の通信ログNo.8)
判定対象時刻の基地局004からみて、固定時間窓には基地局001、002、005、006が含まれる。この場合、最長距離となる基地局002<->006が選択される。このとき、基地局002を検知した第1の時刻(20:16)と、基地局006を検知した第2の時刻(20:20)との間の時間で除算して、第1の移動速度を算出する。
(Example: Communication log No. 6 in Fig. 5)
From the viewpoint of the base station 002 at the determination target time, the fixed time window includes the base stations 001 and 004. In this case, the base station 002 <-> 004 having the longest distance is selected. This longest distance is divided by the time or time window range between the first time (20:16) when the base station 002 is detected and the second time (20:18) when the base station 004 is detected. Thus, the first moving speed is calculated. When a plurality of base stations having the longest distance are included, it is also preferable to select a combination having the shortest time.
(Example: Communication log No. 8 in Fig. 5)
From the viewpoint of the base station 004 at the determination target time, the fixed time window includes base stations 001, 002, 005, and 006. In this case, the base station 002 <-> 006 having the longest distance is selected. At this time, the first moving speed is divided by the time between the first time (20:16) when the base station 002 is detected and the second time (20:20) when the base station 006 is detected. Is calculated.

<最長時間に基づく移動速度>
最古時刻の位置情報と最新時刻の位置情報との間の距離を、当該時間窓の範囲で除算して移動速度を算出する。
第1の移動速度=|最古時刻の位置情報−最新時刻の位置情報|
/|最古時刻−最新時刻|又は|固定時間窓の範囲|
<Movement speed based on the longest time>
The moving speed is calculated by dividing the distance between the position information of the oldest time and the position information of the latest time by the range of the time window.
First moving speed = | Position information of the oldest time−Position information of the latest time |
/ | Oldest time-latest time | or | range of fixed time window |

(例:図5の通信ログNo.7)
判定対象時刻の基地局001からみて、固定時間窓には基地局002、004、005が含まれる。この場合、最古時刻の基地局001の位置情報と、最新時刻の基地局005の位置情報との間の距離を、基地局001を検知した第1の時刻(20:15)と、基地局005を検知した第2の時刻(20:19)との間の時間で除算して、第1の移動速度を算出する。
(例:図5の通信ログNo.8)
判定対象時刻の基地局004からみて、固定時間窓には基地局001、002、005、006が含まれる。この場合、最古時刻の基地局002の位置情報と、最新時刻の基地局006の位置情報との間の距離を、基地局002を検知した第1の時刻(20:16)と、基地局006を検知した第2の時刻(20:20)との間の時間で除算して、第1の移動速度を算出する。
(Example: Communication log No. 7 in Fig. 5)
From the viewpoint of the base station 001 at the determination target time, the fixed time window includes base stations 002, 004, and 005. In this case, the distance between the position information of the base station 001 at the oldest time and the position information of the base station 005 at the oldest time is expressed as the first time (20:15) when the base station 001 is detected, and the base station The first moving speed is calculated by dividing 005 by the time from the second time (20:19) at which it was detected.
(Example: Communication log No. 8 in Fig. 5)
From the viewpoint of the base station 004 at the determination target time, the fixed time window includes base stations 001, 002, 005, and 006. In this case, the distance between the position information of the base station 002 at the earliest time and the position information of the base station 006 at the latest time is the first time (20:16) when the base station 002 is detected, and the base station The first moving speed is calculated by dividing 006 by the time from the second time (20:20) when the 006 is detected.

[第2の移動速度算出部112]
第2の移動速度算出部112は、通信ログ毎に、固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する。
[Second moving speed calculation unit 112]
The second moving speed calculation unit 112 calculates a second moving speed based on the position information and the elapsed time for a communication time log in which the past time is set longer than the fixed time window by a predetermined condition for each communication log.

図7は、第2の移動速度算出部の変動時間窓を表す説明図である。
図8は、変動時間窓の遷移を表す説明図である。
FIG. 7 is an explanatory diagram illustrating a variation time window of the second moving speed calculation unit.
FIG. 8 is an explanatory diagram showing transition of the fluctuation time window.

「変動時間窓」は、少なくとも、固定時間窓における最新時刻の通信ログまでを含んだものである。即ち、判定対象通信ログについて、変動時間窓の最新時刻は、固定時間窓の最新時刻と同じである。一方で、変動時間窓の最古時刻は、固定時間窓の最古時刻と同じか、又は、固定時間窓の最古時刻よりも所定条件だけ過去に長く設定される。   The “variable time window” includes at least the communication log of the latest time in the fixed time window. That is, for the determination target communication log, the latest time in the variable time window is the same as the latest time in the fixed time window. On the other hand, the oldest time of the variable time window is set to be the same as the oldest time of the fixed time window or longer than the oldest time of the fixed time window by a predetermined condition in the past.

第2の移動速度算出部112は、以下のように実行して、第2の移動速度を算出する。
<S0:変動時間窓のリセット>
<S1:変動時間窓の滞在/移動の判定>
<S2:変動時間窓の第2の移動速度の算出>
The second moving speed calculation unit 112 calculates the second moving speed by executing as follows.
<S0: Reset of time window>
<S1: Judgment of stay / movement of variable time window>
<S2: Calculation of Second Movement Speed of Fluctuating Time Window>

<S0:変動時間窓のリセット>
第2の移動速度算出部112は、最初の変動時間窓では、固定時間窓と同じ時間窓にリセットする。
<S0: Reset of time window>
The second moving speed calculation unit 112 resets to the same time window as the fixed time window in the first fluctuation time window.

<S1:変動時間窓の滞在/移動の判定>
第2の移動速度算出部112は、変動時間窓に含まれる通信ログ数で、現時刻における位置情報から所定距離以内となる位置情報を含むログ数を除算した「滞在移動割合」を算出する。
「所定距離」とは、滞在とみなせる程度の位置情報(例えば基地局位置情報)の距離であって、以下の実施形態では例えば5kmと設定する。
そして、第2の移動速度算出部112は、滞在移動割合が所定割合以上である場合、「滞在」と判定すると共に、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定する。
一方で、滞在移動割合が所定割合よりも低い場合、「移動」と判定すると共に、次時刻の変動時間窓を固定時間窓に設定する。
<S1: Judgment of stay / movement of variable time window>
The second moving speed calculation unit 112 calculates a “stay movement ratio” obtained by dividing the number of logs including position information within a predetermined distance from the position information at the current time by the number of communication logs included in the variable time window.
The “predetermined distance” is a distance of position information (for example, base station position information) that can be regarded as a stay, and is set to, for example, 5 km in the following embodiment.
Then, the second movement speed calculation unit 112 determines “stay” when the stay movement ratio is equal to or greater than the predetermined ratio, and the variation time window of the next time includes the variation time window of the current time. Set a longer time.
On the other hand, when the stay movement ratio is lower than the predetermined ratio, it is determined as “movement” and the next time variation time window is set as a fixed time window.

ここで、滞在移動割合に対する所定割合は、例えば1と設定することもできる。即ち、変動時間窓の中で1回でも、移動と判定された場合、「移動」と判定する。即ち、滞在移動割合が低いほど、「移動」の度合いがより高いと判断することができる。変動時間窓によって導出される滞在移動割合は、空間的粒度が粗く且つ時間間隔が一定ではない位置情報に基づく通信ログであっても、ユーザの滞在移動状態を判定することができる。   Here, the predetermined ratio with respect to the stay movement ratio can be set to 1, for example. That is, if it is determined to move even once within the fluctuation time window, it is determined to be “move”. That is, it can be determined that the lower the stay movement ratio, the higher the degree of “movement”. The staying movement ratio derived by the variable time window can determine the staying movement state of the user even if it is a communication log based on position information with a coarse spatial granularity and a time interval that is not constant.

尚、変動時間窓の中に、他の通信ログが全く含まれない場合、携帯端末2のユーザの状態は「滞在」であると判定することが好ましい。   In addition, when no other communication log is included in the fluctuation time window, it is preferable to determine that the state of the user of the mobile terminal 2 is “stay”.

図7についても、図5と同様に、通信ログNo.1〜No.15の各々について、変動時間窓における判定対象通信ログが矢印で表されている。   Also in FIG. 7, as in FIG. 5, for each of the communication logs No. 1 to No. 15, the determination target communication log in the variable time window is represented by an arrow.

(例:図7の通信ログNo.3)
変動時間窓には、判定対象通信ログNo.1、No.2、No.4、No.5が含まれる。判定対象通信ログに係る基地局001、002はいずれも、通信ログNo.3に係る基地局003の位置から判定距離以内に位置する。
即ち、判定対象通信ログに含まれる4個の基地局のうち、判定距離以内に位置するものは4個となる。
その結果、判定対象通信ログNo.3について、滞在移動割合は1(=4/4)となり、携帯端末2のユーザの状態は「滞在」と判定される。
そして、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定する。
(Example: Communication log No. 3 in Fig. 7)
The variable time window includes determination target communication logs No. 1, No. 2, No. 4, and No. 5. Both the base stations 001 and 002 related to the determination target communication log are located within the determination distance from the position of the base station 003 related to the communication log No. 3.
That is, among the four base stations included in the determination target communication log, four are located within the determination distance.
As a result, for the determination target communication log No. 3, the stay movement ratio is 1 (= 4/4), and the state of the user of the mobile terminal 2 is determined as “stay”.
The next time fluctuation time window is set to have a long past time so as to include the current time fluctuation time window.

(例:図7の通信ログNo.5)
変動時間窓には、判定対象通信ログNo.1、No.2、No.3、No.4、No.6、No.7が含まれる。判定対象通信ログに係る基地局002、003はいずれも、通信ログNo.5に係る基地局001の位置から判定距離以内に位置する。
即ち、判定対象通信ログに含まれる6個の基地局の位置のうち、判定距離以内に位置するものは6個となる。
その結果、判定対象通信ログNo.5について、滞在移動割合は1(=6/6)となり、携帯端末2のユーザの状態は「滞在」と判定される。
そして、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定する。
(Example: Communication log No. 5 in Fig. 7)
The variable time window includes judgment target communication logs No. 1, No. 2, No. 3, No. 4, No. 6, and No. 7. Both of the base stations 002 and 003 related to the determination target communication log are located within the determination distance from the position of the base station 001 related to the communication log No. 5.
That is, among the positions of the six base stations included in the determination target communication log, six are located within the determination distance.
As a result, for the determination target communication log No. 5, the stay movement ratio is 1 (= 6/6), and the state of the user of the mobile terminal 2 is determined as “stay”.
The next time fluctuation time window is set to have a long past time so as to include the current time fluctuation time window.

(例:図7の通信ログNo.6)
変動時間窓には、判定対象通信ログNo.1、No.2、No.3、No.4、No.5、No.7、No.8が含まれる。判定対象通信ログに係る基地局001、003はいずれも、通信ログNo.6に係る基地局002の位置から判定距離以内に位置するが、基地局004は、基地局002の位置から判定距離の外にある。
即ち、判定対象通信ログに含まれる7個の基地局の位置のうち、判定距離以内に位置するものは6個となる。
その結果、判定対象通信ログNo.6について、滞在移動割合は0.857(=6/7)となり、携帯端末2のユーザの状態は「移動」と判定される。
そして、次時刻の変動時間窓は、固定時間窓に設定される。
(Example: Communication log No. 6 in Fig. 7)
The variable time window includes judgment target communication logs No. 1, No. 2, No. 3, No. 4, No. 5, No. 7, and No. 8. Both the base stations 001 and 003 related to the determination target communication log are located within the determination distance from the position of the base station 002 related to communication log No. 6, but the base station 004 Is outside.
That is, among the positions of the seven base stations included in the determination target communication log, six are located within the determination distance.
As a result, regarding the determination target communication log No. 6, the stay movement ratio is 0.857 (= 6/7), and the state of the user of the mobile terminal 2 is determined as “movement”.
Then, the fluctuation time window of the next time is set to a fixed time window.

(例:図7の通信ログNo.7)
変動時間窓には、判定対象通信ログNo.5、No.6、No.8、No.9が含まれる。判定対象通信ログに係る基地局002は、通信ログNo.7に係る基地局001の位置から判定距離以内に位置するが、基地局004、005は、基地局001の位置から判定距離の外にある。
即ち、判定対象通信ログに含まれる4個の基地局の位置のうち、判定距離以内に位置するものは2個となる。
その結果、判定対象通信ログNo.7について、滞在移動割合は0.5(=2/4)となり、携帯端末2のユーザの状態は「移動」と判定される。
そして、次時刻の変動時間窓は、固定時間窓に設定される。
(Example: Communication log No. 7 in Fig. 7)
The variable time window includes determination target communication logs No. 5, No. 6, No. 8, and No. 9. The base station 002 related to the determination target communication log is located within the determination distance from the position of the base station 001 related to communication log No. 7, but the base stations 004 and 005 are located outside the determination distance from the position of the base station 001. is there.
That is, two of the positions of the four base stations included in the determination target communication log are located within the determination distance.
As a result, for the determination target communication log No. 7, the stay movement ratio is 0.5 (= 2/4), and the state of the user of the mobile terminal 2 is determined as “movement”.
Then, the fluctuation time window of the next time is set to a fixed time window.

(例:図7の通信ログNo.11)
変動時間窓には、判定対象通信ログNo.9、No.10、No.12、No.13が含まれる。判定対象通信ログに係る基地局005、007はいずれも、通信ログNo.11に係る基地局006の位置から判定距離以内に位置する。
即ち、判定対象通信ログに含まれる4個の基地局のうち、判定距離以内に位置するものは4個となる。
その結果、判定対象通信ログNo.11について、滞在移動割合は1(=4/4)となり、携帯端末2のユーザの状態は「滞在」と判定される。
そして、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定する。
(Example: Communication log No. 11 in Fig. 7)
The variable time window includes determination target communication logs No. 9, No. 10, No. 12, and No. 13. Both of the base stations 005 and 007 related to the determination target communication log are located within the determination distance from the position of the base station 006 related to the communication log No. 11.
That is, among the four base stations included in the determination target communication log, four are located within the determination distance.
As a result, for the determination target communication log No. 11, the stay movement ratio is 1 (= 4/4), and the state of the user of the mobile terminal 2 is determined as “stay”.
The next time fluctuation time window is set to have a long past time so as to include the current time fluctuation time window.

(例:図7の通信ログNo.12)
変動時間窓には、判定対象通信ログNo.9、No.10、No.11、No.13、No.14が含まれる。判定対象通信ログに係る基地局005、007は、通信ログNo.12に係る基地局006の位置から判定距離以内に位置する。
即ち、判定対象通信ログに含まれる5個の基地局の位置のうち、判定距離以内に位置するものは5個となる。
その結果、判定対象通信ログNo.12について、滞在移動割合は1(=5/5)となり、携帯端末2のユーザの状態は「滞在」と判定される。
そして、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定する。
(Example: Communication log No. 12 in Fig. 7)
The variable time window includes determination target communication logs No. 9, No. 10, No. 11, No. 13, and No. 14. The base stations 005 and 007 related to the determination target communication log are located within the determination distance from the position of the base station 006 related to the communication log No. 12.
That is, out of the five base station positions included in the determination target communication log, five are located within the determination distance.
As a result, regarding the determination target communication log No. 12, the stay movement ratio is 1 (= 5/5), and the state of the user of the mobile terminal 2 is determined as “stay”.
The next time fluctuation time window is set to have a long past time so as to include the current time fluctuation time window.

<S2:変動時間窓の第2の移動速度の算出>
第2の移動速度算出部112は、変動時間窓毎に、第2の移動速度を算出する。ここで、最長距離に基づく移動速度と、最長時間に基づく移動速度とがある。
尚、前述した第2の移動速度算出部111の算出方法と全く同じである。
<S2: Calculation of Second Movement Speed of Fluctuating Time Window>
The second moving speed calculation unit 112 calculates the second moving speed for each variation time window. Here, there are a moving speed based on the longest distance and a moving speed based on the longest time.
Note that this is exactly the same as the calculation method of the second moving speed calculation unit 111 described above.

<最長距離に基づく移動速度>
変動時間窓の中で、最長距離となる第1の位置情報及び第2の位置情報を選択する。そして、第1の位置情報と第2の位置情報との間の距離を、第1の位置情報を検知した第1の時刻と、第2の位置情報を検知した第2と時刻との間の時間で除算して、移動速度を算出する。
第2の移動速度=|第1の位置情報−第2の位置情報|
/|第1の時刻−第2の時刻|又は|時間窓の範囲|
<Movement speed based on the longest distance>
The first position information and the second position information that are the longest distance are selected in the variable time window. Then, the distance between the first position information and the second position information is determined between the first time at which the first position information is detected and the second time at which the second position information is detected. Divide by time to calculate movement speed.
Second moving speed = | first position information−second position information |
/ | First time-second time | or | time window range |

<最長時間に基づく移動速度>
最古時刻の位置情報と最新時刻の位置情報との間の距離を、当該時間窓の範囲で除算して移動速度を算出する。
第2の移動速度=|最古時刻の位置情報−最新時刻の位置情報|
/|最古時刻−最新時刻|又は変動時間窓の範囲
<Movement speed based on the longest time>
The moving speed is calculated by dividing the distance between the position information of the oldest time and the position information of the latest time by the range of the time window.
Second moving speed = | position information of the oldest time−position information of the latest time |
/ | Oldest time-latest time | or range of variable time window

第1の移動速度算出部111及び第2の移動速度算出部112について、例えば比較対象通信ログの中で、位置情報の差(距離)が1kmであり、固定時間窓が3分、変動時間窓が5分であったとする。この場合、固定時間窓の第1の移動速度は20km以上、変動時間窓の第2の移動速度は12km以上であると算出される。   For the first movement speed calculation unit 111 and the second movement speed calculation unit 112, for example, in the comparison target communication log, the difference (distance) in position information is 1 km, the fixed time window is 3 minutes, and the variable time window Is 5 minutes. In this case, the first moving speed of the fixed time window is calculated to be 20 km or more, and the second moving speed of the variable time window is calculated to be 12 km or more.

[移動対象物参照テーブル102]
移動対象物参照テーブル102は、移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられたものである。
また、移動対象物参照テーブルは、移動対象物毎に、第1の移動速度と第2の移動速度との間における「速度差の範囲」又は「比率の範囲」が対応付けられものであってもよい。
「速度差の範囲」は、「最小速度〜最大速度」によって表される。
速度差=第1の移動速度の最小値と第2の移動速度の最小値との差、又は、
第1の移動速度の最大値と第2の移動速度の最大値との差
「比率の範囲」は、「最小比率〜最大比率」によって表される。
比率=第1の移動速度/第2の移動速度 又は、第2の移動速度/第1の移動速度
[Movement object reference table 102]
The moving object reference table 102 is a table in which a first moving speed range and a second moving speed range are associated with each moving object.
The moving object reference table is associated with a “speed difference range” or “ratio range” between the first moving speed and the second moving speed for each moving object. Also good.
The “speed difference range” is represented by “minimum speed to maximum speed”.
Speed difference = the difference between the minimum value of the first moving speed and the minimum value of the second moving speed, or
The difference between the maximum value of the first moving speed and the maximum value of the second moving speed is expressed by “minimum ratio to maximum ratio”.
Ratio = first moving speed / second moving speed or second moving speed / first moving speed

図9は、本発明における移動対象物参照テーブルを表す説明図である。   FIG. 9 is an explanatory diagram showing a moving object reference table in the present invention.

図9によれば、例えば電車であっても、普通か又は快速かによって、固定時間窓の第1の移動速度と変動時間窓の第2の移動速度との間に差があることが理解できる。即ち、電車の普通又は快速については、固定時間窓で短時間での移動速度の差が小さくても、変動時間窓の長時間での移動速度では差が大きくなる。   According to FIG. 9, it can be understood that there is a difference between the first moving speed of the fixed time window and the second moving speed of the variable time window, for example, even if it is a train, depending on whether it is normal or fast. . That is, for ordinary or rapid trains, even if the difference in moving speed in a short time in a fixed time window is small, the difference in moving speed in a long time in a variable time window is large.

[移動対象物推定部12]
移動対象物推定部12は、移動対象物参照テーブル102を用いて、第1の移動速度算出部111によって算出された第1の移動速度と、第2の移動速度算出部112によって算出された第2の移動速度との両方が含まれる移動対象物を選択する。ここで、固定時間窓及び変動時間窓それぞれの移動速度における平均速度又は速度中央値と、移動対象物参照テーブル102とを比較するものであってもよい。
[Movement object estimation unit 12]
The moving object estimation unit 12 uses the moving object reference table 102 to calculate the first movement speed calculated by the first movement speed calculation unit 111 and the first movement speed calculated by the second movement speed calculation unit 112. A moving object including both of the two moving speeds is selected. Here, the moving object reference table 102 may be compared with the average speed or the median speed at the moving speed of each of the fixed time window and the variable time window.

ここで、変動時間窓は、滞在時間分だけ固定時間窓よりも長時間となるために、固定時間窓における速度が同じ通信ログであっても、変動時間窓の速度の差が大きければ、より停車の影響を受けたであろう、と理解することができる。
例えば、バスの移動速度と自家用車の移動速度とを比較して、その速度差は小さい。しかしながら、自家用車の場合、信号のみで滞在するのに対し、バスの場合、信号に加えて、停留所でも滞在する。そのために、固定時間窓の移動速度と変動時間窓の移動速度との差が、自家用車よりもバスの方が大きくなる。
そのために、固定時間窓の移動速度と変動時間の移動速度とを、移動対象物参照テーブルと比較することによって、滞在/移動の特性に応じた移動対象物を推定することができる。
Here, since the fluctuation time window is longer than the fixed time window by the stay time, even if the communication log has the same speed in the fixed time window, if the difference in the speed of the fluctuation time window is large, it is more It can be understood that it was influenced by the stop.
For example, comparing the moving speed of a bus with the moving speed of a private car, the speed difference is small. However, while a private car stays only with a signal, a bus stays at a stop in addition to the signal. For this reason, the difference between the moving speed of the fixed time window and the moving speed of the variable time window is larger for the bus than for the private car.
Therefore, the moving object according to the stay / movement characteristics can be estimated by comparing the moving speed of the fixed time window and the moving speed of the fluctuation time with the moving object reference table.

また、移動対象物推定部12は、第1の移動速度及び第2の移動速度のいずれか一方が含まれないために移動対象物を選択できない場合もある。この場合、移動対象物参照テーブル102を用いて、第1の移動速度と第2の移動速度との間の「速度差の範囲」又は「比率の範囲」が含まれる移動対象物を選択することも好ましい。   Further, the moving object estimation unit 12 may not be able to select a moving object because either one of the first moving speed and the second moving speed is not included. In this case, the moving object reference table 102 is used to select a moving object including the “speed difference range” or “ratio range” between the first moving speed and the second moving speed. Is also preferable.

例えば、固定時間窓で26km/hであり、変動時間窓9km/hである場合、固定時間窓は「バス」に該当するが、変動時間窓は該当しない。速度差は17km/h(=26km/h−9km/h)となる。このとき、移動対象物参照テーブル102を参照すると、速度差17km/hは、移動対象物「バス」における速度差15km/h〜20km/hに該当する。この場合、移動対象物は、「バス」であると推定される。   For example, if the fixed time window is 26 km / h and the variable time window is 9 km / h, the fixed time window corresponds to “bus”, but the variable time window does not correspond. The speed difference is 17km / h (= 26km / h-9km / h). At this time, referring to the moving object reference table 102, the speed difference of 17 km / h corresponds to a speed difference of 15 km / h to 20 km / h in the moving object “bus”. In this case, the moving object is estimated to be a “bus”.

[推定タイミング制御部13]
推定タイミング制御部13は、変動時間窓に複数の基地局の位置情報が含まれた際に、移動対象物推定部12が機能するように制御する。
[Estimated timing controller 13]
The estimation timing control unit 13 controls the moving object estimation unit 12 to function when position information of a plurality of base stations is included in the variation time window.

図10は、移動対象物推定部を推定タイミング制御部によって制御した説明図である。   FIG. 10 is an explanatory diagram in which the moving object estimation unit is controlled by the estimation timing control unit.

(例:図7の通信ログNo.3)
変動時間窓には、判定対象通信ログNo.1、No.2、No.4、No.5が含まれる。判定対象通信ログには、基地局001しか含まれていない。そのために、通信ログNo.3では、移動対象物を推定しない。
(例:図7の通信ログNo.4)
変動時間窓には、判定対象通信ログNo.1、No.2、No.3、No.5、No.6が含まれる。判定対象通信ログには、基地局001及び002が含まれている。そのために、通信ログNo.4では、移動対象物を推定する。
推定タイミング制御部13によって、常に移動対象物の推定処理を実行することなく、処理負荷を低減しつつ、ユーザの移動対象物が変化するタイミングのみで実行することができる。
(Example: Communication log No. 3 in Fig. 7)
The variable time window includes determination target communication logs No. 1, No. 2, No. 4, and No. 5. Only the base station 001 is included in the determination target communication log. Therefore, in the communication log No. 3, the moving object is not estimated.
(Example: Communication log No. 4 in Fig. 7)
The variable time window includes judgment target communication logs No. 1, No. 2, No. 3, No. 5, and No. 6. The determination target communication log includes base stations 001 and 002. Therefore, in the communication log No. 4, the moving object is estimated.
The estimation timing control unit 13 can always execute the estimation process of the moving object at a timing when the user's moving object changes while reducing the processing load.

以上、詳細に説明したように、本発明による装置、プログラム及び方法によれば、空間的粒度が粗く且つ時間間隔が一定でない位置情報であっても、ユーザ所持の携帯端末の滞在/移動を考慮して、移動対象物を推定することができる。   As described above in detail, according to the apparatus, program, and method of the present invention, the stay / movement of the mobile terminal possessed by the user is taken into account even if the location information has a coarse spatial granularity and the time interval is not constant. Thus, the moving object can be estimated.

以上に述べた本発明の種々の実施形態について、本発明の技術思想及び見地の範囲内での種々の変更、修正及び省略は、当業者によれば容易に行うことができる。以上に述べた説明はあくまで例示であって、何ら制約を意図するものではない。本発明は、特許請求の範囲及びその均等物によってのみ制約される。   Various changes, modifications, and omissions of the various embodiments of the present invention described above within the scope of the technical idea and the viewpoint of the present invention can be easily made by those skilled in the art. The above description is merely an example, and is not intended to be any limitation. The present invention is limited only by the claims and the equivalents thereof.

1 通信設備装置(移動対象物推定装置)
101 通信履歴蓄積部
102 移動対象物参照テーブル
111 第1の移動速度算出部
112 第2の移動速度算出部
12 移動対象物推定部
13 推定タイミング制御部
2 携帯端末
3 基地局
1 Communication equipment (moving object estimation device)
DESCRIPTION OF SYMBOLS 101 Communication history storage part 102 Moving object reference table 111 1st moving speed calculation part 112 2nd moving speed calculation part 12 Moving object estimation part 13 Estimation timing control part 2 Portable terminal 3 Base station

Claims (11)

携帯端末を所持したユーザの移動対象物を推定する装置であって、
携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積した通信履歴蓄積手段と、
通信ログ毎に、当該通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出する第1の移動速度算出手段と、
通信ログ毎に、前記固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する第2の移動速度算出手段と、
移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられた移動対象物参照テーブルと、
前記移動対象物参照テーブルを用いて、第1の移動速度及び第2の移動速度の両方が含まれる移動対象物を選択する移動対象物推定手段と
を有することを特徴とする装置。
An apparatus for estimating a moving object of a user having a mobile terminal,
Communication history storage means for storing a plurality of communication logs in which time and position information are associated with each portable terminal;
For each communication log, for a predetermined fixed time window including the communication log, first movement speed calculation means for calculating a first movement speed based on position information and elapsed time;
A second moving speed calculating means for calculating a second moving speed based on position information and elapsed time for a variable time window in which the past time is set longer than the fixed time window by a predetermined condition for each communication log;
A moving object reference table in which a first moving speed range and a second moving speed range are associated with each moving object;
An apparatus comprising: a moving object estimation means for selecting a moving object including both the first moving speed and the second moving speed using the moving object reference table.
前記移動対象物参照テーブルは、前記移動対象物毎に、第1の移動速度と第2の移動速度との間における速度差の範囲又は比率の範囲が対応付けられており、
前記移動対象物推定手段は、第1の移動速度及び第2の移動速度のいずれか一方が含まれないために移動対象物を選択できない場合、前記移動対象物参照テーブルを用いて、第1の移動速度と第2の移動速度との間の速度差の範囲又は比率の範囲が含まれる移動対象物を選択する
ことを特徴とする請求項1に記載の装置。
In the moving object reference table, for each moving object, a speed difference range or a ratio range between the first moving speed and the second moving speed is associated,
When the moving object estimation unit cannot select the moving object because one of the first moving speed and the second moving speed is not included, the moving object estimation unit uses the moving object reference table to The apparatus according to claim 1, wherein a moving object including a range of a speed difference or a range of a ratio between the moving speed and the second moving speed is selected.
前記固定時間窓は、判定対象時刻の通信ログを中心として、所定時間前の通信ログから判定対象時刻の通信ログまでを含み、
前記変動時間窓は、少なくとも、前記固定時間窓における最新時刻の通信ログまでを含む
ことを特徴とする請求項1又は2に記載の装置。
The fixed time window includes a communication log at a predetermined time from a communication log at a predetermined time centered on a communication log at a determination target time,
The apparatus according to claim 1, wherein the variable time window includes at least a communication log of the latest time in the fixed time window.
前記位置情報は、前記携帯端末がアクセスした基地局の位置情報であり、
前記通信ログは、前記携帯端末が広域通信事業者網にアクセスする毎に、通信設備装置によって収集された時刻及び位置情報である
ことを特徴とする請求項1から3のいずれか1項に記載の装置。
The location information is location information of a base station accessed by the mobile terminal,
4. The communication log according to any one of claims 1 to 3, wherein the communication log is time and position information collected by a communication equipment device every time the portable terminal accesses a wide area communication carrier network. Equipment.
前記変動時間窓に複数の基地局の位置情報が含まれた際に、前記移動対象物推定手段が機能するように制御する推定タイミング制御手段と
を更に有することを特徴とする請求項4に記載の装置。
5. The apparatus according to claim 4, further comprising estimation timing control means for controlling the moving object estimation means to function when position information of a plurality of base stations is included in the variation time window. Equipment.
前記位置情報は、前記携帯端末に搭載された測位機能によって計測されたものであり、
前記通信ログは、前記携帯端末から受信した通信に係る時刻及び位置情報である
ことを特徴とする請求項1から3のいずれか1項に記載の装置。
The location information is measured by a positioning function installed in the mobile terminal,
The apparatus according to claim 1, wherein the communication log is time and position information related to communication received from the mobile terminal.
第2の移動速度算出手段は、通信ログ毎に、
変動時間窓に含まれる通信ログ数を、現時刻における位置情報から所定距離以内となる位置情報を含むログ数で除算した滞在移動割合を算出し、
前記滞在移動割合が所定割合以上である場合に、「滞在」と判定すると共に、次時刻の変動時間窓は、現時刻の変動時間窓を含むように過去時間を長く設定し、
それ以外の場合に、「移動」と判定すると共に、次時刻の変動時間窓を固定時間窓に設定する
ことを特徴とする請求項1から6のいずれか1項に記載の装置。
The second moving speed calculation means, for each communication log,
Calculate the stay movement ratio by dividing the number of communication logs included in the variable time window by the number of logs including position information within a predetermined distance from the position information at the current time,
When the stay movement ratio is a predetermined ratio or more, it is determined as “stay”, and the next time fluctuation time window is set to have a long past time so as to include the current time fluctuation time window,
7. The apparatus according to claim 1, wherein, in other cases, it is determined as “move”, and the variation time window of the next time is set to a fixed time window.
第1の移動速度算出手段及び第2の移動速度算出手段は、固定時間窓又は変動時間窓の中で、最長距離となる第1の位置情報と第2の位置情報とを選択し、
第1の位置情報と第2の位置情報との間の距離を、第1の位置情報を検知した第1の時刻と第2の位置情報を検知した第2と時刻との間の時間又は時間窓の範囲で除算して移動速度を算出する
ことを特徴とする請求項1から7のいずれか1項に記載の装置。
The first moving speed calculating means and the second moving speed calculating means select the first position information and the second position information that are the longest distance in the fixed time window or the variable time window,
The distance between the first position information and the second position information is the time or time between the first time when the first position information is detected and the second time when the second position information is detected. The apparatus according to claim 1, wherein the moving speed is calculated by dividing by a window range.
第1の移動速度算出手段及び第2の移動速度算出手段は、固定時間窓又は変動時間窓における最古時刻の位置情報と最新時刻の位置情報との間の距離を、当該時間窓の範囲で除算して移動速度を算出する
ことを特徴とする請求項1から7のいずれか1項に記載の装置。
The first moving speed calculating means and the second moving speed calculating means determine the distance between the position information of the oldest time and the position information of the latest time in the fixed time window or the variable time window within the range of the time window. The apparatus according to claim 1, wherein the moving speed is calculated by division.
携帯端末を所持したユーザの移動対象物を推定する装置に搭載されたコンピュータを機能させるプログラムであって、
携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積した通信履歴蓄積手段と、
通信ログ毎に、当該通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出する第1の移動速度算出手段と、
通信ログ毎に、前記固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する第2の移動速度算出手段と、
移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられた移動対象物参照テーブルと、
前記移動対象物参照テーブルを用いて、第1の移動速度及び第2の移動速度の両方が含まれる移動対象物を選択する移動対象物推定手段と
してコンピュータを機能させることを特徴とするプログラム。
A program for causing a computer mounted on an apparatus for estimating a moving object of a user possessing a mobile terminal to function,
Communication history storage means for storing a plurality of communication logs in which time and position information are associated with each portable terminal;
For each communication log, for a predetermined fixed time window including the communication log, first movement speed calculation means for calculating a first movement speed based on position information and elapsed time;
A second moving speed calculating means for calculating a second moving speed based on position information and elapsed time for a variable time window in which the past time is set longer than the fixed time window by a predetermined condition for each communication log;
A moving object reference table in which a first moving speed range and a second moving speed range are associated with each moving object;
A program that causes a computer to function as moving object estimation means for selecting a moving object that includes both the first moving speed and the second moving speed using the moving object reference table.
携帯端末を所持したユーザの移動対象物を推定する装置の移動対象物推定方法であって、
前記装置は、
携帯端末毎に、時刻及び位置情報を対応付けた複数の通信ログを蓄積した通信履歴蓄積部と、
移動対象物毎に、第1の移動速度の範囲と、第2の移動速度の範囲とが対応付けられた移動対象物参照テーブルと
を有し、
前記装置は、
通信ログ毎に、当該通信ログを含む所定の固定時間窓について、位置情報及び経過時間に基づく第1の移動速度を算出すると共に、前記固定時間窓よりも所定条件だけ過去時間を長く設定した変動時間窓について、位置情報及び経過時間に基づく第2の移動速度を算出する第1のステップと、
前記移動対象物参照テーブルを用いて、第1の移動速度及び第2の移動速度の両方が含まれる移動対象物を選択する第2のステップと
を有することを特徴とする装置の移動対象物推定方法。
A moving object estimation method for a device that estimates a moving object of a user who has a portable terminal,
The device is
For each portable terminal, a communication history storage unit that stores a plurality of communication logs in which time and position information are associated,
A moving object reference table in which a first moving speed range and a second moving speed range are associated with each moving object;
The device is
For each communication log, for a predetermined fixed time window including the communication log, the first moving speed is calculated based on the position information and the elapsed time, and the past time is set longer than the fixed time window by a predetermined condition. A first step of calculating a second moving speed based on position information and elapsed time for a time window;
And a second step of selecting a moving object including both the first moving speed and the second moving speed using the moving object reference table. Method.
JP2016024846A 2016-02-12 2016-02-12 Device, program and method for estimating moving object of user Active JP6551999B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016024846A JP6551999B2 (en) 2016-02-12 2016-02-12 Device, program and method for estimating moving object of user

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016024846A JP6551999B2 (en) 2016-02-12 2016-02-12 Device, program and method for estimating moving object of user

Publications (2)

Publication Number Publication Date
JP2017143472A true JP2017143472A (en) 2017-08-17
JP6551999B2 JP6551999B2 (en) 2019-07-31

Family

ID=59627566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016024846A Active JP6551999B2 (en) 2016-02-12 2016-02-12 Device, program and method for estimating moving object of user

Country Status (1)

Country Link
JP (1) JP6551999B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102126677B1 (en) * 2019-10-16 2020-06-25 한국교통연구원 Method for making database based on communication big data for traffic demand analysis
KR20230091226A (en) * 2021-12-15 2023-06-23 재단법인 서울특별시 서울기술연구원 Device and method for extracting movement information by applying the differential method to communication data location information

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008131301A (en) * 2006-11-20 2008-06-05 Sony Corp Position information processing method, position information processing system, position information processing device, communication device, and program
JP2012217061A (en) * 2011-04-01 2012-11-08 Hitachi Ltd Network system and communication log analysis system
JP2014119798A (en) * 2012-12-13 2014-06-30 Kddi Corp Apparatus, program and method for estimating mobile target boarded by user carrying portable terminal
JP2014191531A (en) * 2013-03-27 2014-10-06 Kddi Corp Device, program and method for estimating place of short-time stay of user carrying mobile terminal
JP2015170144A (en) * 2014-03-07 2015-09-28 Kddi株式会社 Device, program and method for estimating place of stay of user carrying around mobile terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008131301A (en) * 2006-11-20 2008-06-05 Sony Corp Position information processing method, position information processing system, position information processing device, communication device, and program
JP2012217061A (en) * 2011-04-01 2012-11-08 Hitachi Ltd Network system and communication log analysis system
JP2014119798A (en) * 2012-12-13 2014-06-30 Kddi Corp Apparatus, program and method for estimating mobile target boarded by user carrying portable terminal
JP2014191531A (en) * 2013-03-27 2014-10-06 Kddi Corp Device, program and method for estimating place of short-time stay of user carrying mobile terminal
JP2015170144A (en) * 2014-03-07 2015-09-28 Kddi株式会社 Device, program and method for estimating place of stay of user carrying around mobile terminal

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102126677B1 (en) * 2019-10-16 2020-06-25 한국교통연구원 Method for making database based on communication big data for traffic demand analysis
KR20230091226A (en) * 2021-12-15 2023-06-23 재단법인 서울특별시 서울기술연구원 Device and method for extracting movement information by applying the differential method to communication data location information
KR102634331B1 (en) 2021-12-15 2024-02-07 재단법인 서울연구원 Device and method for extracting movement information by applying the differential method to communication data location information

Also Published As

Publication number Publication date
JP6551999B2 (en) 2019-07-31

Similar Documents

Publication Publication Date Title
CN108537351B (en) Method and device for determining recommended boarding point
US9749805B2 (en) Methods, wireless device and network node for managing positioning method based on prediction
JP5953990B2 (en) COMMUNICATION CONTROL DEVICE, COMMUNICATION CONTROL SYSTEM, AND COMMUNICATION CONTROL METHOD
US20230328537A1 (en) Radio wave map provision device, and radio wave map acquisition usage device
US20230246758A1 (en) Radio wave map update device, radio wave map update method, and communication quality identifying device
Abou-Zeid et al. Evaluating mobile signal and location predictability along public transportation routes
JP2014116808A (en) Device, program and method for estimating staying place of user carrying portable terminal
US20100262579A1 (en) Reducing Transmission of Location Updates Based on Loitering
JP6075725B2 (en) Apparatus, program, and method for estimating moving object on which user having portable terminal boarding
JP6551999B2 (en) Device, program and method for estimating moving object of user
US20200400773A1 (en) Multimodal location sensing on a mobile phone
JP6223302B2 (en) Apparatus, program, and method capable of determining stay of user having portable terminal
WO2022085315A1 (en) Radio map generation device, radio map provision device, radio map acquisition and utilization device, and probe information transmission device
CN103065461A (en) Method and device used for collecting and obtaining traffic road condition information
JP6433059B2 (en) Apparatus, program and method for positioning mobile terminal based on communication record
JP7420033B2 (en) Probe information transmitting device, radio map updating device, radio map providing device, and radio map acquisition and utilization device
JP5871390B2 (en) System and method for controlling availability of service according to position of wireless communication terminal
JP5630909B2 (en) Wireless terminal, method and program for transmitting wireless quality based on user experience quality for each district
JP6368230B2 (en) Apparatus, program and method for estimating stay or movement from determination results using different distances
JP6396811B2 (en) Apparatus, program and method for estimating route used from communication history
JP6369943B2 (en) Apparatus, program, and method for estimating moving speed using a plurality of estimation distances
JP6672036B2 (en) Mobile terminal, system, program, and method for executing terminal positioning in base station positioning
CN116866835A (en) Terminal information prediction method and device and network element
Dasuha et al. Car to car communication in VANET using Co-operative Mobility Services of the Future (CoMoSeF)
CN107835489A (en) Determine the method, apparatus and computer-readable recording medium of vehicle ownership place

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180306

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190308

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190328

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190627

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190627

R150 Certificate of patent or registration of utility model

Ref document number: 6551999

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150