基于特征点包的FLIM网络 / FLIM Networks with Bag of Feature Points
1️⃣ 一句话总结
这篇论文提出了一种名为FLIM-BoFP的新方法,它能通过用户简单标注的少量图片,无需传统耗时训练就能快速构建一个轻量级的图像识别网络,特别适用于像显微镜下寄生虫检测这类需要快速开发且标注数据有限的场景。
Convolutional networks require extensive image annotation, which can be costly and time-consuming. Feature Learning from Image Markers (FLIM) tackles this challenge by estimating encoder filters (i.e., kernel weights) from user-drawn markers on discriminative regions of a few representative images without traditional optimization. Such an encoder combined with an adaptive decoder comprises a FLIM network fully trained without backpropagation. Prior research has demonstrated their effectiveness in Salient Object Detection (SOD), being significantly lighter than existing lightweight models. This study revisits FLIM SOD and introduces FLIM-Bag of Feature Points (FLIM-BoFP), a considerably faster filter estimation method. The previous approach, FLIM-Cluster, derives filters through patch clustering at each encoder's block, leading to computational overhead and reduced control over filter locations. FLIM-BoFP streamlines this process by performing a single clustering at the input block, creating a bag of feature points, and defining filters directly from mapped feature points across all blocks. The paper evaluates the benefits in efficiency, effectiveness, and generalization of FLIM-BoFP compared to FLIM-Cluster and other state-of-the-art baselines for parasite detection in optical microscopy images.
基于特征点包的FLIM网络 / FLIM Networks with Bag of Feature Points
这篇论文提出了一种名为FLIM-BoFP的新方法,它能通过用户简单标注的少量图片,无需传统耗时训练就能快速构建一个轻量级的图像识别网络,特别适用于像显微镜下寄生虫检测这类需要快速开发且标注数据有限的场景。
源自 arXiv: 2602.20845