🤖 AI Summary
This work addresses the limited interpretability of Generative Flow Networks (GFlowNets) during training, particularly the lack of intuitive understanding regarding exploration of the sample space, trajectory construction, and the evolution of sampling probabilities. To bridge this gap, we introduce GFlowState, the first interactive visual analytics system enabling fine-grained, dynamic inspection of GFlowNets training processes. GFlowState integrates multiple coordinated views—including candidate ranking graphs, state projections, trajectory node-link diagrams, and transition heatmaps—to support comprehensive trajectory analysis, comparative exploration of sample spaces, and diagnosis of training failures. Case studies demonstrate that GFlowState substantially enhances the interpretability of GFlowNets, accelerates debugging workflows, and improves the assessment of model quality.
📝 Abstract
We present GFlowState, a visual analytics system designed to illuminate the training process of Generative Flow Networks (GFlowNets or GFNs). GFlowNets are a probabilistic framework for generating samples proportionally to a reward function. While GFlowNets have proved to be powerful tools in applications such as molecule and material discovery, their training dynamics remain difficult to interpret. Standard machine learning tools allow metric tracking but do not reveal how models explore the sample space, construct sample trajectories, or shift sampling probabilities during training. Our solution, GFlowState, allows users to analyze sampling trajectories, compare the sample space relative to reference datasets, and analyze the training dynamics. To this end, we introduce multiple views, including a chart of candidate rankings, a state projection, a node-link diagram of the trajectory network, and a transition heatmap. These visualizations enable GFlowNet developers and users to investigate sampling behavior and policy evolution, and to identify underexplored regions and sources of training failure. Case studies demonstrate how the system supports debugging and assessing the quality of GFlowNets across application domains. By making the structural dynamics of GFlowNets observable, our work enhances their interpretability and can accelerate GFlowNet development in practice.