WO2024100708A1 - グラフ信号処理装置、グラフ信号処理方法及びプログラム - Google Patents

グラフ信号処理装置、グラフ信号処理方法及びプログラム Download PDF

Info

Publication number
WO2024100708A1
WO2024100708A1 PCT/JP2022/041353 JP2022041353W WO2024100708A1 WO 2024100708 A1 WO2024100708 A1 WO 2024100708A1 JP 2022041353 W JP2022041353 W JP 2022041353W WO 2024100708 A1 WO2024100708 A1 WO 2024100708A1
Authority
WO
WIPO (PCT)
Prior art keywords
graph
matrix
signal processing
laplacian matrix
solution
Prior art date
Application number
PCT/JP2022/041353
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/JP2022/041353 priority Critical patent/WO2024100708A1/ja
Publication of WO2024100708A1 publication Critical patent/WO2024100708A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • G06F17/12Simultaneous equations, e.g. systems of linear equations

Definitions

  • the present invention relates to a graph signal processing device, a graph signal processing method, and a program.
  • the present invention aims to provide a technology that shortens the time required for graph signal processing.
  • One aspect of the present invention is a program for causing a computer to function as the above-mentioned graph signal processing device.
  • the present invention makes it possible to shorten the time required for graph signal processing.
  • FIG. 1 is a diagram showing an example of the configuration of a graph signal processing device 1 according to an embodiment. 4 is a flowchart showing an example of a flow of processing executed by a graph signal processing device in the embodiment.
  • 13A to 13C are diagrams showing examples of a composite graph, a non-perturbed graph, and a perturbed graph in a modified example.
  • FIG. 1 is a diagram showing an example of a graph in graph theory.
  • FIG. 1 is a diagram showing an example of the configuration of a graph signal processing apparatus (Graph Signal Processing Apparatus) 1 according to an embodiment.
  • the graph signal processing apparatus 1 has a control unit 11 including a processor 91 such as a CPU (Central Processing Unit) and a memory 92 connected by a bus, and executes a program.
  • a processor 91 such as a CPU (Central Processing Unit)
  • a memory 92 connected by a bus, and executes a program.
  • the control unit 11 performs graph signal processing on the graph signal to be processed (hereinafter referred to as the "processing target signal”).
  • the processing target signal is specifically a graph signal indicating a graph that satisfies a graph condition (hereinafter referred to as the "analysis target graph”).
  • the graph that satisfies the graph condition may be any graph as long as it satisfies the graph condition, but it is, for example, a graph that represents an analysis target that is an object of interest to the user, such as the distribution of electroencephalograms.
  • the processing target signal is, for example, a tensor that represents the analysis target graph.
  • the graph condition is a condition in which at least one of the first condition and the second condition is satisfied.
  • the first condition is that the degree of symmetry of the graph is higher than a predetermined standard.
  • the second condition is that the graph is a Cartesian product of multiple graphs. Note that since the first condition is that the degree of symmetry of the graph is higher than a predetermined standard, the first condition may be, for example, that the graph is a path graph, cycle graph, or symmetric graph. Therefore, a graph to be analyzed that satisfies such a first condition is, for example, a path graph, cycle graph, or symmetric graph.
  • the graph condition requires that at least one of the following conditions be met: the graph's symmetry must be higher than a certain criterion, and the graph must be decomposable into graphs that are independent of each other.
  • the graph signal processing executed by the control unit 11 includes a solution-finding process. Note that as long as the graph signal processing includes the solution-finding process, the graph signal processing may be the solution-finding process itself.
  • the solution-finding process is a process that obtains a solution x of a linear equation expressed by the following formula (1) by executing formula (2).
  • I represents a unit matrix.
  • represents a scalar constant coefficient.
  • L represents the graph Laplacian matrix of the graph to be analyzed.
  • c is a constant vector.
  • the constant vector c is, for example, a matrix of constants according to the contents of the graph signal processing.
  • the solution x is, for example, the original signal described below.
  • the solution process executes a graph Fourier transform on the constant vector c, a division process, and an inverse graph Fourier transform on the result of the division process.
  • the division process uses a diagonal matrix ⁇ , which is the result of diagonalizing the graph Laplacian matrix L by eigenvalue decomposition, and is a process of dividing the result of the graph Fourier transform by (I + ⁇ ).
  • Equation (2) ⁇ Physical meaning represented by formula (2)>
  • a graph Fourier transform which is a Fourier transform of the constant matrix c. This means that the constant matrix c is converted into a corresponding value in the space of conjugate physical quantities. If the constant matrix c is a time signal, the space of conjugate physical quantities is a frequency space.
  • values in such a space of conjugate physical quantities are divided by (I + ⁇ ). Since ⁇ represents an eigenvalue, when the space of conjugate physical quantities is a frequency space, ⁇ represents a frequency.
  • Equation (2) an inverse graph Fourier transform is performed on equation (2).
  • the inverse graph Fourier transform converts the spatial quantities of conjugate physical quantities into the spatial quantities of the constant matrix c. Since the high-frequency components have been removed by division by (I + ⁇ ), the processing of equation (2) is, so to speak, a process of removing the high-frequency components of the constant matrix c. Therefore, if the high-frequency components are noise, the processing of equation (2) is a process of removing the noise.
  • the specified standard for the level of symmetry of a graph may be determined in advance according to the desired reduction in the amount of calculations.
  • the higher the specified standard the higher the probability of reducing the amount of calculations.
  • the specified standard for the level of symmetry of a graph is, for example, as described above, that the graph must be a path graph, cycle graph, or symmetric graph.
  • a graph is expressed as a Cartesian product
  • the graph Laplacian matrix will also be expressed as a Cartesian product.
  • a graph expressed as a Cartesian product generally requires less computation than one that is not expressed as a Cartesian product.
  • the speed of calculation of the term of the inverse matrix (I + ⁇ ) ⁇ 1 in the formula (2) will be described. Since I is a unit matrix, ⁇ is a scalar constant coefficient, and ⁇ is a diagonal matrix, the inverse matrix (I + ⁇ ) ⁇ 1 is actually a diagonal matrix. A diagonal matrix requires less time to calculate due to the characteristics of the diagonal matrix, such as the fact that many elements have a value of 0 and that the matrix can be replaced with an eigenvalue in the formula acting on the eigenvector.
  • the solution process that performs the calculations to solve equation (2) can obtain a solution in a shorter calculation time than the process that directly performs the calculations to obtain a solution from equation (1).
  • (I + ⁇ L) included in formula (1) also includes the graph Laplacian matrix of the graph to be analyzed that satisfies the graph condition.
  • the graph Laplacian matrix of the graph to be analyzed is generally not a diagonal matrix, even if it has good symmetry. This is because for graphs to be analyzed whose graph Laplacian matrix is expressed as a diagonal matrix, the characteristics can be easily understood without having to go to the trouble of performing signal processing.
  • the graph signal processing device 1 includes the control unit 11 and executes a program.
  • the graph signal processing device 1 functions as a device including the control unit 11, an interface unit 12, and a storage unit 13 by executing the program.
  • the processor 91 reads out a program stored in the storage unit 13 and stores the read out program in the memory 92.
  • the processor 91 executes the program stored in the memory 92, whereby the graph signal processing device 1 functions as a device including the control unit 11, the interface unit 12, and the storage unit 13.
  • the control unit 11 performs, for example, graph signal processing.
  • the control unit 11 controls, for example, the operation of each functional unit of the graph signal processing device 1.
  • the control unit 11 acquires a signal to be processed, for example, via the interface unit 12.
  • the control unit 11 acquires, for example, information stored in the memory unit 13.
  • the process of acquiring information stored in the memory unit 13 is specifically a read process.
  • the interface unit 12 includes a communication interface for connecting the graph signal processing device 1 to an external device.
  • the interface unit 12 communicates with the external device via wired or wireless communication.
  • the external device is, for example, a device that transmits a signal to be processed.
  • the interface unit 12 acquires a graph signal by communicating with the device that transmits the signal to be processed.
  • the external device may be, for example, an output destination of the result of the graph signal processing. In such a case, the interface unit 12 outputs the result of the graph signal processing to the output destination of the result of the graph signal processing.
  • the interface unit 12 includes input devices such as a mouse, keyboard, and touch panel.
  • the interface unit 12 may be configured as an interface that connects these input devices to the graph signal processing device 1. In this way, the interface unit 12 accepts input of various information to the graph signal processing device 1 via the input devices, either wired or wireless.
  • the interface unit 12 outputs various types of information.
  • the interface unit 12 includes a display device such as a CRT (Cathode Ray Tube) display, a liquid crystal display, or an organic EL (Electro-Luminescence) display.
  • the interface unit 12 may be configured as an interface that connects these display devices to the graph signal processing device 1.
  • the interface unit 12 outputs information that has been input to the interface unit 12, for example.
  • the storage unit 13 is configured using a computer-readable storage medium device (non-transitory computer-readable recording medium) such as a magnetic hard disk device or a semiconductor storage device.
  • the storage unit 13 stores various information related to the graph signal processing device 1.
  • the storage unit 13 stores, for example, information necessary for the solution-finding process.
  • the storage unit 13 stores, for example, various information generated by the operation of the control unit 11.
  • the storage unit 13 stores, for example, information acquired by the interface unit 12.
  • FIG. 2 is a flowchart showing an example of the flow of processing executed by the graph signal processing device 1 in the embodiment.
  • the control unit 11 acquires a processing target signal (step S101).
  • the control unit 11 performs graph signal processing on the processing target signal (step S102). Since the graph signal processing includes a solution-finding process, the solution-finding process is also executed in step S102.
  • the graph signal processing device 1 configured in this manner performs the calculation of equation (2). Therefore, for the reasons explained in the above section ⁇ Effects of performing the calculation of equation (2)>, the graph signal processing device 1 can shorten the time required for graph signal processing.
  • the graph signal processing device 1 performs graph signal processing including solution-finding processing.
  • One example of the graph signal processing performed by the graph signal processing device 1 is noise removal processing for removing noise from a graph signal to be processed.
  • the analysis target is, for example, the distribution of electroencephalograms described above.
  • the graph signal processing device 1 performs graph signal processing on a graph signal of a graph that represents the distribution of electroencephalograms and satisfies the graph conditions.
  • the analysis target may also be, for example, an image or sound.
  • an original signal x expressed by an N-dimensional real vector is degraded by additive noise e expressed by an N-dimensional real vector
  • the observed signal when this is observed is a signal y expressed by an N-dimensional real vector.
  • the signal y, the original signal x, and the noise e satisfy the relationship in equation (4) below.
  • Both the original signal x and the signal y are graph signals of the graph to be analyzed, but the signal y is a graph signal degraded by noise.
  • the signal y is an example of a signal to be processed.
  • signal y Since signal y is an observed signal, it is a priori information used to estimate original signal x. Estimating original signal x based on signal y is equivalent to estimating a signal with noise e removed from signal y. Therefore, the process of estimating original signal x based on signal y is a noise removal process that removes noise.
  • noise removal process using the Laplacian quadratic form regularization problem and the graph total variation regularization problem as examples.
  • the value of x can be obtained, for example, by solving an optimization problem represented by the following formula (5).
  • the optimization problem represented by formula (5) is called a Laplacian quadratic form regularization problem. Therefore, an example of a noise removal process is a process of solving a Laplacian quadratic form regularization problem.
  • is a constant coefficient.
  • w i,j represents the value of the component in row i and column j of the graph Laplacian matrix.
  • x i represents the value of the i-th component of vector x.
  • Equation (7) is transformed into the following equation (8).
  • equation (8) is transformed into the following equation (9).
  • equation (8) is exactly the same as the form of equation (1) described above. Therefore, by executing the solution process for equation (8), the control unit 11 can remove noise from the observed graph signal y in a shorter calculation time.
  • Graph total variation regularization problem The value of x can be obtained, for example, by solving an optimization problem represented by the following formula (10).
  • the optimization problem represented by formula (10) is called a graph total variation regularization problem. Therefore, an example of a noise removal process is a process of solving a graph total variation regularization problem.
  • is a constant coefficient.
  • the quantity expressed by equation (11) is called the total graph variation. The smaller the total graph variation, the smoother x is on the graph to be analyzed.
  • ADMM Direction Method of Multipliers
  • the index k indicates the number of iterations of the iterative process in the sequential process.
  • v k represents the value of the auxiliary variable v in the kth iterative process.
  • u k represents the value of the auxiliary variable u in the kth iterative process.
  • x k represents the signal x in the kth iterative process.
  • represents the step size of the ADMM.
  • the rate-limiting calculation in the ADMM is equation (12).
  • the equation obtained by multiplying the right and left sides of equation (12) by I+(1/ ⁇ )L is a linear equation in the form of equation (1) described above. Therefore, the control unit 11 can remove noise from the observed graph signal y in a shorter calculation time by executing a process for solving the equation obtained by multiplying the right and left sides of equation (12) by I+(1/ ⁇ )L.
  • the graph signal processing device 1 of the embodiment configured in this way executes graph signal processing including processing to solve the linear equation expressed by equation (2). Therefore, the graph signal processing device 1 of the embodiment can shorten the time required for graph signal processing.
  • the first condition is that the height of symmetry of the graph is higher than a predetermined standard.
  • a graph that satisfies such a condition may be a graph (hereinafter referred to as a "composite graph") in which a graph (hereinafter referred to as a “non-perturbed graph”) having a first height of symmetry higher than a predetermined standard is added with a graph (hereinafter referred to as a "perturbed graph”) that provides a perturbation.
  • the graph to be analyzed may be a composite graph.
  • a symmetric graph that satisfies the first height may be, for example, a path graph, a cycle graph, or a symmetric graph.
  • the height of symmetry of the composite graph is a second height that is lower than the first height.
  • a composite graph is a graph whose symmetry has been reduced by adding a perturbation graph that perturbs an unperturbed graph.
  • the perturbation graph is merely a perturbation, and its size is smaller than the unperturbed graph.
  • a smaller graph size means that it has fewer edges.
  • the symmetry of the composite graph is higher than a given criterion, the symmetry of the perturbation graph itself may be lower than the given criterion.
  • FIG. 3 is a diagram showing an example of a composite graph, an unperturbed graph, and a perturbed graph in a modified example.
  • graph G0 is an example of a composite graph.
  • FIG. 3 shows that graph G0 is expressed as the sum of graphs G1 and G2.
  • Graph G1 is an example of an unperturbed graph
  • graph G2 is an example of a perturbed graph.
  • the number of edges in perturbed graph G2 is smaller than that of unperturbed graph G1. Therefore, perturbed graph G2 is a graph that functions as a perturbation for unperturbed graph G1.
  • the graph to be analyzed is expressed as the sum of the perturbed graph and the unperturbed graph
  • the graph Laplacian matrix of the graph to be analyzed is expressed as the sum of the graph Laplacian matrix L1 of the unperturbed graph and the graph Laplacian matrix L2 of the perturbed graph. Therefore, by using the incidence matrix decomposition and the Woodbury formula, the formula (2) is transformed into the following formula (15). For the sake of certainty, the incidence matrix decomposition and the Woodbury formula are described later, so please refer to them as necessary.
  • B is the oriented incidence matrix of the perturbed graph.
  • B ⁇ B T is the result of the incidence matrix decomposition of the graph Laplacian matrix L of the perturbed graph.
  • d and F can be obtained by the solution process from the definitions described in formula (16) and formula (15). Since L1 is the graph Laplacian matrix of the unperturbed graph, it is a diagonal matrix. Therefore, if the graph to be analyzed can be decomposed into a perturbed graph and an unperturbed graph, the process of solving formula (15) can obtain a solution in a shorter calculation time than the process of solving formula (2).
  • the control unit 11 obtains the solution by, for example, executing a first process, a second process, a third process, and a fourth process.
  • the fourth process is a process of obtaining a value of d- ⁇ FG ⁇ 1 Fc based on the results of the first process to the third process.
  • the value obtained in the fourth process is the solution.
  • the graph Laplacian matrices included in the graph Laplacian matrix L are, for example, the graph Laplacian matrix L1 and the graph Laplacian matrix L2 .
  • the solution of the synthesis equation may be obtained by, for example, a first process, a second process, a third process, and a fourth process.
  • the orientation connection matrix B, the matrix ⁇ , and the graph Laplacian L 1 of the perturbation graph are previously acquired by the control unit 11 through input by the user.
  • the modified graph signal processing device 1 configured in this manner executes graph signal processing including processing to solve the linear equation expressed by equation (15). Therefore, the modified graph signal processing device 1 can shorten the time required for graph signal processing even when the graph to be analyzed is expressed as the sum of an unperturbed graph and a perturbed graph.
  • the graph signal processing device 1 may be implemented using multiple information processing devices connected to each other so that they can communicate with each other via a network. In this case, each process executed by the control unit 11 may be executed in a distributed manner by the multiple information processing devices.
  • All or part of the functions of the graph signal processing device 1 may be realized using hardware such as an ASIC (Application Specific Integrated Circuit), a PLD (Programmable Logic Device), or an FPGA (Field Programmable Gate Array).
  • the program may be recorded on a computer-readable recording medium. Examples of computer-readable recording media include portable media such as flexible disks, optical magnetic disks, ROMs, and CD-ROMs, and storage devices such as hard disks built into computer systems.
  • the program may be transmitted via a telecommunications line.
  • the graph Laplacian matrix included in the graph Laplacian matrix L may be the graph Laplacian matrix L itself. Therefore, the graph Laplacian matrix L of the embodiment is an example of a graph Laplacian matrix included in the graph Laplacian matrix of the graph indicated by the graph signal to be processed.
  • Figure 4 shows an example of a graph in graph theory.
  • the graph shown in Figure 4 is a weighted undirected graph with four vertices, 1 to 4.
  • vertex 1 has a degree of 3
  • vertex 2 has a degree of 2
  • vertex 3 has a degree of 3
  • vertex 4 has a degree of 2.
  • the weight of the edge connecting vertices 1 and 2 is 1.0
  • the weight of the edge connecting vertices 1 and 3 is 1.5
  • the component in row 1, column 2 of the graph Laplacian matrix is -1.0
  • the component in row 1, column 3 of the graph Laplacian matrix is -1.5
  • the component in row 1, column 3 of the graph Laplacian matrix is -0.8.
  • the element in row i and column j of the graph Laplacian matrix is the negative value of the weight of the edge connecting vertex i and vertex j.
  • the element in row i and column j of the graph Laplacian matrix is 0.
  • the element in row i and column j of the graph Laplacian matrix is the sum of the weights of the edges of vertex i.
  • the graph Laplacian matrix is the result of subtracting the adjacency matrix from the degree matrix.
  • the weight of the edge connecting vertices 2 and 3 is 2.2
  • the weight of the edge connecting vertices 2 and 1 is 1.0 as described above
  • the element of row 2, column 1 of the graph Laplacian matrix is -1.0
  • the element of row 2, column 3 of the graph Laplacian matrix is -2.2
  • the element of row 2, column 4 of the graph Laplacian matrix is 0.
  • the weight of the edge connecting vertices 4 and 1 is 0.8 as described above
  • the weight of the edge connecting vertices 4 and 3 is 1.2 as described above
  • the element of row 4, column 1 of the graph Laplacian matrix is -0.8
  • the element of row 4, column 2 of the graph Laplacian matrix is 0,
  • the element of row 4, column 3 of the graph Laplacian matrix is -1.2.
  • connection matrix decomposition means decomposing the graph Laplacian matrix L into a quadratic form B ⁇ T B using the connection matrix B.
  • Woodbury formula is the following formula (17):
  • P, Q, R and S are all arbitrary square matrices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Operations Research (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Algebra (AREA)
  • Complex Calculations (AREA)

Abstract

本発明の一態様は、処理対象のグラフ信号に対してグラフ信号処理を実行する制御部、を備え、前記グラフ信号処理は、定数ベクトルcと、前記処理対象が示すグラフのグラフラプラシアン行列に含まれるグラフラプラシアン行列Lと、スカラーの定数係数αと、単位行列Iと、で表される(I+αL)x=cの形の線形方程式を解く求解処理、を含み、前記求解処理では、前記定数ベクトルcに対するグラフフーリエ変換と、固有値分解によって前記グラフラプラシアン行列Lが対角化された結果である対角行列Λを用いた処理であって前記グラフフーリエ変換の結果に対する(I+αΛ)による割り算の処理である割り算処理と、前記割り算処理の結果に対するグラフ逆フーリエ変換と、が実行される、グラフ信号処理装置である。

Description

グラフ信号処理装置、グラフ信号処理方法及びプログラム
 本発明は、グラフ信号処理装置、グラフ信号処理方法及びプログラムに関する。
 解析対象をグラフで表現し、そのグラフのグラフ信号に基づいて解析対象の解析を行う技術がある。このような技術においては、グラフ信号の雑音除去等の、グラフ信号に対する信号処理であるグラフ信号処理、が行われる。
Zhou and Schoelkopf, "A regularization framework for learning from graph data," ICML 2004 Workshop on Statistical Relational T. F. Chan, S. Osher, and J. Shen, "The digital TV filter and nonlinear denoising," IEEE Trans. Image Process., vol. 10, no. 2, pp. 231-241, 2001.
 グラフ信号処理においては、グラフラプラシアン行列を含む行列で表現された線形方程式の求解が必要になる場合があるものの、求解に時間を要する場合がある。そこで、こういった求解の処理をより短時間で実行する技術への要求が高まっている。
 上記事情に鑑み、本発明は、グラフ信号処理に要する時間を短くする技術を提供することを目的としている。
 本発明の一態様は、処理対象のグラフ信号に対してグラフ信号処理を実行する制御部、を備え、前記グラフ信号処理は、定数ベクトルcと、前記処理対象が示すグラフのグラフラプラシアン行列に含まれるグラフラプラシアン行列Lと、スカラーの定数係数αと、単位行列Iと、で表される(I+αL)x=cの形の線形方程式を解く求解処理、を含み、前記求解処理では、前記定数ベクトルcに対するグラフフーリエ変換と、固有値分解によって前記グラフラプラシアン行列Lが対角化された結果である対角行列Λを用いた処理であって前記グラフフーリエ変換の結果に対する(I+αΛ)による割り算の処理である割り算処理と、前記割り算処理の結果に対するグラフ逆フーリエ変換と、が実行される、グラフ信号処理装置である。
 本発明の一態様は、処理対象のグラフ信号に対してグラフ信号処理を実行する制御ステップ、を有し、前記グラフ信号処理は、定数ベクトルcと、前記処理対象が示すグラフのグラフラプラシアン行列に含まれるグラフラプラシアン行列Lと、スカラーの定数係数αと、単位行列Iと、で表される(I+αL)x=cの形の線形方程式を解く求解処理、を含み、前記求解処理では、前記定数ベクトルcに対するグラフフーリエ変換と、固有値分解によって前記グラフラプラシアン行列Lが対角化された結果である対角行列Λを用いた処理であって前記グラフフーリエ変換の結果に対する(I+αΛ)による割り算の処理である割り算処理と、前記割り算処理の結果に対するグラフ逆フーリエ変換と、が実行される、グラフ信号処理方法である。
 本発明の一態様は、上記のグラフ信号処理装置としてコンピュータを機能させるためのプログラムである。
 本発明により、グラフ信号処理に要する時間を短くすることが可能となる。
実施形態のグラフ信号処理装置1の構成の一例を示す図。 実施形態におけるグラフ信号処理装置が実行する処理の流れの一例を示すフローチャート。 変形例における合成グラフ、非摂動グラフ及び摂動グラフの一例を示す図。 グラフ理論におけるグラフの一例を示す図。
 (実施形態)
 以下、グラフ理論におけるグラフに関する用語を用いて説明を行う。念のため変形例の説明の後に、グラフ理論におけるグラフについて説明を記載しておく。必要に応じて参照されたい。
 図1は、実施形態のグラフ信号処理装置(Graph Signal Processing Apparatus)1の構成の一例を示す図である。グラフ信号処理装置1は、バスで接続されたCPU(Central Processing Unit)等のプロセッサ91とメモリ92とを備える制御部11を備え、プログラムを実行する。
 制御部11は、処理対象のグラフ信号(以下「処理対象信号」という。)、に対するグラフ信号処理を行う。処理対象信号は、具体的には、グラフ条件を満たすグラフ(以下「解析対象グラフ」という。)を示すグラフ信号である。グラフ条件を満たすグラフは、グラフ条件を満たしていればどのようなグラフであってもよいが、例えば脳波の分布等のユーザの関心のある対象である解析対象を表現するグラフである。処理対象信号は、例えば、解析対象グラフを表現するテンソルである。グラフ条件は、第1条件と第2条件との少なくとも一方が満たされるという条件である。
 第1条件は、グラフの対称性の高さが所定の基準よりも高い、という条件である。第2条件は、グラフが複数のグラフの直積である、という条件である。なお、第1条件はグラフの対称性の高さが所定の基準よりも高い、という条件であるので、第1条件は、例えばグラフがパスグラフ、サイクルグラフ又は対称グラフである、という条件であってもよい。したがってこのような第1条件を満たす解析対象グラフは、例えばパスグラフ、サイクルグラフ又は対称グラフである。
 このようにグラフ条件は、グラフの対称性の高さが所定の基準よりも高いことと、グラフが互いに独立なグラフに分解可能であることと、の少なくとも一方が満たされればよい、ことを要求する条件である。
 制御部11が実行するグラフ信号処理は、求解処理を含む。なお、グラフ信号処理は求解処理を含んでいればよいので、グラフ信号処理が求解処理そのものであってもよい。求解処理は、下記式(1)で表される線形方程式の解xを、式(2)を実行することで得る処理である。
Figure JPOXMLDOC01-appb-M000001
 Iは単位行列を表す。αはスカラーの定数係数を表す。Lは解析対象グラフのグラフラプラシアン行列を表す。cは、定数ベクトルである。定数ベクトルcは、例えば、グラフ信号処理の内容に応じた定数の行列である。解xは、例えば、後述する原信号である。
Figure JPOXMLDOC01-appb-M000002
 行列Uは、解析対象グラフのグラフラプラシアン行列Lの固有値分解であるL=UΛUのUである。したがって行列Uは、解析対象グラフのグラフラプラシアン行列のN個(Nは2以上の整数)の固有ベクトルを縦に並べた行列である。行列Uは行列Uの共役行列である。したがって行列Λは、固有値分解によってグラフラプラシアン行列Lが対角化された結果である。そのため、行列Λは、対角成分がグラフラプラシアン行列Lの固有値である対角行列、である。
 なお、式(2)の変形には、グラフラプラシアン行列Lに対する固有値分解が用いられた。より具体的には、グラフラプラシアン行列Lに対する固有値分解を用いた以下の式(3)の関係が式(2)の変形には用いられた。
Figure JPOXMLDOC01-appb-M000003
 ところで、作用先に対してUを左から作用させる処理は、一般に、グラフフーリエ変換(Graph Fourier Transformation)と呼称される処理である。そして、作用先に対してUを左から作用させる処理は、一般に、グラフ逆フーリエ変換(Inverse Graph Fourier Transformation)と呼称される処理である。
 このように求解処理は、定数ベクトルcと、グラフラプラシアン行列Lと、スカラーの定数係数αと、単位行列Iとで表される(I+αL)x=cの形の線形方程式を解く処理である。そして、この線形方程式の求解に際して求解処理では、定数ベクトルcに対するグラフフーリエ変換と、割り算処理と、割り算処理の結果に対するグラフ逆フーリエ変換と、が実行される。割り算処理は、固有値分解によってグラフラプラシアン行列Lが対角化された結果である対角行列Λを用いた処理であって、グラフフーリエ変換の結果に対する(I+αΛ)による割り算の処理である。
<式(2)が表す物理的意味>
 式(2)ではまず、定数行列cに対するフーリエ変換であるグラフフーリエ変換が実行されている。これは、定数行列cを、共役な物理量の空間における対応する値に変換することを意味する。定数行列cが時間信号だとすれば、共役な物理量の空間は周波数空間である。式(2)ではこのような共役な物理量の空間における値を(I+αΛ)で割り算する。Λは固有値を表すので、共役な物理量の空間が周波数空間である場合、Λは周波数を表す。
 (I+αΛ)による割り算はΛが大きいほど商が小さくなるので、Λが高周波を表すほど商は小さい。逆に言えば、Λが低周波であるほど商は大きい。したがって、共役な物理量の空間における(I+αΛ)の割り算とは、高周波の影響を相対的に小さくし、低周波の影響を相対的に大きくする、高周波フィルターの処理である。
 式(2)では次に、グラフ逆フーリエ変換が実行される。グラフ逆フーリエ変換により、共役な物理量の空間の量が定数行列cの空間の量に変換される。(I+αΛ)による割り算によって、高周波成分が除去されているので、式(2)の処理は、いわば、定数行列cの高周波成分を除去する処理である。そのため、高周波成分が雑音である場合、式(2)の処理は雑音の除去の処理である。
<式(2)の演算の実行が奏する効果について>
 ところで、グラフ条件が満たされる場合、行列Uによる線形変換を高速に行うことが可能である。まず第1条件に関してその理由を説明する。グラフの対称性が高いほど、グラフラプラシアン行列の対称性も高い。グラフラプラシアン行列の対称性が高いとは、グラフラプラシアン行列が行列であるので、グラフラプラシアン行列を表現する行列の対称性が高いことを意味する。そして、行列は対称性が高ければその固有ベクトルを並べた行列も高い対称性を有する。ところで、一般に対称性は高いほど演算量が削減される。したがって、第1条件が満たされれば演算量が削減される。
 ここで、第1条件におけるグラフの対称性の高さの所定の基準について補足する。上述したようにグラフの対称性が高いほど演算量は削減される。したがって、グラフの対称性の高さの所定の基準は、所望する演算量の少なさに応じて予め定められればよい。所定の基準を高くするほど、演算量が削減される確率が高まる。グラフの対称性の高さの所定の基準は、例えば上述したように、グラフがパスグラフ、サイクルグラフ又は対称グラフであればよい、という基準である。
 次に第2条件に関して理由を説明する。グラフが直積で表現されればグラフラプラシアン行列も直積で表現される。直積で表現されたものは直積で表現されていないものと比べて一般に演算量が削減される。
 例えば集合Cが集合Aと集合Bとの直積で表現される場合、この表現は集合Aと集合Bとの間の相互作用が無いことを意味する。したがって集合Cに関する演算では、集合Aに対する演算と集合Bに対する演算とを独立に行えばよく、集合Aと集合Bとの2変数で表される関数に対する演算を行う必要が無い。そのため、直積で表現された数学的対象に対する演算は、直積では表現できない数学的対象に比べて演算に要する負担が少ない。したがって第2条件が満たされれば演算量が削減される。
 このように、グラフ条件が満たされる場合には行列Uによる線形変換を、グラフの対称性に応じた短い時間で行うことが可能である。なお、このことは、行列Uについても同様である、なぜなら、行列Uは、単に行列Uの共役行列であるからである。
 次に、式(2)における逆行列(I+αΛ)-1の項の演算の速さについて説明する。Iは単位行列であり、αはスカラーの定数係数であり、Λは対角行列であるので、実は逆行列(I+αΛ)-1は、対角行列である。対角行列であれば、値が0の要素が多いことや、固有ベクトルへの作用させる式において行列を固有値に置き換え可能である等の対角行列の特性により、演算に要する時間が短い。
 例えば、対角行列で表現された線形方程式の求解を行う場合、要素毎の除算で解を得ることが可能である。そのため、対角行列で表現された線形方程式の求解は、対角行列ではない行列で表現された線形方程式の求解に比べて、演算に要する時間が短い。
 したがって、式(2)を解く演算を行う求解処理は、式(1)の演算をそのまま行って解を得る処理に比べて短い演算時間で解を得ることができる。
 なお、式(1)が含む(I+αL)もグラフ条件を満たす解析対象グラフのグラフラプラシアン行列を含む。しかしながら解析対象グラフのグラフラプラシアン行列は、例え対称性が良くても、一般に、対角行列ではない。なぜならグラフラプラシアン行列が対角行列で表現される解析対象グラフについては、わざわざ信号処理を実行するまでもなく、容易に特性を把握可能だからである。
 そして、(I+αL)では非対角行列であるグラフラプラシアン行列の大きさがスカラー倍された上で、対角行列である単位行列が足し算されている。したがって(I+αL)をそのまま用いて求解する場合には、解析対象グラフがグラフ条件を満たす場合に有する対称性が高いという性質や直積で表現可能という性質、に起因する演算量低減の効果を享受することができない。そのため、式(1)をそのまま用いる求解については、例え解析対象グラフがグラフ条件を満たしていても、式(2)の演算よりも演算量が多い。
 なお、(I+αL)をそのまま用いて求解するとは、具体的には、(I+αL)の逆行列を式(1)の右辺に乗算した結果を解として得ることを意味する。
 なお、式(2)の演算の実行には、グラフラプラシアン行列Lの固有値分解で得られる行列U及び行列Λが必要である。したがって、求解処理の実行において制御部11は、グラフラプラシアン行列L、又は、行列U及び行列Λ、を取得している必要がある。そこで、制御部11は、ユーザによる入力等により、求解処理の実行前に予め、グラフラプラシアン行列L、又は、行列U及び行列Λ、を取得済みである。行列U及び行列Aは入力されずグラフラプラシアン行列Lが入力された場合、制御部11は、求解処理の実行前に、グラフラプラシアン行列Lの固有値分解を行い、行列U及び行列Aを得る。
<ハードウェア構成の一例の説明>
 図1を用いて、グラフ信号処理装置1のハードウェア構成の一例を説明する。グラフ信号処理装置1は、上述したように制御部11を備え、プログラムを実行する。グラフ信号処理装置1は、プログラムの実行によって制御部11、インタフェース部12及び記憶部13を備える装置として機能する。
 より具体的には、プロセッサ91が記憶部13に記憶されているプログラムを読み出し、読み出したプログラムをメモリ92に記憶させる。プロセッサ91が、メモリ92に記憶させたプログラムを実行することによって、グラフ信号処理装置1は、制御部11、インタフェース部12及び記憶部13を備える装置として機能する。
 制御部11は、例えばグラフ信号処理を行う。制御部11は、例えばグラフ信号処理装置1が備える各機能部の動作を制御する。制御部11は、例えばインタフェース部12を介して、処理対象信号を取得する。制御部11は、例えば記憶部13の記憶する情報を取得する。記憶部13の記憶する情報を取得する処理は、具体的には、読み出しである。
 インタフェース部12は、グラフ信号処理装置1を外部装置に接続するための通信インタフェースを含んで構成される。インタフェース部12は、有線又は無線を介して外部装置と通信する。外部装置は、例えば処理対象信号の送信元の装置である。このような場合、インタフェース部12は、処理対象信号の送信元の装置との通信によってグラフ信号を取得する。外部装置は、例えばグラフ信号処理の結果の出力先であってもよい。このような場合、インタフェース部12は、グラフ信号処理の結果の出力先にグラフ信号処理の結果の結果を出力する。
 インタフェース部12は、マウスやキーボード、タッチパネル等の入力装置を含んで構成される。インタフェース部12は、これらの入力装置をグラフ信号処理装置1に接続するインタフェースとして構成されてもよい。このように、インタフェース部12は、入力装置、有線又は無線、を介してグラフ信号処理装置1に対する各種情報の入力を受け付ける。
 インタフェース部12は、各種情報を出力する。インタフェース部12は、例えばCRT(Cathode Ray Tube)ディスプレイや液晶ディスプレイ、有機EL(Electro-Luminescence)ディスプレイ等の表示装置を含んで構成される。インタフェース部12は、これらの表示装置をグラフ信号処理装置1に接続するインタフェースとして構成されてもよい。インタフェース部12は、例えばインタフェース部12に入力された情報を出力する。
 記憶部13は、磁気ハードディスク装置や半導体記憶装置などのコンピュータ読み出し可能な記憶媒体装置(non-transitory computer-readable recording medium)を用いて構成される。記憶部13はグラフ信号処理装置1に関する各種情報を記憶する。記憶部13は、例えば求解処理に必要な情報を記憶する。記憶部13は、例えば制御部11の動作により生じた各種情報を記憶する。記憶部13は、例えばインタフェース部12が取得した情報を記憶する。
 図2は、実施形態におけるグラフ信号処理装置1が実行する処理の流れの一例を示すフローチャートである。制御部11が、処理対象信号を取得する(ステップS101)。制御部11が、処理対象信号に対して、グラフ信号処理を行う(ステップS102)。グラフ信号処理には、求解処理が含まれるので、ステップS102では求解処理も実行される。
 このように構成されたグラフ信号処理装置1は、式(2)の演算を行う。したがって、上述の<式(2)の演算の実行が奏する効果について>において説明した理由により、グラフ信号処理装置1は、グラフ信号処理に要する時間を短くすることができる。
(適用例)
 これまで説明してきたようにグラフ信号処理装置1は、求解処理を含むグラフ信号処理を行う。グラフ信号処理装置1が実行するグラフ信号処理の一例は、例えば処理対象のグラフ信号の雑音を除去する雑音除去処理である。
 なお解析対象は、例えば上述した脳波の分布である。このような場合、脳波の分布を表現するグラフであってグラフ条件を満たすグラフ、のグラフ信号に対して、グラフ信号処理装置1はグラフ信号処理を実行する。解析対象は、例えば画像や音声であってもよい。
(より具体的な適用例)
 グラフ信号処理装置1の実行するグラフ信号処理が雑音除去処理である場合を例に、雑音除去処理において求解処理が用いられることで、演算時間がより短くなることを説明する。
 簡単のため、N次元の実数ベクトルで表現される原信号xがN次元の実数ベクトルで表現される加法性雑音eにより劣化され、それが観測された場合の観測信号がN次元の実数ベクトルで表現される信号yである場合を例に、説明する。このような場合、信号yと、原信号xと雑音eとは以下の式(4)関係を満たす。原信号xも信号yも解析対象グラフのグラフ信号であるが、信号yは雑音により劣化したグラフ信号である。信号yは、処理対象信号の一例である。
Figure JPOXMLDOC01-appb-M000004
 信号yは観測信号であるので、原信号xを推定するために用いられる先験情報である。信号yに基づいて原信号xを推定することは信号yから雑音eを除去した信号を推定すること、である。したがって信号yに基づいて原信号xを推定する処理は、雑音の除去する雑音除去処理である。以下、ラプラシアン二次形式正則化問題と、グラフ全変動正則化問題と、を例として取り上げて雑音除去処理の説明を行う。
(ラプラシアン二次形式正則化問題)
 xの値は、例えば、以下の式(5)で表される最適化問題を解くことで得られる。式(5)で表される最適化問題はラプラシアン二次形式正則化問題と呼称される。したがって、雑音除去処理の一例は、ラプラシアン二次形式正則化問題を解く処理である。μは定数係数である。
Figure JPOXMLDOC01-appb-M000005
Figure JPOXMLDOC01-appb-M000006
 wi,jは、グラフラプラシアン行列のi行j列の成分の値を表す。xは、ベクトルxのi番目の成分の値を表す。式(6)で表されるラプラシアン二次形式が小さいほど、信号xは解析対象グラフ上で滑らかである。式(5)で表される最適化問題は凸最適化であるため、勾配が0となるxが最適解である。したがって、以下の式(7)を解けば解が得られる。
Figure JPOXMLDOC01-appb-M000007
 式(7)は以下の式(8)に変形される。
Figure JPOXMLDOC01-appb-M000008
 なお、係数行列(I+2μL)は正則であるため、式(8)は、以下の式(9)に変形される。
Figure JPOXMLDOC01-appb-M000009
 したがって、式(9)を解いても解が得られる。
 ところで、式(8)の形は、まさに上述した式(1)の形の線形方程式である。したがって、制御部11は、式(8)に対する求解処理の実行により、観測されたグラフ信号yの雑音の除去を、より少ない演算時間で行うことができる。
(グラフ全変動正則化問題)
 xの値は、例えば、以下の式(10)で表される最適化問題を解くことで得られる。式(10)で表される最適化問題はグラフ全変動正則化問題と呼称される。したがって、雑音除去処理の一例は、グラフ全変動正則化問題を解く処理である。μは定数係数である。
Figure JPOXMLDOC01-appb-M000010
Figure JPOXMLDOC01-appb-M000011
 ∇は解析対象グラフの勾配行列を表す。したがって∇∇=Lである。式(11)で表される量がグラフ全変動と呼称される量である。グラフ全変動が小さいほど、xは解析対象グラフ上で滑らかである。
 式(10)で表される最適化問題は凸最適化であるが、目的関数が微分不可能である。そこで、例えば、交互方向乗数法(Alternating. Direction Method of Multipliers: ADMM)で解が得られる。ADMMとは具体的には、以下の式(12)~(14)を逐次的に解く処理である。
Figure JPOXMLDOC01-appb-M000012
Figure JPOXMLDOC01-appb-M000013
Figure JPOXMLDOC01-appb-M000014
 インデクッスkは逐次処理における繰り返しの処理について、何回目の処理であるかを示す。vは、繰り返しの処理のk回目における補助変数vの値を表す。uは、繰り返しの処理のk回目における補助変数uの値を表す。xは、繰り返しの処理のk回目における信号xを表す。γは、ADMMのステップサイズを表す。
 ADMMにおいて律速となる計算は式(12)であることが知られている。ところで式(12)の右辺と左辺とにI+(1/γ)Lを乗算した式は、まさに上述した式(1)の形の線形方程式である。したがって、制御部11は、式(12)の右辺と左辺とにI+(1/γ)Lを乗算した式、に対する求解処理の実行により、観測されたグラフ信号yの雑音の除去を、より少ない演算時間で行うことができる。
 このように求解処理は、ラプラシアン二次形式正則化問題又はグラフ全変動正則化問題において実行される。
 このように構成された実施形態のグラフ信号処理装置1は、式(2)で表される線形方程式を解く処理を含むグラフ信号処理を実行する。そのため、実施形態のグラフ信号処理装置1は、グラフ信号処理に要する時間を短くすることができる。
(変形例)
 上述したように第1条件は、グラフの対称性の高さが所定の基準よりも高い、という条件である。このような条件を満たすグラフとして、対称性の高さが所定の基準よりも高い第1の高さであるグラフ(以下「非摂動グラフ」という。)に対して摂動を与えるグラフ(以下「摂動グラフ」という。)が加わったグラフ(以下「合成グラフ」という。)、があり得る。すなわち、解析対象グラフは、合成グラフであり得る。この場合、例えば第1の高さを満たす対称性のグラフは、例えば、パスグラフ、サイクルグラフ又は対称グラフである。合成グラフの対称性の高さは第1の高さよりも低い第2の高さである。
 つまり、非摂動グラフに摂動を与える摂動グラフが加えられたことで、対称性の高さが下がったグラフが合成グラフである。摂動グラフは、あくまで摂動であり、非摂動グラフよりもグラフの大きさは小さい。なお、グラフの大きさがより小さいとは、辺の数がより少ないことを意味する。
 合成グラフの対称性が所定の基準よりも高ければよいので、摂動グラフそのものの対称性は、所定の基準より低くてもよい。
 図3は、変形例における合成グラフ、非摂動グラフ及び摂動グラフの一例を示す図である。図3の例においてグラフG0は合成グラフの一例である。図3は、グラフG0がグラフG1とグラフG2との和で表されることを示す。グラフG1が非摂動グラフの一例であり、グラフG2が摂動グラフの一例である。図3において、摂動グラフG2の辺の数は、非摂動グラフG1よりも少ない。したがって、摂動グラフG2は非摂動グラフG1に対する摂動として機能するグラフである。
 このように、解析対象グラフが摂動グラフと非摂動グラフとの和で表される場合、解析対象グラフのグラフラプラシアン行列は、非摂動グラフのグラフラプラシアン行列Lと摂動グラフのグラフラプラシアン行列Lとの和で表される。そこで、接続行列分解とWoodbury公式とを用いれば、式(2)は、以下の式(15)に変形される。なお念のため後段で、接続行列分解について説明と、Woodbury公式と、を記載しておくので必要に応じて参照されたい。
Figure JPOXMLDOC01-appb-M000015
Figure JPOXMLDOC01-appb-M000016
 ここで、Bは摂動グラフの向き付け接続行列である。項BΩBは摂動グラフのグラフラプラシアン行列Lの接続行列分解の結果である。
 ここで、d及びFは、式(16)及び式(15)に記載の定義より、求解処理により得ることができる。そして、Lは、非摂動グラフのグラフラプラシアン行列なので、対角行列である。したがって、解析対象グラフを摂動グラフと非摂動グラフとに分解できる場合、式(15)を解く処理は、式(2)を解くよりも短い演算時間で解を得ることができる。
 式(15)を用いて解を得る場合、制御部11は例えば、第1処理、第2処理、第3処理及び第4処理の実行により、解を得る。第1処理は、d=(I+αL-1cの値を求解処理により得る処理である。第2処理は、摂動グラフの向き付け接続行列Bを用いてF=(I+αL-1Bの値を求解処理により得る処理である。第3処理は、グラフラプラシアン行列Lの接続行列分解の結果であるBΩBにおける行列Ωを用いてG=Ω-1+αBFを得る処理である。第4処理は、第1処理~第3処理の結果に基づきd-αFG-1Fcの値を取得する処理である。第4処理で得られた値が解である。
 このように、処理対象のグラフ信号が示すグラフのグラフラプラシアン行列Lに含まれるグラフラプラシアン行列で表された(I+αL)x=cの形の線形方程式を解く求解処理が式(15)を用いて解を得る場合には実行される。なお、グラフラプラシアン行列Lに含まれるグラフラプラシアン行列は、例えば、グラフラプラシアン行列Lとグラフラプラシアン行列Lと、である。
 このように、合成方程式を解く処理をグラフ信号処理が含む場合、合成方程式の解は、例えば第1処理と、第2処理と、第3処理と、第4処理と、により得られてもよい。合成方程式は、グラフラプラシアン行列Lが非摂動グラフのグラフラプラシアン行列Lと摂動グラフのグラフラプラシアン行列Lとの和、で表される(I+αL)x=cの形の線形方程式、である。
 なお、摂動グラフの向き付け接続行列B、行列Ω、グラフラプラシアンLは、ユーザによる入力により予め制御部11は取得済みである。
 このように構成された変形例のグラフ信号処理装置1は、式(15)で表される線形方程式を解く処理を含むグラフ信号処理を実行する。そのため、変形例のグラフ信号処理装置1は、解析対象グラフが非摂動グラフと摂動グラフとの和で表される場合であっても、グラフ信号処理に要する時間を短くすることができる。
 なお、式(15)の信号処理は、実施形態における適用例に記載の適用対象に対して実行されてもよい。
 なお、グラフ信号処理装置1は、ネットワークを介して通信可能に接続された複数台の情報処理装置を用いて実装されてもよい。この場合、制御部11の実行する各処理は、複数の情報処理装置が分散して実行してもよい。
 なお、グラフ信号処理装置1の各機能の全て又は一部は、ASIC(Application Specific Integrated Circuit)やPLD(Programmable Logic Device)やFPGA(Field Programmable Gate Array)等のハードウェアを用いて実現されてもよい。プログラムは、コンピュータ読み取り可能な記録媒体に記録されてもよい。コンピュータ読み取り可能な記録媒体とは、例えばフレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置である。プログラムは、電気通信回線を介して送信されてもよい。
 なお、グラフラプラシアン行列Lに含まれるグラフラプラシアン行列は、グラフラプラシアン行列Lそのものであってもよい。したがって、実施形態のグラフラプラシアン行列Lは、処理対象のグラフ信号が示すグラフのグラフラプラシアン行列に含まれるグラフラプラシアン行列の一例である。
 <グラフ理論におけるグラフに関する説明>
 グラフラプラシアン行列等のグラフ理論おけるグラフについて、具体例を用いて説明を行う。
 図4は、グラフ理論におけるグラフの一例を示す図である。図4に示すグラフは1~4の4つの頂点を有する重み付き無向グラフである。図4に示すグラフの頂点1の次数は3であり、頂点2の次数は2であり、頂点3の次数は3であり、頂点4の次数は2である。
 図4に示すグラフは、頂点1と頂点2とを結ぶ辺の重みが1.0であり、頂点1と頂点3とを結ぶ辺の重みが1.5であり、頂点1と頂点4とを結ぶ辺の重みが0.8である。したがって、グラフラプラシアン行列の1行1列の成分は1.0+1.5+0.8=3.3であり、グラフラプラシアン行列の1行2列の成分は-1.0であり、グラフラプラシアン行列の1行3列の成分は-1.5であり、グラフラプラシアン行列の1行3列の成分は-0.8である。
 このように、グラフラプラシアン行列のi行j列の成分は、iとjとが異なる場合、頂点iと頂点jとを結ぶ辺の重みに負号を付けた値である。なお、頂点iと頂点jとが結ばれていない場合、グラフラプラシアン行列のi行j列の成分は0である。一方、iとjとが同じ場合(すなわちi=jの場合)、グラフラプラシアン行列のi行j列の成分は、頂点iの辺の重みの和である。すなわち、グラフラプラシアン行列は、次数行列から隣接行列を引き算した結果である。
 図4に示すグラフでは、頂点2と頂点3とを結ぶ辺の重みが2.2であり、頂点2と頂点1とを結ぶ辺の重みが上述したように1.0であり、頂点2と頂点4とは結ばれていない。したがってグラフラプラシアン行列の対角成分のうち2行2列の成分は2.2+1.0=3.2であり、グラフラプラシアン行列の2行1列の成分は-1.0であり、グラフラプラシアン行列の2行3列の成分は-2.2であり、グラフラプラシアン行列の2行4列の成分は0である。
 図4に示すグラフでは、頂点3と頂点2とを結ぶ辺の重みが上述したように2.2であり、頂点3と頂点1とを結ぶ辺の重みが上述したように1.5であり、頂点3と頂点4とを結ぶ辺の重みが1.2である。したがってグラフラプラシアン行列の対角成分のうち3行3列の成分は、2.2+1.5+1.2=4.9であり、グラフラプラシアン行列の3行1列の成分は-1.5であり、グラフラプラシアン行列の3行2列の成分は-2.2であり、グラフラプラシアン行列の3行4列の成分は-1.2である。
 図4に示すグラフでは、頂点4と頂点1とを結ぶ辺の重みが上述したように0.8であり、頂点4と頂点3とを結ぶ辺の重みが上述したように1.2であり、頂点4と頂点2とは結ばれていない。したがってグラフラプラシアン行列の対角成分のうち4行4列の成分は0.8+1.2=2.0であり、グラフラプラシアン行列の4行1列の成分は-0.8であり、グラフラプラシアン行列の4行2列の成分は0であり、グラフラプラシアン行列の4行3列の成分は-1.2である。
 <接続分解行列の説明>
 接続行列分解とは、グラフラプラシアン行列Lを、接続行列Bを用いて2次形式BΩBに分解することを意味する。Ωは、グラフラプラシアン行列Lと接続行列Bとに基づき、L=BΩBの関係から導出される。
 <Woodbury公式の説明>
 Woodbury公式とは、以下の式(17)の式である。式(17)において、P、Q、R及びSはいずれも任意の正方行列である。
Figure JPOXMLDOC01-appb-M000017
 以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。
 1…グラフ信号処理装置、 11…制御部、 12…インタフェース部、 13…記憶部、 91…プロセッサ、 92…メモリ

Claims (8)

  1.  処理対象のグラフ信号に対してグラフ信号処理を実行する制御部、
     を備え、
     前記グラフ信号処理は、定数ベクトルcと、前記処理対象が示すグラフのグラフラプラシアン行列に含まれるグラフラプラシアン行列Lと、スカラーの定数係数αと、単位行列Iと、で表される(I+αL)x=cの形の線形方程式を解く求解処理、を含み、
     前記求解処理では、前記定数ベクトルcに対するグラフフーリエ変換と、固有値分解によって前記グラフラプラシアン行列Lが対角化された結果である対角行列Λを用いた処理であって前記グラフフーリエ変換の結果に対する(I+αΛ)による割り算の処理である割り算処理と、前記割り算処理の結果に対するグラフ逆フーリエ変換と、が実行される、
     グラフ信号処理装置。
  2.  前記処理対象のグラフ信号は、グラフの対称性の高さが所定の基準よりも高いという第1条件と、グラフが複数のグラフの直積であるという第2条件と、の少なくとも一方が満たされるというグラフ条件、を満たすグラフである解析対象グラフを示すグラフ信号である、
     請求項1に記載のグラフ信号処理装置。
  3.  前記第1条件を満たすグラフは、パスグラフ、サイクルグラフ又は対称グラフである、
     請求項2に記載のグラフ信号処理装置。
  4.  前記求解処理は、前記グラフ信号の雑音を除去する雑音除去処理、に用いられる、
     請求項1に記載のグラフ信号処理装置。
  5.  前記雑音除去処理は、ラプラシアン二次形式正則化問題を解く処理、又は、グラフ全変動正則化問題を解く処理、である、
     請求項4に記載のグラフ信号処理装置。
  6.  前記グラフ信号処理は、前記グラフラプラシアン行列Lが、対称性の高さが所定の基準よりも高い第1の高さである非摂動グラフのグラフラプラシアン行列Lと、前記非摂動グラフに対して摂動を与える摂動グラフのグラフラプラシアン行列Lとの和で表される(I+αL)x=cの形の線形方程式を解く処理を含み、
     前記線形方程式の解は、d=(I+αL-1cの値を求解処理により得る第1処理と、前記摂動グラフの向き付け接続行列Bを用いてF=(I+αL-1Bの値を求解処理により得る第2処理と、前記グラフラプラシアン行列Lの接続行列分解の結果であるBΩBにおける行列Ωを用いてG=Ω-1+αBFを得る第3処理と、前記第1処理、前記第2処理及び前記第3処理の結果に基づきd-αFG-1Fcの値を取得する第4処理と、により得られる、
     請求項1に記載のグラフ信号処理装置。
  7.  処理対象のグラフ信号に対してグラフ信号処理を実行する制御ステップ、
     を有し、
     前記グラフ信号処理は、定数ベクトルcと、前記処理対象が示すグラフのグラフラプラシアン行列に含まれるグラフラプラシアン行列Lと、スカラーの定数係数αと、単位行列Iと、で表される(I+αL)x=cの形の線形方程式を解く求解処理、を含み、
     前記求解処理では、前記定数ベクトルcに対するグラフフーリエ変換と、固有値分解によって前記グラフラプラシアン行列Lが対角化された結果である対角行列Λを用いた処理であって前記グラフフーリエ変換の結果に対する(I+αΛ)による割り算の処理である割り算処理と、前記割り算処理の結果に対するグラフ逆フーリエ変換と、が実行される、
     グラフ信号処理方法。
  8.  請求項1から6のいずれか一項に記載のグラフ信号処理装置としてコンピュータを機能させるためのプログラム。
PCT/JP2022/041353 2022-11-07 2022-11-07 グラフ信号処理装置、グラフ信号処理方法及びプログラム WO2024100708A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/041353 WO2024100708A1 (ja) 2022-11-07 2022-11-07 グラフ信号処理装置、グラフ信号処理方法及びプログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/041353 WO2024100708A1 (ja) 2022-11-07 2022-11-07 グラフ信号処理装置、グラフ信号処理方法及びプログラム

Publications (1)

Publication Number Publication Date
WO2024100708A1 true WO2024100708A1 (ja) 2024-05-16

Family

ID=91032329

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/041353 WO2024100708A1 (ja) 2022-11-07 2022-11-07 グラフ信号処理装置、グラフ信号処理方法及びプログラム

Country Status (1)

Country Link
WO (1) WO2024100708A1 (ja)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019528500A (ja) * 2016-11-03 2019-10-10 三菱電機株式会社 点を有する入力点群を処理するシステム及び方法

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019528500A (ja) * 2016-11-03 2019-10-10 三菱電機株式会社 点を有する入力点群を処理するシステム及び方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
矢島安敏ほか, ラプラシアンカーネルを用いたOne-Class SVMとそのマーケティングへの応用, 経営の科学 オペレーションズ・リサーチ, 01 November 2006, vol. 51, no. 11, pp. 689-695, (YAJIMA, Yasutoshi et al. Communications of the Operations Research Society of Japan.), non-official translation (One-class SVM using laplacian kernel and its application to marketing) *

Similar Documents

Publication Publication Date Title
Ainsworth et al. Multilevel techniques for compression and reduction of scientific data---The multivariate case
Khoo et al. SwitchNet: a neural network model for forward and inverse scattering problems
Whitehorn et al. Penalized splines for smooth representation of high-dimensional Monte Carlo datasets
Kruijer et al. Adaptive Bayesian density estimation with location-scale mixtures
Conus et al. On the existence and position of the farthest peaks of a family of stochastic heat and wave equations
Li et al. Variable selection and estimation for partially linear single-index models with longitudinal data
US20210065052A1 (en) Bayesian optimization of sparsity ratios in model compression
Antonello et al. Proximal gradient algorithms: Applications in signal processing
Benyamin et al. Accelerated variational PDEs for efficient solution of regularized inversion problems
Lewis et al. Double/Debiased Machine Learning for Dynamic Treatment Effects.
Zhang et al. High‐Order Total Bounded Variation Model and Its Fast Algorithm for Poissonian Image Restoration
CN116029359A (zh) 计算机可读记录介质、机器学习的方法以及信息处理设备
US20190377548A1 (en) Arithmetic processing apparatus, control method, and recording medium
Ma et al. Spatially dependent regularization parameter selection for total generalized variation-based image denoising
WO2024100708A1 (ja) グラフ信号処理装置、グラフ信号処理方法及びプログラム
US10943353B1 (en) Handling untrainable conditions in a network architecture search
Sakurai et al. Application of block Krylov subspace algorithms to the Wilson–Dirac equation with multiple right-hand sides in lattice QCD
US11023783B2 (en) Network architecture search with global optimization
Chada et al. Consistency analysis of bilevel data-driven learning in inverse problems
EP3806071A1 (en) Secret collective approximation system, secret calculation device, secret collective approximation method, and program
Zwaan et al. Multidirectional subspace expansion for one-parameter and multiparameter Tikhonov regularization
Aptekarev et al. Direct and inverse problems for vector logarithmic potentials with external fields
US20220141584A1 (en) Latent variable optimization apparatus, filter coefficient optimization apparatus, latent variable optimization method, filter coefficient optimization method, and program
Novikov-Borodin Elimination of Systematic Distortions in the Signals of LTI Systems using Test Measurements
WO2020258615A1 (zh) 基于声波传播方程的双路耦合深度学习的目标分类方法

Legal Events

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

Ref document number: 22965035

Country of ref document: EP

Kind code of ref document: A1