CurvPrompt Enhances Dynamic Graph Learning with Adaptive Geometry Prompting
Key takeaways
- Dynamic graphs require adaptive geometric representations due to evolving topologies.
- CurvPrompt uses multiple "curvature-diverse" experts to address geometry under-adaptation.
- A topology-aware gate dynamically routes data to relevant experts for personalized representations.
- The method significantly improves performance on few-shot link prediction and node classification.
Who benefits
Summary
This research introduces CurvPrompt, a novel framework for dynamic graph prompting that addresses geometry under-adaptation by using a bank of curvature-diverse Riemannian experts. It dynamically routes node-time instances to specific experts based on local topology, significantly improving few-shot link prediction and node classification on evolving graphs.
Why it matters
Professionals working with evolving graph data, such as social networks, knowledge graphs, or biological networks, can leverage this approach to build more accurate and adaptable AI models, especially in scenarios with limited labeled data.
How to implement this in your domain
- 1Assess existing graph-based machine learning models for their performance on dynamic, evolving datasets and identify potential "geometry under-adaptation."
- 2Explore the CurvPrompt framework for adapting pre-trained graph neural networks to new tasks with minimal labeled data.
- 3Consider implementing a multi-expert system where each expert specializes in different geometric representations of graph data.
- 4Develop or integrate topology-aware routing mechanisms to dynamically select the most appropriate experts for specific graph substructures or temporal instances.
Original post by Quanxin Wang, Xuanting Xie, Bingheng Li, Xingtong Yu, Shuo Wang, Ruiyi Fang, Zhao Kang
"arXiv:2608.06031v1 Announce Type: new Abstract: Dynamic graph prompting freezes a pre-trained temporal backbone and adapts it to label-scarce downstream tasks using lightweight prompts. However, existing methods operate within a single, fixed embedding space. In this work, we rev…"
View on XOriginally posted by Quanxin Wang, Xuanting Xie, Bingheng Li, Xingtong Yu, Shuo Wang, Ruiyi Fang, Zhao Kang on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
Early Stopping Reduces Operations in Binary Neural Networks
This paper introduces a post-training early-stopping mechanism for binary neural networks that significantly reduces the number of accumulation operations. By predicting the final sign of a neuron's output early, the method removes up to 86.6% of accumulation terms in deep convolutions with minimal accuracy drop, making binary networks more efficient for constrained deployments.
SkillTFM Enables Training-Free Adaptation for Tabular Foundation Models
SkillTFM is a novel training-free system that adapts Tabular Foundation Models (TFMs) to new tasks by evolving agentic skills rather than parameter updates. It uses a verifiable skill bank with boundary evidence identification and gated skill evolution, significantly improving AUC and addressing distribution shifts and heterogeneous feature semantics.
New WAIT Algorithm Extension Optimizes LLM Inference for Bursty Workloads
Researchers propose a lightweight extension to the WAIT algorithm that dynamically adapts to bursty LLM request arrivals without prior traffic knowledge. Simulations show this modified algorithm achieves higher throughput than state-of-the-art methods like Sarathi-Serve, ORCA, and vLLM in low arrival-rate shift scenarios while maintaining comparable latency.