VSAL: A Vision Solver with Adaptive Layouts for Graph Property Detection
About
Graph property detection aims to determine whether a graph exhibits certain structural properties, such as being Hamiltonian. Recently, learning-based approaches have shown great promise by leveraging data-driven models to detect graph properties efficiently. In particular, vision-based methods offer a visually intuitive solution by processing the visualizations of graphs. However, existing vision-based methods rely on fixed visual graph layouts, and therefore, the expressiveness of their pipeline is restricted. To overcome this limitation, we propose VSAL, a vision-based framework that incorporates an adaptive layout generator capable of dynamically producing informative graph visualizations tailored to individual instances, thereby improving graph property detection. Extensive experiments demonstrate that VSAL outperforms state-of-the-art vision-based methods on various tasks such as Hamiltonian cycle, planarity, claw-freeness, and tree detection.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Graph property detection | Ham Small House of Graphs (test) | F1 Score94 | 17 | |
| Graph property detection | Ham Medium House of Graphs (test) | F1 Score98 | 17 | |
| Graph property detection | Ham Large House of Graphs (test) | F1 Score95 | 17 | |
| Graph property detection | Ham Huge House of Graphs (test) | F1 Score93 | 17 | |
| Graph property detection | Planar Small House of Graphs (test) | F1 Score92 | 17 | |
| Graph property detection | Planar Medium House of Graphs (test) | F1 Score99 | 17 | |
| Graph property detection | Planar Large House of Graphs (test) | F1 Score95 | 17 | |
| Graph property detection | Planar Huge House of Graphs (test) | F1 Score94 | 17 | |
| Graph property detection | Claw Small House of Graphs (test) | F1 Score96 | 17 | |
| Graph property detection | Claw Large House of Graphs (test) | F1 Score95 | 17 |