JP7297468B2 - データ処理装置及びその方法 - Google Patents
データ処理装置及びその方法 Download PDFInfo
- Publication number
- JP7297468B2 JP7297468B2 JP2019036705A JP2019036705A JP7297468B2 JP 7297468 B2 JP7297468 B2 JP 7297468B2 JP 2019036705 A JP2019036705 A JP 2019036705A JP 2019036705 A JP2019036705 A JP 2019036705A JP 7297468 B2 JP7297468 B2 JP 7297468B2
- Authority
- JP
- Japan
- Prior art keywords
- processing
- data
- arithmetic processing
- unit
- memory
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/06—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
- G06N3/063—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/20—Processor architectures; Processor configuration, e.g. pipelining
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- General Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Molecular Biology (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Data Mining & Analysis (AREA)
- Neurology (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Description
input(x,y):座標(x、y)での参照画素値
output(x,y):座標(x、y)での演算結果
weight(column,row):output(x、y)の演算に使用する重み係数
columnSize、rowSize:コンボリューションカーネルサイズ
である。
図1~図8を参照して本発明の実施形態1を説明する。
Wl=Wx(l,f,f’)×Wy(l,f,f’)×(Fl×Fl-1)
Sl=(IX×IY)×(Fl+Fl-1)
l:生成対象となる階層番号(1,2,…)
f:生成特徴面番号
f’:参照特徴面番号
Wx(l,f,f’):カーネルサイズ水平方向
Wy(l,f,f’):カーネルサイズ垂直方向
Ft:生成特徴面数
Ft-1:参照特徴面数
IX,IY:入力画像サイズ(水平方向,垂直方向)
として表すことができる。
上記実施形態では特徴抽出処理としてCNN演算処理の場合について説明したが、これに限るわけではなく、パーセプトロン等他の様々な階層的な処理に適用可能である。
102 制御部
103 重み係数格納部
104 特徴面格納部
105 畳み込み演算部
601 CNN演算処理部
Claims (10)
- 入力データに対し、ニューラルネットワークに対応する階層的な演算処理を実行するデータ処理装置であって、
前記ニューラルネットワークに対応する階層的な演算処理を複数の処理単位に分割した処理単位ごとに処理に用いる、前記演算処理の重み係数と動作パラメタとを含む制御データをセットとした複数の制御データセットを保持する保持手段と、
前記保持手段から前記複数の制御データセットを順に転送する転送手段と、
前記転送手段から転送された1つの制御データセットを用いて、当該制御データセットに対応する前記分割した処理単位の演算処理を行う演算処理手段とを備えることを特徴とするデータ処理装置。 - 前記処理単位は、前記ニューラルネットワークの階層単位であることを特徴とする請求項1記載のデータ処理装置。
- 前記処理単位は、前記ニューラルネットワークの特徴面単位であることを特徴とする請求項1記載のデータ処理装置。
- 前記処理単位は、該処理単位の処理に必要な重み係数のメモリ量が、前記演算処理手段の参照するメモリにおける重み係数の格納部のメモリサイズ以下となるように定められていることを特徴とする請求項1記載のデータ処理装置。
- 前記演算処理手段は、演算処理の実行と並列に、次の演算処理に使用する重み係数を重み係数格納部へ格納することを特徴とする請求項1記載のデータ処理装置。
- 前記演算処理手段は、演算の実行と並列に次の処理に使用する動作パラメタをレジスタへ設定することを特徴とする請求項1記載のデータ処理装置。
- 前記処理単位は、該処理単位の処理に必要な特徴面を保持するためのメモリ量が、前記演算処理手段の参照するメモリにおける特徴面の格納部のメモリサイズ以下となるように定められていることを特徴とする請求項1記載のデータ処理装置。
- 前記転送手段は、複数のデータセットを連続して転送することを特徴とする請求項1記載のデータ処理装置。
- 前記動作パラメタは、前記演算処理において参照する特徴面の数、参照する特徴面のサイズ、前記演算処理に用いるフィルタカーネルのサイズの少なくとも1つを含むことを特徴とする請求項1記載のデータ処理装置。
- 入力データに対し、ニューラルネットワークに対応する階層的な演算処理を実行するデータ処理方法であって、
前記ニューラルネットワークに対応する階層的な演算処理を複数の処理単位に分割した処理単位ごとに処理に用いる、前記演算処理の重み係数と動作パラメタとを含む制御データをセットとした複数の制御データセットを保持手段に保持する保持工程と、
前記保持手段から前記複数の制御データセットを順に転送する転送工程と、
前記転送工程において転送された1つの制御データセットを用いて、当該制御データセットに対応する前記分割した処理単位の演算処理を行う演算処理工程とを備えることを特徴とするデータ処理方法。
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2019036705A JP7297468B2 (ja) | 2019-02-28 | 2019-02-28 | データ処理装置及びその方法 |
| US16/796,442 US11790225B2 (en) | 2019-02-28 | 2020-02-20 | Data processing apparatus configured to execute hierarchical calculation processing and method thereof |
| EP20159080.9A EP3702973A1 (en) | 2019-02-28 | 2020-02-24 | Data processing apparatus configured to execute hierarchical calculation processing and method thereof |
| CN202010127920.5A CN111626914B (zh) | 2019-02-28 | 2020-02-28 | 执行层级计算处理的数据处理装置及其方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2019036705A JP7297468B2 (ja) | 2019-02-28 | 2019-02-28 | データ処理装置及びその方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2020140546A JP2020140546A (ja) | 2020-09-03 |
| JP7297468B2 true JP7297468B2 (ja) | 2023-06-26 |
Family
ID=69779770
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019036705A Active JP7297468B2 (ja) | 2019-02-28 | 2019-02-28 | データ処理装置及びその方法 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US11790225B2 (ja) |
| EP (1) | EP3702973A1 (ja) |
| JP (1) | JP7297468B2 (ja) |
| CN (1) | CN111626914B (ja) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP4191477A4 (en) * | 2020-10-15 | 2024-01-24 | Samsung Electronics Co., Ltd. | Electronic device and control method for electronic device |
| TWI894386B (zh) * | 2020-11-10 | 2025-08-21 | 日商東京威力科創股份有限公司 | 模型管理系統、模型管理方法及模型管理程式 |
| CN116508052A (zh) * | 2020-11-16 | 2023-07-28 | 日立安斯泰莫株式会社 | Dnn缩简装置以及车载运算装置 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009080693A (ja) | 2007-09-26 | 2009-04-16 | Canon Inc | 演算処理装置および方法 |
| JP2017004142A (ja) | 2015-06-08 | 2017-01-05 | 株式会社Preferred Networks | 学習装置ユニット |
| JP2018073102A (ja) | 2016-10-28 | 2018-05-10 | キヤノン株式会社 | 演算回路、その制御方法及びプログラム |
| JP2018147182A (ja) | 2017-03-03 | 2018-09-20 | キヤノン株式会社 | 演算処理装置およびその制御方法 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH06195322A (ja) | 1992-10-29 | 1994-07-15 | Hitachi Ltd | 汎用型ニューロコンピュータとして用いられる情報処理装置 |
| JP5171118B2 (ja) | 2007-06-13 | 2013-03-27 | キヤノン株式会社 | 演算処理装置及びその制御方法 |
| US10049322B2 (en) | 2015-05-21 | 2018-08-14 | Google Llc | Prefetching weights for use in a neural network processor |
| US10402995B2 (en) * | 2017-07-27 | 2019-09-03 | Here Global B.V. | Method, apparatus, and system for real-time object detection using a cursor recurrent neural network |
| EP4009183B1 (en) * | 2018-10-18 | 2026-05-06 | Shanghai Cambricon Information Technology Co., Ltd | Network-on-chip data processing method and device |
-
2019
- 2019-02-28 JP JP2019036705A patent/JP7297468B2/ja active Active
-
2020
- 2020-02-20 US US16/796,442 patent/US11790225B2/en active Active
- 2020-02-24 EP EP20159080.9A patent/EP3702973A1/en active Pending
- 2020-02-28 CN CN202010127920.5A patent/CN111626914B/zh active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009080693A (ja) | 2007-09-26 | 2009-04-16 | Canon Inc | 演算処理装置および方法 |
| JP2017004142A (ja) | 2015-06-08 | 2017-01-05 | 株式会社Preferred Networks | 学習装置ユニット |
| JP2018073102A (ja) | 2016-10-28 | 2018-05-10 | キヤノン株式会社 | 演算回路、その制御方法及びプログラム |
| JP2018147182A (ja) | 2017-03-03 | 2018-09-20 | キヤノン株式会社 | 演算処理装置およびその制御方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111626914A (zh) | 2020-09-04 |
| CN111626914B (zh) | 2023-10-31 |
| EP3702973A1 (en) | 2020-09-02 |
| US20200279168A1 (en) | 2020-09-03 |
| JP2020140546A (ja) | 2020-09-03 |
| US11790225B2 (en) | 2023-10-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11699067B2 (en) | Arithmetic processing apparatus and control method therefor | |
| US11068776B2 (en) | Convolutional neural network based data processing apparatus, method for controlling the same, and storage medium storing program | |
| JP7297468B2 (ja) | データ処理装置及びその方法 | |
| JP7391553B2 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
| JP6800656B2 (ja) | 演算回路、その制御方法及びプログラム | |
| JP2012033007A (ja) | 画像処理装置および画像処理方法 | |
| US11347430B2 (en) | Operation processing apparatus that executes hierarchical calculation, operation processing method, and non-transitory computer-readable storage medium | |
| CN111985628B (zh) | 计算装置及包括所述计算装置的神经网络处理器 | |
| US11704546B2 (en) | Operation processing apparatus that calculates addresses of feature planes in layers of a neutral network and operation processing method | |
| JP7574346B2 (ja) | 情報処理装置及びメモリ制御方法 | |
| JP2021089493A (ja) | 情報処理装置およびその学習方法 | |
| JP5327482B2 (ja) | 画像処理装置及び画像処理方法 | |
| JP2005045514A (ja) | 画像処理装置及び画像処理方法 | |
| JP7169768B2 (ja) | 画像処理装置、画像処理方法 | |
| JP2022184136A (ja) | 情報処理装置、情報処理方法 | |
| CN112639838B (zh) | 运算处理装置 | |
| JP7159555B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
| US11755893B2 (en) | Discrimination calculation apparatus and method thereof | |
| JP4835872B2 (ja) | 画像処理装置 | |
| JP2015154455A (ja) | 画像処理装置、画像処理方法及び画像処理プログラム | |
| JP2022152208A (ja) | 畳み込み演算を行なう演算処理装置および演算処理方法 | |
| JPH09114967A (ja) | 画像処理方法及びその装置 | |
| JP2018036860A (ja) | 画像処理装置、第1調整回路及び第2調整回路 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220228 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20221213 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230117 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230317 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20230516 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230614 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 7297468 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
