著者
高橋 公海 草野 孔希 川崎 仁史 秦 崇洋 倉沢 央
出版者
一般社団法人 人工知能学会
雑誌
人工知能学会全国大会論文集
巻号頁・発行日
vol.2014, pp.2G4OS21b4i, 2014

<p>センサデータから行動や状況を理解する研究は行われているが,認識率や有用性向上には大規模に実データを収集する必要がある.我々は今回,データ収集のための仕掛けとしてリアル脱出ゲームをモチーフとしたイベントを実施した.参加意欲向上と,持ち歩く複数センサを気にさせないためにゲーム性を盛り込んだ.イベント後のヒアリングから,参加者のほぼ全員が楽しんでおり,センサ類も気にさせずにデータを収集することができた.</p>
著者
倉沢 央 川原 圭博 森川 博之 青山 友紀
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告ユビキタスコンピューティングシステム(UBI) (ISSN:09196072)
巻号頁・発行日
vol.2006, no.54, pp.15-22, 2006-05-23
被引用文献数
25

我々は 近い将来携帯電話に搭載可能な小型センサを用いてユーザのおかれているコンテキストを推定し,このコンテキストに応じて,ユーザに適切な情報配信を行うコンテキスト情報基盤の構築を目指しているンテキストアウェアサーピスを現実のものとするには,常に変化し続けるユーザの状況をいかに推定するかが重要な技術課題となる.本稿では,単一の加速度センサを搭載した携帯電話を-つ身に着けるだけでユーザの姿勢,動作の推定を可能にする手法を示す.本手法はリアルタイムの信号情報からセンサがどこに取り付けられているかを自ら判別し,その情報をもとに推定アルゴリズムを動的に切り替えることで推定精度を向上している.We are focusing on theb development of a context-aware information platform which allows users to receive personalizedi information based on their context inferrd by tiny sensors attached to their cellular phone.A dynamic user context infrence method is one of the impotant technologies for realizing th context aware servivces.In this paper,we how a new context inference scheme which realizes a user posture inference with only one sensor embedded in a cell phone.to improve inference acctuacy,the system automatically detects the sensor position on the user's body and selects the most relevant inference method dynamically.
著者
倉沢 央 正田備也 高須 淳宏 安達 淳
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告システムソフトウェアとオペレーティング・システム(OS) (ISSN:09196072)
巻号頁・発行日
vol.2007, no.36, pp.147-154, 2007-04-06

ビア・ツー・ビア(P2P)ネットワークを用いた情報検索では、低コストでありながら負荷分散や高いスケーラビリティが簡単に実現可能である。従来のノード単位でキーワードのインデキシングを行う手法では、ノードの評価が影響するため検索漏れを引き起こしやすい。また、同一ファイルの区別をしにくいためファイルの冗長化が難しい。そこで本稿では、P2P 情報検索における索引とファイルの分散配置手法、Concordia を提案する。(k n)閾値法を用いてファイルを分散符号化し、文書におけるキーワードの重みに応じてキーワードに対応付けする分散情報の数を決め、DHT 上にインデックスと分散情報を統合して配置することで、ファイルのクエリとの適合度を考慮した検索と、ファイルの総量を抑えた負荷分散とノードの離脱への対策を備えた効率の良い冗長化を実現する。Many Peer-to-Peer information retrieval systems use keyword-peer index and require peer selection techniques. Peer selection tends to fail the most relevant file and cannot identify replica files. We propose Concordia, a new distributed index and data allocation scheme for P2P information retireval, that searches and gathers relevant files based on its relevance to the query and realizes efficient redundancy for load balance and node departure. Our system makes n pieces from a data with (k, n) threshold scheme and places pieces based on the weight of a keyword on the peer related to the keyword index in DHT.