paper-with-me

Papers

UMMAN: Unsupervised Multi-graph Merge Adversarial Network for Disease Prediction Based on Intestinal Flora

2024-07-31

The abundance of intestinal flora is closely related to human diseases, but diseases are not caused by a single gut microbe. Instead, they result from the complex interplay of numerous microbial entities. This intricate and implicit connection among gut microbes poses a significant challenge for disease prediction using abundance information from OTU data. Recently, several methods have shown potential in predicting corresponding diseases. However, these methods fail to learn the inner association among gut microbes from different hosts, leading to unsatisfactory performance. In this paper, we present a novel architecture, Unsupervised Multi-graph Merge Adversarial Network (UMMAN). UMMAN can obtain the embeddings of nodes in the Multi-Graph in an unsupervised scenario, so that it helps learn the multiplex association. Our method is the first to combine Graph Neural Network with the task of intestinal flora disease prediction. We employ complex relation-types to construct the Original-Graph and disrupt the relationships among nodes to generate corresponding Shuffled-Graph. We introduce the Node Feature Global Integration (NFGI) module to represent the global features of the graph. Furthermore, we design a joint loss comprising adversarial loss and hybrid attention loss to ensure that the real graph embedding aligns closely with the Original-Graph and diverges from the Shuffled-Graph. Comprehensive experiments on five classical OTU gut microbiome datasets demonstrate the effectiveness and stability of our method. (We will release our code soon.)

📄 PDF Abstract BibTeX arXiv:2407.21714

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HuMMan: Multi-Modal 4D Human Dataset for Versatile Sensing and Modeling

2022-04-28 · Zhongang Cai, Daxuan Ren, Ailing Zeng, Zhengyu Lin 외

4D human sensing and modeling are fundamental tasks in vision and graphics with numerous applications. With the advances of new sensors and algorithms, there is an increasing demand for more versatile datasets. In this w…

Action RecognitionFine-grained Action RecognitionPose Estimation

Arithmetics-Based Decomposition of Numeral Words -- Arithmetic Conditions give the Unpacking Strategy

2023-12-14 · Isidor Konrad Maier, Matthias Wolff

This paper presents a novel numeral decomposer based on arithmetic criteria. The criteria are not dependent on a base-10 assumption but only on Hurford's Packing Strategy. Hurford's Packing Strategy constitutes numerals …

Fast Decomposable Submodular Function Minimization using Constrained Total Variation

2019-05-27 · NeurIPS 2019 12 · K. S. Sesh Kumar, Francis Bach, Thomas Pock

We consider the problem of minimizing the sum of submodular set functions assuming minimization oracles of each summand function. Most existing approaches reformulate the problem as the convex minimization of the sum of …

Unsupervised Graph Poisoning Attack via Contrastive Loss Back-propagation

2022-01-20 · Sixiao Zhang, Hongxu Chen, Xiangguo Sun, Yicong Li 외

Graph contrastive learning is the state-of-the-art unsupervised graph representation learning framework and has shown comparable performance with supervised approaches. However, evaluating whether the graph contrastive l…

Adversarial AttackContrastive LearningGraph Representation LearningLink Prediction+2

Clustering-Oriented Generative Attribute Graph Imputation

2025-07-25 · Mulin Chen, Bocheng Wang, Jiaxin Zhong, Zongcheng Miao 외 arxiv

Attribute-missing graph clustering has emerged as a significant unsupervised task, where only attribute vectors of partial nodes are available and the graph structure is intact. The related models generally follow the tw…

Graph Clustering