← Search

Jintang Li

9 accepted papers

2026

GT-SNT: A Linear-Time Transformer for Large-Scale Graphs via Spiking Node Tokenization

AAAI 2026technical

Graph Transformers (GTs), which integrate message passing and self-attention mechanisms simultaneously, have achieved promising empirical results in graph prediction tasks. However, the design of scalable and topology-aware node tokenization has lagged behind other modalities. This gap becomes criti

Cited by 0SourcePDFScholar
2025

AP-Net: Semi-Supervised Ultrasound Cardiac Segmentation Using Enhanced Anatomical Prior

ICASSP 2025accepted

Semi-supervised segmentation is gaining popularity in medical image analysis due to challenges in data acquisition and annotation. However, most methods focus on generating additional training pairs from unlabeled data through augmentation or perturbation for contrastive learning, often overlooking…

Cited by 0SourceScholar
2025

Measuring Diversity in Synthetic Datasets

ICML 2025poster

Large language models (LLMs) are widely adopted to generate synthetic datasets for various natural language processing (NLP) tasks, such as text classification and summarization. However, accurately measuring the diversity of these synthetic datasets—an aspect crucial for robust model performance—re…

2024

A Graph is Worth 1-bit Spikes: When Graph Contrastive Learning Meets Spiking Neural Networks

ICLR 2024poster

While contrastive self-supervised learning has become the de-facto learning paradigm for graph neural networks, the pursuit of higher task accuracy requires a larger hidden dimensionality to learn informative and discriminative full-precision representations, raising concerns about computation, memo…

2024

State Space Models on Temporal Graphs: A First-Principles Study

NeurIPS 2024poster

Over the past few years, research on deep graph learning has shifted from static graphs to temporal graphs in response to real-world complex systems that exhibit dynamic behaviors. In practice, temporal graphs are formalized as an ordered sequence of static graph snapshots observed at discrete time…

2023

SAD: Semi-Supervised Anomaly Detection on Dynamic Graphs

IJCAI 2023poster

Anomaly detection aims to distinguish abnormal instances that deviate significantly from the majority of benign ones. As instances that appear in the real world are naturally connected and can be represented with graphs, graph neural networks become increasingly popular in tackling the anomaly detec…

2023

Scaling Up Dynamic Graph Representation Learning via Spiking Neural Networks

AAAI 2023technical

Recent years have seen a surge in research on dynamic graph representation learning, which aims to model temporal graphs that are dynamic and evolving constantly over time. However, current work typically models graph dynamics with recurrent neural networks (RNNs), making them suffer seriously from…

2022

Spiking Graph Convolutional Networks

IJCAI 2022poster

Graph Convolutional Networks (GCNs) achieve an impressive performance due to the remarkable representation ability in learning the graph information. However, GCNs, when implemented on a deep network, require expensive computation power, making them difficult to be deployed on battery-powered device…

2021

Understanding Structural Vulnerability in Graph Convolutional Networks

IJCAI 2021poster

Recent studies have shown that Graph Convolutional Networks (GCNs) are vulnerable to adversarial attacks on the graph structure. Although multiple works have been proposed to improve their robustness against such structural adversarial attacks, the reasons for the success of the attacks remain uncle…