菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-22
📄 Abstract - Topology-Aware Skeleton Detection via Lighthouse-Guided Structured Inference

In natural images, object skeletons are used to represent geometric shapes. However, even slight variations in pose or movement can cause noticeable changes in skeleton structure, increasing the difficulty of detecting the skeleton and often resulting in discontinuous skeletons. Existing methods primarily focus on point-level skeleton point detection and overlook the importance of structural continuity in recovering complete skeletons. To address this issue, we propose Lighthouse-Skel, a topology-aware skeleton detection method via lighthouse-guided structured inference. Specifically, we introduce a dual-branch collaborative detection framework that jointly learns skeleton confidence field and structural anchors, including endpoints and junction points. The spatial distributions learned by the point branch guide the network to focus on topologically vulnerable regions, which improves the accuracy of skeleton detection. Based on the learned skeleton confidence field, we further propose a lighthouse-guided topology completion strategy, which uses detected junction points and breakpoints as lighthouses to reconnect discontinuous skeleton segments along low-cost paths, thereby improving skeleton continuity and structural integrity. Experimental results on four public datasets demonstrate that the proposed method achieves competitive detection accuracy while substantially improving skeleton connectivity and structural integrity.

顶级标签: computer vision machine learning
详细标签: skeleton detection topology-aware structured inference skeleton continuity object skeletons 或 搜索:

基于灯塔引导的结构化推理的拓扑感知骨架检测 / Topology-Aware Skeleton Detection via Lighthouse-Guided Structured Inference


1️⃣ 一句话总结

本文提出了一种新的骨架检测方法,通过同时学习骨架置信度和关键结构点(端点、分叉点),并利用检测到的断点作为“灯塔”引导骨架片段的重新连接,从而在保持检测精度的同时显著提升了骨架的连续性和结构完整性。

源自 arXiv: 2604.20123