# HG changeset patch # User tatsuki # Date 1435277398 -32400 # Node ID 62f384a20c2ca2ce0a49964912e6dd8844d7503f # Parent 8a6f547b72c00a50c728f343fb03d13abb8d75c3 fix diff -r 8a6f547b72c0 -r 62f384a20c2c slide.html --- a/slide.html Thu Jun 25 06:07:48 2015 +0900 +++ b/slide.html Fri Jun 26 09:09:58 2015 +0900 @@ -1,377 +1,1155 @@ - - - - -知能ロボット - - + - Questions, comments? - - send them along to the mailinglist/forum online @ http://groups.google.com/group/webslideshow +
+
+
+

Abstract: Robots and cultures

+
+ - - +
    +
  • This work is an application of a study of sociology into robotics.
  • +
  • Our contribution is to synthesize the complex and sparse data related to greeting types into a model;
  • +
  • create a selection and adaptation system;
  • +
  • and implement the greetings in a way that can potentially be applied to any robot.
  • +
+ + + +
+
+ +
+
+
+

Greeting Selection: Greetings among humans

+
+ + +
    +
  • Greetings are the means of initiating and closing an interaction.
  • +
  • We desire that robots be able to greet people in a similar way to humans.
  • +
  • For this reason, understanding current research on greetings in sociological studies is necessary.
  • +
  • Moreover, depending on cultural background, there can be different rules of engagement in human-human interaction.
  • +
+ + + +
+
- +
+
+
+

Greeting Selection: Solution for selection

+
+ + +
    +
  • A unified model of greetings does not seem to exist in the literature, but a few studies have attempted a classification of greetings.
  • +
  • Some more specific studies have been done on handshaking.
  • +
+ + - +
+
+ +
+
+
+

Greeting Selection: Classes for greetings

+
+ + +
    +
  • A classification of greetings was first attempted by Friedman based on intimacy and commonness.
  • +
  • The following greeting types were mentioned: smile; wave; nod; kiss on mouth; kiss on cheek; hug; handshake; pat on back; rising; bow; salute; and kiss on hand.
  • +
  • Greenbaum et al. also performed a gender-related investigation, while [24] contained a comparative study between Germans and Japanese.
  • +
+ - - +
+
+ +
+
+
+

Greeting Selection: Factors on Classification

+
+ - - - - - +
+
+
+

Model of Greetings: Assumptions (1 - 5)

+
+ - - - -
+
    +
  • The simplification was guided by the following ten assumptions.
  • +
  • Only two individuals (a robot and a human participant): we do not take in consideration a higher number of individuals.
  • +
  • Eye contact is taken for granted.
  • +
  • Age is considered part of ‘power relationship’
  • +
  • Regionally is not considered.
  • +
  • Setting is not considered
  • +
+ + + +
+
- +
+
+
+

Model of Greetings: Assumptions (6 - 10)

+
+ -
-

Implementation on ARMAR-IIIb(ARMAR-IIIbの実装)

- -

ARMAR-III is designed for close cooperation with humans(アーマーは人間との緊密な協力の為に設計されたロボットです)

-

ARMAR-III has a humanlike appearance(アーマーは人間に似た外見を持つ)

-

sensory capabilities similar to humans(それは人間に似た感覚等を持つため)

-

ARMAR-IIIb is a slightly modified version with different shape to the head, the trunk, and the hands(アーマーⅢ bは頭、胴体、手に修正を加えた物)

-
-
+
    +
  • Physical distance is close enough to allow interaction
  • +
  • Gender is intended to be a same-sex dyad
  • +
  • Affect is considered together with ‘social distance’
  • +
  • Time since the last interaction is partially included in ‘social distance’
  • +
  • Intimacy and politeness are not necessary
  • +
+ + + +
+
+ +
+
+
+

Model of Greetings: Basis of classification

+
+ -
-

Implementation of gestures(ジェスチャーの実装)

- -

The implementation on the robot of the set of gestures it is not strictly hardwired to the specific hardware.(ジェスチャのロボットへの実装はハードウェアに行っていない)

-

manually defining the patterns of the gestures(ジェスチャーのパターンを定義する)

-

Definition gesture is performed by Master Motor Map(MMM) format and is converted into robot(ジェスチャの定義はMMM形式で行い、ロボット用に変換している

-
-
+
    +
  • Input +
      +
    • All the other factors are then considered features of a mapping problem
    • +
    • They are categorical data, as they can assume only two or three values.
    • +
    +
  • +
  • Output +
      +
    • The outputs can also assume only a limited set of categorical values.
    • +
    +
  • +
+ + + +
+
-
-

Master Motor Map

- -

The MMM is a reference 3D kinematic model(MMMは3D運動学的モデル)

-

providing a unified representation of various human motion capture systems, action recognition systems, imitation systems, visualization modules(モーションキャプチャ、動作認識、模倣、可視化システムの統合した表現を提供する)

-

This representation can be subsequently converted to other representations, such as action recognizers, 3D visualization, or implementation into different robots(この表現は、異なるロボット用の表現に変換することができる)

-

The MMM is intended to become a common standard in the robotics community(MMMはロボット工学分野における標準になるのを目指している)

-

ここに図4を入れる

-

図4はMMMを使った表現の変換図かな?

+
+
+
+

Model of Greetings: Features, mapping discriminants, classes, and possible status

+
+ + +

+ + + +
+
+ +
+
+
+

Model of Greetings: Overview of the greeting model

+
+ + +
    +
  • Greeting model takes context data as input and produces the appropriate robot posture and speech for that input.
  • +
  • The two outputs evaluated by the participants of the experiment through written questionnaires.
  • +
  • These training data that we get from the experience are given as feedback to the two mappings.
  • +
+ -

MMMのモデルのデータ展開とかはいらないかな

-
-
+
+
+ +
+
+
+

Model of Greetings: Overview of the greeting model

+
+ + +

+ + + +
+
+ +
+
+
+

Greeting selection system training data

+
+ + +
    +
  • Mappings can be trained to an initial state with data taken from the literature of sociology studies.
  • +
  • Training data should be classified through some machine learning method or formula.
  • +
  • We decided to use conditional probabilities: in particular the Naive Bayes formula to map data.
  • +
  • Naive Bayes only requires a small amount of training data.
  • +
+ + -
-

MMM2

- -

The body model of MMM model can be seen in the left-hand illustration in Figure 5(図5の左のモデルは、MMMのボディーモデルです

-

It contains some joints, such as the clavicula, which are usually not implemented in humanoid robots(このモデルには通常のロボットには実装されていない鎖骨等の関節が含まれている)

-

A conversion module is necessary to perform a transformation between this kinematic model and ARMAR-IIIb kinematic model(ARMAR-IIIbとMMMモデル間の変換を、変換モジュールを用いて行う必要がある)

-

-
-
+
+
+ +
+
+
+

Model of Greetings: Details of training data

+
+ + +
    +
  • While training data of gestures can be obtained from the literature, data of words can also be obtained from text corpora.
  • +
  • English: English corpora, such as British National Corpus, or the Corpus of Historical American English, are used.
  • +
  • Japanese: extracted from data sets by [24, 37, 41-43]. Analyze Corpus on Japanese is difficult.
  • +
+ + + +
+
+ +
+
+
+

Model of Greetings: Location Assumption

+
+ + +
    +
  • The location of the experiment was Germany.
  • +
  • For this reason, the only dataset needed was the Japanese.
  • +
  • As stated in the motivations at the beginning of this paper, the robot should initially behave like a foreigner.
  • +
  • ARMAR-IIIb, trained with Japanese data, will have to interact with German people and adapt to their customs.
  • +
+ -
-

converter

- -

converter given joint angles would consist in a one-to-one mapping between an observed human subject and the robot(コンバーターは与えられた関節角度等から人とロボット間の1対1のマッピングを構成する)

-

differences in the kinematic structures of a human and the robot one-to-one mapping can hardly show acceptable results in terms of a human like appearance of the reproduced movement(通常は人間とロボットの構造の違いがあるため変換できない。)ここちょっと怪しい

-

this problem is addressed by applying a post-processing procedure in joint angle space(この問題は関節角度を以下のように調整することで解決する

-

the joint angles, given in the MMM format,are optimized concerning the tool centre point position(MMM形式で与えられた関節角度はtool centre point position(調べる何かのロボット用語っぽい)で最適化されている)

-

solution is estimated by using the joint configuration of the MMM model on the robot(MMMモデルを使ってロボットの関節構造を推定することでこの問題を解決する)

-

もうちょい詰めたい感ある

-
-
+
+
+ +
+
+
+

Model of Greetings: Mappings and questionnaires

+
+ + +
    +
  • The mapping is represented by a dataset, initially built from training data, as a table containing weights for each context vector corresponding to each greeting type.
  • +
  • We now need to update these weights.
  • +
+ + + +
+
+ +
+
+
+

feedback from three questionnaires

+
+ + +
    +
  • Whenever a new feature vector is given as an input, it is checked to see whether it is already contained in the dataset or not.
  • +
  • In the former case, the weights are directly read from the dataset
  • +
  • in the latter case, they get assigned the values of probabilities calculated through the Naive Bayes classifier.
  • +
  • The output is the chosen greeting, after which the interaction will be evaluated through a questionnaires.
  • +
+ -
-

MMMのサポートみたいなタイトル

- -

The MMM framework has a high support for every kind of human-like robot(MMMはほとんどの人型ロボットをサポートしています)

-

MMM can define the transfer rules(転送のルールを定義することができる)

-

Using the conversion rules, it can be converted from the MMM Model to the movement of the robot(転送ルールを用いて、MMMモデルからロボットのモーションへ変換する

-

may not be able to convert from MMM model for a specific robot(特定のロボットに対してMMMモデルからの変換ができない可能性がある

-

the motion representation parts of the MMM can be used nevertheless(しかしMMMのモーションの表現部分は使用できる

-
-
+
+
+ +
+
+
+

Model of Greetings: Three questionnaires for feedback

+
+ + +
    +
  • answers of questionnaires are five-point semantic differential scale: +
      +
    1. How appropriate was the greeting chosen by the robot for the current context?
    2. +
    3. (If the evaluation at point 1 was <= 3) which greeting type would have been appropriate instead?
    4. +
    5. (If the evaluation at point 1 was <= 3) which context would have been appropriate, if any, for the greeting type of point 1?
    6. +
    +
  • +
-
-

MMMを使った変換例みたいな感じ

- -

After programming the postures directly on the MMM model they were processed by the converter(図6の説明、MMMモデルに直立姿勢をプログラミングした後変換した)

-

Conversion is not easy(変換は簡単ではない)

-

the human model contains many joints, which are not present in the robot configuration(なぜなら人体はロボットに存在しない多くの関節を持っている)

-

ARMAR is not bending the body when performing a bow(ARMARは挨拶を行う際身体を大きく曲げれない)

-

It was expressed using a portion present in the robot (e.g., the neck)(ロボットに存在する部分を使って表現した)

-

図7はARMARでの変換後の動き

-
-
+ +
+
+ +
+
+
+

Model of Greetings: feedback and terminate condition

+
+ + +
    +
  • Weights of the affected features are multiplied by a positive or negative reward (inspired by reinforcement learning) which is calculated proportionally to the evaluation.
  • +
  • Mappings stop evolving when the following two stopping conditions are satisfied
  • +
  • all possible values of all features have been explored
  • +
  • and the moving average of the latest 10 state transitions has decreased below a certain threshold.
  • +
+ -
-

MCA

- -

The postures could be triggered from the MCA (Modular Controller Architecture, a modular software framework)interface, where the greetings model was also implemented(姿勢や挨拶のモデルはMCAインターフェースを使用して実行する)

-

the list of postures is on the left together with the option(姿勢のリストはオプションと一緒に左側にある)

-

When that option is activated, it is possible to select the context parameters through the radio buttons on the right(このオプションが有効になると右側のラジオボタンから増強のパラメータを選択することが可能になる)

+
+
+ +
+
+
+

Model of Greetings: Summary

+
+ + +
    +
  • Thanks to this implementation, mappings can evolve quickly, without requiring hundreds or thousands of iterations
  • +
  • but rather a number comparable to the low number of interactions humans need to understand and adapt to social rules.
  • +
+ + + +
+
-

ここに図8を入れる

-
- +
+
+
+

TODO: Please Add slides over chapter (3. implementation of ARMAR-IIIb)

+
+ + + + + +
+
+ +
+
+
+

Implementation on ARMAR-IIIb

+
+ + +
    +
  • ARMAR-III is designed for close cooperation with humans
  • +
  • ARMAR-III has a humanlike appearance
  • +
  • sensory capabilities similar to humans
  • +
  • ARMAR-IIIb is a slightly modified version with different shape to the head, the trunk, and the hands
  • +
+ -
-

Implementation of words

- -

Word set of greetings has been translated into both German and Japanese, as in Table 2(挨拶の単語のセットはドイツ語と日本語)で表2のようになります

-

For example,Japan it is common to use a specific greeting in the workplace 「otsukaresama desu」(そして、例えば日本の職場ではお疲れ様ですという挨拶を使うのが一般的です)

-

where a standard greeting like 「konnichi wa」 would be inappropriate(職場で「こんにちは」と言った挨拶は不適切です)

-

In German, such a greeting type does not exist(しかし、ドイツではこのような特定の挨拶のタイプは存在しない)

-

but the meaning of “thank you for your effort” at work can be directly translated into German(しかし、お疲れ様です)をドイツ語に翻訳することが出来ます

-

the robot knows dictionary terms, but does not understand the difference in usage of these words in different contexts(ロボットは言葉の意味は知っているが、状況に応じた使い方の違いを理解していない)

-

ここに表8を書かなきゃ!!

-
-
+
+
+ +
+
+
+

Implementation of gestures

+
+ + +
    +
  • The implementation on the robot of the set of gestures it is not strictly hardwired to the specific hardware
  • +
  • manually defining the patterns of the gestures
  • +
  • Definition gesture is performed by Master Motor Map(MMM) format and is converted into robot
  • +
+ + + +
+
+ +
+
+
+

Master Motor Map

+
+ + +
    +
  • The MMM is a reference 3D kinematic model
  • +
  • providing a unified representation of various human motion capture systems, action recognition systems, imitation systems, visualization modules
  • +
  • This representation can be subsequently converted to other representations, such as action recognizers, 3D visualization, or implementation into different robots
  • +
  • The MMM is intended to become a common standard in the robotics community
  • +
+ -
-

Implementation of words

- -

These words have been recorded through free text-to-speech software into wave files that could be played by the robot(また、これらの単語は、テキストをwaveファイルに変換するソフトウェアを介して記録されています)

-

ARMAR does not have embedded speakers in its body(アーマーは本体にスピーカーを持っていない)

-

added two small speakers behind the head and connected them to another computer(頭の後ろに小さな2つのスピーカーを追加し別のコンピュータに接続している)

-
-
+
+
+ +
+
+
+

Master Motor Map

+
+ + +

+ + + +
+
+ +
+
+
+

Master Motor Map

+
+ + +
    +
  • The body model of MMM model can be seen in the left-hand illustration in Figure
  • +
  • It contains some joints, such as the clavicula, which are usually not implemented in humanoid robots
  • +
  • A conversion module is necessary to perform a transformation between this kinematic model and ARMAR-IIIb kinematic model
  • +
+ + + +
+
+ +
+
+
+

Master Motor Map

+
+ + +

+ -
-

Experiment description

- -

Experiments were conducted at room as shown in Figure 9 , Germany.(実験は、ドイツの図9に示されているような部屋で行われました)

-

Participants were 18 German people of different ages, genders, workplaces(参加者は、異なる年齢、性別、職場の18人のドイツ人です)

-

robot could be trained with various combinations of context(ロボットは様々な状況の組み合わせでトレーニングができる)

-

It was not possible to include all combinations of feature values in the experiment(しかし、全ての状況の組み合わせで実験は行えなかった)

-

for example there cannot be a profile with both [‘location’: ‘workplace’] and [‘social distance’: ‘unknown’](例えば、職場の同僚は必ず社会的立場を知っているはずなので、両方を満たすことは出来ない)

-

the [‘location’:‘private’] case was left out, because it is impossible to simulate the interaction in a private context, such as one’s home(また、実験室では、自分の家のような場所での交流をシミュレートすることは不可能であるため、このような状況でも実験も行っていない)

-
-
+
+
+ +
+
+
+

converter

+
+ + +
    +
  • converter given joint angles would consist in a one-to-one mapping between an observed human subject and the robot
  • +
  • convert is addressed by applying a post-processing procedure in joint angle space
  • +
  • the joint angles, given in the MMM format,are optimized concerning the tool centre point position
  • +
  • solution is estimated by using the joint configuration of the MMM model on the robot
  • +
+ -
-

Experiment description

- -

repeated the experiment more than(また、参加者の一部は複数回実験を行いました)

-

for example experiment is repeated at different times(異なる時間に繰り返し行なったり)

-

Change the acquaintance from unknown social distance at the time of exchange(交流時の社会的立場を不明から知人に変える)

-

we could collect more data by manipulating the value of a single feature(このように、特徴の値を操作することで多くのデータを取得した)

-
-
+
+
+ +
+
+
+

MMM support

+
+ + +
    +
  • The MMM framework has a high support for every kind of human-like robot
  • +
  • MMM can define the transfer rules
  • +
  • Using the conversion rules, it can be converted from the MMM Model to the movement of the robot
  • +
  • may not be able to convert from MMM model for a specific robot
  • +
  • the motion representation parts of the MMM can be used nevertheless
  • +
+ + + +
+
+ +
+
+
+

Conversion example of MMM

+
+ + +
    +
  • After programming the postures directly on the MMM model they were processed by the converter
  • +
  • the human model contains many joints, which are not present in the robot configuration
  • +
  • ARMAR is not bending the body when performing a bow
  • +
  • It was expressed using a portion present in the robot (e.g., the neck)
  • +
+ + + +
+
+ +
+
+
+

GestureExample

+
+ + +

+ -
-

Statistics of participants参加 の統計)

- -

The demographics of the 18 participants were as follows(実験の参加者の統計は以下のとおりでした)

-
  • gender :M: 10; F: 8;
  • -
  • average age: 31.33;
  • -
  • age standard deviation:13.16
  • -

    the number of interactions was determined by the stopping condition of the algorithm(実験の交流回数は使用したアルゴリズムの停止条件で決定されました)

    -

    The number of interactions taking repetitions into account was 30(停止までの交流会数は30回でした)

    -
  • gender :M: 18; F: 12(交流会数は、男性18回、女性12回)
  • -
  • average age: 29.43;(平均年齢は19.43)
  • -
  • age standard deviation: 12.46(年齢の標準偏差は12.46才)
  • -
    -
    +
    +
    + +
    +
    +
    +

    ImplementGestureARMARⅢ

    +
    + + +

    + + + +
    +
    + +
    +
    +
    +

    Modular Controller Architecture, a modular software framework

    +
    + + +
      +
    • The postures could be triggered from the MCA (Modular Controller Architecture, a modular software framework)interface, where the greetings model was also implemented
    • +
    • the list of postures is on the left together with the option
    • +
    • When that option is activated, it is possible to select the context parameters through the radio buttons on the right
    • +
    + + + +
    +
    -
    -

    Experiment setup

    - -

    The objective of the experiment was to adapt ARMAR-IIIb greeting behaviour from Japanese to German culture.(実験の目的は、日本の挨拶データを持ったARMARをドイツの文化へ適応させること)

    -

    the algorithm working for ARMAR was trained with only Japanese sociology data and two mappings M0J were built for gestures and words(そのため、ARMARは日本の社会学データとジェスチャーと言葉のマッピングのために作られたM0Jの2つを使って訓練されました)

    -

    After interacting with German people, the resulting mappings M1 were expected to synthesize the rules of greeting interaction in Germany(ドイツの人々と対話した後得られたマッピングM1は日本とドイツの交流時の挨拶のルールが統合されていることを期待された)

    -

    M0Gについては触れてない、後で使いそうならちゃんと書く

    -
    -
    +
    +
    +
    +

    Modular Controller Architecture, a modular software framework

    +
    + + +

    + + + +
    +
    + +
    +
    +
    +

    Implementation of words

    +
    + + +
      +
    • Word of greeting uses two of the Japanese and German
    • +
    • For example,Japan it is common to use a specific greeting in the workplace 「otsukaresama desu」
    • +
    • where a standard greeting like 「konnichi wa」 would be inappropriate
    • +
    • In German, such a greeting type does not exist
    • +
    • but the meaning of “thank you for your effort” at work can be directly translated into German
    • +
    • the robot knows dictionary terms, but does not understand the difference in usage of these words in different contexts
    • +
    + + + +
    +
    + +
    +
    +
    +

    table of greeting words

    +
    + + +

    + -
    -

    The experiment protocol is as follows(実験の流れ)

    - -
      -
    1. ARMAR-IIIb is trained with Japanese data(ARMAR-Ⅲbを日本のデータでトレーニングする)
    2. -
    3. encounter are given as inputs to the algorithm and the robot is prepared(ロボットに、今の状況が入力される)
    4. -
    5. Participants entered the room , you are prompted to interact with consideration robot the current situation(参加者は部屋に入って、現在の状況を考慮しロボットと交流するように指示される)
    6. -
    7. The participant enters the room shown in Figure 9(参加者は、図9に示されている部屋に入る)カーテンの説明はいるかな?
    8. -
    9. The robot’s greeting is triggered by an operator as the human participant approaches(参加者がロボットに近づくと、オペレータが挨拶を開始する命令をロボットに出します)
    10. -
    11. After the two parties have greeted each other, the robot is turned off(挨拶が終わった後ロボットの電源を切る)
    12. -
    13. the participant evaluates the robot’s behaviour through a questionnaire(参加者はアンケートを介してロボットの行動を評価する)
    14. -
    15. The mapping is updated using the subject’s feedback (マッピングは被験者のフィードバックを使用して更新されます)
    16. -
    17. Repeat steps 2–8 for each participant(2~8のステップを繰り返す)
    18. -
    19. Training stops after the state changes are stabilized(状態の変化が安定したらトレーニングを終了する)
    20. -
    -
    -
    +
    +
    + +
    +
    +
    +

    Implementation of words

    +
    + + +
      +
    • These words have been recorded through free text-to-speech software into wave files that could be played by the robot
    • +
    • ARMAR does not have embedded speakers in its body
    • +
    • added two small speakers behind the head and connected them to another computer
    • +
    + + + +
    +
    + +
    +
    +
    +

    Experiment description

    +
    + + +
      +
    • Experiments were conducted at room as shown in Figure , Germany +
    • +
    + + + +
    +
    + +
    +
    +
    +

    Experiment description2

    +
    + + +
      +
    • Participants were 18 German people of different ages, genders, workplaces
    • +
    • robot could be trained with various combinations of context
    • +
    • It was not possible to include all combinations of feature values in the experiment
    • +
    • for example there cannot be a profile with both [‘location’: ‘workplace’] and [‘social distance’: ‘unknown’]
    • +
    • the [‘location’:‘private’] case was left out, because it is impossible to simulate the interaction in a private context, such as one’s home
    • +
    + -
    -

    Results

    - -

    The experiment was carried out through 30 interactions(実験は30回の交流を介して行われました)

    -

    all greeting gestures and word types had the chance of being selected at least once(全ての挨拶のジェスチャーや単語は、少なくとも一度は選択される機会があった)

    -

    When searching below , show the number of times that has been the use of context(以下に条件の使用回数を記す)

    -
  • gender 34 times
  • -
  • location 50 times
  • -
  • power relationship 56 times
  • -
  • social distance 46 times
  • -
  • time of the day 39 times
  • -
    -
    +
    +
    + +
    +
    +
    +

    Experiment description3

    +
    + + +
      +
    • repeated the experiment more than
    • +
    • for example experiment is repeated at different times
    • +
    • Change the acquaintance from unknown social distance at the time of exchange
    • +
    • we could collect more data by manipulating the value of a single feature
    • +
    + + + +
    +
    + +
    +
    +
    +

    Statistics of participants

    +
    + + +
      +
    • The demographics of the 18 participants were as follows +
        +
      1. gender :M: 10; F: 8
      2. +
      3. average age: 31.33
      4. +
      5. age standard deviation:13.16
      6. +
      +
    • +
    + -
    -

    Results

    - -

    式の前後のところは後で訳す

    -

    The new mapping of gestures was verified からJ towards M0G.まで

    -
    -
    +
    +
    + +
    +
    +
    +

    tatistics of participants

    +
    + + +
      +
    • the number of interactions was determined by the stopping condition of the algorithm
    • +
    • The number of interactions taking repetitions into account was 30 +
        +
      1. gender :M: 18; F: 12
      2. +
      3. average age: 29.43
      4. +
      5. age standard deviation: 12.46
      6. +
      +
    • +
    -
    -

    Result

    - -

    It referred to how the change in the gesture of the experiment(ジェスチャーの実験での変化を以下に記す)

    -

    It has become common Bowing is greatly reduced handshake(深い挨拶が大きく減少し、握手が一般的になってきている)

    -

    It has appeared hug that does not exist in Japan of mapping(日本のマッピングに存在しないハグが出現している)

    -

    This is because the participants issued a feedback that hug is appropriate(これは、参加者がハグが適切であるというフィードバックを出したからである)

    -

    ここに表3かな

    -
    -
    + +
    +
    + +
    +
    +
    +

    The experiment protocol is as follows 1~5

    +
    + + +
      +
    1. ARMAR-IIIb is trained with Japanese data
    2. +
    3. encounter are given as inputs to the algorithm and the robot is prepared
    4. +
    5. Participants entered the room , you are prompted to interact with consideration robot the current situation
    6. +
    7. The participant enters the room
    8. +
    9. The robot’s greeting is triggered by an operator as the human participant approaches
    10. +
    + -
    -

    Result

    - -

    The biggest change in the words of the mapping , are gone workplace of greeting(言葉のマッピングの最大の変化は、職場の挨拶がなくなっている)

    -

    Is the use of informal greeting as a small amount of change(微量な変化としては軽い挨拶の使用がある)

    -

    the changes cannot be considered significant.の訳がわからん

    -

    some other patterns can be found in the gestures mappings judging from the columns in Table 3 for T = 0,(テーブル3のT=0の時の列からジャスチャーのマッピングパターンを見つけることができる)

    -

    Japan there is a pattern to the gesture by social distance(日本には社会的立ち位置によってジェスチャーにパターンがある)

    -

    But in Germany not the pattern(しかしドイツにはそのパターンはない)

    -

    This is characteristic of Japanese society(これは日本の社会の特徴である)

    -

    The two mapping has been referring to the feedback of the Japanese sociology literature and the German participants(この2つのマッピングは日本の社会学の文献とドイツの参加者のフィードバックを参考にしている)

    -

    ここに表4

    -
    -
    +
    +
    + +
    +
    +
    +

    The experiment protocol is as follows 6~10

    +
    + + +
      +
    1. After the two parties have greeted each other, the robot is turned off
    2. +
    3. the participant evaluates the robot’s behaviour through a questionnaire
    4. +
    5. The mapping is updated using the subject’s feedback
    6. +
    7. Repeat steps 2–8 for each participant
    8. +
    9. Training stops after the state changes are stabilized
    10. +
    + + + +
    +
    + +
    +
    +
    +

    Results

    +
    + + +
      +
    • It referred to how the change in the gesture of the experiment
    • +
    • It has become common Bowing is greatly reduced handshake
    • +
    • It has appeared hug that does not exist in Japan of mapping
    • +
    • This is because the participants issued a feedback that hug is appropriate
    • +
    + + -
    -

    Discussion

    - -

    ここはいらない説ある5.1~5.2は前と同じようなこと書いてるからスライドにはいらない

    -

    ここもいらないかな?

    -

    concept of a greeting selection system is novel(挨拶選択システムの概念は新しい)

    -

    its modelling and application can be useful in robotics(モデリングとアプリケーションはロボット工学において非常に有用)

    -

    In particular, one advantage of the current implementation is that gestures are not robot-specific, since the Master Motor Map framework can be used and converted to any other humanoid robot(特にMMMを使用しているので、ジェスチャを他のロボットに変換することができるのでロボット固有ではない)

    -
    -
    +
    +
    + +
    +
    +
    +

    Results

    +
    + + +

    + + + +
    +
    + +
    +
    +
    +

    Results

    +
    + + +
      +
    • The biggest change in the words of the mapping , are gone workplace of greeting
    • +
    • Is the use of informal greeting as a small amount of change
    • +
    + + + +
    +
    + +
    +
    +
    +

    Results

    +
    + + +

    + -
    -

    Limitations and improvements

    - -

    In the current implementation, there are also a few limitations. (今の実装には色々制限(問題)がある)

    -

    The first obvious limitation is related to the manual input of context data(はじめに状況のデータ入力が手動入力であること)

    -

    →  The integrated use of cameras would make it possible to determine features such as gender, age, and race of the human(カメラ等を用いることにより、人の性別、年齢、人種などを判断できるようになる)

    -

    Speech recognition system and cameras could also detect the human's own greeting(音声認識システムとカメラは人の挨拶を検出することが出来た)

    -

    → Robot itself , to determine whether the greeting was correct(ロボット自身が、挨拶が正しかったかを判断する)

    -

    The decision to check the distance to the partner , the timing of the greeting , head orientation , or to use other information , whether the response to a greeting is correct and what is expected(判断には、相手との距離、挨拶のタイミング、頭の向き、やその他の情報を使い、挨拶に対する反応が予想されているものと合っているかを調べる)

    -

    Accurate der than this information is information collected using a questionnaire(この情報はアンケートを使った情報収集より正確である

    -

    It is possible to extend the set of context by using a plurality of documents(複数の文献を使用することでコンテキストのセットを拡張することができる)

    -

    This in simplification of greeting model was canceled(挨拶モデルの簡易化中のこれは中止になった

    -
    -
    + +
    +
    + +
    +
    +
    +

    Limitations and improvements

    +
    + + +
      +
    • The first obvious limitation is related to the manual input of context data
    • +
    • The integrated use of cameras would make it possible to determine features such as gender, age, and race of the human
    • +
    + + + +
    +
    + +
    +
    +
    +

    Limitations and improvements

    +
    + + +
      +
    • Robot itself , to determine whether the greeting was correct
    • +
    • Speech recognition system and cameras could also detect the human own greeting
    • +
    • The decision to check the distance to the partner , the timing of the greeting , head orientation , or to use other information , whether the response to a greeting is correct and what is expected
    • +
    + + + +
    +
    -
    -

    Different kinds of embodiment

    - -

    Humanoid robot has a body similar to the human(ヒューマノイドロボットは人間に似たボディを持っている

    -

    But the robot can change shape , the size capability(しかしロボットは形状、大きさ能力を変えることができる

    -

    Type of greeting me to select the appropriate effect for each robot(挨拶のタイプは各ロボットに対して合った効果を選択する

    -

    By expanding this robot , depending on their physical characteristics , it is possible to start discovering interaction method with the best human yourself(これを拡張することで、ロボットが、自身の身体的特徴に応じて、自分で最適な人間との対話法を発見し開始することができる

    -

    And thus rely on visual or hearing the communication(通信には視覚や聴覚に頼ることになる

    -
    -
    +
    +
    +
    +

    Limitations and improvements

    +
    + + +
      +
    • It is possible to extend the set of context by using a plurality of documents
    • +
    + + + +
    +
    - +
    +
    +
    +

    Different kinds of embodiment

    +
    + + +
      +
    • Humanoid robot has a body similar to the human
    • +
    • robot can change shape , the size capability
    • +
    • Type of greeting me to select the appropriate effect for each robot
    • +
    • By expanding this robot , depending on their physical characteristics , it is possible to start discovering interaction method with the best human yourself
    • +
    -
    + + + + + + +
    + + + + diff -r 8a6f547b72c0 -r 62f384a20c2c slide.md --- a/slide.md Thu Jun 25 06:07:48 2015 +0900 +++ b/slide.md Fri Jun 26 09:09:58 2015 +0900 @@ -164,7 +164,7 @@ # Implementation on ARMAR-IIIb * ARMAR-III is designed for close cooperation with humans * ARMAR-III has a humanlike appearance -* sensory capabilities similar to humans( +* sensory capabilities similar to humans * ARMAR-IIIb is a slightly modified version with different shape to the head, the trunk, and the hands # Implementation of gestures @@ -177,18 +177,21 @@ * providing a unified representation of various human motion capture systems, action recognition systems, imitation systems, visualization modules * This representation can be subsequently converted to other representations, such as action recognizers, 3D visualization, or implementation into different robots * The MMM is intended to become a common standard in the robotics community + +# Master Motor Map -# Master Motor Map2 +# Master Motor Map * The body model of MMM model can be seen in the left-hand illustration in Figure * It contains some joints, such as the clavicula, which are usually not implemented in humanoid robots * A conversion module is necessary to perform a transformation between this kinematic model and ARMAR-IIIb kinematic model + +# Master Motor Map # converter * converter given joint angles would consist in a one-to-one mapping between an observed human subject and the robot -* differences in the kinematic structures of a human and the robot one-to-one mapping can hardly show acceptable results in terms of a human like appearance of the reproduced movement -* this problem is addressed by applying a post-processing procedure in joint angle space +* convert is addressed by applying a post-processing procedure in joint angle space * the joint angles, given in the MMM format,are optimized concerning the tool centre point position * solution is estimated by using the joint configuration of the MMM model on the robot @@ -201,7 +204,6 @@ # Conversion example of MMM * After programming the postures directly on the MMM model they were processed by the converter -* Conversion is not easy * the human model contains many joints, which are not present in the robot configuration * ARMAR is not bending the body when performing a bow * It was expressed using a portion present in the robot (e.g., the neck) @@ -217,6 +219,8 @@ * The postures could be triggered from the MCA (Modular Controller Architecture, a modular software framework)interface, where the greetings model was also implemented * the list of postures is on the left together with the option * When that option is activated, it is possible to select the context parameters through the radio buttons on the right + +# Modular Controller Architecture, a modular software framework # Implementation of words @@ -237,8 +241,8 @@ * added two small speakers behind the head and connected them to another computer # Experiment description -* Experiments were conducted at room as shown in Figure 9 , Germany - +* Experiments were conducted at room as shown in Figure , Germany + # Experiment description2 @@ -268,11 +272,6 @@ 2. average age: 29.43 3. age standard deviation: 12.46 -# The purpose of the experiment -* The objective of the experiment was to adapt ARMAR-IIIb greeting behaviour from Japanese to German culture -* the algorithm working for ARMAR was trained with only Japanese sociology data and two mappings M0J were built for gestures and words -* After interacting with German people, the resulting mappings M1 were expected to synthesize the rules of greeting interaction in Germany - # The experiment protocol is as follows 1~5 1. ARMAR-IIIb is trained with Japanese data 2. encounter are given as inputs to the algorithm and the robot is prepared @@ -292,28 +291,28 @@ * It has become common Bowing is greatly reduced handshake * It has appeared hug that does not exist in Japan of mapping * This is because the participants issued a feedback that hug is appropriate + +# Results -# Results2 +# Results * The biggest change in the words of the mapping , are gone workplace of greeting * Is the use of informal greeting as a small amount of change -* some other patterns can be found in the gestures mappings judging from the columns in Table 3 for T = 0 -* Japan there is a pattern to the gesture by social distance -* But in Germany not the pattern -* This is characteristic of Japanese society -* The two mapping has been referring to the feedback of the Japanese sociology literature and the German participants + +# Results # Limitations and improvements -* In the current implementation, there are also a few limitations * The first obvious limitation is related to the manual input of context data -* →  The integrated use of cameras would make it possible to determine features such as gender, age, and race of the human +* The integrated use of cameras would make it possible to determine features such as gender, age, and race of the human + +# Limitations and improvements +* Robot itself , to determine whether the greeting was correct * Speech recognition system and cameras could also detect the human own greeting -* → Robot itself , to determine whether the greeting was correct * The decision to check the distance to the partner , the timing of the greeting , head orientation , or to use other information , whether the response to a greeting is correct and what is expected -* Accurate der than this information is information collected using a questionnaire + +#Limitations and improvements * It is possible to extend the set of context by using a plurality of documents -* This in simplification of greeting model was canceled # Different kinds of embodiment * Humanoid robot has a body similar to the human