EDBT 2026 Demo / reviewers in the wild / expert
Peng Wang 0027
dblp:95/4442-27
· DBLP profile ↗
45ranked-venue papers in the field
5as first author
19since 2021 · last 2026
0000-0002-8136-9621ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 30 (3 first)Data Mining & Knowledge Discovery · 9 (2 first)Information Retrieval & Web Search · 3Other / Interdisciplinary · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Amortized Predictability-aware Training Framework for Time Series Forecasting and Classification
Xu Zhang 0026, Peng Wang 0027, Wei Wang 0009 |
WWW | 2 |
| 2026 | SEMixer: Semantics Enhanced MLP-Mixer for Multiscale Mixing and Long-term Time Series Forecasting
Xu Zhang 0026, Qitong Wang 0003, Peng Wang 0027, Wei Wang 0009 |
WWW | 3 |
| 2026 | Online state recognition of streaming time series based on subsequence similarity
Jie Zhang 0003, Peng Wang 0027, Wei Wang 0009 |
Inf. Sci. | 2 |
| 2025 | Log Parsing with LLMs Featuring Self-reflection and Continuous Refining
Xiaolei Chen 0001, Jia Chen 0037, Jie Shi 0010, Peng Wang 0027, Wei Wang 0009 |
DASFAA (6) | 4 |
| 2025 | EPAS: Efficient Online Log Parsing via Asynchronous Scheduling of LLM QueriesabstractSystem logs are critical for understanding the runtime behavior of information systems, yet their semi-structured nature poses challenges for effective utilization. Log parsing addresses this by transforming logs into structured representations, facilitating downstream tasks such as anomaly detection and failure analysis. Traditional approaches relying on statistical features or deep learning struggle with semantic understanding, efficiency, and adaptability to unseen data. Large language models (LLMs) offer new opportunities with their advanced semantic capabilities, yet current LLM-based log parsing methods are limited by sequential processing inefficiencies, suboptimal sampling strategies, and lack of robust template refinement mechanisms. To address these challenges, we propose EPAS (Efficient Parsing via Asynchronous Scheduling), a novel parser that utilizes asynchronous scheduling to optimize LLM- based log parsing. EPAS introduces three key innovations: a dynamic asynchronous mechanism to decouple LLM-based parsing from scheduling, maximizing efficiency; a controversy-based sampling mechanism to provide examples that help accurately parse challenging words; and an LLM-based validation task to semantically refine templates with minimal overhead. Experiments on benchmark datasets demonstrate that EPAS significantly outperforms state-of-the-art methods, achieving over a 360% improvement in parsing efficiency while maintaining high accuracy. In addition, EPAS achieves the best average performance across all four metrics, highlighting its effectiveness in both efficiency and accuracy.1 Xiaolei Chen 0001, Jia Chen 0037, Jie Shi 0010, Peng Wang 0027, Wei Wang 0009 |
ICDE | 4 |
| 2025 | Multi-period Learning for Financial Time Series ForecastingabstractTime series forecasting is important in finance domain. Financial time series (TS) patterns are influenced by both short-term public opinions and medium-/long-term policy and market trends. Hence, processing multi-period inputs becomes crucial for accurate financial time series forecasting (TSF). However, current TSF models either use only single-period input, or lack customized designs for addressing multi-period characteristics. In this paper, we propose a Multi-period Learning Framework (MLF) to enhance financial TSF performance. MLF considers both TSF's accuracy and efficiency requirements. Specifically, we design three new modules to better integrate the multi-period inputs for improving accuracy: (i) Inter-period Redundancy Filtering (IRF), that removes the information redundancy between periods for accurate self-attention modeling, (ii) Learnable Weighted-average Integration (LWI), that effectively integrates multi-period forecasts, (iii) Multi-period self-Adaptive Patching (MAP), that mitigates the bias towards certain periods by setting the same number of patches across all periods. Furthermore, we propose a Patch Squeeze module to reduce the number of patches in self-attention modeling for maximized efficiency. MLF incorporates multiple inputs with varying lengths (periods) to achieve better accuracy and reduces the costs of selecting input lengths during training. The codes and datasets are available at https://github.com/Meteor-Stars/MLF. Xu Zhang 0026, Zhengang Huang, Erpeng Qi, Yunkai Chen, Zhongya Xue, Qitong Wang 0003, Peng Wang 0027, Wei Wang 0009 |
KDD (1) | 9 |
| 2024 | Akane: Perplexity-Guided Time Series Data CleaningabstractDirty data are prevalent in time series, such as energy consumption or stock data. Existing data cleaning algorithms present shortcomings in dirty data identification and unsatisfactory cleaning decisions. To handle these drawbacks, we leverage inherent recurrent patterns in time series, analogize them as fixed combinations in textual data, and incorporate the concept of perplexity. The cleaning problem is thus transformed to minimize the perplexity of the time series under a given cleaning cost, and we design a four-phase algorithmic framework to tackle this problem. To ensure the framework's feasibility, we also conduct a brief analysis of the impact of dirty data and devise an automatic budget selection strategy. Moreover, to make it more generic, we additionally introduce advanced solutions, including an ameliorative probability calculation method grounded in the homomorphic pattern aggregation and a greedy-based heuristic algorithm for resource savings. Experiments on 12 real-world datasets demonstrate the superiority of our methods. Haoran Xiong, Zhenying He, Peng Wang 0027, Chen Wang 0018, Xiaoyang Sean Wang |
Proc. ACM Manag. Data | 4 |
| 2024 | Steiner-Hardness: A Query Hardness Measure for Graph-Based ANN IndexesabstractGraph-based indexes have been widely employed to accelerate approximate similarity search of high-dimensional vectors. However, the performance of graph indexes to answer different queries varies vastly, leading to an unstable quality of service for downstream applications. This necessitates an effective measure to test query hardness on graph indexes. Nonetheless, popular distance-based hardness measures like LID lose their effects due to the ignorance of the graph structure. In this paper, we propose Steiner -hardness, a novel connection-based graph-native query hardness measure. Specifically, we first propose a theoretical framework to analyze the minimum query effort on graph indexes and then define Steiner -hardness as the minimum effort on a representative graph. Moreover, we prove that our Steiner -hardness is highly relevant to the classical Directed Steiner Tree (DST) problems. In this case, we design a novel algorithm to reduce our problem to DST problems and then leverage their solvers to help calculate Steiner -hardness efficiently. Compared with LID and other similar measures, Steiner -hardness shows a significantly better correlation with the actual query effort on various datasets. Additionally, an unbiased evaluation designed based on Steiner -hardness reveals new ranking results, indicating a meaningful direction for enhancing the robustness of graph indexes. Zeyu Wang 0007, Qitong Wang 0003, Xiaoxing Cheng, Peng Wang 0027, Themis Palpanas, Wei Wang 0009 |
Proc. VLDB Endow. | 4 |
| 2024 | CIVET: Exploring Compact Index for Variable-Length Subsequence Matching on Time SeriesabstractNowadays the demands for managing and analyzing substantially increasing collections of time series are becoming more challenging. Subsequence matching, as a core subroutine in time series analysis, has drawn significant research attention. Most of the previous works only focus on matching the subsequences with equal length to the query. However, many scenarios require support for efficient variable-length subsequence matching. In this paper, we propose a new representation, Uniform Piecewise Aggregate Approximation (UPAA) with the capability of aligning features for variable-length time series while remaining the lower bounding property. Based on UPAA, we present a compact index structure by grouping adjacent subsequences and similar subsequences respectively. Moreover, we propose an index pruning algorithm and a data filtering strategy to efficiently support variable-length subsequence matching without false dismissals. The experiments conducted on both real and synthetic datasets demonstrate that our approach achieves considerably better efficiency, scalability, and effectiveness than existing approaches. Haoran Xiong, Hang Zhang 0032, Zeyu Wang 0007, Zhenying He, Peng Wang 0027, Xiaoyang Sean Wang |
Proc. VLDB Endow. | 5 |
| 2024 | Static and Streaming Discovery of Maximal Linear Representation Between Time SeriesabstractNowadays, many applications, like the Internet of Things and Industrial Internet, collect data points from sensors continuously to form long time series. Finding the correlation between time series is a fundamental task for many time series mining problems. However, it is meaningless to directly measure the global correlation between two long time series due to concept shift or noise data. To tackle this challenge, in this paper, we formulate the novel problem of finding maximal significant linear representation. The major idea is that, given two time series and a quality constraint, we want to find the longest gapped time interval on which a time series can be linearly represented by the other within the quality constraint requirement. We develop both exact and approximate algorithms (with approximation quality guarantees), which exploit a novel representation of the linear correlation between time series on subsequences, and transform the problem into a geometric search. Moreover, we propose an online approach to find this correlation in each sliding window incrementally for the streaming data. We present a systematic empirical study to verify the efficiency and effectiveness of our approaches. Zeyu Wang 0007, Zhenying He, Peng Wang 0027, Yang Wang 0041, Wei Wang 0009 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2024 | DumpyOS: A data-adaptive multi-ary index for scalable data series similarity search
Zeyu Wang 0007, Qitong Wang 0003, Peng Wang 0027, Themis Palpanas, Wei Wang 0009 |
VLDB J. | 3 |
| 2023 | Towards a Generic Framework for Mechanism-guided Deep Learning for Manufacturing ApplicationsabstractManufacturing data analytics tasks are traditionally undertaken with Mechanism Models (MMs), which are domain-specific mathematical equations modeling the underlying physical or chemical processes of the tasks. Recently, Deep Learning (DL) has been increasingly applied to manufacturing. MMs and DL have their individual pros and cons, motivating the development of Mechanism-guided Deep Learning Models (MDLMs) that combine the two. Existing MDLMs are often tailored to specific tasks or types of MMs, and can fail to effectively 1) utilize interconnections of multiple input examples, 2) adaptively self-correct prediction errors with error bounding, and 3) ensemble multiple MMs. In this work, we propose a generic, task-agnostic MDLM framework that can embed one or more MMs in deep networks, and address the 3 aforementioned issues. We present 2 diverse use cases where we experimentally demonstrate the effectiveness and efficiency of our models. Hanbo Zhang, Jiangxin Li, Peng Wang 0027, Themis Palpanas, Chen Wang 0018, Wei Wang 0009, Haoxuan Zhou, Jianwei Song, Wen Lu 0002 |
KDD | 4 |
| 2023 | AS-Parser: Log Parsing Based on Adaptive SegmentationabstractSystem logs have long been recognized as valuable data for analyzing and diagnosing system failures. One fundamental task of log processing is to convert unstructured logs into structured logs through log parsing. All previous log parsing approaches follow a general framework that first segments each log into a token sequence and then computes similarity between two sequences. However, all existing approaches share the common drawback: the flat segmentation with fixed delimiters fails to understand the structural information of logs, which causes low parsing accuracy. To address this problem, we propose a novel log parsing approach, AS-Parser. Our approach introduces a hierarchical log segmentation mechanism that can adaptively segment logs into a tree structure. It can automatically recognize the appropriate delimiters and capture the common structural information. Moreover, we propose three improvements that enhance both the effectiveness and efficiency of our approach. On the public benchmark, AS-Parser performs best on 14 out of 16 datasets, with an average parsing accuracy of 0.943, far exceeding existing approaches. Xiaolei Chen 0001, Peng Wang 0027, Jia Chen 0037, Wei Wang 0009 |
Proc. ACM Manag. Data | 2 |
| 2023 | Dumpy: A Compact and Adaptive Index for Large Data Series CollectionsabstractData series indexes are necessary for managing and analyzing the increasing amounts of data series collections that are nowadays available. These indexes support both exact and approximate similarity search, with approximate search providing high-quality results within milliseconds, which makes it very attractive for certain modern applications. Reducing the pre-processing (i.e., index building) time and improving the accuracy of search results are two major challenges. DSTree and the iSAX index family are state-of-the-art solutions for this problem. However, DSTree suffers from long index building times, while iSAX suffers from low search accuracy. In this paper, we identify two problems of the iSAX index family that adversely affect the overall performance. First, we observe the presence of a proximity-compactness trade-off related to the index structure design (i.e., the node fanout degree), significantly limiting the efficiency and accuracy of the resulting index. Second, a skewed data distribution will negatively affect the performance of iSAX. To overcome these problems, we propose Dumpy, an index that employs a novel multi-ary data structure with an adaptive node splitting algorithm and an efficient building workflow. Furthermore, we devise Dumpy-Fuzzy as a variant of Dumpy which further improves search accuracy by proper duplication of series. Experiments with a variety of large, real datasets demonstrate that the Dumpy solutions achieve considerably better efficiency, scalability and search accuracy than its competitors. Zeyu Wang 0007, Qitong Wang 0003, Peng Wang 0027, Themis Palpanas, Wei Wang 0009 |
Proc. ACM Manag. Data | 3 |
| 2022 | An Interpretable Time Series Classification Approach Based on Feature Clustering
Fan Qiao, Peng Wang 0027, Wei Wang 0009, Binjie Wang |
DASFAA (2) | 2 |
| 2022 | Efficient Consensus Motif Discovery of All Lengths in Multiple Time Series
Peng Wang 0027, Wei Wang 0009 |
DASFAA (2) | 2 |
| 2022 | Constructing Compact Time Series Index for Efficient Window Query ProcessingabstractAnalyzing and mining of time series have been widely studied in both academia and industry in recent years. Given a set of long time series, data analysts can utilize the window-based similarity search to explore subsequences in arbitrary time windows. Existing techniques are not efficient for window-based query processing. In particular, the whole matching index approach needs to build an individual index for each window, which incurs huge space cost. The existing window-based approach can only cluster neighboring windows, which leads to loose bounds of each group, and thus degrades the query processing efficiency. In this paper, we propose a compact time series index (WinIdx) for efficient window query processing. Specifically, i) we propose a novel distance measurement to capture the similarity between windows, ii) WinIdx provides a compact index structure for windows within a cluster by exploiting the similarity among subsequences relationships, and iii) several optimizations (e.g., sortable summarization, summarization envelop) are equipped in WinIdx to improve the efficiency of index construction, query processing and index footprints. We conduct extensive experiments on both real and synthetic time series to demonstrate the superiority of WinIdx against state-of-the-art approaches. Peng Wang 0027, Bo Tang 0016, Chen Wang 0018, Wei Wang 0009, Jianmin Wang 0001 |
ICDE | 2 |
| 2022 | NLC: Search Correlated Window Pairs on Long Time SeriesabstractNowadays, many applications, like Internet of Things and Industrial Internet, collect data points from sensors continuously to form long time series. Finding correlation between time series is a fundamental task for many time series mining problems. However, most existing works in this area are either limited in the type of detected relations, like only the linear correlations, or not handling the complex temporal relations, like not considering the unaligned windows or variable window lengths. In this paper, we propose an efficient approach, Non-Linear Correlation search (NLC), to search the correlated window pairs on two long time series. Firstly, we propose two strategies, window shrinking and window extending, to quickly find the high-quality candidates of correlated window pairs. Then, we refine the candidates by a nested one-dimensional search approach. We conduct a systematic empirical study to verify the efficiency and effectiveness of our approach over both synthetic and real-world datasets. Shuye Pan, Peng Wang 0027, Chen Wang 0018, Wei Wang 0009, Jianmin Wang 0001 |
Proc. VLDB Endow. | 2 |
| 2021 | GRAB: Finding Time Series Natural Structures via A Novel Graph-based SchemeabstractIn recent years, the widespread use of sensors has substantially stimulated researchers' interest in time series data mining. Real-world time series often include natural structures. For example, a time series captured from a patient rehabilitation app can be divided into a series of movements, e.g., sitting, standing, and walking. Finding time series natural structures (i.e., latent semantic states) is one of the core subroutines in time series mining applications. However, this task is not trivial as it has two challenges: (1) how to determine the correct change points between consecutive segments, and (2) how to cluster segments into different states.In this paper, we propose a novel graph-based approach, GRAB, to discover time series natural structures. In particular, GRAB first partitions the time series into a set of non-overlapping fragments via the similarity between subsequences. Then, it constructs a fragment-based graph and employs a graph partition method to cluster the fragments into states. Extensive experiments on real-world datasets demonstrate the effectiveness and efficiency of our GRAB method. Specifically, GRAB finds high-quality latent states, and it outperforms state-of-the-art solutions by orders of magnitude. Peng Wang 0027, Bo Tang 0016, Chen Wang 0018, Wei Wang 0009, Jianmin Wang 0001 |
ICDE | 2 |
| 2020 | Apache IoTDB: Time-series database for Internet of ThingsabstractThe amount of time-series data that is generated has exploded due to the growing popularity of Internet of Things (IoT) devices and applications. These applications require efficient management of the time-series data on both the edge and cloud side that support high throughput ingestion, low latency query and advanced time series analysis. In this demonstration, we present Apache IoTDB managing time-series data to enable new classes of IoT applications. IoTDB has both edge and cloud versions, provides an optimized columnar file format for efficient time-series data storage, and time-series database with high ingestion rate, low latency queries and data analysis support. It is specially optimized for time-series oriented operations like aggregations query, down-sampling and sub-sequence similarity search. An edge-to-cloud time-series data management application is chosen to demonstrate how IoTDB handles time-series data in real-time and supports advanced analytics by integrating with Hadoop and Spark. An end-to-end IoT data management solution is shown by integrating IoTDB with PLC4x, Calcite, and Grafana. Chen Wang 0018, Xiangdong Huang 0001, Jialin Qiao, Lei Rui, Rong Kang, Julian Feinauer, Kevin Mcgrail, Peng Wang 0027, Diaohan Luo, Jianmin Wang 0001, Jia-Guang Sun 0001 |
Proc. VLDB Endow. | 10 |
| 2019 | KV-Match: A Subsequence Matching Approach Supporting Normalization and Time WarpingabstractThe volume of time series data has exploded due to the popularity of new applications, such as data center management and IoT. Subsequence matching is a fundamental task in mining time series data. All index-based approaches only consider raw subsequence matching (RSM) and do not support subsequence normalization. UCR Suite can deal with normalized subsequence matching problem (NSM), but it needs to scan full time series. In this paper, we propose a novel problem, named constrained normalized subsequence matching problem (cNSM), which adds some constraints to NSM problem. The cNSM problem provides a knob to flexibly control the degree of offset shifting and amplitude scaling, which enables users to build the index to process the query. We propose a new index structure, KV-index, and the matching algorithm, KV-match. With a single index, our approach can support both RSM and cNSM problems under either ED or DTW distance. KV-index is a key-value structure, which can be easily implemented on local files or HBase tables. To support the query of arbitrary lengths, we extend KV-match to KV-match_DP, which utilizes multiple varied-length indexes to process the query. We conduct extensive experiments on synthetic and real-world datasets. The results verify the effectiveness and efficiency of our approach. Peng Wang 0027, Ningting Pan, Chen Wang 0018, Wei Wang 0009, Jianmin Wang 0001 |
ICDE | 2 |
| 2019 | Similarity join on time series by utilizing a dynamic segmentation index
Zhongsheng Li, Peng Wang 0027, Yang Wang 0041, Wei Wang 0009, Ningting Pan, Mingmin Chi |
Knowl. Inf. Syst. | 4 |
| 2018 | HDUMP: A Data Recovery Tool for Hadoop
Zhongsheng Li, Wei Wang 0009, Qitong Wang 0003, Fengbin Qi, Peng Wang 0027 |
DASFAA (2) | 7 |
| 2018 | MTSC: An Effective Multiple Time Series Compressing Approach
Ningting Pan, Peng Wang 0027, Wei Wang 0009 |
DEXA (1) | 2 |
| 2018 | Efficient Learning Interpretable Shapelets for Accurate Time Series ClassificationabstractRecently, time series classification with shapelets, due to their high discriminative ability and good interpretability, has attracted considerable interests within the research community. Previously, shapelet generating approaches extracted shapelets from training time series or learned shapelets with many parameters. Although they can achieve higher accuracy than other approaches, they still confront some challenges. First, searching or learning shapelets in the raw time series space incurs a huge computation cost. For example, it may cost several hours to deal with only hundreds of time series. Second, they must determine how many shapelets are needed beforehand, which is difficult without prior knowledge. To overcome these challenges, in this paper, we propose a novel algorithm to learn shapelets. We first discover shapelet candidates from the Piecewise Aggregate Approximation (PAA) word space, which is much more efficient than searching in the raw time series space. Moreover, the concept of coverage is proposed to measure the quality of candidates, based on which we design a method to compute the optimal number of shapelets. After that, we apply the logistic regression classifier to adjust the shapelets. Extensive experimentation on 15 datasets demonstrates that our algorithm is more accurate against 6 baselines and outperforms 2 orders of magnitude in terms of efficiency. Moreover, our algorithm has fewer redundant shape-like shapelets and is more convenient to interpret classification decisions. Zicheng Fang, Peng Wang 0027, Wei Wang 0009 |
ICDE | 2 |
| 2018 | Finding Maximal Significant Linear Representation between Long Time SeriesabstractIn some applications on time series data, finding linear correlation between time series is important. However, it is meaningless to measure the global correlation between two long time series. Moreover, more often than not, two time series may be correlated in various segments. To tackle the challenges in measuring linear correlation between two long time series, in this paper, we formulate the novel problem of finding maximal significant linear representation. The major idea is that, given two time series and a quality constraint, we want to find the longest gapped time interval on which a time series can be linearly represented by the other within the quality constraint requirement. We develop a point-based approach, which exploits a novel representation of linear correlation between time series on segments, and transforms the problem into geometric search. We present a systematic empirical study to verify its efficiency and effectiveness. Yang Wang 0041, Peng Wang 0027, Jian Pei 0001, Wei Wang 0009 |
ICDM | 3 |
| 2017 | Clustering Time Series Utilizing a Dimension Hierarchical Decomposition Approach
Peng Wang 0027, Yang Wang 0041, Wei Wang 0009, Danyang Dou |
DASFAA (1) | 2 |
| 2017 | A Distributed Multi-level Composite Index for KNN Processing on Long Time Series
Xiaqing Wang, Zicheng Fang, Peng Wang 0027, Ruiyuan Zhu, Wei Wang 0009 |
DASFAA (1) | 3 |
| 2014 | Topical Presentation of Search Results on Database
Mingxi Zhang 0001, Zhenying He, Peng Wang 0027, Wei Wang 0009, Chengfei Liu |
DASFAA (2) | 4 |
| 2014 | An Efficient K-means Clustering Algorithm on MapReduce
Peng Wang 0027, Wei Wang 0009, Zhongsheng Li |
DASFAA (1) | 2 |
| 2014 | A Probabilistic Approach to Detect Local Dependencies in Streams
Qiyang Duan, Mingxi Wu, Peng Wang 0027, Wei Wang 0009, Yu Cao 0004 |
DEXA (2) | 3 |
| 2013 | Combination of In-Memory Graph Computation with MapReduce: A Subgraph-Centric Method of PageRank
Wei Wang 0009, Peng Wang 0027, Ke Dai, Zhihui Wang 0009, Yang Wang 0041, Weiwei Sun 0008 |
WAIM | 3 |
| 2013 | Diversifying Query Suggestions by Using Topics from WikipediaabstractDiversifying query suggestions has emerged recently, by which the recommended queries can be both relevant and diverse. Most existing works diversify suggestions by query log analysis, however, for structured data, not all query logs are available. To this end, this paper studies the problem of suggesting diverse query terms by using topics from Wikipedia. Wikipedia is a successful online encyclopedia, and has high coverage of entities and concepts. We first obtain all relevant topics from Wikipedia, and then map each term to these topics. As the mapping is a nontrivial task, we leverage information from both Wikipedia and structured data to semantically map each term to topics. Finally, we propose a fast algorithm to efficiently generate the suggestions. Extensive evaluations are conducted on a real dataset, and our approach yields promising results. Mingxi Zhang 0001, Zhenying He, Peng Wang 0027, Wei Wang 0009 |
Web Intelligence | 4 |
| 2013 | Exploring Computation Locality of Graph Mining Algorithms on MapReduceabstractPrevious implementations of graph mining algorithms on MapReduce ignore the characteristic of locality in distributed systems. For distributed systems, locality means the operations take place in local computing nodes without the communication with remote computing nodes. In this paper we present LI-MR (Local Iteration MapReduce) framework to improve a class of graph operators which can be described by repeated matrix-vector multiplications. LI-MR considers locality of sub graphs and adopts coarse granularity of communication unit for MapReduce. In particular, for sub graphs, only partial operations need synchronization. We propose a method to implement random data access on Hadoop by outputting the results to HBase. With the support of range query provided by HBase, LI-MR allows sub graphs to fulfil computation task with enough information in main memory. Because the locality feature of sub graphs, the info for the computation is limited. In this way, LI-MR framework combines in-memory computation with MapReduce model for graph algorithms. Ke Dai, Wei Wang 0009, Peng Wang 0027, Rongming He, Mingxiu Dong |
Web Intelligence | 4 |
| 2013 | A Data-adaptive and Dynamic Segmentation Index for Whole Matching on Time SeriesabstractSimilarity search on time series is an essential operation in many applications. In the state-of-the-art methods, such as the R-tree based methods, SAX and iSAX, time series are by default divided into equi-length segments globally, that is, all time series are segmented in the same way. Those methods then focus on how to approximate or symbolize the segments and construct indexes. In this paper, we make an important observation: global segmentation of all time series may incur unnecessary cost in space and time for indexing time series. We develop DSTree, a data adaptive and dynamic segmentation index on time series. In addition to savings in space and time, our new index can provide tight upper and lower bounds on distances between time series. An extensive empirical study shows that our new index DSTree supports time series similarity search effectively and efficiently. Yang Wang 0041, Peng Wang 0027, Jian Pei 0001, Wei Wang 0009 |
Proc. VLDB Endow. | 2 |
| 2012 | Clustering-Based k-Anonymity
Xianmang He, Huahui Chen 0001, Yefang Chen, Yihong Dong, Peng Wang 0027, Zhenhua Huang 0005 |
PAKDD (1) | 5 |
| 2011 | Approximate Query on Historical Stream Data
Qiyang Duan, Peng Wang 0027, Mingxi Wu, Wei Wang 0009 |
DEXA (2) | 2 |
| 2011 | Finding semantics in time seriesabstractIn order to understand a complex system, we analyze its output or its log data. For example, we track a system's resource consumption (CPU, memory, message queues of different types, etc) to help avert system failures; we examine economic indicators to assess the severity of a recession; we monitor a patient's heart rate or EEG for disease diagnosis. Time series data is involved in many such applications. Much work has been devoted to pattern discovery from time series data, but not much has attempted to use the time series data to unveil a system's internal dynamics. In this paper, we go beyond learning patterns from time series data. We focus on obtaining a better understanding of its data generating mechanism, and we regard patterns and their temporal relations as organic components of the hidden mechanism. Specifically, we propose to model time series data using a novel pattern-based hidden Markov model (pHMM), which aims at revealing a global picture of the system that generates the time series data. We propose an iterative approach to refine pHMMs learned from the data. In each iteration, we use the current pHMM to guide time series segmentation and clustering, which enables us to learn a more accurate pHMM. Furthermore, we propose three pruning strategies to speed up the refinement process. Empirical results on real datasets demonstrate the feasibility and effectiveness of the proposed approach. Peng Wang 0027, Haixun Wang, Wei Wang 0009 |
SIGMOD Conference | 1 |
| 2010 | Efficient Episode Mining with Minimal and Non-overlapping OccurrencesabstractFrequent serial episodes within an event sequence describe the behavior of users or systems about the application. Existing mining algorithms calculate the frequency of an episode based on overlapping or non-minimal occurrences, which is prone to over-counting the support of long episodes or poorly characterizing the followed-by-closely relationship over event types. In addition, due to utilizing the Apriori-style level wise approach, these algorithms are computationally expensive. In this paper, we propose an efficient algorithm MANEPI (Minimal And Non-overlapping EPIsode) for mining more interesting frequent episodes within the given event sequence. The proposed frequency measure takes both minimal and non-overlapping occurrences of an episode into consideration and ensures better mining quality. The introduced depth first search strategy with the Apriori Property for performing episode growth greatly improves the efficiency of mining long episodes because of scanning the given sequence only once and not generating candidate episodes. Moreover, an optimization technique is presented to narrow down search space and speed up the mining process. Experimental evaluation on both synthetic and real-world datasets demonstrates that our algorithms are more efficient and effective. Huisheng Zhu, Peng Wang 0027, Xianmang He, Wei Wang 0009, Baile Shi |
ICDM | 2 |
| 2010 | An algorithmic approach to event summarizationabstractRecently, much study has been directed toward summarizing event data, in the hope that the summary will lead us to a better understanding of the system that generates the events. However, instead of offering a global picture of the system, the summary obtained by most current approaches are piecewise, each describing an isolated snapshot of the system. We argue that the best summary, both in terms of its minimal description length and its interpretability, is the one obtained with the understanding of the internal dynamics of the system. Such understanding includes, for example, what are the internal states of the system, and how the system alternates among these states. In this paper, we adopt an algorithmic approach for event data summarization. More specifically, we use a hidden Markov model to describe the event generation process. We show that summarizing events based on the learned hidden Markov Model achieves short description length and high interpretability. Experiments show that our approach is both efficient and effective. Peng Wang 0027, Haixun Wang, Majin Liu, Wei Wang 0009 |
SIGMOD Conference | 1 |
| 2008 | Data-Aware Clustering Hierarchy for Wireless Sensor Networks
Xiaochen Wu, Peng Wang 0027, Wei Wang 0009, Baile Shi |
PAKDD | 2 |
| 2007 | A Low-Granularity Classifier for Data Streams with Concept Drifts and Biased Class DistributionabstractMany applications track streaming data for actionable alerts, which may include, for example, network intrusions, transaction frauds, bio-surveilence abnormalities, and so forth. Some stream classification models are built for this purpose. Due to concept drifts, maintaining a model's up-to-dateness has become one of the most challenging tasks in mining data streams. State-of-the-art approaches, including both the incrementally updated classifiers and the ensemble classifiers, have proved that model update is a very costly process. In this paper, we show that reducing model granularity reduces the update cost, as models of fine granularity enable us to efficiently pinpoint local components in the model that are affected by the concept drift. It also enables us to derive new model components to reflect the current data distribution, thus avoiding expensive updates on a global scale. Furthermore, those actionable alerts being monitored are usually rare occurrences. The existing stream classifiers cannot handle this problem. We address this problem and show that the low-granularity classifier handles rare events on stream data with ease. Experiments on real and synthetic data show that our approach is able to maintain good prediction accuracy at a fraction of the model updating cost of state-of-the-art approaches. Peng Wang 0027, Haixun Wang, Xiaochen Wu, Wei Wang 0009, Baile Shi |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2006 | LOCI: Load Shedding through Class-Preserving Data AcquisitionabstractAn avalanche of data available in the stream form is overstretching our data analyzing ability. In this paper, we propose a novel load shedding method that enables fast and accurate stream data classification. We transform input data so that its class information concentrates on a few features, and we introduce a progressive classifier that makes prediction with partial input. We take advantage of stream data's temporal locality -for example, readings from a temperature sensor usually do not change dramatically over a short period of time -for load shedding. We first show that temporal locality of the original data is preserved by our transform, then we utilize positive and negative knowledge about the data (which is of much smaller size than the data itself) for classification. We employ both analytical and empirical analysis to demonstrate the advantage of our approach. Peng Wang 0027, Haixun Wang, Wei Wang 0009, Baile Shi, Philip S. Yu |
ICDM | 1 |
| 2005 | On Reducing Classifier Granularity in Mining Concept-Drifting Data StreamsabstractMany applications use classification models on streaming data to detect actionable alerts. Due to concept drifts in the underlying data, how to maintain a model's up-to-dateness has become one of the most challenging tasks in mining data streams. State of the art approaches, including both the incrementally updated classifiers and the ensemble classifiers, have proved that model update is a very costly process. In this paper, we introduce the concept of model granularity. We show that reducing model granularity will reduce model update cost. Indeed, models of fine granularity enable us to efficiently pinpoint local components in the model that are affected by the concept drift. It also enables us to derive new components that can easily integrate with the model to reflect the current data distribution, thus avoiding expensive updates on a global scale. Experiments on real and synthetic data show that our approach is able to maintain good prediction accuracy at a fraction of model updating cost of state of the art approaches. Peng Wang 0027, Haixun Wang, Xiaochen Wu, Wei Wang 0009, Baile Shi |
ICDM | 1 |
| 2004 | ANNE: An Efficient Framework on View Selection Problem
Peng Wang 0027, Chen Wang 0035, Haofeng Zhou, Wei Wang 0009, Baile Shi |
APWeb | 2 |