paper-with-me

Papers

Structural Alignment Improves Graph Test-Time Adaptation

2025-02-25 · Hans Hao-Hsun Hsu, Shikun Liu, Han Zhao, Pan Li

Graph-based learning has achieved remarkable success in domains ranging from recommendation to fraud detection and particle physics by effectively capturing underlying interaction patterns. However, it often struggles to generalize when distribution shifts occur, particularly those involving changes in network connectivity or interaction patterns. Existing approaches designed to mitigate such shifts typically require retraining with full access to source data, rendering them infeasible under strict computational or privacy constraints. To address this limitation, we propose a test-time structural alignment (TSA) algorithm for Graph Test-Time Adaptation (GTTA), a novel method that aligns graph structures during inference without revisiting the source domain. Built upon a theoretically grounded treatment of graph data distribution shifts, TSA integrates three key strategies: an uncertainty-aware neighborhood weighting that accommodates structure shifts, an adaptive balancing of self-node and neighborhood-aggregated representations driven by node representations' signal-to-noise ratio, and a decision boundary refinement that corrects remaining label and feature shifts. Extensive experiments on synthetic and real-world datasets demonstrate that TSA can consistently outperform both non-graph TTA methods and state-of-the-art GTTA baselines.

📄 PDF Abstract BibTeX arXiv:2502.18334

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionTest-time Adaptation

Similar Papers 제목 키워드 기반

Temporal Memory-Aware Online Test-Time Adaptation on Dynamic Graphs

2026-08-28 · Bo Li, Xin Zheng, Ming Jin, Can Wang 외 arxiv

Test-time adaptation (TTA) on graphs aims to adapt a graph neural network (GNN) that is well-trained on the training graph to the test graph, which involves potential distribution shifts that may harm model generalizatio…

Test-time AdaptationGraph Neural Network

A Locality Radius Framework for Understanding Relational Inductive Bias in Database Learning

2026-02-19 · Aadi Joshi, Kavya Bhand arxiv

Foreign key discovery and related schema-level prediction tasks are often modeled using graph neural networks (GNNs), implicitly assuming that relational inductive bias improves performance. However, it remains unclear w…

Learnable Structural Semantic Readout for Graph Classification

2021-11-22 · Dongha Lee, Su Kim, Seonghyeon Lee, Chanyoung Park 외

With the great success of deep learning in various domains, graph neural networks (GNNs) also become a dominant approach to graph classification. By the help of a global readout operation that simply aggregates all node …

ClassificationGraph ClassificationPosition

Mamba Learns in Context: Structure-Aware Domain Generalization for Multi-Task Point Cloud Understanding

2026-03-21 · Jincen Jiang, Qianyu Zhou, Yuhang Li, Kui Su 외 arxiv

While recent Transformer and Mamba architectures have advanced point cloud representation learning, they are typically developed for single-task or single-domain settings. Directly applying them to multi-task domain gene…

Representation LearningDomain Generalization

Aligning Large Vision-Language Models at Test Time: A Trajectory-Guided Structured Sampling Approach

2026-08-04 · Tianbao Jiang, Weicong Ni, Gerard de Melo, Linlin Wang arxiv

Post-training reinforcement learning (RL) algorithms are commonly used to align large vision-language models (LVLMs) with human intent and the requirements of visual reasoning tasks. However, existing RL-based alignment …

Reinforcement LearningMultimodal ReasoningVisual GroundingVisual Reasoning