{"created":"2025-01-19T01:31:15.932289+00:00","updated":"2025-01-19T10:52:35.585038+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00231103","sets":["1164:2240:11176:11408"]},"path":["11408"],"owner":"44499","recid":"231103","title":["逐次学習可能なグラフ分散表現のFPGAアクセラレータ"],"pubdate":{"attribute_name":"公開日","attribute_value":"2023-11-28"},"_buckets":{"deposit":"7f67fb9d-7933-4d0a-ba24-8d7527ad0ab0"},"_deposit":{"id":"231103","pid":{"type":"depid","value":"231103","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"逐次学習可能なグラフ分散表現のFPGAアクセラレータ","author_link":["623383","623387","623386","623388","623384","623385"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"逐次学習可能なグラフ分散表現のFPGAアクセラレータ"},{"subitem_title":"An FPGA-Based Accelerator for Graph Embedding using Sequential Training Algorithm","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"AIとグラフ","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2023-11-28","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"慶應義塾大学大学院理工学研究科"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Faculty of Science and Technology, Keio University","subitem_text_language":"en"},{"subitem_text_value":" Faculty of Science and Technology, Keio University","subitem_text_language":"en"},{"subitem_text_value":" Faculty of Science and Technology, Keio University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/231103/files/IPSJ-HPC23192025.pdf","label":"IPSJ-HPC23192025.pdf"},"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC23192025.pdf","filesize":[{"value":"2.2 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_login","version_id":"e6f956d7-99cf-42c4-87ba-10619760cc79","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2023 by the Institute of Electronics, Information and Communication Engineers This SIG report is only available to those in membership of the SIG."}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"須永, 一輝"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"杉浦, 圭祐"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"松谷, 宏紀"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Kazuki, Sunaga","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Keisuke, Sugiura","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Hiroki, Matsutani","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10463942","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8841","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"グラフ構造を隣接行列で表現した場合,統計的操作や機械学習手法の直接的な適用は難しく,One-hot 表現を用いた場合その次元はノード数に線形に依存する.これに対する手法としてグラフ構造を分散表現と称される低次元のベクトルで表現する手法が存在している.node2vec は分散表現を学習する手法の 1 つであるが,基本的に誤差逆伝播法を用いてバッチ学習を行うため,グラフ構造の時間的な変化に対応することができない.そのため逐次的に更新を行う場合,以前の学習結果が失われてしまい精度が低下する.これに対処するため,本研究ではオンライン学習アルゴリズムである OS-ELM を node2vec の学習モデルに適用し,逐次学習に対応させる.また,組み込み IoT 機器上での動作を見据えて,FPGA (Field-Programmable Gate Array) による高速化を提案する.FPGA 実装により,ARM Cortex-A53 CPUと比較して,最大 205.254 倍の高速化を達成した.また逐次学習タスクにおける精度評価では,既存の node2vec の学習モデルが精度低下を引き起こしたのに対し,提案モデルでは学習データの増大に伴うと思われる精度向上が見られた.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2023-11-28","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"25","bibliographicVolumeNumber":"2023-HPC-192"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":231103,"links":{}}