paper-with-me

홈 › Papers

A Deep Learning Object Detection Method for an Efficient Clusters Initialization

2021-04-28 · Raphaël Couturier, Hassan N. Noura, Ola Salman, Abderrahmane Sider

Clustering is an unsupervised machine learning method grouping data samples into clusters of similar objects. In practice, clustering has been used in numerous applications such as banking customers profiling, document retrieval, image segmentation, and e-commerce recommendation engines. However, the existing clustering techniques present significant limitations, from which is the dependability of their stability on the initialization parameters (e.g. number of clusters, centroids). Different solutions were presented in the literature to overcome this limitation (i.e. internal and external validation metrics). However, these solutions require high computational complexity and memory consumption, especially when dealing with big data. In this paper, we apply the recent object detection Deep Learning (DL) model, named YOLO-v5, to detect the initial clustering parameters such as the number of clusters with their sizes and centroids. Mainly, the proposed solution consists of adding a DL-based initialization phase making the clustering algorithms free of initialization. Two model solutions are provided in this work, one for isolated clusters and the other one for overlapping clusters. The features of the incoming dataset determine which model to use. Moreover, The results show that the proposed solution can provide near-optimal clusters initialization parameters with low computational and resources overhead compared to existing solutions.

📄 PDF Abstract BibTeX arXiv:2104.13634

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDeep LearningImage Segmentationobject-detectionObject DetectionRetrievalSemantic Segmentation

Similar Papers 제목 키워드 기반

A Hybrid Algorithm Based Robust Big Data Clustering for Solving Unhealthy Initialization, Dynamic Centroid Selection and Empty clustering Problems with Analysis

2020-02-21 · Y. A. Joarder, Mosabbir Ahmed

Big Data is a massive volume of both structured and unstructured data that is too large and it also difficult to process using traditional techniques. Clustering algorithms have developed as a powerful learning tool that…

Clustering

An Efficient Framework for Clustered Federated Learning

2020-06-07 · NeurIPS 2020 12 · Avishek Ghosh, Jichan Chung, Dong Yin, Kannan Ramchandran

We address the problem of federated learning (FL) where users are distributed and partitioned into clusters. This setup captures settings where different groups of users have their own objectives (learning tasks) but by …

ClusteringFederated LearningMulti-Task Learning

Consistency of Lloyd's Algorithm Under Perturbations

2023-09-01 · Dhruv Patel, Hui Shen, Shankar Bhamidi, Yufeng Liu 외

In the context of unsupervised learning, Lloyd's algorithm is one of the most widely used clustering algorithms. It has inspired a plethora of work investigating the correctness of the algorithm under various settings wi…

ClusteringCommunity Detection

Multimodal Object Query Initialization for 3D Object Detection

2023-10-16 · Mathijs R. van Geerenstein, Felicia Ruppel, Klaus Dietmayer, Dariu M. Gavrila

3D object detection models that exploit both LiDAR and camera sensor features are top performers in large-scale autonomous driving benchmarks. A transformer is a popular network architecture used for this task, in which …

3D Object DetectionAutonomous DrivingDecoderObject+2

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