{"created":"2023-05-15T15:29:28.881334+00:00","id":19179,"links":{},"metadata":{"_buckets":{"deposit":"d10e58d8-9f87-448c-a320-1c7a09073c18"},"_deposit":{"created_by":15,"id":"19179","owners":[15],"pid":{"revision_id":0,"type":"depid","value":"19179"},"status":"published"},"_oai":{"id":"oai:sucra.repo.nii.ac.jp:00019179","sets":["94:429:431:432:972"]},"author_link":[],"item_113_alternative_title_1":{"attribute_name":"タイトル(別言語)","attribute_value_mlt":[{"subitem_alternative_title":"Sequence-to-Sequenceモデルに基づく多様な状況への動作生成の学習"}]},"item_113_biblio_info_9":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicIssueDates":{"bibliographicIssueDate":"2020","bibliographicIssueDateType":"Issued"}}]},"item_113_date_35":{"attribute_name":"作成日","attribute_value_mlt":[{"subitem_date_issued_datetime":"2021-01-26","subitem_date_issued_type":"Created"}]},"item_113_date_granted_20":{"attribute_name":"学位授与年月日","attribute_value_mlt":[{"subitem_dategranted":"2020-03-23"}]},"item_113_degree_grantor_22":{"attribute_name":"学位授与機関","attribute_value_mlt":[{"subitem_degreegrantor":[{"subitem_degreegrantor_name":"埼玉大学"}],"subitem_degreegrantor_identifier":[{"subitem_degreegrantor_identifier_name":"12401","subitem_degreegrantor_identifier_scheme":"kakenhi"}]}]},"item_113_degree_name_21":{"attribute_name":"学位名","attribute_value_mlt":[{"subitem_degreename":"博士(工学)"}]},"item_113_description_13":{"attribute_name":"形態","attribute_value_mlt":[{"subitem_description":"77 p.","subitem_description_type":"Other"}]},"item_113_description_24":{"attribute_name":"目次","attribute_value_mlt":[{"subitem_description":"1 Introduction 5\n 1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n 1.2 Issue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n 1.3 Approach . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6\n 1.4 Seq2seq Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n 1.5 Research Topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n 1.6 Construction of this Dissertation . . . . . . . . . . . . . . . . . . . . . . . . 9\n2 Training of Seq2seq Models under Dynamic Constraints 11\n 2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11\n 2.2 Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13\n 2.2.1 Physics Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13\n 2.2.2 Seq2seq Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13\n 2.2.3 Proposed Learning Curriculum . . . . . . . . . . . . . . . . . . . . . 15\n 2.3 Experiments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16\n 2.3.1 Implementation of Seq2seq Model . . . . . . . . . . . . . . . . . . . 16\n 2.3.2 Simulation Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19\n 2.3.3 Experimental Result . . . . . . . . . . . . . . . . . . . . . . . . . . . 19\n 2.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22\n3 Training of Seq2seq Models under Discontinuous Dynamics 23\n 3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23\n 3.2 Sequence-to-Sequence Model for Sliding Manipulation . . . . . . . . . . . . 24\n 3.2.1 Physics Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24\n 3.2.2 Seq2seq Model Architecture . . . . . . . . . . . . . . . . . . . . . . . 25\n 3.3 Training Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27\n 3.3.1 Objective Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27\n 3.3.2 Training Strategy Based on Curriculum Learning . . . . . . . . . . . 27\n 3.4 Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28\n 3.4.1 Implementation of Seq2seq Model . . . . . . . . . . . . . . . . . . . 28\n 3.4.2 Implementation of Training . . . . . . . . . . . . . . . . . . . . . . . 29\n 3.5 Simulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30\n 3.5.1 Implementation of Simulation . . . . . . . . . . . . . . . . . . . . . . 30\n 3.5.2 Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31\n 3.6 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35\n4 Association of Latent Representations with External Orders by Mathematical Expressions 37\n 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37\n 4.2 Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39\n 4.2.1 Issue to be Addressed . . . . . . . . . . . . . . . . . . . . . . . . . . 39\n 4.2.2 Optimization of the Latent Representation . . . . . . . . . . . . . . 39\n 4.2.3 Optimization Procedure . . . . . . . . . . . . . . . . . . . . . . . . . 40\n 4.3 Simulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40\n 4.3.1 Implementation of Seq2seq Model . . . . . . . . . . . . . . . . . . . 41\n 4.3.2 Adjusting Trajectories to Reach the Given End Positions . . . . . . 41\n 4.4 Experiments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43\n 4.4.1 Setup of the Robot . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43\n 4.4.2 Trajectory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44\n 4.4.3 Result . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45\n 4.5 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45\n5 Association of Latent Representations with External Orders by Numerical Expressions 53\n 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53\n 5.2 Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55\n 5.2.1 LfD using SeqAE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55\n 5.3 Experiments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57\n 5.3.1 Task Specification . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57\n 5.3.2 Control System Setup . . . . . . . . . . . . . . . . . . . . . . . . . . 58\n 5.3.3 Training-Data Collection . . . . . . . . . . . . . . . . . . . . . . . . 58\n 5.3.4 Model Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59\n 5.3.5 Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60\n 5.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64\n6 Conclusion 67","subitem_description_type":"Other"}]},"item_113_description_25":{"attribute_name":"注記","attribute_value_mlt":[{"subitem_description":"指導教員 : 辻俊明","subitem_description_type":"Other"}]},"item_113_description_33":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"subitem_description":"text","subitem_description_type":"Other"}]},"item_113_description_34":{"attribute_name":"フォーマット","attribute_value_mlt":[{"subitem_description":"application/pdf","subitem_description_type":"Other"}]},"item_113_dissertation_number_19":{"attribute_name":"学位授与番号","attribute_value_mlt":[{"subitem_dissertationnumber":"甲第1165号"}]},"item_113_identifier_registration":{"attribute_name":"ID登録","attribute_value_mlt":[{"subitem_identifier_reg_text":"10.24561/00019148","subitem_identifier_reg_type":"JaLC"}]},"item_113_publisher_11":{"attribute_name":"出版者名","attribute_value_mlt":[{"subitem_publisher":"埼玉大学大学院理工学研究科"}]},"item_113_publisher_12":{"attribute_name":"出版者名(別言語)","attribute_value_mlt":[{"subitem_publisher":"Graduate School of Science and Engineering, Saitama University"}]},"item_113_record_name_8":{"attribute_name":"書誌","attribute_value_mlt":[{"subitem_record_name":"博士論文(埼玉大学大学院理工学研究科(博士後期課程))"}]},"item_113_text_31":{"attribute_name":"版","attribute_value_mlt":[{"subitem_text_value":"[出版社版]"}]},"item_113_text_36":{"attribute_name":"アイテムID","attribute_value_mlt":[{"subitem_text_value":"GD0001214"}]},"item_113_text_4":{"attribute_name":"著者 所属","attribute_value_mlt":[{"subitem_text_value":"埼玉大学大学院理工学研究科(博士後期課程)理工学専攻"}]},"item_113_text_5":{"attribute_name":"著者 所属(別言語)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Science and Engineering, Saitama University"}]},"item_113_version_type_32":{"attribute_name":"著者版フラグ","attribute_value_mlt":[{"subitem_version_resource":"http://purl.org/coar/version/c_970fb48d4fbd8a85","subitem_version_type":"VoR"}]},"item_access_right":{"attribute_name":"アクセス権","attribute_value_mlt":[{"subitem_access_right":"open access","subitem_access_right_uri":"http://purl.org/coar/access_right/c_abf2"}]},"item_creator":{"attribute_name":"著者","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"沓澤, 京","creatorNameLang":"ja"},{"creatorName":"クツザワ, キョウ","creatorNameLang":"ja-Kana"}]}]},"item_files":{"attribute_name":"ファイル情報","attribute_type":"file","attribute_value_mlt":[{"accessrole":"open_date","date":[{"dateType":"Available","dateValue":"2021-01-26"}],"displaytype":"detail","filename":"GD0001214.pdf","filesize":[{"value":"7.6 MB"}],"format":"application/pdf","licensetype":"license_note","mimetype":"application/pdf","url":{"label":"GD0001214.pdf","objectType":"fulltext","url":"https://sucra.repo.nii.ac.jp/record/19179/files/GD0001214.pdf"},"version_id":"5a21ac8a-1c4b-44b0-aab4-c59dd4f91808"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"eng"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourcetype":"doctoral thesis","resourceuri":"http://purl.org/coar/resource_type/c_db06"}]},"item_title":"Learning of Motion Generation for Various Situations based on Sequence-to-Sequence Models","item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"Learning of Motion Generation for Various Situations based on Sequence-to-Sequence Models","subitem_title_language":"en"}]},"item_type_id":"113","owner":"15","path":["972"],"pubdate":{"attribute_name":"PubDate","attribute_value":"2021-01-26"},"publish_date":"2021-01-26","publish_status":"0","recid":"19179","relation_version_is_last":true,"title":["Learning of Motion Generation for Various Situations based on Sequence-to-Sequence Models"],"weko_creator_id":"15","weko_shared_id":-1},"updated":"2023-06-23T01:28:27.030692+00:00"}