Search papers, labs, and topics across Lattice.
This paper introduces FLIM-BoFP, a faster variant of Feature Learning from Image Markers (FLIM) for salient object detection, which trains convolutional networks without backpropagation using user-drawn markers. FLIM-BoFP improves upon the original FLIM-Cluster method by performing a single clustering at the input block to create a bag of feature points, thereby reducing computational overhead. Experiments on parasite detection in microscopy images demonstrate that FLIM-BoFP achieves improved efficiency, effectiveness, and generalization compared to FLIM-Cluster and other baselines.
Ditch backpropagation and per-layer clustering: FLIM-BoFP offers a faster, more efficient way to train convolutional networks using user-drawn markers and a single "bag of feature points."
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.