Source author record

Zhenyu Guo

Zhenyu Guo appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

5works
7topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

5 published item(s)

preprint2022arXiv

Multi-modal Graph Learning for Disease Prediction

Benefiting from the powerful expressive capability of graphs, graph-based approaches have been popularly applied to handle multi-modal medical data and achieved impressive performance in various biomedical applications. For disease prediction tasks, most existing graph-based methods tend to define the graph manually based on specified modality (e.g., demographic information), and then integrated other modalities to obtain the patient representation by Graph Representation Learning (GRL). However, constructing an appropriate graph in advance is not a simple matter for these methods. Meanwhile, the complex correlation between modalities is ignored. These factors inevitably yield the inadequacy of providing sufficient information about the patient's condition for a reliable diagnosis. To this end, we propose an end-to-end Multi-modal Graph Learning framework (MMGL) for disease prediction with multi-modality. To effectively exploit the rich information across multi-modality associated with the disease, modality-aware representation learning is proposed to aggregate the features of each modality by leveraging the correlation and complementarity between the modalities. Furthermore, instead of defining the graph manually, the latent graph structure is captured through an effective way of adaptive graph learning. It could be jointly optimized with the prediction model, thus revealing the intrinsic connections among samples. Our model is also applicable to the scenario of inductive learning for those unseen data. An extensive group of experiments on two disease prediction tasks demonstrates that the proposed MMGL achieves more favorable performance. The code of MMGL is available at \url{https://github.com/SsGood/MMGL}.

preprint2020arXiv

Distributed Equivalent Substitution Training for Large-Scale Recommender Systems

We present Distributed Equivalent Substitution (DES) training, a novel distributed training framework for large-scale recommender systems with dynamic sparse features. DES introduces fully synchronous training to large-scale recommendation system for the first time by reducing communication, thus making the training of commercial recommender systems converge faster and reach better CTR. DES requires much less communication by substituting the weights-rich operators with the computationally equivalent sub-operators and aggregating partial results instead of transmitting the huge sparse weights directly through the network. Due to the use of synchronous training on large-scale Deep Learning Recommendation Models (DLRMs), DES achieves higher AUC(Area Under ROC). We successfully apply DES training on multiple popular DLRMs of industrial scenarios. Experiments show that our implementation outperforms the state-of-the-art PS-based training framework, achieving up to 68.7% communication savings and higher throughput compared to other PS-based recommender systems.

preprint2020arXiv

The Complexity of the Partition Coloring Problem

Given a simple undirected graph $G=(V,E)$ and a partition of the vertex set $V$ into $p$ parts, the \textsc{Partition Coloring Problem} asks if we can select one vertex from each part of the partition such that the chromatic number of the subgraph induced on the $p$ selected vertices is bounded by $k$. PCP is a generalized problem of the classical \textsc{Vertex Coloring Problem} and has applications in many areas, such as scheduling and encoding etc. In this paper, we show the complexity status of the \textsc{Partition Coloring Problem} with three parameters: the number of colors, the number of parts of the partition, and the maximum size of each part of the partition. Furthermore, we give a new exact algorithm for this problem.

preprint2015arXiv

On critical $p$-Laplacian systems

We consider the critical $p$-Laplacian system \begin{equation}\label{92} \begin{cases}-Δ_p u-\frac{λa}{p}|u|^{a-2}u|v|^b =μ_1|u|^{p^\ast-2}u+\frac{αγ}{p^\ast}|u|^{α-2}u|v|^β, &x\inΩ,\\ -Δ_p v-\frac{λb}{p}|u|^a|v|^{b-2}v =μ_2|v|^{p^\ast-2}v+\frac{βγ}{p^\ast}|u|^α|v|^{β-2}v, &x\inΩ,\\ u,v\ \text{in } D_0^{1,p}(Ω), \end{cases} \end{equation} where $Δ_p:=\text{div}(|\nabla u|^{p-2}\nabla u)$ is the $p$-Laplacian operator defined on $D^{1,p}(\mathbb{R}^N):=\{u\in L^{p^\ast}(\mathbb{R}^N):|\nabla u|\in L^p(\mathbb{R}^N)\}$, endowed with norm $\|u\|_{D^{1,p}}:=\big(\int_{\mathbb{R}^N}|\nabla u|^p\text{d}x\big)^{\frac{1}{p}}$, $N\ge3$, $1<p<N$, $λ, μ_1, μ_2\ge 0$, $γ\neq0$, $a, b, α, β> 1$ satisfy $a + b = p, α+ β= p^\ast:=\frac{Np}{N-p}$, the critical Sobolev exponent, $Ω$ is $\mathbb{R}^N$ or a bounded domain in $\mathbb{R}^N$, $D_0^{1,p}(Ω)$ is the closure of $C_0^\infty(Ω)$ in $D^{1,p}(\mathbb{R}^N)$. Under suitable assumptions, we establish the existence and nonexistence of a positive least energy solution. We also consider the existence and multiplicity of nontrivial nonnegative solutions.

preprint2013arXiv

An Adaptive Descriptor Design for Object Recognition in the Wild

Digital images nowadays have various styles of appearance, in the aspects of color tones, contrast, vignetting, and etc. These 'picture styles' are directly related to the scene radiance, image pipeline of the camera, and post processing functions. Due to the complexity and nonlinearity of these causes, popular gradient-based image descriptors won't be invariant to different picture styles, which will decline the performance of object recognition. Given that images shared online or created by individual users are taken with a wide range of devices and may be processed by various post processing functions, to find a robust object recognition system is useful and challenging. In this paper, we present the first study on the influence of picture styles for object recognition, and propose an adaptive approach based on the kernel view of gradient descriptors and multiple kernel learning, without estimating or specifying the styles of images used in training and testing. We conduct experiments on Domain Adaptation data set and Oxford Flower data set. The experiments also include several variants of the flower data set by processing the images with popular photo effects. The results demonstrate that our proposed method improve from standard descriptors in all cases.