paper-with-me

Papers

On the clustering behavior of sliding windows

2025-03-18 · Boris Alexeev, Wenyan Luo, Dustin G. Mixon, Yan X Zhang

Things can go spectacularly wrong when clustering timeseries data that has been preprocessed with a sliding window. We highlight three surprising failures that emerge depending on how the window size compares with the timeseries length. In addition to computational examples, we present theoretical explanations for each of these failure modes.

📄 PDF Abstract BibTeX arXiv:2503.14393

Code (1)

zhaoolee/garss pytorch

Tasks

Clustering

Similar Papers 제목 키워드 기반

Fast Automatic Feature Selection for Multi-Period Sliding Window Aggregate in Time Series

2020-12-02 · Rui An, Xingtian Shi, Baohan Xu

As one of the most well-known artificial feature sampler, the sliding window is widely used in scenarios where spatial and temporal information exists, such as computer vision, natural language process, data stream, and …

feature selectionTime SeriesTime Series Analysis

k-Center Clustering with Outliers in Sliding Windows

2022-01-07 · Paolo Pellizzoni, Andrea Pietracaprina, Geppino Pucci

Metric $k$-center clustering is a fundamental unsupervised learning primitive. Although widely used, this primitive is heavily affected by noise in the data, so that a more sensible variant seeks for the best solution th…

Clustering

Optimal Matrix Sketching over Sliding Windows

2024-05-13 · Hanyan Yin, Dongxie Wen, Jiajun Li, Zhewei Wei 외

Matrix sketching, aimed at approximating a matrix $\boldsymbol{A} \in \mathbb{R}^{N\times d}$ consisting of vector streams of length $N$ with a smaller sketching matrix $\boldsymbol{B} \in \mathbb{R}^{\ell\times d}, \ell…

Improving Faithfulness of Large Language Models in Summarization via Sliding Generation and Self-Consistency

2024-07-31 · Taiji Li, Zhi Li, Yin Zhang

Despite large language models (LLMs) have demonstrated impressive performance in various tasks, they are still suffering from the factual inconsistency problem called hallucinations. For instance, LLMs occasionally gener…

Document SummarizationInformativenessText Summarization

Cluster-Former: Clustering-based Sparse Transformer for Question Answering

2021-01-01 · Findings (ACL) 2021 8 · Shuohang Wang, Luowei Zhou, Zhe Gan, Yen-Chun Chen 외

Transformer has become ubiquitous in the deep learning field. One of the key ingredients that destined its success is the self-attention mechanism, which allows fully-connected contextual encoding over input tokens. How…

ClusteringQuestion Answering