WO2017203660A1 - データ処理装置、データ処理方法、及び自律システム - Google Patents

データ処理装置、データ処理方法、及び自律システム Download PDF

Info

Publication number
WO2017203660A1
WO2017203660A1 PCT/JP2016/065602 JP2016065602W WO2017203660A1 WO 2017203660 A1 WO2017203660 A1 WO 2017203660A1 JP 2016065602 W JP2016065602 W JP 2016065602W WO 2017203660 A1 WO2017203660 A1 WO 2017203660A1
Authority
WO
WIPO (PCT)
Prior art keywords
value
inference
data processing
constraint
statistical
Prior art date
Application number
PCT/JP2016/065602
Other languages
English (en)
French (fr)
Inventor
昌能 西
Original Assignee
株式会社日立製作所
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 株式会社日立製作所 filed Critical 株式会社日立製作所
Priority to PCT/JP2016/065602 priority Critical patent/WO2017203660A1/ja
Publication of WO2017203660A1 publication Critical patent/WO2017203660A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models

Definitions

  • the present invention relates to a data processing apparatus, a data processing method, and an autonomous system, and particularly suitable for application to a state observer design technique and an inspection / complementation function of external measurement information of an autonomous system operating in an open environment.
  • the present invention relates to a processing device, a data processing method, and an autonomous system.
  • the factor that hinders the introduction of the system is to ensure the reliability of the data used by the control software, even though all processes of recognition of the outside world, situation judgment, and system control are performed by the control software installed in the computer. Because it is not possible to do so, the control software that is correctly designed will malfunction because the wrong data is input.
  • Examples of external state measuring means that provide data to the control software are radar, camera, laser range finder, etc., but these measuring means are incomplete, viewing angle restrictions, visual recognition, etc. However, due to restrictions such as Line-of-Sight, only a partial state can be observed directly, and if an image recognition means is used, an output is wrong and reliability is not guaranteed. Have. Although measures such as multiplexing / redundancy of individual measuring means are conceivable, the improvement of the individual measuring means is not easy to solve the above-described low reliability.
  • inference fields such as system control theory, computer science, and statistical fields have been proposed based on the structure of a specific internal model.
  • inference fields such as system control theory, computer science, and statistical fields have been proposed based on the structure of a specific internal model.
  • the state quantity of the internal model is actually high-dimensional, and the number of measured data necessary to be able to estimate with sufficient reliability only by statistical means is at least a polynomial with respect to the dimension. In the worst case, it increases exponentially.
  • Patent Document 1 the problem of back-estimating the above-mentioned failure factor from the determination result of the anomaly found from the observed value is selected as MAXSAT (maximization of satisfiability).
  • MAXSAT maximum of satisfiability
  • Patent Document 1 uses a constraint that normal data corresponds to the above-described actual measurement data, and the internal model remains in the partial space represented by the collected normal data. After the occurrence of an abnormality, the presence / absence of the above-described failure is inferred from the structure in which the relationship between the state values is broken.
  • the present invention if there is a state value whose reliability is not guaranteed by the method of inferring the unobserved state value and the indeterminability of the inference method, it is correctly determined that it cannot be determined, and the observation information abnormality Then, it aims at providing the data processor which can detect an abnormal factor correctly, a data processing method, and an autonomous system.
  • the data processing apparatus is characterized by comprising a fourth means for evaluating the requirement constraint equation and the statistical constraint equation and outputting the evaluation result as an inference value and an inference result.
  • the present invention uses an input value including an undetermined variable, a requirement constraint expression group and a statistical constraint expression group that use the input value as an argument, and an inference value that satisfies the constraint expression group using a judgment acceptance criterion. Determines whether or not a satisfactory solution exists when the estimated output value does not satisfy the tolerance criterion at the time of determination, and if not, outputs an inference value as a valid inference result.
  • the present invention is an autonomous system including an external field measuring unit in a data processing device, complementing missing values and unobserved state values that the external field measuring unit could not correctly acquire, It is an autonomous system characterized by detecting it if it exists.
  • the unobserved state value is inferred by using the partially observed state value and the constraint equation group that constrains the relationship between the observed state value and the unobserved state value. If there is a state value for which reliability is not guaranteed, it is correctly determined that determination is impossible, and if the observation information is abnormal, the cause of the abnormality can be detected correctly.
  • FIG. 1 is a diagram illustrating a general configuration example of a data processing apparatus according to a first embodiment of the present invention.
  • formula abnormality or an observation state value abnormality between a some observation state value and a corresponding some statistical constraint expression The figure which shows the condition where the mobile body approached the intersection with a signal.
  • the state observer design problem using the continuous value / linear internal model that was handled in the field of system control was expanded to add continuous / discrete values to the state values, and to apply discrete / non-linear constraints. Even if the internal model is expanded, it can still be regarded as a problem of inferring all state values from partial observation information. Instead of individually designing an appropriate calculation procedure to solve this inference problem, the state value selected as the inference target is regarded as an undetermined variable, and the satisfaction of the constraint equation group that constrains the relationship between the state values including this is determined ( SAT) to solve.
  • SAT constraint equation group that constrains the relationship between the state values including this
  • the state value that represents the external state is actually composed of a plurality of state value groups belonging to various independent components in the sense that their properties are different from each other.
  • the constraint relationship between state values is sparse. Since it is only necessary to identify a statistical constraint equation regarding a part of the state values for which a constraint relationship is found, the amount of actually measured data can be reduced by reducing the number of dimensions.
  • a method for identifying a linear time-invariant internal model corresponds to this. It can be understood that the method for estimating the linear constraint equation corresponding to this constraint condition is generalized by system identification based on actually measured data.
  • the SAT solver has only a function of calculating one or more predetermined number of assigned values. Therefore, it is only necessary to determine that there is no solution other than the inference result, that is, unsatisfiable (UNSAT), using negative logic of the assigned value.
  • the assigned value When the assigned value is not unique and there is another satisfiable assigned value, it corresponds to the case where it is determined that the state value cannot be determined. This applies when the observability condition is not satisfied. In this case, it is output that it is an undeterminable variable that cannot be determined, and some constraint condition that restricts the relationship between the observable state value and the unobserved state value obtained from the measuring means is introduced as a requirement constraint expression. There is a need.
  • the undetermined variable is not a discrete value but a continuous value and an assigned value exists, there are an infinite number of assigned values that can be satisfied. Therefore, it can be determined by adding a tolerance to the inference result of the undetermined variable, making the assignment value that can be satisfied into a closed subspace format, and determining whether there is another assignment value that deviates from the tolerance. Can get a reasonable inference result.
  • the violating statistical constraint equation is excluded and the inference result is obtained again using the SAT solver.
  • FIG. 1 shows a general configuration example of a data processing apparatus according to the first embodiment of the present invention.
  • the data processing apparatus 101 represents a computer apparatus that is a core when a system having an autonomous function is configured as an automatic driving system for a moving body, for example.
  • the operator's intervention is not required, and the operating environment situation measuring means is mounted, and self-motion is judged and adjusted according to the built-in program.
  • the observation state value Y and the undetermined variable X mean the state of the operating environment.
  • the observed state value Y can be measured by the measuring means, but the undetermined variable X is an unobserved state value that cannot be measured by the measuring means or has not been measured.
  • the functions corresponding to the built-in program in this system are the solver encoding unit 102, the SAT solver 103, and the solver output analysis unit 104, and various constraint formula groups (statistical constraint formula groups) for processing in the solver.
  • g stat (X, Y), requirement constraint expression group g spec (X, Y), and allowable reference constraint expression group h k (X, X ref )) are set in advance.
  • These constraint equation groups are constraint equations that constrain the undetermined variable X and the observation state value Y.
  • the allowable reference constraint formula (allowable error constraint formula) is a constraint formula that limits the degree of deviation from the true value of the undetermined variable X.
  • the inference value X VALID is provided with an inference result that is normal or valid
  • the inference value X BROKEN is provided with an inference result of an observed state value Y anomaly or a statistical constraint equation g stat anomaly.
  • X INVALID is provided with the inference result that it cannot be determined.
  • the data processing apparatus 101 uses the observation state value Y, the statistical constraint expression group g stat (X, Y), and the requirement constraint expression group g spec (X, Y) to allow the allowable reference constraint expression group h k ( X, X ref ) satisfying the undetermined variable X is provided. This determination is performed by the solver encoding unit 102, the SAT solver 103, and the solver output analysis unit 104.
  • SAT solvers 103 there are many SAT solvers 103 that can be used for determining satisfiability, and the design of the solver encoding unit 102 changes depending on which one is selected.
  • a Boolean SAT solver that encodes and solves state variable values in a bit vector representation
  • an SMT solver that retains the state variable type and solves using constraint theory and background theory
  • a numerically satisfactory solution The numerical solver to calculate is mentioned.
  • the solver encoding unit 102 needs to adopt an encoding method suitable for the solver to be used, but here, it is assumed that an appropriate encoding method is adopted.
  • an appropriate encoding method is adopted.
  • the branch search function inside the solver can be used as it is.
  • a solver using a nonlinear optimization method for example, is used as a numerical solver
  • the solver encoding unit 102 expands a branch caused by a logical sum and solves an individual constraint expression obtained by connecting logical products of simple functions.
  • the solver output analysis unit 104 needs to reinterpret the assigned value of the undetermined variable X.
  • the Boolean SAT solver expresses an undetermined variable as a bit vector, and the Boolean SAT solver returns a satisfactory solution in the form of a bit value sequence, so that the bit value sequence needs to be interpreted as a numerical value.
  • the presence / absence of a satisfying solution of Formula 1 shown in Equation (1) is determined.
  • FIG. 2 shows a processing flow of the SAT solver function executed by the built-in program, and executes the inference of the unobserved value X and the inspection function of the observed value Y.
  • the range of processing steps executed in the solver encoding unit 102, the SAT solver 103, and the solver output analysis unit 104 is as shown in FIG. 2, but in the following description, the processing steps will be described.
  • the judgment formula 1 is a satisfactory solution when the statistical constraint formula group g stat (X, Y) and the requirement constraint formula group g spec (X, Y) are both established.
  • the symbol “ ⁇ ” means a logical product.
  • FIG. 3a and 3b are diagrams for explaining the concept of the processing contents of the judgment formula 1 (Formula 1).
  • FIG. 3a shows a concept in the case where a satisfactory solution is present
  • FIG. 3b shows a concept in the case where a satisfactory solution is not present.
  • A1 the region where the observed state value Y and the undetermined variable X exist
  • A2 the statistical constraint equation group g stat (X, Y)
  • the requirement constraint equation group g spec (X, A region where Y) is established is indicated by A2 and A3.
  • An area A0 in which the statistical constraint equation group g stat (X, Y) and the requirement constraint equation group g spec (X, Y) are established is a satisfactory solution X SAT .
  • processing step S305 the unsatisfiable solution X UNSAT held by the SAT solver 103 in processing step S301 is acquired, and the satisfiability of each requirement constraint equation requirement constraint equation group g spec (X, Y) is determined.
  • a specific implementation example of the autonomous system to which the data processing apparatus of the first embodiment is applied is, for example, an automatic driving system for a moving body, and high-precision estimation is performed using measurement values of various sensor groups having different error tendencies.
  • This is an application to a sensor fusion technique that is interpreted as a function for calculating a value.
  • the position, posture, and orientation of the moving object that moves in the operating environment are examples of the state value X that belongs to the moving object.
  • a radar, camera, or other external measuring means can measure a part of the state value only with an insufficient error range.
  • statistically guaranteed values are set based on the observation state values X SENSOR 0, X SENSOR 1 and X SENSOR 2 output from each of the plurality of measuring means and the specifications of the measuring means.
  • Statistical constraints g stat (X, X SENSOR 0), g stat (X, X SENSOR 1), and g stat (X, X SENSOR 2) indicating the error range are used.
  • the difference between the inference value and the acquired observation state value corresponds to the undetermined variable X.
  • FIG. 4 shows a common area Cx that overlaps the areas C0, C1, and C2 indicated by the statistical constraint equations g stat (X, X SENSOR 0), g stat (X, X SENSOR 1), and g stat (X, X SENSOR 2). The case where it has is shown.
  • the common area Cx exists within the range of the allowable reference constraint equation h (x) indicating the error range.
  • FIG. 5 shows a common region Cx that overlaps the regions C0, C1, and C2 indicated by the statistical constraint equations g stat (X, X SENSOR 0), g stat (X, X SENSOR 1), and g stat (X, X SENSOR 2).
  • this common area Cx indicates a case where the common area Cx does not exist within the range of the allowable reference constraint equation h (x) indicating the error range.
  • FIG. 5 shows a case where the acceptance criterion is set sufficiently higher than the accuracy that can be actually guaranteed by the external measurement means, and an effective satisfaction solution XVALID cannot be obtained.
  • FIG. 6 shows a common region Cx that overlaps the regions C0, C1, and C2 indicated by the statistical constraint equations g stat (X, X SENSOR 0), g stat (X, X SENSOR 1), and g stat (X, X SENSOR 2). It is a case that does not have.
  • g stat X, X SENSOR 0
  • g stat X, X SENSOR 1
  • g stat X, X SENSOR 2
  • x [k] ⁇ R n is an unobserved state value to be estimated
  • y [k] ⁇ R r is an observed state value
  • u [k] ⁇ R m is an observed state value to the system. It is a variable corresponding to the input.
  • A, B, C, and D are matrices.
  • Equation (3) shows that the future unobserved state value x [k + 1] is the sum of the product of the current unobserved state value x [k] and the matrix A, and the product of the current input u [k] and the matrix B.
  • (4) indicates that the current observed state value y [k] is the product of the current unobserved state value x [k] and the matrix C, and the current input. This means that the sum of products of u [k] and matrix D is defined in a linear relationship.
  • an internal model having a linear input / output relationship is defined by equations (3) and (4).
  • Example 3 of the present invention for an internal model using a linear input / output relationship as the statistical constraint equation, a combination of an input value u [k] and an observed state value y [k] to a time-series system is used. Whether x [k] is satisfied or not is determined as to whether or not the constraint equation shown in Equation (5) is satisfied. In the equation (5), the processing time k is limited to a range from T to 0.
  • the statistical constraint equation group g stat (x [j], u [j], y [j]) is exemplified by the equation (6)
  • the determination allowable criterion h k (x [k], x SAT [ k]) is exemplified by the equation (7).
  • the constraint equation group evaluated by the ST solver is formed by the equations (6) and (7).
  • the stability analysis of the state observer with analytical difficulty which has been conventionally performed at the time of designing, is unnecessary. It is important to be able to reproduce the functions provided by the state observer from information during operation. This is because the reliability of the estimated value of the unobserved state value is not guaranteed if the implicit assumption that the internal model is time-invariant is not satisfied at the time of design. Actually, the statistical constraint equation is not time-invariant and should be updated as appropriate according to the operating environment. The reliability of the estimated value can be realized by using together the method of reducing the satisfiability determination problem claimed by the present invention and the method of updating the statistical constraint equation during operation.
  • This method which results in a satisfiability determination problem, generally does not analyze the stability of state observers with analytical difficulties, and transfers the transfer functions f and g in Eqs. (3) and (4) to nonlinearity. Allows a natural extension to a function.
  • a solver that solves a nonlinear optimization problem may be used as a method for calculating a satisfiable solution numerically.
  • the state value x [k], the observed value y [k], and the input value u [k] to the system can be naturally expanded to include a variable having a discrete value.
  • Embodiment 4 an autonomous driving system which is a form of an autonomous system that moves in an urban space is examined as a specific application example of the present invention.
  • An automatic driving system which is one form of an autonomous system that moves in an urban space, includes a camera for external measurement, and uses a technique for recognizing signal state values using image recognition technology.
  • the state value of the signal is a discrete value, and the low reliability is attributed to the fact that the classifier that forms the core of the image recognition technique is not properly designed. This is because, for example, the data shortage or data loss mentioned in the background section of the present invention, the restriction on the robustness of the classification standard corresponding to the requirement constraint formula is not explicitly incorporated in the learning process, and the like.
  • the present invention is applied, even if the signal value cannot be observed directly or there is a problem of reliability in the observed value, the state value of the signal that is indirectly inferred from the operation of the surrounding mobile body and the road condition Can be inferred.
  • an observation value of a signal state that does not match the road condition is acquired, it can be detected correctly, and it is not necessary to cause an unsafe operation due to an abnormality of the signal state value caused by a design failure of the classifier.
  • FIG. 7 shows a situation in which a mobile body equipped with an automatic driving system has reached an intersection with a signal.
  • the moving bodies V0, V1, V2, and V3 are about to enter the intersection from four directions. Of these, the moving body V3 turns right, and the others go straight.
  • a signal S1 is installed in the forward direction of the moving body V3 scheduled to turn right, and a signal S0 is installed in the lateral direction.
  • the environment X at the intersection in the example of FIG. 7 includes the values x sign 0 and x sign 1 of the plurality of signals S0 and S1 and the spatial positions x vec 0 of the plurality of moving bodies V as shown in the equation (8).
  • the requirement constraint expression g spec in the equation (9) indicates that the signal S0 and the signal S1 do not become green at the same time, and that the signal S0 and the signal S1 only take either green or red. .
  • the signal value is other color such as black due to a power failure or the like, this requirement constraint violation is detected.
  • the allowable reference constraint expression h in the expression (12) is a condition in which the assigned values of the state values of the signals S0 and S1 in the X SAT shown in the processing flow of FIG. 2 match the state value X used in the Formula 2. Is used.
  • FIG. 8 shows an inference result 108 and an inference value 107 obtained as a result of the processing flow shown in FIG. 2 using the observation state value including the measurement value abnormality of the signal S0 and the signal S1, or an abnormality factor. It is shown as a list for the observation state value Y included.
  • the true value is obtained when Y 0 is established for the observation state value Y including the measurement abnormality, and the inference result 108 is normal and valid.
  • the inference result 108 is an observation state value abnormality
  • the inference value 107 or the abnormality factor is a violation of the requirement constraint equation g spec. .
  • the inference result as the 108 is a statistical constraint abnormal, the value x of the inference value 107 or error statistics constraints g stat violations factors, or signal S0 Either sign 0 or the position x vec 0 of the moving body V0 is abnormal.
  • the inference result as the 108 is a statistical constraint abnormal, the value x of the inference value 107 or error statistics constraints g stat violations as a factor or signal S1, Either the sign 1 or the position x vec 0 of the moving body V0 is abnormal.
  • FIG. 9 similarly shows an inference result obtained as a result of the processing flow shown in FIG. 2 using the observed state value when the state values of the signal S0 and the signal S1 are not observed or the measured value is abnormal.
  • 108 and the inference value 107 or the abnormal factor are shown as a list for the observation state value Y including the measurement abnormality.
  • the inference result 108 is considered to be a statistical constraint equation abnormality, and the inference value 107 or the abnormality factor is a statistical constraint equation g stat violation or the value of the signal S0.
  • Either x sign 0 or the position x vec 0 of the moving body V0 is determined to be abnormal.
  • the inference result 108 is considered to be a statistical constraint equation abnormality, and the inference value 107 or the abnormality factor is a statistical constraint equation g stat violation or the value of the signal S1 Either x sign 1 or the position x vec 0 of the moving body V0 is determined to be abnormal.
  • Observation state value Y that comprises the unobserved value when the Y 8 is established, as the inference result 108 is disabled determined, the value x sign 0 inference value 107 or abnormal Factors signal S0 but is red, the signal The value x sign 1 of S1 is determined to be unknown.
  • the function of inspecting the presence or absence of a measurement value is realized by complementing unobserved values.
  • the state value of the signal S0 and the signal S1 are both unobserved, the state value of the signal S0 can be inferred uniquely, while the state value of the signal S1 can be uniquely determined only by the information on the spatial position of each moving object. An inference result indicating that the value cannot be complemented in the sense that it cannot be complemented is obtained.
  • control can be performed so that operational safety is realized regardless of whether the state of the signal S1 is red or green. What is necessary is just to calculate the realization solution of robust operation. In particular, it is possible to avoid a malfunction caused by performing an operation control assuming that a value having no reliability is a determined value by mistake.
  • 101 Data processing apparatus
  • 102 Solver encoding unit
  • 103 SAT solver
  • 104 Solver output analysis unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

未観測状態値推論の決定不能性により信頼性が保証されない状態値について決定不能を正しく判定し、観測情報異常であれば異常要因を検出することができるデータ処理装置、データ処理方法、及び自律システムを提供する。未定変数を含む入力値を引数とする要件制約式および統計制約式を共に充足することを判定する第1の手段と、要件制約式および統計制約式を共に充足する第1の充足解があるとき、第1の充足解についてさらに許容基準制約式に充足する第2の充足解があることを判定する第2の手段と、第2の充足解の有無ごとに、推論値及び推論結果を出力する第3の手段と、要件制約式および統計制約式を共に充足する第1の充足解がないとき、第1の充足解がないことを意味する充足不能解を用いて、要件制約式および統計制約式を評価し、評価結果を推論値及び推論結果として出力する第4の手段を備える。

Description

データ処理装置、データ処理方法、及び自律システム
 本発明は、データ処理装置、データ処理方法、及び自律システムに係り、特に状態観測器の設計手法、および開放環境で動作する自律システムの外界計測情報の検査・補完機能に応用するに好適なデータ処理装置、データ処理方法、及び自律システムに関する。
 従来から例えば移動体の自動運転システムとして、操縦者の介在を必要とせず、動作環境の状況の計測手段を搭載し、内蔵のプログラムに従って自己動作を判断及び調整する自律機能を有するシステムに関する研究が行われてきた。しかし、長期にわたる技術開発にも関わらず、限定的な動作環境でしかこのようなシステムは導入されておらず、現在に到っている。
 システムの導入を阻害する要因は、外界の認知、状況判断、システム制御のすべての処理工程が計算機に実装された制御ソフトウェアで実施されるにも関わらず、制御ソフトウェアが用いるデータの信頼性を保証する事が出来ていない為、誤ったデータを入力されたせいで正しく設計された制御ソフトウェアが誤動作してしまうという点にある。
 制御ソフトウェアにデータを提供する入力機能部分である、外界状態の計測手段としては、例えばレーダやカメラ、レーザーレンジファインダ等が挙げられるが、これらの計測手段は不完全で、視野角の制約、視認度、Line-of-Sightの制約等の為に、部分的な状態しか直接観測出来ず、また画像認識手段を援用した場合には誤った出力を出してしまい、信頼性が担保されないという課題を有する。なお、個別の計測手段の多重化・冗長化等の対策が考えられるが、個別の計測手段の改善では前述の低信頼性の解決は容易ではない。
 他方、部分的な観測情報と観測対象の入出力関係に関する内部モデルを用いて、内部モデルで用いられる、直接観測していない未観測状態値を推論する手法がある。これらの手法は、システム制御理論の分野では状態観測器と呼称され、計算機科学の分野では推論システムと呼称されている。また統計分野では、手動設計ではなく、実測データに基づいて統計的手段で内部モデルを設計する方法が用いられており、有向グラフ表現に基づくベイジアンネットワーク、およびその派生であるマルコフモデルと呼称されているものがある。
 このように、システム制御理論、計算機科学の分野、また統計分野などの、それぞれの分野では、特定の内部モデルの構造を前提とした推論手法が提案されてきた。しかし、前述の外界状態を推論する移動体の自動運転システムなどの用途には、容易には適用することができないものであった。
 第一に、データとして連続値及び離散値が混合している場合、及び内部モデルが非線形的な制約で記述される場合には、前述のいずれの推論手法でも対処出来ない。
 第二に、内部モデルの状態量は実際には高次元であり、統計的手段だけで十分に高い信頼度で推定できるようにするために必要な実測データの数は次元に対して、少なくとも多項式的、最悪の場合には指数関数的に増加してしまう。
 第三に、推論に用いる内部モデルが経時変化する場合には、実測データは無効になってしまう為、膨大な時間をかけてこれらのデータを再度収集する事は実質的には不可能である。
 第四に、外界計測手段自体が計測誤差を含む為、推論結果の定量的精度には限界がある。
 ある一つの異常な推論結果に対処・改善する際に、実測データが不足している段階では、データ不足に起因するものなのか、統計的異常値であるのか判別する事が出来ず、通常期待される、実測データの蓄積により信頼性を漸進的に改善する事が出来なくなる。特に、前述した3つの適用限界のため、実測データの不足は解消されない。
 また、一般的に、部分的な観測情報から全状態値を推論する為には、システム制御分野で定義されている可観測性の条件を満たす必要がある。この条件は、未観測状態値の影響が、観測情報になにかしら影響を与える事、と理解すればよい。観測情報が不十分である場合、または影響が不明または存在しない場合には、推論したい未観測状態値は決定不能である。また、観測情報と整合する未観測状態値の推論結果が存在しない場合には、計測手段自体に異常が発生しているか、または内部モデルが不適切であると理解される。
 実際には、不完全な外界状態の計測手段を通じて取得した不完全な状態値を用いて、制御ソフトウェアが正しい動作を出来るようにする方法はある。状態値が不完全であっても、有界な範囲での不確実性に留まる限り、制御ソフトウェアはロバスト制御する事で対処出来る為である。その為には、状態値自体の検査をし、正しさが保証されない状態値であるか否かを検査する必要がある。
 特許文献1では、故障の発生有無を未観測の内部状態値として選択し、観測値から見出された異常性の判定結果から前述の故障要因を逆推定する問題を、MAXSAT(充足性最大化問題)に帰着させて解く方法が開示されている。
特開2015-103146号公報
 計測手段が不完全である為に、必要とする観測状態値の一部が欠損しているか、又は直接観測できない場合に、妥当な推定値を算出し、観測状態値の異常があればそれを正しく検出したい。
 特に、部分的な観測情報から、直接観測していない未観測状態値を推論する方法、および推論手法の決定不能性により信頼性が保証されない状態値があれば、決定不能である事を正しく判定し、異常値であれば異常要因を正しく検出する機能が必要である。
 特許文献1で記載された技術は、正常時データが前述の実測データに対応しており、内部モデルは収集した正常時データが表現する部分空間に留まるという制約条件を用いている。異常発生後に、状態値の関係の崩れ構造から前述の故障発生有無を推論する。
 しかし、言及された課題、特に、実際には十分な量の正常時データを収集できない点に着目しておらず、決定不能である事を正しく判定していない点、および未知変数の補完機能を提供していない。
 以上のことから本発明においては、未観測状態値を推論する方法、および推論手法の決定不能性により信頼性が保証されない状態値があれば、決定不能であることを正しく判定し、観測情報異常であれば、異常要因を正しく検出することができるデータ処理装置、データ処理方法、及び自律システムを提供することを目的とする。
 以上のことから本発明においては、未定変数を含む入力値を引数とする要件制約式および統計制約式を共に充足することを判定する第1の手段と、要件制約式および統計制約式を共に充足する第1の充足解があるとき、第1の充足解についてさらに許容基準制約式に充足する第2の充足解があることを判定する第2の手段と、第2の充足解の有無ごとに、推論値及び推論結果を出力する第3の手段と、要件制約式および統計制約式を共に充足する第1の充足解がないとき、第1の充足解がないことを意味する充足不能解を用いて、要件制約式および統計制約式を評価し、評価結果を推論値及び推論結果として出力する第4の手段を備えることを特徴とするデータ処理装置としたものである。
 さらに本発明は、未定変数を含む入力値、入力値を引数とする要件制約式群および統計制約式群、および判定時許容基準を用いて、制約式群を充足する推論値が存在する場合には、さらに推定出力値が判定時許容誤差基準を満たさない場合に充足解が存在するか否かを判定し、存在しない場合には有効な推論結果とする推論値を出力し、存在する場合には決定不能とする推論結果を出力し、推論値が存在しない場合には、要件制約式群の内、入力値が充足出来ていない要件制約式を特定して観測値異常とする推論結果を出力し、要件制約式をすべて満たす場合には、充足していない統計制約式を特定して、統計制約式異常とする推論結果と共に出力する事を特徴とするデータ処理方法としたものである。
 また本発明は、データ処理装置に外界計測手段を備えた自律システムであって、外界計測手段が正しく取得できなかった欠損値、および未観測状態値を補完し、取得した観測計測値の異常があればそれを検出する事を特徴とする自律システムとしたものである。
 本発明によれば、部分的な観測状態値、および観測状態値と未観測状態値の関係を拘束する制約式群を用いることにより、未観測状態値を推論し、推論手法の決定不能性により信頼性が保証されない状態値があれば、決定不能であることを正しく判定し、観測情報異常であれば、異常要因を正しく検出することができる。
本発明の実施例1に係るデータ処理装置の一般的な構成例を示す図。 内蔵のプログラムにより実行されるSATソルバ機能の処理フローを示す図。 充足解有の場合の判定式1の処理内容の概念を説明するための図。 充足解無の場合の判定式1の処理内容の概念を説明するための図。 複数の観測状態値と、対応する複数の統計制約式の間で、有効な推論値が得られる場合を説明するための図。 複数の観測状態値と、対応する複数の統計制約式の間で、許容基準を満たす推論値が決定不能である場合を説明するための図。 複数の観測状態値と、対応する複数の統計制約式の間で、統計制約式異常又は観測状態値異常である場合を説明するための図。 移動体が信号付交差点に差し掛かった状況を示す図。 図2の処理フローで得られる推論結果及び推論値又は異常要因を、計測値異常を含む観測状態値Yとともに示した図。 図2の処理フローで得られる推論結果及び推論値又は異常要因を、未観測値を含む観測状態値Yとともに示した図。
 以下、本発明を実現する具体的な手順について、図を用いて詳細に説明するが、その前に、本発明に至る考え方、並びに発明者らの知見を纏めて説明しておく。
 まず、システム制御分野で取り扱われていた連続値・線形の内部モデルを用いた状態観測器の設計問題を拡張して、連続・離散値を状態値に追加し、離散的・非線形的な制約を取り込んだ内部モデルに拡張したとしても、依然として、部分的な観測情報から全状態値を推論する問題とみなせる。この推論問題を解く適当な計算手順を個別設計する代わりに、推論対象として選択した状態値を未定変数とみなし、これを含む状態値間の関係を拘束する制約式群の充足可能性判定問題(SAT)に帰着させて解けばよい。
 その際に制約式群として、実測データ群に統計的傾向が見出される場合には、それを状態値間の関係を拘束する制約条件式として用いるのがよい。これを統計制約式と呼称する。
 外界状態を表現する状態値は高次元であるにも拘らず、実際には複数の、互いに性質が異なるという意味で多様な、独立した構成要素に帰属する状態値群で構成されている為、状態値間の拘束関係は疎である。拘束関係が見出される状態値の一部に関する統計制約式を同定しさえすれば良い為、低次元化により必要な実測データ量を低減できる。
 システム制御分野では線形時不変の内部モデルを同定する手法がそれに相当する。実測データに基づくシステム同定により、この拘束条件に相当する線形制約式を推定する手法を一般化したものと理解すればよい。
 また、実際の動作環境では取りえない状態値で構成される部分空間が存在しており、対応する実測データが存在しないことがある。つまり、統計制約式を同定する際には、実測データの不足、実測データ自体の欠損、または存在しない状態値部分空間である事を判別できないという欠点がある。
 そのため、統計的に見出される拘束関係と併用して、実測データがそもそも存在しない状態部分空間に属する推論結果が出力されないように除外する必要がある。内部モデルの構造に関する自明な制約、十分に高い信頼度で成立する前提条件、異常な推論結果を検知した際に、推論過程で不足している事が見出された自明な制約条件、および決定不能という推論結果を検知した際に、推論結果を確定させるのに有用であると見出された制約条件等を追加する必要がある。この制約式を要件制約式と呼称する。
 未観測状態値を未定変数と対応付ける。未定変数を正しく推論出来ている事を確認するためには、所与の制約式群を充足可能であるとして得られた、状態値の具体的な割り当て値が唯一である事を証明すればよい。SATソルバは、複数の割り当て値がある場合にはその内の一つ以上の所定数個の割り当て値を算出する機能しか持たない。その為、割り当て値の否定論理を用いて、前記推論結果以外の解が無い、つまり充足不能(UNSAT)であることを判定すればよい。
 割り当て値が唯一でなく、他の充足可能な割り当て値が存在する場合が、決定不能な状態値である判定をするべき場合に相当する。可観測性の条件が満たされない場合が該当する。この場合には、決定不能な未定変数である事を出力し、さらに、計測手段から得られた観測可能状態値及び未観測状態値の関係を限定する、何らかの拘束条件を要件制約式として導入する必要がある。
 なお、未定変数が離散値ではなく連続値であって、割り当て値が存在する場合は、充足可能である割り当て値は、無数に存在する。その為、未定変数の推論結果に許容誤差を追加して、充足可能とする割り当て値を閉部分空間の形式にして、許容誤差を逸脱する別の割り当て値の有無を判定する事で、決定可能な推論結果を得られる。
 最後に、所与の制約式群が充足不能である場合には、内部モデルに対応する拘束条件、又は計測手段から得られた観測状態値が異常であると理解すればよい。
 充足不能に陥った、一部の拘束条件群を特定することで、異常要因の候補を限定できるという意味で、外界計測値の検査機能を実現している。
 つまり、要件制約式を違反する、異常な観測状態値がある場合には観測状態値の異常であると判定する。少なくとも観測状態値がすべての要件制約式を充足する場合には、違反する統計制約式を除外して、再度SATソルバを用いて推論結果を得る。
 以下、上記知見などに基づいて構成される本発明の実施例について説明する。
 図1は、本発明の実施例1に係るデータ処理装置の一般的な構成例を示している。データ処理装置101は、例えば移動体の自動運転システムとして自律機能を有するシステムを構成する場合に、中核となる計算機装置を表している。
 本発明の一適用事例である移動体の自動運転システムでは、操縦者の介在を必要とせず、動作環境の状況の計測手段を搭載し、内蔵のプログラムに従って自己動作を判断及び調整するが、このうち動作環境の状況を意味しているものが、観測状態値Y、および未定変数Xである。観測状態値Yは計測手段により計測可能であるが、未定変数Xは計測手段により計測できない、或は計測していない未観測状態値である。
 またこのシステムにおいて内蔵のプログラムに相当している機能が、ソルバ用エンコード部102、SATソルバ103、ソルバ出力解析部104であり、ソルバでの処理のために各種の制約式群(統計制約式群gstat(X、Y)、要件制約式群gspec(X、Y)、許容基準制約式群h(X、Xref))が予め設定されている。これらの制約式群は、未定変数Xと観測状態値Yを拘束する制約式である。また、許容基準制約式(許容誤差制約式)は、未定変数Xの真値からの乖離度合いを限定する制約式である。なお、統計制約式群gstat(X、Y)、要件制約式群gspec(X、Y)は、複数個数存在する場合があり、以下に示す式中、図1などでは、この個数を下付き文字j(j0、j1)で表している。
 またこのシステムにおいて出力として得られるものは、例えば自己動作を判断及び調整するデータであり、推論値107と推論結果108がこれに対応する。推論結果108は、推論値107の妥当性を示す根拠データということができる。図示の例では、推論値XVALIDは正常または有効であるという推論結果を附して提供され、推論値XBROKENは観測状態値Y異常または統計制約式gstat異常という推論結果を附して提供され、XINVALIDは決定不能という推論結果を附して提供される。
 データ処理装置101は、観測状態値Y、統計制約式群gstat(X、Y)、要件制約式群gspec(X、Y)を用いて、未定変数Xに対する許容基準制約式群h(X、Xref)を満たすような未定変数Xを推論する機能を提供するものであり、この判断がソルバ用エンコード部102、SATソルバ103、ソルバ出力解析部104にて行われる。
 まず、充足可能性を判定する為に利用可能なSATソルバ103は多数あり、どれを選択するかに応じてソルバ用エンコード部102の設計が変わる。既存のソルバとして、状態変数値をビットベクタ表現にエンコードして解くBooleanSATソルバ、状態変数の型を保持して、制約式の演繹と背景理論を用いて解くSMTソルバ、及び数値的に充足解を算出する数値ソルバが挙げられる。
 ソルバ用エンコード部102は、利用するソルバにあったエンコード方法を採用する必要があるが、ここでは適宜のエンコード方法が採用されているものとする。またここでは、制約式として、論理和・論理積で結合された複数の単体関数が指定された場合には、ソルバ内部の分岐探索機能をそのまま利用出来る。一方、数値ソルバとして例えば非線形最適化法を用いたソルバを用いる場合、単体制約式の論理積の形式でしか解けないという制約がある。この場合には、ソルバ用エンコード部102で、論理和に起因した分岐を展開し、単体関数の論理積を連結した個別制約式を解く等の方法がある。
 SATソルバ103は、形式化された充足解の表現形式を返す機能のみを備えている為、ソルバ出力解析部104で、未定変数Xの割り当て値を再解釈する処理が必要である。一例として、BooleanSATソルバは、未定変数をビットベクタとして表現し、BooleanSATソルバはビット値列の形で充足解を返す為、ビット値列を数値として解釈する必要がある。後述するが、本発明では、(1)式に示されるFormula1の充足解の有無を判定するものである。
 図2は、内蔵のプログラムにより実行されるSATソルバ機能の処理フローを示しており、未観測値Xの推論及び観測値Yの検査機能を実行する。ソルバ用エンコード部102、SATソルバ103、ソルバ出力解析部104において実行される処理ステップの範囲は図2に示した通りであるが、以下の説明においては、処理の流れに従って説明する。
 最初の処理ステップS301では、(1)式に示される判定式1(Formula1)の充足解の有無を判定する。なお判定式1は、統計制約式群gstat(X、Y)と、要件制約式群gspec(X、Y)がともに成立するときに充足解ありとしたものである。なお(1)式において、記号「∩」は論理積を意味する。
Figure JPOXMLDOC01-appb-M000001
 図3a、図3bは、判定式1(Formula1)の処理内容の概念を説明するための図であり、図3aは充足解有の場合、図3bは充足解無の場合の概念を示している。これらの図では、観測状態値Y、および未定変数Xが存在する領域がA1で示されており、これに対し統計制約式群gstat(X、Y)、要件制約式群gspec(X、Y)が成立する領域がA2、A3で示されている。統計制約式群gstat(X、Y)と要件制約式群gspec(X、Y)が成立する領域A0が、充足解XSATということになる。なお、充足解XSATがある場合とは、各種制約式群と整合する未観測状態値の割り当て値が少なくとも一つ以上存在する事を意味する。充足解XSAT有の場合には、処理ステップS302に進み、充足解XSATが無い場合には、処理ステップS305に進む。
 充足解XSAT有の場合に、処理ステップS302では、処理ステップS301で得た充足解XSATを用いて、これが唯一解である事を確認するために、(2)式に示す判定式2(Formula2)で充足解XSATを評価する。なお(2)式において、記号「¬」は論理否定を意味する。
Figure JPOXMLDOC01-appb-M000002
 判定式2(Formula2)は、要するに判定式1(Formula1)で求めた充足解XSATが、許容基準制約式(許容誤差制約式)h(X、Xref)で定まる範囲内か否かを判定したものである。(2)式の例では誤差範囲内であることを充足解無しとしており、充足解が無い場合には、判定式1の充足解XSATが唯一解であるため、処理ステップS303に進み、推論結果を[正常かつ有効]とし、推論値XVALID=XSATとして出力して処理を終了する。
 一方、判定式2(Formula2)において、判定式1(Formula1)で求めた充足解XSATが、許容基準制約式(許容誤差制約式)h(X、Xref)で定まる範囲外である場合には、充足解XINVALIDありとされ、XINVALIDがある場合には、判定式1(Formula1)で求めた充足解XSATが唯一解でない事を意味する。唯一解でない事を意味するXINVALIDがある場合には、処理ステップS304に進み、許容基準制約式h(X、Xref)に違反する状態値を[決定不能]とする推論結果を出力し、違反しない状態値を推論値として出力して終了する。
 処理ステップS305では、処理ステップS301でSATソルバ103が保持する充足不能解XUNSATを取得し、各要件制約式要件制約式群gspec(X、Y)の充足可能性を判定する。
 一つ以上の要件制約式gspec(X、Y)に違反する場合は、処理ステップS306において「観測値異常」とする推論結果と、違反した要件制約式gspec(X、Y)の引数である状態値の一覧を出力して終了する。
 他方、すべての要件制約式群gspec(X、Y)を充足する場合には、処理ステップS307において充足不能解XUNSATを用いて、統計制約式群gstat(X、Y)を評価し、違反する統計制約式群gstat(X、Y)を特定する。また「統計制約式違反」とする推論結果と、当該統計制約式群gstat(X、Y)の引数となる状態値の一覧の割り当て値を異常推定値XBROKEN=XUNSATとして出力して処理を終了する。
 実施例1のデータ処理装置を適用した自律システムの具体的な実現例は、例えば移動体の自動運転システムであり、異なる誤差傾向を持つ多様なセンサ群の計測値を用いて、精度の高い推定値を算出する機能と解釈されるセンサフュージョン手法への適用である。動作環境を移動する動体の位置や姿勢、方位が、動体に帰属される状態値Xの一例である。これを精度よく推定する際、レーダ、カメラその他の外界計測手段は、状態値の一部を、不十分な誤差範囲でしか計測出来ない。
 そこで本発明の実施例2においては、複数のそれぞれの計測手段が出力する観測状態値XSENSOR0、XSENSOR1、XSENSOR2と、計測手段の仕様に基づいて設定した、統計的には保証されている誤差範囲を示す統計制約式gstat(X、XSENSOR0)、gstat(X、XSENSOR1)、gstat(X、XSENSOR2)を用いる。本例では、推論値と取得した観測状態値の乖離が未定変数Xに相当する。
 図4、図5、図6は、複数の観測状態値XSENSORと、対応する複数の統計制約式gstatの間の関係を説明した事例を示している。これらの図において、観測状態値XSENSOR0、XSENSOR1、XSENSOR2は固有の値であるが、統計制約式gstatは観測状態値XSENSOR0、XSENSOR1、XSENSOR2を含む領域C0、C1、C2として表現することができる。
 図4は、統計制約式gstat(X、XSENSOR0)、gstat(X、XSENSOR1)、gstat(X、XSENSOR2)が示す領域C0、C1、C2に重なり合う共通領域Cxを有する場合を示している。かつ共通領域Cxは誤差範囲を示す許容基準制約式h(x)の範囲内に存在する。空間位置を計測する3種のセンサが出力した観測状態値が図4で示される配置である場合は、所定の許容基準を満たす有効な充足解XVALIDが存在する事に相当する。
 図5は、統計制約式gstat(X、XSENSOR0)、gstat(X、XSENSOR1)、gstat(X、XSENSOR2)が示す領域C0、C1、C2に重なり合う共通領域Cxを有するが、この共通領域Cxは誤差範囲を示す許容基準制約式h(x)の範囲内に存在しないケースを示している。図5は、許容基準が、実際に外界計測手段が保証出来る精度よりも十分に高く設定されており、有効な充足解XVALIDを得られない場合である。
 図6は、統計制約式gstat(X、XSENSOR0)、gstat(X、XSENSOR1)、gstat(X、XSENSOR2)が示す領域C0、C1、C2に重なり合う共通領域Cxを有していないケースである。図6は、3種のセンサの計測値が、誤差要素を含めて整合するようなXVALIDが存在せず、統計制約式gstat(X、XSENSOR0)、gstat(X、XSENSOR1)、gstat(X、XSENSOR2)のいずれかが異常である、又は観測状態値XSENSOR0、XSENSOR1、XSENSOR2のいずれかが異常である場合に相当する。
 本発明の実施例3では、システム制御分野で状態観測器と呼称されている機能を、代替することについて説明する。
 ここでは、システム同定等の手段で構築した統計制約式であって、(3)(4)式に示されるような線形の入出力関係を内部モデルとして用いる。
Figure JPOXMLDOC01-appb-M000003
Figure JPOXMLDOC01-appb-M000004
 これらの式において、x[k]∈Rは推定したい未観測状態値、y[k]∈Rは観測状態値であり、u[k]∈Rは観測状態値のうち系への入力に相当する変数である。またA、B、C、Dは行列である。
 (3)式は、将来の未観測状態値x[k+1]が、現在の未観測状態値x[k]と行列Aの積と、現在の入力u[k]と行列Bの積の和として線形関係に定義されたことを意味しており、(4)式は、現在の観測状態値y[k]が、現在の未観測状態値x[k]と行列Cの積と、現在の入力u[k]と行列Dの積の和として線形関係に定義されたことを意味している。ここでは(3)(4)式により、線形の入出力関係を有する内部モデルを定義している。
 本発明の実施例3では、上記統計制約式として線形な入出力関係を用いる内部モデルについて、時系列の系への入力値u[k]と観測状態値y[k]の組み合わせを用いて、x[k]に関する、(5)式に示される制約式の充足可能性を判定する。なお(5)式では、処理する時間kがTから0の範囲内に限定されている。
Figure JPOXMLDOC01-appb-M000005
 この場合の、統計制約式群gstat(x[j]、u[j]、y[j])は(6)式に例示され、判定時許容基準h(x[k]、xSAT[k])は(7)式に例示されているものを使用する。(5)(6)(7)式により、STソルバが評価する制約式群を形成している。
Figure JPOXMLDOC01-appb-M000006
Figure JPOXMLDOC01-appb-M000007
 本発明の実施例3によれば、従来は設計時に行ってきた、解析的な困難を伴う状態観測器の安定性解析を不要にする。動作時の情報から状態観測器が提供する機能を再現できる事は重要である。なぜならば、設計時点で内部モデルが時不変であるとする暗黙の前提が成立しない場合には、未観測状態値の推定値の信頼性は保証されない為である。実際、統計制約式は時不変では無く、そもそも動作環境に応じて適宜更新されるべきものである。本発明が主張する、充足可能性の判定問題に帰着させる手法と、動作中に統計制約式を更新する手法とを併用することで、推定値の信頼性を実現出来るようになる。
 線形システムに対する状態観測器の設計時に要求されていた、(3)(4)式中の行列A、Cに関する可観測性の条件と、(5)(6)(7)式における充足可能解の唯一性に関する条件は一致する。可観測性の条件が満たされない場合は、充足可能解が複数存在する事になり、推論結果は、正しく決定不能になる。
 充足可能性判定問題に帰着させる本手法は、一般的に解析的な困難を伴う状態観測器の安定性解析をせずに、(3)(4)式中の伝達関数f、gを非線形の関数に自然に拡張する事を可能にする。非線形の統計制約式を含む場合、充足可能解を数値的に算出する方法として、非線形最適化問題を解くソルバを用いても良い。同様に、状態値x[k]、観測値y[k]、系への入力値u[k]に離散値をとる変数を含むように自然に拡張する事も出来る。
 本発明の実施例4では、本発明の具体的な適用事例として市街地空間を移動する自律システムの一形態である自動運転システムを検討する。
 市街地空間を移動する自律システムの一形態である自動運転システムは、外界計測の為にカメラを備えており、画像認識技術を併用した信号の状態値を認識する手法を用いている。しかし、視認条件に依存して認識精度が低下してしまう課題がある。信号の状態値は離散値であり、低信頼性は画像認識手法の核を成す分類器が適切に設計されていない事に起因する。これは本発明の背景技術の項で言及したデータ不足又はデータ欠損、要件制約式に相当する、分類基準のロバスト性に関する制約を明示的に学習過程で組み込んでいない点等に起因する。
 しかし、本発明を適用すれば、信号値を直接観測できない、又は観測値に信頼性の問題があるとしても、周囲の移動体の動作及び道路状況から、間接的に辻褄の合う信号の状態値を推論する事が出来る。特に、道路状況と整合しない信号状態の観測値を取得した場合にはこれを正しく検出できて、分類機の設計不良が招く信号状態値の異常に起因した不安全動作を引き起こさずに済む。
 図7は、自動運転システムを搭載する移動体が信号付き交差点に差し掛かった状況を示している。交差点には、4方向から移動体V0、V1、V2、V3が進入しようとしており、このうち移動体V3が右折、他は直進するものとする。右折予定の移動体V3の前方方向には信号S1、側方方向には信号S0が設置されている。
 図7の環境を表す統計制約式gstatとして、交差点に備え付けられた2つの信号S0、S1の値xsign0、xsign1と、各移動体Vの空間位置xvec0、xvec1、xvec2、xvec3と、交差点に対応する部分領域Rと空間位置との従属関係を内部モデルとして用いる。
 このように図7の例の交差点の環境Xは、(8)式に示すように複数の信号S0、S1の値xsign0、xsign1と、複数の移動体Vの空間位置xvec0、xvec1、xvec2、xvec3により表現することができる。
Figure JPOXMLDOC01-appb-M000008
 この交差点の状況を解析するために、実施例4で用いる統計制約式gstat及び要件制約式要件制約式群gspecを例示すると(9)式から(12)式のようなものが想定可能である。
Figure JPOXMLDOC01-appb-M000009
Figure JPOXMLDOC01-appb-M000010
Figure JPOXMLDOC01-appb-M000011
Figure JPOXMLDOC01-appb-M000012
 このうち(9)式の要件制約式gspecは、信号S0と信号S1が同時に緑になる事は無い事、および信号S0及び信号S1は緑または赤のいずれかしかとらない事を示している。停電などにより信号値がそれ以外の色例えば黒である場合には、この要件制約式違反を検出することになる。
 (10)式の統計制約式gstatは、信号0が赤であれば、交通法規が遵守されているという前提が統計的に確からしい値域においては、移動体V1、V2の位置xvec1、xvec2は、交差点領域Rに属さないという制約条件が成立する事を示している。同様に、信号S1が赤である場合には、移動体V0の位置xvec0が交差点領域Rに属さないという制約が統計的に確からしく成立する事を示している。
 対して、(11)式の統計制約式gstatは、信号S0が緑であれば移動体V0の位置xvec0が交差点内領域Rに属さないという制約条件が統計的に確からしく成立する事を示している。同様に、信号S1が緑であれば、移動体V1、V2の位置xvec1、xvec2は交差点内領域Rに属さないという制約条件が統計的に確からしく成立する事を示している。
 (12)式の許容基準制約式hとしては、図2の処理フローで示したXSATの内、信号S0、信号S1の状態値の割り当て値と、Formula2内で用いる状態値Xが一致する条件を用いる。
 図8は、信号S0及び信号S1の計測値異常を含む観測状態値を用いて、図2に示した処理フローに従った結果得られる推論結果108及び推論値107又は異常要因を、計測異常を含む観測状態値Yについての一覧表として示したものである。
 図7において、計測異常を含む観測状態値YについてYが成立するときに真値であり、推論結果108としては正常かつ有効とされる。同様に以下、計測異常を含む観測状態値YについてYが成立するときに、推論結果108としては観測状態値異常とされ、推論値107又は異常要因としては要件制約式gspec違反とされる。計測異常を含む観測状態値YについてYが成立するときに、推論結果108としては統計制約式異常とされ、推論値107又は異常要因としては統計制約式gstat違反、あるいは信号S0の値xsign0、移動体V0の位置xvec0のいずれかが異常とされる。計測異常を含む観測状態値YについてYが成立するときに、推論結果108としては統計制約式異常とされ、推論値107又は異常要因としては統計制約式gstat違反、あるいは信号S1の値xsign1、移動体V0の位置xvec0のいずれかが異常とされる。
 図9は、同様に信号S0及び信号S1の状態値が未観測であるか又は計測値異常である場合の観測状態値を用いて、図2に示した処理フローに従った結果得られる推論結果108及び推論値107または異常要因を、計測異常を含む観測状態値Yについての一覧表として示したものである。
 図9において、未観測値を含む観測状態値YについてYが成立するときに、推論結果108としては正常かつ有効とされ、推論値107又は異常要因としては信号S1の値xsign1は緑と判断される。同様に以下、未観測値を含む観測状態値YについてYが成立するときに、推論結果108としては正常かつ有効とされ、推論値107又は異常要因としては信号S0の値xsign0は赤と判断される。未観測値を含む観測状態値YについてYが成立するときに、推論結果108としては統計制約式異常とされ、推論値107又は異常要因としては統計制約式gstat違反、あるいは信号S0の値xsign0、移動体V0の位置xvec0のいずれかが異常と判断される。未観測値を含む観測状態値YについてYが成立するときに、推論結果108としては統計制約式異常とされ、推論値107又は異常要因としては統計制約式gstat違反、あるいは信号S1の値xsign1、移動体V0の位置xvec0のいずれかが異常と判断される。未観測値を含む観測状態値YについてYが成立するときに、推論結果108としては決定不能とされ、推論値107又は異常要因としては信号S0の値xsign0は赤であるが、信号S1の値xsign1は不明と判断される。
 図9によれば未観測値を補完し、計測値異常の有無を検査する機能を実現している。特に信号S0及び信号S1の状態値が共に未観測である場合、信号S0の状態値は唯一に推論できる一方、信号S1の状態値は、各移動体の空間位置の情報だけでは一意に信号状態値を補完出来ないという意味で、正しく決定不能とする推論結果を得られている。
 また信号S1の状態値が決定不能である場合でも、自移動体を制御する際には、信号S1の状態が赤であっても緑であっても動作安全性が実現されるように制御出来るロバスト動作の実現解を算出すればよい。特に、信頼性が無い値を誤って決定値であるとして動作制御する事に起因した誤動作を回避出来る。
101:データ処理装置,102:ソルバ用エンコード部,103:SATソルバ,104:ソルバ出力解析部

Claims (11)

  1.  未定変数を含む入力値を引数とする要件制約式および統計制約式を共に充足することを判定する第1の手段と、
     前記要件制約式および前記統計制約式を共に充足する第1の充足解があるとき、前記第1の充足解についてさらに許容基準制約式に充足する第2の充足解があることを判定する第2の手段と、
     前記第2の充足解の有無ごとに、推論値及び推論結果を出力する第3の手段と、
     前記要件制約式および前記統計制約式を共に充足する第1の充足解がないとき、第1の充足解がないことを意味する充足不能解を用いて、前記要件制約式および前記統計制約式を評価し、評価結果を推論値及び推論結果として出力する第4の手段
     を備えることを特徴とするデータ処理装置。
  2.  請求項1に記載のデータ処理装置であって、
     前記要件制約式は、データ処理装置の処理において対象とする対象物の構造に関する自明な制約、十分に高い信頼度で成立する前提条件、異常な推論結果を検知した際に、推論過程で不足している事が見出された自明な制約条件、および決定不能という推論結果を検知した際に、推論結果を確定させるのに有用であると見出された制約条件であることを特徴とするデータ処理装置。
  3.  請求項1または請求項2に記載のデータ処理装置であって、
     前記統計制約式は、データ処理装置の処理において対象とする対象物の前記未定変数を含む入力および出力の間における統計的傾向であることを特徴とするデータ処理装置。
  4.  請求項1から請求項3のいずれか1項に記載のデータ処理装置であって、
     前記許容基準制約式は、前記未定変数の真値からの乖離度合いを限定するものであることを特徴とするデータ処理装置。
  5.  請求項1から請求項4のいずれか1項に記載のデータ処理装置であって、
     前記第3の手段は、前記第2の充足解が有るときに、第2の充足解のうち前記許容基準制約式に違反する前記引数である状態値を決定不能とする推論結果と、違反しない状態値を推論値として出力することを特徴とするデータ処理装置。
  6.  請求項1から請求項5のいずれか1項に記載のデータ処理装置であって、
     前記第3の手段は、前記第2の充足解がないときに、正常かつ有効な推論結果として第1の充足解を出力することを特徴とするデータ処理装置。
  7.  請求項1から請求項6のいずれか1項に記載のデータ処理装置であって、
     前記第4の手段は、前記要件制約式の評価により1つ以上の要件制約式に違反しているとき、違反する条件制約式の前記引数に含まれる観測状態値の異常とする推論結果を出力することを特徴とするデータ処理装置。
  8.  請求項1から請求項7のいずれか1項に記載のデータ処理装置であって、
     前記第4の手段は、全ての前記要件制約式を充足するとき、前記充足不能解を用いて前記統計制約式を評価して違反する前記統計制約式を特定し、統計制約式異常とする推論結果と、違反する統計制約式の引数である状態値を異常推定値として出力することを特徴とするデータ処理装置。
  9.  未定変数を含む入力値、該入力値を引数とする要件制約式群および統計制約式群、および判定時許容基準を用いて、
    前記制約式群を充足する推論値が存在する場合には、
    さらに前記推論値が前記判定時許容基準を満たさない場合に充足解が存在するか否かを判定し、
    存在しない場合には有効な推論結果とする前記推論値を出力し、
    存在する場合には決定不能とする推論結果を出力し、
    前記推論値が存在しない場合には、前記要件制約式群の内、前記入力値が充足出来ていない要件制約式を特定して観測値異常とする推論結果を出力し、
    前記要件制約式をすべて満たす場合には、充足していない前記統計制約式を特定して、統計制約式異常とする推論結果と共に出力する、
    事を特徴とするデータ処理方法。
  10.  請求項9に記載のデータ処理方法であって、
     有界な統計的誤差傾向をもつ複数のデータ源を入力とし、前記統計的誤差の範囲にあり、かつ前記判定時許容基準を満たす妥当な推論値を出力する、又は前記データ源のいずれかを観測値異常とする推論結果を出力する事を特徴とするデータ処理方法。
  11.  請求項1から請求項8のいずれか1項に記載のデータ処理装置に外界計測手段を備えた自律システムであって、
     前記外界計測手段が正しく取得できなかった欠損値、および未観測状態値を補完し、取得した観測計測値の異常があればそれを検出する事を特徴とする自律システム。
PCT/JP2016/065602 2016-05-26 2016-05-26 データ処理装置、データ処理方法、及び自律システム WO2017203660A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2016/065602 WO2017203660A1 (ja) 2016-05-26 2016-05-26 データ処理装置、データ処理方法、及び自律システム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2016/065602 WO2017203660A1 (ja) 2016-05-26 2016-05-26 データ処理装置、データ処理方法、及び自律システム

Publications (1)

Publication Number Publication Date
WO2017203660A1 true WO2017203660A1 (ja) 2017-11-30

Family

ID=60412472

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/065602 WO2017203660A1 (ja) 2016-05-26 2016-05-26 データ処理装置、データ処理方法、及び自律システム

Country Status (1)

Country Link
WO (1) WO2017203660A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010218492A (ja) * 2009-03-19 2010-09-30 Toyota Central R&D Labs Inc 障害診断システム、障害診断装置および障害診断方法
JP2014174993A (ja) * 2013-03-07 2014-09-22 General Electric Co <Ge> 改善したプラント制御システムおよび方法
JP2016057969A (ja) * 2014-09-11 2016-04-21 日立オートモティブシステムズ株式会社 プログラム検査装置、ソフトウェア検査装置、sat制約条件データ、記憶媒体

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010218492A (ja) * 2009-03-19 2010-09-30 Toyota Central R&D Labs Inc 障害診断システム、障害診断装置および障害診断方法
JP2014174993A (ja) * 2013-03-07 2014-09-22 General Electric Co <Ge> 改善したプラント制御システムおよび方法
JP2016057969A (ja) * 2014-09-11 2016-04-21 日立オートモティブシステムズ株式会社 プログラム検査装置、ソフトウェア検査装置、sat制約条件データ、記憶媒体

Similar Documents

Publication Publication Date Title
Coble et al. Applying the general path model to estimation of remaining useful life
CN111858111A (zh) 数据分析的方法、设备和计算机程序产品
Bartocci et al. Localizing faults in Simulink/Stateflow models with STL
Kaczor et al. Verification of safety integrity level with the application of Monte Carlo simulation and reliability block diagrams
CN112685910B (zh) 一种基于混合预测模型的复杂装备电源组故障预测方法
Colombo et al. On statistical Multi-Objective optimization of sensor networks and optimal detector derivation for structural health monitoring
Asaadi et al. Quantifying assurance in learning-enabled systems
Burton et al. Addressing uncertainty in the safety assurance of machine-learning
Liu et al. A machine learning-based clustering approach to diagnose multi-component degradation of aircraft fuel systems
Asaadi et al. Assured integration of machine learning-based autonomy on aviation platforms
WO2017203660A1 (ja) データ処理装置、データ処理方法、及び自律システム
Newcomer A new approach to quantification of margins and uncertainties for physical simulation data.
Farrell et al. Exploring requirements for software that learns: A research preview
Köhler et al. Evidence of the effectiveness of cyclic technical safety mechanisms
Gleirscher et al. Probabilistic risk assessment of an obstacle detection system for goa 4 freight trains
Dzakowic et al. Advanced Techniques for the verification and validation of prognostics & health management capabilities
Holbrook et al. Benchmark Problem Development for Testing Maturity of Intelligent Contingency Management Tools
Suraj Nandiganahalli et al. Flight deck mode confusion detection using intent-based probabilistic model checking
Schwammberger et al. Integrating formal verification and simulation-based assertion checking in a corroborative v&v process
Patel et al. A Conceptual Framework of Dynamic Risk Management for Autonomous Vehicles.
Pourdanesh et al. Failure Safety Analysis of Artificial Intelligence Systems for Smart/Autonomous Vehicles
Benmeziane et al. Trusting Machine-Learning Applications in Aeronautics
Zhang et al. Performance evaluation of digitalized safety barriers
Wu et al. Optimization of unmanned aerial vehicle inspection strategy for infrastructure based on model-enabled diagnostics and prognostics
Turkoglu et al. Application of data mining in failure estimation of cold forging machines: An industrial research

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16903141

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16903141

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP