← Search

Meng Qu

15 accepted papers

2023

Learning on Large-scale Text-attributed Graphs via Variational Inference

ICLR 2023top-5%

This paper studies learning on text-attributed graphs (TAGs), where each node is associated with a text description. An ideal solution for such a problem would be integrating both the text and graph structure information with large language models and graph neural networks (GNNs). However, the probl…

2022

Structured Multi-task Learning for Molecular Property Prediction

AISTATS 2022poster

Multi-task learning for molecular property prediction is becoming increasingly important in drug discovery. However, in contrast to other domains, the performance of multi-task learning in drug discovery is still not satisfying as the number of labeled data for each task is too limited, which calls…

2022

TGNN: A Joint Semi-supervised Framework for Graph-level Classification

IJCAI 2022poster

This paper studies semi-supervised graph classification, a crucial task with a wide range of applications in social network analysis and bioinformatics. Recent works typically adopt graph neural networks to learn graph-level representations for classification, failing to explicitly leverage features…

Cited by 48SourcePDFScholar
2021

GraphMix: Improved Training of GNNs for Semi-Supervised Learning

AAAI 2021technical

We present GraphMix, a regularization method for Graph Neural Network based semi-supervised object classification, whereby we propose to train a fully-connected network jointly with the graph neural network via parameter sharing and interpolation-based regularization. Further, we provide a theoretic…

2021

Joint Modeling of Visual Objects and Relations for Scene Graph Generation

NeurIPS 2021poster

An in-depth scene understanding usually requires recognizing all the objects and their relations in an image, encoded as a scene graph. Most existing approaches for scene graph generation first independently recognize each object and then predict their relations independently. Though these approache…

Cited by 16SourcePDFScholar
2021

Predicting Infectiousness for Proactive Contact Tracing

ICLR 2021spotlight

The COVID-19 pandemic has spread rapidly worldwide, overwhelming manual contact tracing in many countries and resulting in widespread lockdowns for emergency containment. Large-scale digital contact tracing (DCT) has emerged as a potential solution to resume economic and social activity while minimi…

2021

RNNLogic: Learning Logic Rules for Reasoning on Knowledge Graphs

ICLR 2021poster

This paper studies learning logic rules for reasoning on knowledge graphs. Logic rules provide interpretable explanations when used for prediction as well as being able to generalize to other tasks, and hence are critical to learn. Existing methods either suffer from the problem of searching in a la…

2020

Few-shot Relation Extraction via Bayesian Meta-learning on Relation Graphs

ICML 2020poster

This paper studies few-shot relation extraction, which aims at predicting the relation for a pair of entities in a sentence by training with a few labeled examples in each relation. To more effectively generalize to new relations, in this paper we study the relationships between different relations…

2020

Graph Policy Network for Transferable Active Learning on Graphs

NeurIPS 2020poster

Graph neural networks (GNNs) have been attracting increasing popularity due to their simplicity and effectiveness in a variety of fields. However, a large number of labeled data is generally required to train these networks, which could be very expensive to obtain in some domains. In this paper, we…

2019

vGraph: A Generative Model for Joint Community Detection and Node Representation Learning

NeurIPS 2019poster

This paper focuses on two fundamental tasks of graph analysis: community detection and node representation learning, which capture the global and local structures of graphs respectively. In existing literature, these two tasks are usually independently studied while they are actually highly correlat…