paper-with-me

Papers

DIFFormer: Scalable (Graph) Transformers Induced by Energy Constrained Diffusion

2023-01-23 · Qitian Wu, Chenxiao Yang, Wentao Zhao, Yixuan He, David Wipf, Junchi Yan

Real-world data generation often involves complex inter-dependencies among instances, violating the IID-data hypothesis of standard learning paradigms and posing a challenge for uncovering the geometric structures for learning desired instance representations. To this end, we introduce an energy constrained diffusion model which encodes a batch of instances from a dataset into evolutionary states that progressively incorporate other instances' information by their interactions. The diffusion process is constrained by descent criteria w.r.t.~a principled energy function that characterizes the global consistency of instance representations over latent structures. We provide rigorous theory that implies closed-form optimal estimates for the pairwise diffusion strength among arbitrary instance pairs, which gives rise to a new class of neural encoders, dubbed as DIFFormer (diffusion-based Transformers), with two instantiations: a simple version with linear complexity for prohibitive instance numbers, and an advanced version for learning complex structures. Experiments highlight the wide applicability of our model as a general-purpose encoder backbone with superior performance in various tasks, such as node classification on large graphs, semi-supervised image/text classification, and spatial-temporal dynamics prediction.

📄 PDF Abstract BibTeX arXiv:2301.09474

Code (1)

qitianwu/difformer 공식 구현 pytorch

Tasks

Image-text ClassificationNode Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Context-aware Skin Cancer Epithelial Cell Classification with Scalable Graph Transformers

2026-02-17 · Lucas Sancéré, Noémie Moreau, Katarzyna Bozek arxiv

Whole-slide images (WSIs) from cancer patients contain rich information that can be used for medical diagnosis or to follow treatment progress. To automate their analysis, numerous deep learning methods based on convolut…

Medical Diagnosis

Supercharging Graph Transformers with Advective Diffusion

2023-10-10 · Qitian Wu, Chenxiao Yang, Kaipeng Zeng, Michael Bronstein

The capability of generalization is a cornerstone for the success of modern learning systems. For non-Euclidean data, e.g., graphs, that particularly involves topological structures, one important aspect neglected by pri…

Graph Learning

Multi-Channel Differential Transformer for Cross-Domain Sleep Stage Classification with Heterogeneous EEG and EOG

2025-08-21 · Benjamin Wei Hao Chin, Yuin Torng Yew, Haocheng Wu, Lanxin Liang 외 arxiv

Classification of sleep stages is essential for assessing sleep quality and diagnosing sleep disorders. However, manual inspection of EEG characteristics for each stage is time-consuming and prone to human error. Althoug…

Representation LearningDomain GeneralizationSleep Quality

SWAT: Scalable and Efficient Window Attention-based Transformers Acceleration on FPGAs

2024-05-27 · Zhenyu Bai, Pranav Dangi, Huize Li, Tulika Mitra

Efficiently supporting long context length is crucial for Transformer models. The quadratic complexity of the self-attention computation plagues traditional Transformers. Sliding window-based static sparse attention miti…

GPU

Transformers Discover Molecular Structure Without Graph Priors

2025-10-02 · Tobias Kreiman, Yutong Bai, Fadi Atieh, Elizabeth Weaver 외 arxiv

Graph Neural Networks (GNNs) are the dominant architecture for molecular machine learning, particularly for molecular property prediction and machine learning interatomic potentials (MLIPs). GNNs perform message passing …

Molecular Property Prediction