paper-with-me

홈 › Papers

From Subtle to Significant: Prompt-Driven Self-Improving Optimization in Test-Time Graph OOD Detection

2026-02-19 · Luzhi Wang, Xuanshuo Fu, He Zhang, Chuang Liu, Xiaobao Wang, Hongbo Liu arxiv

Graph Out-of-Distribution (OOD) detection aims to identify whether a test graph deviates from the distribution of graphs observed during training, which is critical for ensuring the reliability of Graph Neural Networks (GNNs) when deployed in open-world scenarios. Recent advances in graph OOD detection have focused on test-time training techniques that facilitate OOD detection without accessing potential supervisory information (e.g., training data). However, most of these methods employ a one-pass inference paradigm, which prevents them from progressively correcting erroneous predictions to amplify OOD signals. To this end, we propose a \textbf{S}elf-\textbf{I}mproving \textbf{G}raph \textbf{O}ut-\textbf{o}f-\textbf{D}istribution detector (SIGOOD), which is an unsupervised framework that integrates continuous self-learning with test-time training for effective graph OOD detection. Specifically, SIGOOD generates a prompt to construct a prompt-enhanced graph that amplifies potential OOD signals. To optimize prompts, SIGOOD introduces an Energy Preference Optimization (EPO) loss, which leverages energy variations between the original test graph and the prompt-enhanced graph. By iteratively optimizing the prompt by involving it into the detection model in a self-improving loop, the resulting optimal prompt-enhanced graph is ultimately used for OOD detection. Comprehensive evaluations on 21 real-world datasets confirm the effectiveness and outperformance of our SIGOOD method. The code is at https://github.com/Ee1s/SIGOOD.

📄 PDF Abstract BibTeX arXiv:2602.17342

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Endow SAM with Keen Eyes: Temporal-spatial Prompt Learning for Video Camouflaged Object Detection

2024-01-01 · CVPR 2024 1 · Wenjun Hui, Zhenfeng Zhu, Shuai Zheng, Yao Zhao

The Segment Anything Model (SAM) a prompt-driven foundational model has demonstrated remarkable performance in natural image segmentation. However its application in video camouflaged object detection (VCOD) encounte…

Image Segmentationobject-detectionObject DetectionPrompt Learning+1

VLMGuard-R1: Proactive Safety Alignment for VLMs via Reasoning-Driven Prompt Optimization

2025-04-17 · Menglan Chen, Xianghe Pang, Jingjing Dong, Wenhao Wang 외

Aligning Vision-Language Models (VLMs) with safety standards is essential to mitigate risks arising from their multimodal complexity, where integrating vision and language unveils subtle threats beyond the reach of conve…

Multimodal ReasoningSafety Alignment

Just Say What You Want: Only-prompting Self-rewarding Online Preference Optimization

2024-09-26 · Ruijie Xu, Zhihan Liu, Yongfei Liu, Shipeng Yan 외

We address the challenge of online Reinforcement Learning from Human Feedback (RLHF) with a focus on self-rewarding alignment methods. In online RLHF, obtaining feedback requires interaction with the environment, which c…

FIDA: Feature Instability-Driven Attack on Self-Supervised Facial Representation

2026-08-27 · Zhiyang Chen, Changchun Yin, Huiqin Yang, Liming Fang arxiv

Self-supervised learning (SSL) models are vulnerable to backdoor attacks. However, the systemic risks they pose in face representation have received little attention. The entanglement of identity features in self-supervi…

Self-Supervised Learning

Generalizable Self-Evolving Memory for Automatic Prompt Optimization

2026-03-23 · Guanbao Liang, Yuanchen Bei, Sheng Zhou, Yuheng Qin 외 arxiv

Automatic prompt optimization is a promising approach for adapting large language models (LLMs) to downstream tasks, yet existing methods typically search for a specific prompt specialized to a fixed task. This paradigm …