著者
高橋 真奈茄 小出 洋
雑誌
第57回プログラミング・シンポジウム予稿集
巻号頁・発行日
vol.2016, pp.133-142, 2016-01-08

コンピュータは高度な演算が可能である一方,人物の識別などは不得手とされている.このような識別における課題の一つとして,筆跡の筆者識別が挙げられる.本稿では,機械学習を用いたアプローチからコンピュータによる効果的な筆跡の筆者識別手法を提案し,視覚情報に基づく判断論理形成についての考察を行う.提案手法では,筆跡画像を幾何学的に解析し,階層型ニューラルネットワークを用いたパターン認識によって筆者を識別する.階層型ニューラルネットワークを用いることで,より柔軟な筆者識別を目指す.また,提案手法を実装し,実装したシステムによる筆者識別実験と,改良したシステムによる処理時間計測実験を実施した.筆者識別実験では,最良で78%の識別精度を得られた.処理時間計測実験では,処理速度が8.6倍に向上した.
著者
高橋 真奈茄 小出 洋 近藤 秀樹
雑誌
情報教育シンポジウム論文集
巻号頁・発行日
vol.2017, no.40, pp.247-254, 2017-08-10

本研究は,具体的な機能をもつソフトウェア開発を行う実践的なプログラミング演習授業のための支援環境の開発において,学習者の学習進度を把握する機能の実現を目的とする.学習進度把握機能の実現するために,同じ授業を受講する学習者の PC 上の網羅的な活動履歴を利用し,学習者ごとの活動パターンを抽出する手法を提案する.実践的なプログラミング演習授業における目標は,プログラミング言語の機能を組み合わせて具体的な機能を実現するソフトウェアを開発することである.学習者が目標を達成するためには,プログラミング熟達者が利用するソフトウェア開発環境と同等であること,つまり,プログラミング言語の機能を十分に活用できること,統合開発環境以外のツールを利用できること,仕様書や講義資料,インターネット上の情報といった様々な資源を利用できること,といった条件を満たす制約のない環境が必要である.このような制約のない環境において学習者の学習進度を把握するため,網羅的な活動履歴を利用する.その中でも,PC 上のアクティブアプリケーションウィンドウの遷移に注目する.属人性の高い情報を分析するため,K-means 法を用いた活動履歴の分類を試みる.実際に開講されているプログラミング実習授業を受講する学習者のうち 24 名の活動履歴を分析した結果,属人性を抑えた活動パターン抽出の可能性,学習者は予想より多様性に富んだ活動パターンを示すこと,同じ授業を受講する学習者は制約のない的環境であっても共通したアプリケーションを利用することが示唆された.
著者
平藤 彰 酒井 麻里 小出 洋子 日山 邦枝 池田 幸 村山 純一郎
出版者
日本歯科薬物療法学会
雑誌
歯科薬物療法 (ISSN:02881012)
巻号頁・発行日
vol.30, no.1, pp.16-19, 2011-04-01 (Released:2011-06-21)
参考文献数
5

After implementation of the new GCP, our hospital was staffed by clinical research coordinators (CRC) to smoothly conduct clinical trials of higher quality. At present, two pharmacists, two dental hygienists, and one nurse are working concurrently as CRCs in our hospital. An unique feature of CRC work at our hospital include 1) dental hygienists working as CRCs, and 2) CRCs of different specialities are coordinated on the same trial and contributing according to their specialties, participation of each clinical trial, one by one. Previously, in our hospital, clinical trials for medications had been allocated to nurse CRCs, while dental hygienist CRCs support for clinical trial of medical devices. However, a dental hygienist have participated as a CRC for the first time in a clinical trial for a medication in 2009, a pharmacist CRC cooperated the clinical trial with the dental hygienist CRC, and this trial was successfully completed. We anticipate that dental hygienist CRCs supporting clinical trials in dental practice will play an indispensable role in smoothly conducting clinical trials with high quality. In this report, we will present the current status of CRC work, which has been accomplished by cooperation with pharmacists and dental hygienists.
著者
近藤 秀樹 小出 洋 三宅 芳雄
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌プログラミング(PRO) (ISSN:18827802)
巻号頁・発行日
vol.48, no.12, pp.19-27, 2007-08-15
被引用文献数
1

我々は PC 上でのユーザの活動履歴を包括的に記録し活用する NecoLogger というシステムを開発した。履歴の中から必要に応じて有用な一連の活動の様子を取り出して、当面の問題解決に役立てるためのシステムである。本論文では、開発したシステムの設計と実装方式、複数ユーザの利用から得られた運用実績について報告する。膨大な活動履歴から必要に応じて過去の活動から有益な情報を得るため、人が思い出せる断片的なキーワードでも活動を取り出せるよう、できるだけ多くの検索可能なテキスト情報を記録しておく必要がある。本システムでは打鍵履歴のような PC の操作内容だけでなく、画面に表示されている文字列も検索可能にするために、OS レベルの API をフックし、画面上のテキスト情報をアプリケーションにとらわれずに記録する手法を実現した。人の活動は画面全体に広がっているため、画面の様子から活動内容を読み取れるよう、画面イメージを記録することも重要である。しかし動画で記録し続けると情報量が膨大になり、現実的ではなくなる。そこで人の活動がまとまりを持つことを利用し、画像を断続的に記録することで情報量を削減し、実用的に活動履歴を記録するよう工夫した。また、規模の大きなシステムは漸次的に開発できるほうが良いが、一方で、履歴を扱うシステムは開発初期から一貫して履歴を蓄積し続けなければならないため、開発中にデータ構造を変更するのが困難である。そこで、十分に拡張性のある中間フォーマットを設計し、柔軟なシステム開発を可能にした。これらの工夫によって、2年以上にわたって、活動履歴を実際に蓄積・活用しつつ、同時に、ユーザの利用実態に適合した有用なシステムを漸次的に開発することが可能になった。We have developed NecoLogger, a recording-retrieving system that records the entire activity of personal computer use. Using NecoLogger, users can retrieve useful information and utilize it for their current problem solving. In this paper we report the overall design of the system and the details of its implementation. We also report the operational findings to show the usefulness of this system. In order to retrieve user activities efficently, we record the textual information on the screen regardless of the applications software by utilizing API hooks in OS. We also record screen images intermittently to restore the entire activity of a user. Logging the user's entire activity requires large amount of data area and it is necessary to reduce the amount to a practical level. We reduce the amount by taking screen shots at the optimal interval. Since our system should be developed extensively in the course of the development, we had to modify data structures quite often to store logging data. We adopted the XML format to meet the requirement. By adopting these methods mentioned above, we have been able to accumulate logging data continuously and have developed the system progressively to meet the newly found requirements based on the actual uses of the system.