Bridging the divide: end-to-end sequence–graph learning
A unified end-to-end architecture that couples a sequence encoder with a GNN.
Many real–world datasets are both sequential and relational: each node carries an event sequence while edges encode interactions. Existing methods in sequence modeling and graph modeling often neglect one modality or the other. We argue that sequences and graphs are not separate problems but complementary facets of the same dataset, and should be learned jointly. We introduce BRIDGE, a unified end-to-end architecture that couples a sequence encoder with a GNN under a single objective, allowing gradients to flow across both modules and learning task-aligned representations. To enable fine-grained token-level message passing among neighbors, we add TokenXAttn, a token-level cross-attention layer that passes messages between events in neighboring sequences. Across two settings, friendship prediction (Brightkite) and fraud detection (Amazon), BRIDGE consistently outperforms static GNNs, temporal graph methods, and strong sequence-only baselines on ranking and classification metrics.
Latest publications
Spatio-temporal directed graph learning for Account Takeover fraud detection
A framework that reformulates ATO detection as spatio-temporal node classification.
NeurIPSSimplifying neural network training under class imbalance
Improving neural network performance on imbalanced datasets by tuning standard training components, without specialized methods.
NeurIPSTimeSqueeze: Dynamic patching
A mechanism that adaptively selects patch boundaries within each sequence based on local signal complexity. (NeurIPS)
NeurIPS