paper-with-me

Papers

Faster Mean-shift: GPU-accelerated clustering for cosine embedding-based cell segmentation and tracking

2020-07-28 · Mengyang Zhao, Aadarsh Jha, Quan Liu, Bryan A. Millis, Anita Mahadevan-Jansen, Le Lu, Bennett A. Landman, Matthew J. Tyskac, Yuankai Huo

Recently, single-stage embedding based deep learning algorithms gain increasing attention in cell segmentation and tracking. Compared with the traditional "segment-then-associate" two-stage approach, a single-stage algorithm not only simultaneously achieves consistent instance cell segmentation and tracking but also gains superior performance when distinguishing ambiguous pixels on boundaries and overlaps. However, the deployment of an embedding based algorithm is restricted by slow inference speed (e.g., around 1-2 mins per frame). In this study, we propose a novel Faster Mean-shift algorithm, which tackles the computational bottleneck of embedding based cell segmentation and tracking. Different from previous GPU-accelerated fast mean-shift algorithms, a new online seed optimization policy (OSOP) is introduced to adaptively determine the minimal number of seeds, accelerate computation, and save GPU memory. With both embedding simulation and empirical validation via the four cohorts from the ISBI cell tracking challenge, the proposed Faster Mean-shift algorithm achieved 7-10 times speedup compared to the state-of-the-art embedding based cell instance segmentation and tracking algorithm. Our Faster Mean-shift algorithm also achieved the highest computational speed compared to other GPU benchmarks with optimized memory consumption. The Faster Mean-shift is a plug-and-play model, which can be employed on other pixel embedding based clustering inference for medical image analysis. (Plug-and-play model is publicly available: https://github.com/masqm/Faster-Mean-Shift)

📄 PDF Abstract BibTeX arXiv:2007.14283

Code (1)

masqm/Faster-Mean-Shift 공식 구현 tf

Tasks

Cell SegmentationCell TrackingClusteringGPUInstance SegmentationMedical Image AnalysisSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

GPU-accelerated Faster Mean Shift with euclidean distance metrics

2021-12-27 · Le You, Han Jiang, Jinyong Hu, Chorng Chang 외

Handling clustering problems are important in data statistics, pattern recognition and image processing. The mean-shift algorithm, a common unsupervised algorithms, is widely used to solve clustering problems. However, t…

ClusteringGPU

k2-means for fast and accurate large scale clustering

2016-05-30 · Eirikur Agustsson, Radu Timofte, Luc van Gool

We propose k^2-means, a new clustering method which efficiently copes with large numbers of clusters and achieves low energy solutions. k^2-means builds upon the standard k-means (Lloyd's algorithm) and combines a new st…

Clustering

MeanShift++: Extremely Fast Mode-Seeking With Applications to Segmentation and Object Tracking

2021-04-01 · CVPR 2021 1 · Jennifer Jang, Heinrich Jiang

MeanShift is a popular mode-seeking clustering algorithm used in a wide range of applications in machine learning. However, it is known to be prohibitively slow, with quadratic runtime per iteration. We propose MeanShift…

ClusteringDensity EstimationImage SegmentationObject Tracking+1

The K-modes algorithm for clustering

2013-04-24 · Miguel Á. Carreira-Perpiñán, Weiran Wang

Many clustering algorithms exist that estimate a cluster centroid, such as K-means, K-medoids or mean-shift, but no algorithm seems to exist that clusters data by returning exactly K meaningful modes. We propose a natura…

Clusteringvalid

Accelerated Fuzzy C-Means Clustering Based on New Affinity Filtering and Membership Scaling

2023-02-14 · Dong Li, Shuisheng Zhou, Witold Pedrycz

Fuzzy C-Means (FCM) is a widely used clustering method. However, FCM and its many accelerated variants have low efficiency in the mid-to-late stage of the clustering process. In this stage, all samples are involved in th…

Clustering