paper-with-me

Papers

Dynamic data summarization for hierarchical spatial clustering

2024-11-26 · Kayumov Abduaziz, Min Sik Kim, Ji Sun Shin

Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN) finds meaningful patterns in spatial data by considering density and spatial proximity. As the clustering algorithm is inherently designed for static applications, so have recent studies focused on accelerating the algorithm for static applications using approximate or parallel methods. However, much less attention has been given to dynamic environments, where even a single point insertion or deletion can require recomputing the clustering hierarchy from scratch due to the need of maintaining the minimum spanning tree (MST) over a complete graph. This paper addresses the challenge of enhancing the clustering algorithm for dynamic data. We present an exact algorithm that maintains density information and updates the clustering hierarchy of HDBSCAN during point insertions and deletions. Considering the hardness of adapting the exact algorithm to dynamic data involving modern workloads, we propose an online-offline framework. The online component efficiently summarizes dynamic data using a tree structure, called Bubble-tree, while the offline step performs the static clustering. Experimental results demonstrate that the data summarization adapts well to fully dynamic environments, providing compression quality on par with existing techniques while significantly improving runtime performance of the clustering algorithm in dynamic data workloads.

📄 PDF Abstract BibTeX arXiv:2412.07789

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringData Summarization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Scene Summarization: Clustering Scene Videos into Spatially Diverse Frames

2023-11-28 · Chao Chen, Mingzhi Zhu, Ankush Pratap Singh, Yu Yan 외

We propose scene summarization as a new video-based scene understanding task. It aims to summarize a long video walkthrough of a scene into a small set of frames that are spatially diverse in the scene, which has many im…

ClusteringDiversityScene UnderstandingVideo Summarization+1

Recursive Abstractive Processing for Retrieval in Dynamic Datasets

2024-10-02 · Charbel Chucri, Rami Azouz, Joachim Ott

Recent retrieval-augmented models enhance basic methods by building a hierarchical structure over retrieved text chunks through recursive embedding, clustering, and summarization. The most relevant information is then re…

ClusteringRetrieval

HERCULES: Hierarchical Embedding-based Recursive Clustering Using LLMs for Efficient Summarization

2025-06-24 · Gabor Petnehazi, Bernadett Aradi

The explosive growth of complex datasets across various modalities necessitates advanced analytical tools that not only group data effectively but also provide human-understandable insights into the discovered structures…

Clustering

Meeting Summarization with Pre-training and Clustering Methods

2021-11-16 · Andras Huebner, Wei Ji, Xiang Xiao

Automatic meeting summarization is becoming increasingly popular these days. The ability to automatically summarize meetings and to extract key information could greatly increase the efficiency of our work and life. In t…

ClusteringLanguage ModelingLanguage ModellingMeeting Summarization+1

Human Action Attribute Learning From Video Data Using Low-Rank Representations

2016-12-23 · Tong Wu, Prudhvi Gurram, Raghuveer M. Rao, Waheed U. Bajwa

Representation of human actions as a sequence of human body movements or action attributes enables the development of models for human activity recognition and summarization. We present an extension of the low-rank repre…

Action RecognitionActivity RecognitionAttributeClustering+2