James Lam

LG
4papers
153citations
Novelty53%
AI Score30

4 Papers

NANov 2, 2012
Toward Solution of Matrix Equation X=Af(X)B+C

Bin Zhou, James Lam, Guang-Ren Duan

This paper studies the solvability, existence of unique solution, closed-form solution and numerical solution of matrix equation $X=Af(X) B+C$ with $f(X) =X^{\mathrm{T}},$ $f(X) =\bar{X}$ and $f(X) =X^{\mathrm{H}},$ where $X$ is the unknown. It is proven that the solvability of these equations is equivalent to the solvability of some auxiliary standard Stein equations in the form of $W=\mathcal{A}W\mathcal{B}+\mathcal{C}$ where the dimensions of the coefficient matrices $\mathcal{A},\mathcal{B}$ and $\mathcal{C}$ are the same as those of the original equation. Closed-form solutions of equation $X=Af(X) B+C$ can then be obtained by utilizing standard results on the standard Stein equation. On the other hand, some generalized Stein iterations and accelerated Stein iterations are proposed to obtain numerical solutions of equation equation $X=Af(X) B+C$. Necessary and sufficient conditions are established to guarantee the convergence of the iterations.

NANov 8, 2012
Positive Definite Solutions of the Nonlinear Matrix Equation $X+A^{\mathrm{H}}\bar{X}^{-1}A=I$

Bin Zhou, Guang-Bin Cai, James Lam

This paper is concerned with the positive definite solutions to the matrix equation $X+A^{\mathrm{H}}\bar{X}^{-1}A=I$ where $X$ is the unknown and $A$ is a given complex matrix. By introducing and studying a matrix operator on complex matrices, it is shown that the existence of positive definite solutions of this class of nonlinear matrix equations is equivalent to the existence of positive definite solutions of the nonlinear matrix equation $W+B^{\mathrm{T}}W^{-1}B=I$ which has been extensively studied in the literature, where $B$ is a real matrix and is uniquely determined by $A.$ It is also shown that if the considered nonlinear matrix equation has a positive definite solution, then it has the maximal and minimal solutions. Bounds of the positive definite solutions are also established in terms of matrix $A$. Finally some sufficient conditions and necessary conditions for the existence of positive definite solutions of the equations are also proposed.

LGSep 14, 2023
Semi-supervised Domain Adaptation on Graphs with Contrastive Learning and Minimax Entropy

Jiaren Xiao, Quanyu Dai, Xiao Shen et al.

Label scarcity in a graph is frequently encountered in real-world applications due to the high cost of data labeling. To this end, semi-supervised domain adaptation (SSDA) on graphs aims to leverage the knowledge of a labeled source graph to aid in node classification on a target graph with limited labels. SSDA tasks need to overcome the domain gap between the source and target graphs. However, to date, this challenging research problem has yet to be formally considered by the existing approaches designed for cross-graph node classification. This paper proposes a novel method called SemiGCL to tackle the graph \textbf{Semi}-supervised domain adaptation with \textbf{G}raph \textbf{C}ontrastive \textbf{L}earning and minimax entropy training. SemiGCL generates informative node representations by contrasting the representations learned from a graph's local and global views. Additionally, SemiGCL is adversarially optimized with the entropy loss of unlabeled target nodes to reduce domain divergence. Experimental results on benchmark datasets demonstrate that SemiGCL outperforms the state-of-the-art baselines on the SSDA tasks. The source codes of SemiGCL are publicly available at https://github.com/ JiarenX/SemiGCL.

LGJun 7, 2021Code
Adversarially Regularized Graph Attention Networks for Inductive Learning on Partially Labeled Graphs

Jiaren Xiao, Quanyu Dai, Xiaochen Xie et al.

The high cost of data labeling often results in node label shortage in real applications. To improve node classification accuracy, graph-based semi-supervised learning leverages the ample unlabeled nodes to train together with the scarce available labeled nodes. However, most existing methods require the information of all nodes, including those to be predicted, during model training, which is not practical for dynamic graphs with newly added nodes. To address this issue, an adversarially regularized graph attention model is proposed to classify newly added nodes in a partially labeled graph. An attention-based aggregator is designed to generate the representation of a node by aggregating information from its neighboring nodes, thus naturally generalizing to previously unseen nodes. In addition, adversarial training is employed to improve the model's robustness and generalization ability by enforcing node representations to match a prior distribution. Experiments on real-world datasets demonstrate the effectiveness of the proposed method in comparison with the state-of-the-art methods. The code is available at https://github.com/JiarenX/AGAIN.