← Search

Zhengdao Chen

12 accepted papers

2024

Semantic Routing via Autoregressive Modeling

NeurIPS 2024poster

We study learning-based approaches to semantic route planning, which concerns producing routes in response to rich queries that specify various criteria and preferences. Semantic routing is already widely found in industry applications, especially navigational services like Google Maps; however, exi…

Cited by 0SourcePDFScholar
2023

A Non-Asymptotic Analysis of Oversmoothing in Graph Neural Networks

ICLR 2023poster

Oversmoothing is a central challenge of building more powerful Graph Neural Networks (GNNs). While previous works have only demonstrated that oversmoothing is inevitable when the number of graph convolutions tends to infinity, in this paper, we precisely characterize the mechanism behind the phenome…

Cited by 53SourcePDFScholar
2022

On feature learning in neural networks with global convergence guarantees

ICLR 2022poster

We study the gradient flow optimization of over-parameterized neural networks (NNs) in a setup that allows feature learning while admitting non-asymptotic global convergence guarantees. First, we prove that for wide shallow NNs under the mean-field (MF) scaling and with a general class of activation…

Cited by 20SourcePDFScholar
2020

A Dynamical Central Limit Theorem for Shallow Neural Networks

NeurIPS 2020poster

Recent theoretical work has characterized the dynamics and convergence properties for wide shallow neural networks trained via gradient descent; the asymptotic regime in which the number of parameters tends towards infinity has been dubbed the "mean-field" limit. At initialization, the randomly samp…

Cited by 42SourcePDFScholar
2019

On the equivalence between graph isomorphism testing and function approximation with GNNs

NeurIPS 2019poster

Graph neural networks (GNNs) have achieved lots of success on graph-structured data. In light of this, there has been increasing interest in studying their representation power. One line of work focuses on the universal approximation of permutation-invariant functions by certain classes of GNNs, and…