ゼミナール発表

日時: 9月30日(水)1限 (09:20-10:50)


会場: L1

司会: 吉野 幸一郎
前中 省吾 1451095: M, 2回目発表 安本 慶一,中村 哲,荒川 豊,諏訪 博彦,藤本 まなと
title: Proposal of route search-recommendation method for walking support based on heart rate forecast
abstract: In this presentation, using the sensor data which can be acquired by smartphone, we propose a method for forecasting heart rate change when walking along the route before walking and recommending the optimal walking route based on the forcasted results.The proposed method collects information on the target route including gradient in advance and estimates walking speed on the route. Then, we obtain the forecast of heart rate change when walking on the route by inputting the estimated walking speed and the collected information on the route to the heart rate prediction model which we developed by extending our previously proposed model. The forecasted heart rate corresponds to the degree of burden based on maximum heart rate reserve (HRR). Based on the dgree of burden and user requests(walking time, walking distance, calories burned walking, etc.), our method also finds the best route on which the user can easily keep his/her heart rate within an appropriate range while walking and plans the walking speed of each section by using user profile (sex, age, height, weight, exercise habits, etc.). Through experiments, we confirmed that our method could derive a walking route satisfying user requirements with 29.5[%] of the average value of burden. It means that our method recommends the route which satisfies the user requests and keeps the low burden.
language of the presentation: Japanese
発表題目: ウォーキング支援のための心拍数予測に基づいた経路探索・推薦手法の提案
発表概要: 本発表では,スマートフォンで取得可能なセンサデータに基づき,任意の経路を歩行する際の心拍数変化を予測する方法と,心拍数変化の予測結果に基づき最適な歩行経路を推薦する方法を提案する.提案手法では,事前に地図情報等から入手可能な道路上の勾配や,勾配から予測可能な歩行速度を,著者らが過去に提案した歩行時心拍数推定法を拡張したモデルへ入力することにより,未歩行経路を歩行した際の心拍数を予測する.また,予測した心拍数を最大心拍予備能(HRR)を基に負担度に対応させ,ユーザ要求(ウォーキング時間,ウォーキング距離,消費カロリー等)と負担度を目的関数のパラメータとして設定する.ユーザのプロファイル(性別,年齢,身長,体重,運動習慣等)と目的関数を使って,複数存在する経路候補の中から最適な経路の絞り込みと歩行経路における各区間の歩行速度の計画を行う.最適な歩行経路として算出された経路は,経路全体を通した負担度の平均値が29.5[%]となり負担を抑えた状態で,ユーザ要求を満たした経路の推薦ができた.
 
加藤 明彦 1451033: M, 2回目発表 松本 裕治,中村 哲,新保 仁,進藤 裕之
title: Construction of English dependency corpus considering compound function words
abstract: Recognition and appropriate handling of multiword expression (MWE) is important in linguistic analysis such as syntactic parsing and semantic analysis. But each node of dependency tree converted from Penn Treebank is a word. So, MWE is not considered. Thus, we constructed english dependency corpus considering compound function words, which is a kind of MWE and serve as functional expression. Also we report experimental result of dependency parsing using constructed corpus.
発表題目: 複合機能語を考慮した英語の依存構造コーパスの構築
発表概要: 複単語表現(MWE)を正しく認識して適切に取り扱う事は, 構文解析や意味解析などの言語解析で重要である. しかしPenn Treebankから変換して得られる依存構造では各単語がノードとなっており, MWEに関する考慮は行われていない. そこで本研究では, 機能表現を担うMWEである複合機能語を考慮した英語の依存構造コーパスを構築した. また, 構築したコーパスを用いた依存構造解析を行った為, その結果も合わせて報告する.
language of the presentation: Japanese
 
駒井 雅之 1451047: M, 2回目発表 松本 裕治,中村 哲,新保 仁,進藤 裕之
title: MWE-aware Graph-based Dependency Parsing
abstract: Multiword Expressions (MWEs) are roughly defined as those that have "Idiosyncratic interpretations that cross word boundaries (or spaces)”. Vocabrary sizes of single words and MWEs have roughly the same size, thus MWE recognition is crucial issue for deep analysis of natural language text. Indeed, it has been shown in the literature that MWE identification helps various NLP applications, such as information retrieval, machine translation, and syntactic parsing. In our research, we show that dependency parser has a performance gain using the result of MWE recognition.
language of the presentation: Japanese
 

会場: L2

司会: 川原 純
北川 愼人 1451042: M, 2回目発表 松本 健一,笠原 正治,畑 秀明
title: A Theoretical and Empirical Study of Cooperation in Code Review
abstract: Code review is a common practice for improving the quality of source code changes and expediting knowledge transfer in a development community. In code review, source code changes or patches are considered to be assessed and approved for integration by multiple reviews. However, from our empirical study, we found that some patches are reviewed by only one reviewer, and some reviewers did not continue the review discussion, which can have negative effects on software quality. To understand these reviewers' behaviors, we model code review situation and analyze the cooperation action between reviewers. Based on theoretical analysis with this model, we revealed that the rational behavior of reviewer are (i) to chose defect if the other reviewer choses cooperate. (ii) to choose cooperate when the benefit of review (cooperate) is higher than the cost.
language of the presentation: Japanese
発表題目: コードレビューにおけるレビュワー間の協調行動の分析
発表概要: コードレビューは,ソフトウェア開発において作成されたパッチを複数のレビュワーが査読することにより,パッチの中にバグや不具合が含まれているかどうかを確認するプロセスである.近年のコードレビューでは,パッチに含まれるバグや不具合の発見だけでなく,レビュワー間での情報共有を行うことなども目的とされている.しかし,我々が行った近年のコードレビューにおけるレビュワーの活動の実態調査の結果,ただ1人のレビュワーのみがレビューを行う状況や,レビュワー間で最終的な合意形成がなされていないにもかかわらず,途中でレビューをやめてしまうレビュワーが存在することが明らかとなった.そこで,コードレビューを行う状況をゲームモデル化し,レビュワー間の協調行動の分析を行った.その結果,レビュワーにとって,他のレビュワーがレビューを行うならば自身はレビューを行わないことが合理的であること,レビューを行うことによる利得が高いほど他のレビュワーと協力してレビューを行うことが合理的であることを理論的に明らかにした.
 
東 結香 1161026: D, 中間発表 藤川 和利,山口 英,猪俣 敦夫
 
中川 豊 1351075: M, 1回目発表 情報基盤システム学