PaCoNet combines cropping, hue-based category separation, U-Net restoration, and Hough-based line detection to recover line coordinates from parallel coordinate plots, supported by a new synthetic dataset.
LineFormer: Rethinking Line Chart Data Extraction as Instance Segmentation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Data extraction from line-chart images is an essential component of the automated document understanding process, as line charts are a ubiquitous data visualization format. However, the amount of visual and structural variations in multi-line graphs makes them particularly challenging for automated parsing. Existing works, however, are not robust to all these variations, either taking an all-chart unified approach or relying on auxiliary information such as legends for line data extraction. In this work, we propose LineFormer, a robust approach to line data extraction using instance segmentation. We achieve state-of-the-art performance on several benchmark synthetic and real chart datasets. Our implementation is available at https://github.com/TheJaeLal/LineFormer .
fields
cs.CV 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
PaCoNet: Deep Data Extraction for Parallel Coordinates
PaCoNet combines cropping, hue-based category separation, U-Net restoration, and Hough-based line detection to recover line coordinates from parallel coordinate plots, supported by a new synthetic dataset.