← Search

Dexiong Chen

15 accepted papers

2026

PolyGraph Discrepancy: a classifier-based metric for graph generation

ICLR 2026poster

Existing methods for evaluating graph generative models primarily rely on Maximum Mean Discrepancy (MMD) metrics based on graph descriptors. While these metrics can rank generative models, they do not provide an absolute measure of performance. Their values are also highly sensitive to extrinsic par…

Cited by 0SourcecodeScholar
2026

Protein Fold Classification at Scale: Benchmarking and Pretraining

ICML 2026oral

Classifying protein topology is essential for deciphering biological function, but progress is held back by the lack of large-scale benchmarks that avoid duplicates and by models that do not scale well. We introduce TEDBench, a large-scale, non-redundant benchmark for protein fold classification con…

Cited by 0SourceScholar
2025

Flatten Graphs as Sequences: Transformers are Scalable Graph Generators

NeurIPS 2025poster

We introduce AutoGraph, a scalable autoregressive model for attributed graph generation using decoder-only transformers. By flattening graphs into random sequences of tokens through a reversible process, AutoGraph enables modeling graphs as sequences without relying on additional node features that…

Cited by 0SourcecodeScholar
2025

Learning Laplacian Positional Encodings for Heterophilous Graphs

AISTATS 2025poster

In this work, we theoretically demonstrate that current graph positional encodings (PEs) are not beneficial and could potentially hurt performance in tasks involving heterophilous graphs, where nodes that are close tend to have different labels. This limitation is critical as many real-world network…

Cited by 0SourceScholar
2025

Learning Long Range Dependencies on Graphs via Random Walks

ICLR 2025poster

Message-passing graph neural networks (GNNs) excel at capturing local relationships but struggle with long-range dependencies in graphs. In contrast, graph transformers (GTs) enable global information exchange but often oversimplify the graph structure by representing graphs as sets of fixed-length…

2024

On the Expressivity and Sample Complexity of Node-Individualized Graph Neural Networks

NeurIPS 2024poster

Graph neural networks (GNNs) employing message passing for graph classification are inherently limited by the expressive power of the Weisfeiler-Leman (WL) test for graph isomorphism. Node individualization schemes, which assign unique identifiers to nodes (e.g., by adding random noise to features),…

Cited by 1SourcePDFScholar
2024

SURE: SUrvey REcipes for building reliable and robust deep networks

CVPR 2024poster

In this paper we revisit techniques for uncertainty estimation within deep neural networks and consolidate a suite of techniques to enhance their reliability. Our investigation reveals that an integrated application of diverse techniques--spanning model regularization classifier and optimization--su…

2023

Fisher Information Embedding for Node and Graph Learning

ICML 2023poster

Attention-based graph neural networks (GNNs), such as graph attention networks (GATs), have become popular neural architectures for processing graph-structured data and learning node embeddings. Despite their empirical success, these models rely on labeled data and the theoretical properties of thes…

2023

ProteinShake: Building datasets and benchmarks for deep learning on protein structures

NeurIPS 2023poster

We present ProteinShake, a Python software package that simplifies dataset creation and model evaluation for deep learning on protein structures. Users can create custom datasets or load an extensive set of pre-processed datasets from biological data repositories such as the Protein Data Bank (PDB)…

Cited by 12SourcePDFScholar
2023

Unsupervised Manifold Alignment with Joint Multidimensional Scaling

ICLR 2023poster

We introduce Joint Multidimensional Scaling, a novel approach for unsupervised manifold alignment, which maps datasets from two different domains, without any known correspondences between data instances across the datasets, to a common low-dimensional Euclidean space. Our approach integrates Multid…

2022

Structure-Aware Transformer for Graph Representation Learning

ICML 2022spotlight

The Transformer architecture has gained growing attention in graph representation learning recently, as it naturally overcomes several limitations of graph neural networks (GNNs) by avoiding their strict structural inductive biases and instead only encoding the graph structure via positional encodin…

2021

A Trainable Optimal Transport Embedding for Feature Aggregation and its Relationship to Attention

ICLR 2021poster

We address the problem of learning on sets of features, motivated by the need of performing pooling operations in long biological sequences of varying sizes, with long-range dependencies, and possibly few labeled data. To address this challenging task, we introduce a parametrized representation of f…

2019

A Kernel Perspective for Regularizing Deep Neural Networks

ICML 2019oral

We propose a new point of view for regularizing deep neural networks by using the norm of a reproducing kernel Hilbert space (RKHS). Even though this norm cannot be computed, it admits upper and lower approximations leading to various practical strategies. Specifically, this perspective (i) provides…