This summarizes an academic paper that proposes an unsupervised algorithm to detect regions of interest (ROIs) in images using fast feature detectors. It detects keypoints using Speeded-Up Robust Features (SURF) and Features from Accelerated Segment Test (FAST) to maximize interest points. It categorizes keypoints as foreground or background using k-nearest neighbors classification on texture descriptors. ROIs are identified as groups of foreground keypoints. Preliminary experiments showed this approach can efficiently detect ROIs without computationally expensive comparisons between images.
Related topics: