EDCSSM: Edge Detection with Convolutional State Space Model
Qinghui Hong, Haoyou Jiang, Pingdan Xiao, Sichun Du, Tao Li

TL;DR
This paper introduces EDCSSM, a novel edge detection method inspired by state space models that achieves precise, thin edges, noise suppression, and real-time processing speeds exceeding 30 FPS on high-resolution images.
Contribution
The paper presents a new edge detection algorithm based on convolutional state space models with minimal down-sampling, along with a post-processing wind erosion technique and parallel computing circuits for real-time performance.
Findings
Achieves precise thin edge localization
Provides noise suppression across various images
Exceeds 30 FPS processing speed on 5K images
Abstract
Edge detection in images is the foundation of many complex tasks in computer graphics. Due to the feature loss caused by multi-layer convolution and pooling architectures, learning-based edge detection models often produce thick edges and struggle to detect the edges of small objects in images. Inspired by state space models, this paper presents an edge detection algorithm which effectively addresses the aforementioned issues. The presented algorithm obtains state space variables of the image from dual-input channels with minimal down-sampling processes and utilizes these state variables for real-time learning and memorization of image text. Additionally, to achieve precise edges while filtering out false edges, a post-processing algorithm called wind erosion has been designed to handle the binary edge map. To further enhance the processing speed of the algorithm, we have designed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Image Processing and 3D Reconstruction
MethodsConvolution · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
