JPH04305778A - Color data converter - Google Patents
Color data converterInfo
- Publication number
- JPH04305778A JPH04305778A JP3070166A JP7016691A JPH04305778A JP H04305778 A JPH04305778 A JP H04305778A JP 3070166 A JP3070166 A JP 3070166A JP 7016691 A JP7016691 A JP 7016691A JP H04305778 A JPH04305778 A JP H04305778A
- Authority
- JP
- Japan
- Prior art keywords
- neural network
- layer
- learning
- data
- color data
- 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.)
- Pending
Links
Landscapes
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Image Communication Systems (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】この発明は、多層構造のニューラ
ルネットワークをカラーデータ変換に使用したカラーデ
ータ変換装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a color data conversion apparatus using a multilayer neural network for color data conversion.
【0002】0002
【従来の技術】従来、多層構造のニューラルネットワー
クにおいて、データ変換を行なうには予めニューラルネ
ットワークに学習をさせなくてはならなかった。2. Description of the Related Art Conventionally, in a multilayer neural network, the neural network must be trained in advance in order to perform data conversion.
【0003】0003
【発明が解決しようとする課題】しかし、一般に、多層
構造のニューラルネットワークの代表的な例としてあげ
られるバックプロパゲーション型のニューラルネットワ
ークは膨大な回数の学習が必要である。このため、従来
、ニューラルネットワークによってカラーデータを変換
するには膨大な回数の学習が必要になり、学習にかかる
時間が長いという課題があった。[Problems to be Solved by the Invention] However, in general, a backpropagation type neural network, which is a typical example of a multilayer neural network, requires an enormous number of training sessions. For this reason, in the past, converting color data using a neural network required an enormous number of learning cycles, which posed the problem of a long learning time.
【0004】そこで、この発明の目的は、従来のこのよ
うな課題を解決するため学習にかかる時間を短縮する手
段を得ることである。SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a means for shortening the time required for learning in order to solve these conventional problems.
【0005】[0005]
【課題を解決するための手段】上記課題を解決するため
に、この発明はニューラルネットワークの中間層に、あ
らかじめカラーデータを変換するようにウェイトを設定
した手段を有する構成とすることによって、学習の回数
を大幅に減少させることが図れるようにした。[Means for Solving the Problems] In order to solve the above problems, the present invention has a configuration in which the middle layer of the neural network has means for setting weights in advance to convert color data, thereby improving learning. We have made it possible to significantly reduce the number of times.
【0006】[0006]
【作用】中間層にウェイトを予め設定したニューラルネ
ットワークにおいては、学習を開始した時点で、カラー
データ変換を行えるように作動する。実際に必要な学習
は、実際の状況に合わせるための最終的な調整のための
学習だけとなる。[Operation] A neural network in which weights are set in advance in the intermediate layer operates to perform color data conversion at the time learning is started. The only learning that is actually required is for final adjustments to fit the actual situation.
【0007】[0007]
【実施例】以下に、この発明の実施例を図に基づいて説
明する。図1は、本発明にかかわるニューラルネットワ
ークカラー画像変換装置の構成を示している。1はニュ
ーラルネットワークの入力層、2はニューラルネットワ
ークの中間層、3はニューラルネットワークの出力層で
ある。各層は、複数のニューロンからなり、各ニューロ
ンは他の層のニューロンからデータを受け取る。データ
を受け取る際にどのニューロンから受け取ったデータに
重きをおくかをウェイトにより設定する。ウェイトは、
予め求めた値を設定する。DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described below with reference to the drawings. FIG. 1 shows the configuration of a neural network color image conversion device according to the present invention. 1 is an input layer of the neural network, 2 is an intermediate layer of the neural network, and 3 is an output layer of the neural network. Each layer consists of multiple neurons, each receiving data from neurons in other layers. When receiving data, set the weight from which neuron to give more weight to the data received. The weight is
Set the value determined in advance.
【0008】設定するウェイトの値を求めるには、次の
ようにする。図2は、設定するウェイトの値を求めるニ
ューラルネットワークの構成図である。ウェイトの値を
求めるニューラルネットワーク4に対して、学習データ
5を入力する。学習データ5はある1つの色における赤
、青、緑の成分である。このとき、ニューラルネットワ
ークの出力データ6が得られる。このデータは、明るさ
、色合い、鮮やかさを示すデータと解釈し、期待した結
果ではない場合に教師データ7を入力する。教師データ
7は、入力した色の明るさ、色合い、鮮やかさを示すデ
ータである。これにより、ニューラルネットワークに学
習させる。この処理を正しい明るさ、色合い、鮮やかさ
が出力できるようになるまで繰り返し、1つの色に対す
る学習を終了する。この学習をさまざまな色について行
う。[0008] To find the value of the weight to be set, proceed as follows. FIG. 2 is a configuration diagram of a neural network for determining the value of the weight to be set. Learning data 5 is input to the neural network 4 that calculates weight values. Learning data 5 is red, blue, and green components of one color. At this time, output data 6 of the neural network is obtained. This data is interpreted as data indicating brightness, hue, and vividness, and if the result is not the expected result, teacher data 7 is input. The teacher data 7 is data indicating the brightness, hue, and vividness of the input color. This allows the neural network to learn. This process is repeated until the correct brightness, hue, and vividness can be output, and learning for one color is completed. Do this study for different colors.
【0009】さまざまな色についての学習を終了したニ
ューラルネットワークのウェイトによって、目的のウェ
イトを求められる。一度、このウェイトを求めた後は、
本発明にかかるニューラルネットワークにおいて学習を
やりなおす必要はなく、対応するニューロンにウェイト
を設定するだけである。[0009] The target weights can be determined by the weights of the neural network that has completed learning for various colors. Once you have calculated this weight,
In the neural network according to the present invention, there is no need to re-learn, just set weights to the corresponding neurons.
【0010】0010
【発明の効果】この発明は、以上説明したようにニュー
ラルネットワークの中間層に予め学習を行なったネット
ワークのウェイトを設定するという構成としたので、少
ない学習回数で、期待した出力を得られるようにニュー
ラルネットワークを学習させることができる。このため
、学習にかかる時間を大幅に短縮できた。[Effects of the Invention] As explained above, this invention has a structure in which the weights of the network that have been trained in advance are set in the middle layer of the neural network, so that it is possible to obtain the expected output with a small number of training times. Neural networks can be trained. As a result, the time required for learning was significantly reduced.
【図1】本発明にかかわるニューラルネットワークカラ
ー変換装置の構成図である。FIG. 1 is a configuration diagram of a neural network color conversion device according to the present invention.
【図2】設定するウェイトの値を求めるニューラルネッ
トワークの構成図である。FIG. 2 is a configuration diagram of a neural network that calculates weight values to be set.
1 ニューラルネットワークの入力層2 ニューラ
ルネットワークの中間層3 ニューラルネットワーク
の出力層4 ニューラルネットワーク1 Input layer of neural network 2 Middle layer of neural network 3 Output layer of neural network 4 Neural network
Claims (1)
ットワークにおいて、赤、緑、青の入力データを明るさ
、色合い、鮮やかさに変換できるように重みづけの初期
設定がなされた手段を有することを特徴とするニューラ
ルネットワークカラーデータ変換装置。Claim 1: A neural network having a multilayer structure having an intermediate layer, comprising means for initializing weighting so that input data of red, green, and blue can be converted into brightness, hue, and vividness. Features neural network color data conversion device.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP3070166A JPH04305778A (en) | 1991-04-02 | 1991-04-02 | Color data converter |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP3070166A JPH04305778A (en) | 1991-04-02 | 1991-04-02 | Color data converter |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH04305778A true JPH04305778A (en) | 1992-10-28 |
Family
ID=13423692
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP3070166A Pending JPH04305778A (en) | 1991-04-02 | 1991-04-02 | Color data converter |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH04305778A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5452402A (en) * | 1992-11-26 | 1995-09-19 | Matsushita Electric Industrial Co., Ltd. | Neural network circuit for adaptively controlling the coupling of neurons |
-
1991
- 1991-04-02 JP JP3070166A patent/JPH04305778A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5452402A (en) * | 1992-11-26 | 1995-09-19 | Matsushita Electric Industrial Co., Ltd. | Neural network circuit for adaptively controlling the coupling of neurons |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5376962A (en) | Neural network video image processor | |
| JP2907057B2 (en) | Brightness automatic adjustment device | |
| US5548697A (en) | Non-linear color corrector having a neural network and using fuzzy membership values to correct color and a method thereof | |
| US5296919A (en) | Image processing apparatus and method for performing nonlinear gamma corrections | |
| JPH04144361A (en) | Method for correcting setup parameter determining characteristic and automatic setup device | |
| CN105761292B (en) | One kind is based on color transfer and modified image rendering methods | |
| JPH04305778A (en) | Color data converter | |
| Gomez-Villa et al. | Synthesizing visual illusions using generative adversarial networks | |
| CN117058419A (en) | Training methods, prediction methods, equipment and storage media for color spinning color matching models | |
| JPS58186291A (en) | Gradation converting method of color video signal | |
| JPH0651734A (en) | Method and apparatus for adjusting brightness of color signal | |
| JPH03272294A (en) | Color tone correction device for color video signals | |
| RU2625523C1 (en) | Method for determining protectability of designations as trademarks | |
| CN117768791B (en) | Cross-camera image white balance method and system based on neural network | |
| JPH0483471A (en) | Color correcting device | |
| CN113724154B (en) | Image sensor crosstalk compensation method based on neural network compensation template | |
| JPH0447475A (en) | Picture processing system using neural network | |
| JPH04305780A (en) | Image processor | |
| JPH04369088A (en) | Color image processor | |
| JPH04215171A (en) | Information processor | |
| JP2577144B2 (en) | Color image processing device | |
| Chang et al. | Model-reference neural color correction for HDTV systems based on fuzzy information criteria | |
| JPH11266371A (en) | Color image processing equipment | |
| WO2024194665A1 (en) | Method for converting an input image into an output image and associated image converting device | |
| JPH0522586A (en) | Color conversion system |