paper-with-me

Papers

Efficient Representative Subset Selection over Sliding Windows

2017-06-15 · Yanhao Wang, Yuchen Li, Kian-Lee Tan

Representative subset selection (RSS) is an important tool for users to draw insights from massive datasets. Existing literature models RSS as the submodular maximization problem to capture the "diminishing returns" property of the representativeness of selected subsets, but often only has a single constraint (e.g., cardinality), which limits its applications in many real-world problems. To capture the data recency issue and support different types of constraints, we formulate dynamic RSS in data streams as maximizing submodular functions subject to general $d$-knapsack constraints (SMDK) over sliding windows. We propose a \textsc{KnapWindow} framework (KW) for SMDK. KW utilizes the \textsc{KnapStream} algorithm (KS) for SMDK in append-only streams as a subroutine. It maintains a sequence of checkpoints and KS instances over the sliding window. Theoretically, KW is $\frac{1-\varepsilon}{1+d}$-approximate for SMDK. Furthermore, we propose a \textsc{KnapWindowPlus} framework (KW$^{+}$) to improve upon KW. KW$^{+}$ builds an index \textsc{SubKnapChk} to manage the checkpoints and KS instances. \textsc{SubKnapChk} deletes a checkpoint whenever it can be approximated by its successors. By keeping much fewer checkpoints, KW$^{+}$ achieves higher efficiency than KW while still guaranteeing a $\frac{1-\varepsilon'}{2+2d}$-approximate solution for SMDK. Finally, we evaluate the efficiency and solution quality of KW and KW$^{+}$ in real-world datasets. The experimental results demonstrate that KW achieves more than two orders of magnitude speedups over the batch baseline and preserves high-quality solutions for SMDK over sliding windows. KW$^{+}$ further runs 5-10 times faster than KW while providing solutions with equivalent or even better utilities.

📄 PDF Abstract BibTeX arXiv:1706.04764

Code (1)

yhwang1990/Representative-Subset-Selection 공식 구현

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

Automated Detection of Welding Defects without Segmentation

2019-08-01 · NDT & E International 2019 8 · Domingo Mery

Abstract Substantial research has been performed on automated detection and classification of welding defects in continuous welds using X-ray imaging. Typically, the detection follows a pattern recognition schema (seg…

ClassificationHuman Detectionobject-detectionObject Detection

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…

Subset Selection and Summarization in Sequential Data

2017-12-01 · NeurIPS 2017 12 · Ehsan Elhamifar, M. Clara De Paolis Kaluza

Subset selection, which is the task of finding a small subset of representative items from a large ground set, finds numerous applications in different areas. Sequential data, including time-series and ordered data, cont…

DiversityTime SeriesTime Series AnalysisVideo Summarization

Cascaded Boundary Regression for Temporal Action Detection

2017-05-02 · Jiyang Gao, Zhenheng Yang, Ram Nevatia

Temporal action detection in long videos is an important problem. State-of-the-art methods address this problem by applying action classifiers on sliding windows. Although sliding windows may contain an identifiable port…

Action Detectionregression