EDMB: Edge Detector with Mamba
Yachuan Li, Xavier Soria Poma, Yun Bai, Qian Xiao, Chaozhi Yang,, Guanlin Li, Zongmin Li

TL;DR
EDMB is a novel edge detection method that combines Mamba with a global-local architecture and a specialized decoder to efficiently generate high-quality multi-granularity edges, outperforming existing models on key datasets.
Contribution
This paper introduces EDMB, a new edge detector utilizing Mamba and a learnable Gaussian distribution-based decoder for multi-granularity edge detection.
Findings
Achieves competitive ODS scores on BSDS500 without multi-scale testing.
Extends effectively to single-label datasets like NYUDv2 and BIPED.
Operates efficiently with high-quality results.
Abstract
Transformer-based models have made significant progress in edge detection, but their high computational cost is prohibitive. Recently, vision Mamba have shown excellent ability in efficiently capturing long-range dependencies. Drawing inspiration from this, we propose a novel edge detector with Mamba, termed EDMB, to efficiently generate high-quality multi-granularity edges. In EDMB, Mamba is combined with a global-local architecture, therefore it can focus on both global information and fine-grained cues. The fine-grained cues play a crucial role in edge detection, but are usually ignored by ordinary Mamba. We design a novel decoder to construct learnable Gaussian distributions by fusing global features and fine-grained features. And the multi-grained edges are generated by sampling from the distributions. In order to make multi-granularity edges applicable to single-label data, we…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIoT-based Smart Home Systems · CCD and CMOS Imaging Sensors
MethodsFocus · Mamba: Linear-Time Sequence Modeling with Selective State Spaces
