Visual Computing

University of Konstanz
IEEE Transactions on Visualization and Computer Graphics

Shape-driven Coordinate Ordering for Star Glyph Sets via Reinforcement Learning

R. Hu, B. Chen, J. Xu, O. V. Kaick, O. Deussen, H. Huang

Abstract

We present a neural optimization model trained with reinforcement learning to solve the coordinate ordering problem for sets of star glyphs. Given a set of star glyphs associated to multiple class labels, we propose to use shape context descriptors to measure the perceptual distance between pairs of glyphs, and use the derived silhouette coefficient to measure the perception of class separability within the entire set. To find the optimal coordinate order for the given set, we train a neural network using reinforcement learning to reward orderings with high silhouette coefficients. The network consists of an encoder and a decoder with an attention mechanism. The encoder employs a recurrent neural network (RNN) to encode input shape and class information, while the decoder together with the attention mechanism employs another RNN to output a sequence with the new coordinate order. This allows us also to find good coordinate orderings for RadViz plots. In addition, we introduce a neural network to efficiently estimate the similarity between shape context descriptors, which allows to speed up the computation of silhouette coefficients and thus the training of the axis ordering network. Two user studies demonstrate that the orders provided by our method are preferred by users for perceiving class separation. We tested our model on different settings to show its robustness and generalization abilities and demonstrate that it allows to order input sets with unseen data size, data dimension, or number of classes.

BibTeX

@article{Hu2021ShapedrivenCoordinate,
  abstract  = {We present a neural optimization model trained with reinforcement learning to solve the coordinate ordering problem for sets of star glyphs. Given a set of star glyphs associated to multiple class labels, we propose to use shape context descriptors to measure the perceptual distance between pairs of glyphs, and use the derived silhouette coefficient to measure the perception of class separability within the entire set. To find the optimal coordinate order for the given set, we train a neural network using reinforcement learning to reward orderings with high silhouette coefficients. The network consists of an encoder and a decoder with an attention mechanism. The encoder employs a recurrent neural network (RNN) to encode input shape and class information, while the decoder together with the attention mechanism employs another RNN to output a sequence with the new coordinate order. This allows us also to find good coordinate orderings for RadViz plots. In addition, we introduce a neural network to efficiently estimate the similarity between shape context descriptors, which allows to speed up the computation of silhouette coefficients and thus the training of the axis ordering network. Two user studies demonstrate that the orders provided by our method are preferred by users for perceiving class separation. We tested our model on different settings to show its robustness and generalization abilities and demonstrate that it allows to order input sets with unseen data size, data dimension, or number of classes.},
  author    = {R. Hu, B. Chen, J. Xu, O. V. Kaick, O. Deussen, H. Huang},
  doi       = {10.1109/tvcg.2021.3052167},
  issn      = {1077-2626},
  journal   = {IEEE Transactions on Visualization and Computer Graphics},
  month     = {jan},
  title     = {Shape-driven Coordinate Ordering for Star Glyph Sets via Reinforcement Learning},
  url       = {http://graphics.uni-konstanz.de/publikationen/Hu2021ShapedrivenCoordinate},
  year      = {2021}
}