{"created":"2025-01-19T01:11:42.706304+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00210493","sets":["1164:1579:10482:10561"]},"path":["10561"],"owner":"44499","recid":"210493","title":["量子化深層学習のための精度シミュレーション"],"pubdate":{"attribute_name":"公開日","attribute_value":"2021-03-18"},"_buckets":{"deposit":"391d5d70-07bb-42d4-b93d-1627250c4cbc"},"_deposit":{"id":"210493","pid":{"type":"depid","value":"210493","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"量子化深層学習のための精度シミュレーション","author_link":["533048","533051","533050","533047","533052","533049"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"量子化深層学習のための精度シミュレーション"},{"subitem_title":"A Precision Simulator of Deep Neural Network Quantization","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"機械学習","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2021-03-18","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":"Fujitsu Laboratories, Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Fujitsu Laboratories, Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Fujitsu Laboratories, Ltd.","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/210493/files/IPSJ-ARC21244044.pdf","label":"IPSJ-ARC21244044.pdf"},"date":[{"dateType":"Available","dateValue":"2023-03-18"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC21244044.pdf","filesize":[{"value":"726.7 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"13acafa6-6e58-4118-a753-3a95049b4041","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2021 by the Information Processing Society of Japan"}]},"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":"Yutaka, Tamiya","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Tetsutaro, Hashimoto","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Yukihito, Kawabe","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10096105","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-8574","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"深層学習の高速化手法として,量子化によるデータ削減の有効性が知られている.その一方で,学習精度劣化の可能性があるため,実装対象であるハードウェアとニューラルネットワークに適した量子化方式を求める必要がある.本論文では,最適な量子化方式を決定するために,汎用の量子化精度シミュレータを開発した.精度シミュレーションでは,様々な量子化方式 (データ型,スキーム,量子化パラメタ) を指定でき,さらに,複数の量子化方式をネットワークのレイヤ毎に,もしくは,activation,gradient,weight 毎に組み合わせることが可能である.本精度シミュレータは,PyTorch の Quantization-Aware Training (QAT) を用いて実装したことにより,シミュレーション時間は,量子化無しの場合の 2.7 倍以下に抑えることが可能となった.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The effectiveness of data reduction by quantization is known as a method for speeding up deep learning. On the other hand, since there is a possibility that the learning accuracy tends to be worse, it is necessary to find a quantization method suitable for the hardware to be implemented and the neural network. In this paper, we have developed a general-purpose quantization accuracy simulator to determine the optimum quantization method. In the accuracy simulation, various quantization methods (data type, scheme, quantization parameter) can be specified, and multiple quantization methods can be combined for each layer of the network or for each activation, gradient, weight. Is. By implementing this precision simulator based on PyTorch's Quantization-Aware Training (QAT), the simulation time can be suppressed to 2.7 times or less of his time without quantization.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告システム・アーキテクチャ(ARC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2021-03-18","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"44","bibliographicVolumeNumber":"2021-ARC-244"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":210493,"updated":"2025-01-19T18:08:33.194562+00:00","links":{}}