paper-with-me

Papers

EdgeFlow: Edge-Map Augmented VLM-Based Flowchart Processing for Industrial Requirements Engineering

2026-05-26 · Zhifei Dou, Shabnam Hassani, Ou Wei arxiv

Flowcharts are widely used in industrial requirements, but usually remain embedded as static images. Vision Language Models (VLMs) show promise in the conversion of these flowcharts into machine-readable models for RE activities, yet, when directly applied to flowchart conversion, they often fail on topology-critical visual details. To address this, we propose EdgeFlow that augments a VLM's original input with a deterministically extracted Canny edge map-acting as a structural prior-to improve flowchart-to-Mermaid conversion, without requiring annotated training data or domain-specific model fine-tuning. We evaluate EdgeFlow on IndusReqFlow, a dataset sourced from real-world requirements. Compared with off-the-shelf VLMs, EdgeFlow improves node-level F1 by 17.39 percentage points and edge-level F1 by 16.94 percentage points. At the path level, EdgeFlow improves path F1 by 11.06 percentage points, enabling better support for model-based testing. These results demonstrate that EdgeFlow provides a practical, training-free means to improve topology-preserving flowchart-to-Mermaid conversion for industrial RE. Cross-dataset evaluation results on a public synthetic benchmark show no significant improvement; this highlights the need for diverse benchmarks incorporating industrial data for the comprehensive evaluation of future VLM-based RE tools.

📄 PDF Abstract BibTeX arXiv:2605.27332

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EdgeFLow: Serverless Federated Learning via Sequential Model Migration in Edge Networks

2026-03-03 · Yuchen Shi, Qijun Hou, Pingyi Fan, Khaled B. Letaief arxiv

Federated Learning (FL) has emerged as a transformative distributed learning paradigm in the era of Internet of Things (IoT), reconceptualizing data processing methodologies. However, FL systems face significant communic…

Federated Learning

EdgeFlowerTune: Evaluating Federated LLM Fine-Tuning Under Realistic Edge System Constraints

2026-05-09 · Jiaxiang Geng, Yiyi Lu, Lunyu Zhao, Yan Gao 외 arxiv

Federated fine-tuning offers a promising paradigm for adapting large language models (LLMs) on edge devices by leveraging the rich, diverse, and continuously generated data from smartphones and IoT devices without compro…

Flexible Visual Quality Inspection in Discrete Manufacturing

2013-10-01 · Tomislav Petković, Darko Jurić, Sven Lončarić

Most visual quality inspections in discrete manufacturing are composed of length, surface, angle or intensity measurements. Those are implemented as end-user configurable inspection tools that should not require an image…

EdgeFlow: Achieving Practical Interactive Segmentation with Edge-Guided Flow

2021-09-20 · Yuying Hao, Yi Liu, Zewu Wu, Lin Han 외

High-quality training data play a key role in image segmentation tasks. Usually, pixel-level annotations are expensive, laborious and time-consuming for the large volume of training data. To reduce labelling cost and imp…

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Procedural Knowledge Extraction from Industrial Troubleshooting Guides Using Vision Language Models

2026-01-30 · Guillermo Gil de Avalle, Laura Maruster, Christos Emmanouilidis arxiv

Industrial troubleshooting guides encode diagnostic procedures in flowchart-like diagrams where spatial layout and technical language jointly convey meaning. To integrate this knowledge into operator support systems, whi…