{"links":{},"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00225769","sets":["1164:2836:11158:11251"]},"path":["11251"],"owner":"44499","recid":"225769","title":["空間ネットワークにおける近似逆最近傍探索手法の提案"],"pubdate":{"attribute_name":"公開日","attribute_value":"2023-05-11"},"_buckets":{"deposit":"96850c84-9f45-4f69-9d3f-58d2701b4270"},"_deposit":{"id":"225769","pid":{"type":"depid","value":"225769","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"空間ネットワークにおける近似逆最近傍探索手法の提案","author_link":["598055","598054"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"空間ネットワークにおける近似逆最近傍探索手法の提案"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"基盤システム・アルゴリズム","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2023-05-11","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"岡山大学大学院環境生命自然科学研究科"},{"subitem_text_value":"岡山大学学術研究院環境生命自然科学学域"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Environmental, Life, Natural Science and Technology, Okayama University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Environmental, Life, Natural Science and Technology, Institute of Academic and Research, Okayama University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/225769/files/IPSJ-DPS23195011.pdf","label":"IPSJ-DPS23195011.pdf"},"date":[{"dateType":"Available","dateValue":"2025-05-11"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-DPS23195011.pdf","filesize":[{"value":"1.8 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"34"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"8db9c790-042e-498f-8e22-bc6f965b9622","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2023 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"池田, 裕一朗"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"後藤, 佑介"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10116224","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8906","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"近年,GPS を利用した位置情報サービスに対する関心が高まっている.位置情報サービスにおいて,オブジェクト間の関係性を調べる方法である最近傍探索 (k-Nearest Neighbor Search: kNN) では,位置情報の問い合わせ元となるクエリが探索条件に応じて候補となる k 個のターゲットを探索する.また,最近傍探索の応用技術である逆最近傍探索 (Reverse kNN: RkNN) では,クエリに最も影響を受けている k 個のターゲットを取得する.本研究で用いる近似逆最近傍探索 (Reverse Approximate Nearest Neighbor: RANN) は,クエリからの影響に対する定義を逆最近傍探索より緩和した技術である.各オブジェクトは,最も影響を受けるクエリだけでなく,このクエリと同じくらい影響を受ける他のクエリに対しても同様に,RANN における探索候補のターゲットとなる.これまでの RANN 手法は,オブジェクト間をユークリッド距離で表現したユークリッド空間上におけるクエリのみを考慮していた.このため,オブジェクト間を道路網のネットワーク距離で表現した空間ネットワーク上のクエリに対して適用できなかった.また,RkNN と異なり,RANN は,空間ネットワーク上でクエリから一定範囲内にあるすべてのオブジェクトを探索する必要がある.従って,多くのオブジェクトが密な空間ネットワークを構築している場合,探索時間は長大化する.本研究では,空間ネットワークにおける近似逆最近傍探索手法を提案する.提案手法では,オブジェクト間のネットワーク距離に基づいてオブジェクトを探索し,ネットワークボロノイ図に基づく刈取り技術を用いて,各オブジェクトがクエリの RANN となるターゲットの候補であるかを検証する.計算機端末によるシミュレーション評価では,提案手法による探索時間は,実際の探索で利用可能な時間内であることを確認した.また,オブジェクト数が多いほど提案手法による刈取りが有効であることを確認した.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告マルチメディア通信と分散処理(DPS)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2023-05-11","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"11","bibliographicVolumeNumber":"2023-DPS-195"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"created":"2025-01-19T01:25:16.240744+00:00","updated":"2025-01-19T12:41:09.884907+00:00","id":225769}