The present disclosure relates to a method for generating offset values for a backlight module of a display device.
A display is one of the most common electronic devices in modern life and used in various scenarios and situations. Some displays include a backlight module to provide a light source through a plurality of light-emitting diodes. The brightness of the light-emitting diodes can be independently controlled based on the technology of local dimming, thereby improving the contrast ratio of the display. The light-emitting diodes are driven according to preset parameters in conventional technologies. However, due to factors such as process variation, the preset parameters may not necessarily provide preset brightness of light. Therefore, how to correct these parameters is a topic of concern to those skilled in the art.
Embodiments of the present disclosure provide a method for generating offset current values for a display device. The display device includes a display panel and a backlight module. The display panel includes multiple regions, the backlight module includes multiple light emitting units, and each of the regions corresponds to at least one of the light emitting units. The light emitting units are driven by currents to serve as a backlight source of the regions of the display panel. The method includes: establishing a current setting sequence including multiple current setting values, driving a first light emitting unit of the light emitting units, and measuring a first current value of the first light emitting unit; establishing a recurrent neural network including input layer, a hidden layer, and an output layer; and inputting the first current value into the hidden layer and sequentially inputting the current setting values into the input layer so as to obtain multiple offset values from the output layer sequentially. The offset values correspond to the current setting values respectively.
In some embodiments, the method further includes: obtaining one of the offset values, and driving the first light emitting unit according to the obtained offset value.
In some embodiments, an operation of the recurrent neural network includes performing a following equation.
s(d)=f2(W×f1(V×t(d)+U×m(d+1)))
d is one of multiple dimming levels. t(d) is one of the current setting values. The dimming levels are arranged in descending order in the current setting sequence. s(d) is one of the offset values, and m(d+1) is an input of the hidden layer. When the dimming level d is equal to a maximum dimming level, m(d+1) is the first current value. W, V and U are weights, and f1 and ƒ2 are activation functions.
In some embodiments, the current setting values correspond to multiple driving values, and the method further includes: in a training stage, for each of the current setting values, driving one of the light emitting units according to the corresponding driving value to obtain a second current value, adjusting the corresponding driving value based on a negative feedback control such that the second current value meets the corresponding current setting value. The adjusted driving value and the second current value corresponding to the maximum dimming level constitute a training sample.
In some embodiments, the activation functions ƒ1 and ƒ2 are Sigmoid functions, rectified linear units, or hyperbolic tangent functions. The dimming levels are arranged as an arithmetic sequence.
From another aspect, embodiments of the present disclosure provide a display device including a display panel, a backlight module and at least one circuit. The display panel includes multiple regions. The backlight module includes multiple light emitting units. Each of the regions corresponds to at least one of the light emitting units. The light emitting units are driven by currents to serve as a backlight source of the regions of the display panel. The circuit includes an offset lookup table containing multiple offset values corresponding to multiple dimming levels respectively. The offset values are built by a recurrent neural network. The at least one circuit is configured to obtain one of the offset values, and generate a corrected current according to the obtained offset value to drive a first light emitting unit of the light emitting units.
In some embodiments, the at least one circuit includes a time controller and a microcontroller unit. The time controller is configured to calculate driving values corresponding to the first light emitting unit according to a local dimming algorithm. The microcontroller unit stores the offset lookup table.
From another aspect, a current offsetting system includes the display device and an electrical device. The recurrent neural network is performed by the electrical device and includes an input layer, a hidden layer, and an output layer. The electrical device is configured to generate offset current values based on a calibration procedure including: establishing a current setting sequence including multiple current setting values, driving a first light emitting unit of the light emitting units, and measuring a first current value of the first light emitting unit; inputting the first current value into the hidden layer and sequentially inputting the current setting values into the input layer so as to obtain multiple offset values from the output layer sequentially, in which the offset values correspond to the current setting values respectively; and building the offset lookup table corresponding to the first light emitting unit according to the offset values.
The invention can be more fully understood by reading the following detailed description of the embodiment, with reference made to the accompanying drawings as follows.
Specific embodiments of the present invention are further described in detail below with reference to the accompanying drawings, however, the embodiments described are not intended to limit the present invention and it is not intended for the description of operation to limit the order of implementation. Moreover, any device with equivalent functions that is produced from a structure formed by a recombination of elements shall fall within the scope of the present invention. Additionally, the drawings are only illustrative and are not drawn to actual size.
The using of “first”, “second”, “third”, etc. in the specification should be understood for identifying units or data described by the same terminology, but are not referred to particular order or sequence.
Referring to
The following Table 1 includes dimming levels, current setting values, original driving values, measured current values, and adjusted driving values of a light emitting unit.
For example, referring to the second row of the Table 1 (i.e. the dimming level is equal to 255), the current setting value is equal to 64 mA, the original driving values is equal to 995, the measure current value is 65.3 mA which is greater than the current setting value of 64 mA, and thus the driving value is adjusted into 993, and so on for the other dimming levels. In the following description, d denotes the dimming level, t(d) denotes the current setting value corresponding to the dimming level d, si(d) denotes the original (i.e. preset) driving value corresponding to the dimming level d, m(d) denotes the measured current value corresponding to the dimming level d, and s(d) denotes the adjusted driving value corresponding to the dimming level d. In the embodiments, the current value m(d) of one dimming level (e.g. d=255) is used to predict the adjusted driving values s(d) of all dimming levels. Since the measurement of the current value m(d) needs certain amount of time, it will take too much time for measuring the current values m(d) of all dimming levels. In the disclosure, the adjusted driving values s(d) are rapidly estimated by means of prediction.
m(d)=V×t(d)+U×m(d+1) [Equation 1]
The output of the output layer 430 is the driving value s(d) calculated as the following Equation 2 where W is a weight to be trained. Substituting the Equation 1 into the Equation 2 yields the following Equation 3.
s(d)=W×m(d) [Equation 2]
s(d)=W×(V×t(d)+U×m(d+1)) [Equation 3]
In addition, an activation function ƒ1 is included between the input layer 410 and the hidden layer 420, and an activation function ƒ2 is included between the hidden layer 420 and the output layer 430. These two activation functions may be Sigmoid functions, Rectified Linear Units (ReLU) or hyperbolic tangent functions which are not limited in the disclosure. The output of the two activation functions is within a limited range and the output curve is smooth without outputting positive infinity or negative infinity like the arithmetic sequence did, and thus a correction stability of the driving values s(d) is improved. Under this premise, the Equation 3 can be rewritten into the following Equation 4 by adding the activation functions.
s(d)=f2(W×f1(V×t(d)+U×m(d+1))) [Equation 4]
The current setting values t(255)-t(0) are arranged in a sequence. The driving values s(d) outputted from the recurrent neural network 400 are also arranged in a sequence. In general, the recurrent neural network 400 can be expressed in an expanded way as shown in
Each light emitting unit can provide a training sample. The trained recurrent neural network 400 is used to predict adjusted driving values. To be specific,
In the flow chart of
In the aforementioned embodiment, the driving value 502 is equal to the driving value si(255) corresponding to the maximum dimming level. However, the driving value corresponding to any dimming level may be adopted in other embodiments, and the corresponding current value should be adopted in the training stage. For example, if the measured current value m(128) is inputted into the hidden layer, then the current setting values for the input layer may be in the order of t(127)-t(0) and (255)-t(128). In other words, the current setting value t(127) has to be the first input. People in the art should be able to devise different current setting sequences based on the disclosure. The disclosure is not limited to the aforementioned embodiments.
Although the present invention has been described in considerable detail with reference to certain embodiments thereof, other embodiments are possible. Therefore, the spirit and scope of the appended claims should not be limited to the description of the embodiments contained herein. It will be apparent to those skilled in the art that various modifications and variations can be made to the structure of the present invention without departing from the scope or spirit of the invention. In view of the foregoing, it is intended that the present invention cover modifications and variations of this invention provided they fall within the scope of the following claims.
This application is a continuation of International application No. PCT/CN2021/131383, filed Nov. 18, 2021 which is herein incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
10290266 | Kurokawa | May 2019 | B2 |
11024002 | Isikdogan | Jun 2021 | B2 |
11114047 | Kurokawa | Sep 2021 | B2 |
11676547 | Fukai | Jun 2023 | B2 |
11699217 | Isikdogan | Jul 2023 | B2 |
20190333456 | Lim | Oct 2019 | A1 |
20230112481 | Lee | Apr 2023 | A1 |
Number | Date | Country |
---|---|---|
101673529 | Mar 2010 | CN |
102332242 | Jan 2012 | CN |
103700348 | Apr 2014 | CN |
201102630 | Jan 2011 | TW |
202123214 | Jun 2021 | TW |
Number | Date | Country | |
---|---|---|---|
20230154422 A1 | May 2023 | US |
Number | Date | Country | |
---|---|---|---|
Parent | PCT/CN2021/131383 | Nov 2021 | US |
Child | 18058276 | US |