← Search

Shengjie Luo

18 accepted papers

2026

Diagnosing and Improving Diffusion Models by Estimating Optimal Loss Value

ICLR 2026poster

Diffusion models have achieved remarkable success in generative modeling. Despite more stable training, the loss of diffusion models is not indicative of absolute data-fitting quality, since its optimal value is typically not zero but unknown, leading to the confusion between large optimal loss and…

Cited by 0SourceScholar
2025

How Numerical Precision Affects Arithmetical Reasoning Capabilities of LLMs

ACL 2025finding

Despite the remarkable success of transformer-based large language models (LLMs) across various domains, understanding and enhancing their mathematical capabilities remains a significant challenge. In this paper, we conduct a rigorous theoretical analysis of LLMs’ mathematical abilities, with a spec…

Cited by 0SourcePDFScholar
2025

Let the Code LLM Edit Itself When You Edit the Code

ICLR 2025poster

In this work, we investigate a typical scenario in code generation where a developer edits existing code in real time and requests a code assistant, e.g., a large language model, to re-predict the next token or next line on the fly. Naively, the LLM needs to re-encode the entire KV cache to provide…

Cited by 0SourcePDFScholar
2025

UniSite: The First Cross-Structure Dataset and Learning Framework for End-to-End Ligand Binding Site Detection

NeurIPS 2025spotlight

The detection of ligand binding sites for proteins is a fundamental step in Structure-Based Drug Design. Despite notable advances in recent years, existing methods, datasets, and evaluation metrics are confronted with several key challenges: (1) current datasets and methods are centered on individua…

Cited by 0SourcecodeScholar
2024

Bridging Geometric States via Geometric Diffusion Bridge

NeurIPS 2024poster

The accurate prediction of geometric state evolution in complex systems is critical for advancing scientific domains such as quantum chemistry and material modeling. Traditional experimental and computational methods face challenges in terms of environmental constraints and computational demands, wh…

Cited by 2SourcePDFScholar
2024

Enabling Efficient Equivariant Operations in the Fourier Basis via Gaunt Tensor Products

ICLR 2024spotlight

Developing equivariant neural networks for the E(3) group plays an important role in modeling 3D data across real-world applications. Enforcing this equivariance primarily involves the tensor products of irreducible representations (irreps). However, the computational complexity of such operations i…

2024

GeoMFormer: A General Architecture for Geometric Molecular Representation Learning

ICML 2024poster

Molecular modeling, a central topic in quantum mechanics, aims to accurately calculate the properties and simulate the behaviors of molecular systems. The molecular model is governed by physical laws, which impose geometric constraints such as invariance and equivariance to coordinate rotation and t…

2024

Learning a Fourier Transform for Linear Relative Positional Encodings in Transformers

AISTATS 2024poster

We propose a new class of linear Transformers called FourierLearner-Transformers (FLTs), which incorporate a wide range of relative positional encoding mechanisms (RPEs). These include regular RPE techniques applied for sequential data, as well as novel RPEs operating on geometric data embedded in h…

Cited by 9SourcePDFScholar
2024

Physical Consistency Bridges Heterogeneous Data in Molecular Multi-Task Learning

NeurIPS 2024poster

In recent years, machine learning has demonstrated impressive capability in handling molecular science tasks. To support various molecular properties at scale, machine learning models are trained in the multi-task learning paradigm. Nevertheless, data of different molecular properties are often not…

Cited by 1SourcePDFScholar
2024

Two Stones Hit One Bird: Bilevel Positional Encoding for Better Length Extrapolation

ICML 2024poster

In this work, we leverage the intrinsic segmentation of language sequences and design a new positional encoding method called Bilevel Positional Encoding (BiPE). For each position, our BiPE blends an intra-segment encoding and an inter-segment encoding. The intra-segment encoding identifies the loca…

2023

One Transformer Can Understand Both 2D & 3D Molecular Data

ICLR 2023poster

Unlike vision and language data which usually has a unique format, molecules can naturally be characterized using different chemical formulations. One can view a molecule as a 2D graph or define it as a collection of atoms located in a 3D space. For molecular representation learning, most previous w…

2023

Rethinking the Expressive Power of GNNs via Graph Biconnectivity

ICLR 2023top-5%

Designing expressive Graph Neural Networks (GNNs) is a central topic in learning graph-structured data. While numerous approaches have been proposed to improve GNNs with respect to the Weisfeiler-Lehman (WL) test, for most of them, there is still a lack of deep understanding of what additional power…

2022

Your Transformer May Not be as Powerful as You Expect

NeurIPS 2022accept

Relative Positional Encoding (RPE), which encodes the relative distance between any pair of tokens, is one of the most successful modifications to the original Transformer. As far as we know, theoretical understanding of the RPE-based Transformers is largely unexplored. In this work, we mathematical…

2021

Do Transformers Really Perform Badly for Graph Representation?

NeurIPS 2021poster

The Transformer architecture has become a dominant choice in many domains, such as natural language processing and computer vision. Yet, it has not achieved competitive performance on popular leaderboards of graph-level prediction compared to mainstream GNN variants. Therefore, it remains a mystery…

2021

GraphNorm: A Principled Approach to Accelerating Graph Neural Network Training

ICML 2021spotlight

Normalization is known to help the optimization of deep neural networks. Curiously, different architectures require specialized normalization methods. In this paper, we study what normalization is effective for Graph Neural Networks (GNNs). First, we adapt and evaluate the existing methods from othe…

Cited by 230SourcePDFScholar
2021

Stable, Fast and Accurate: Kernelized Attention with Relative Positional Encoding

NeurIPS 2021poster

The attention module, which is a crucial component in Transformer, cannot scale efficiently to long sequences due to its quadratic complexity. Many works focus on approximating the dot-then-exponentiate softmax function in the original attention, leading to sub-quadratic or even linear-complexity Tr…

Cited by 54SourcePDFScholar