VLDB 2026 Research / reviewers in the wild / expert
Wei Wang 0009
dblp:w/WeiWang9
· DBLP profile ↗
136ranked-venue papers in the field
1as first author
25since 2021 · last 2026
0000-0003-0264-788XORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 76 (1 first)Data Mining & Knowledge Discovery · 31Information Retrieval & Web Search · 20Knowledge Engineering, Semantic Web & Information Systems · 4Other / Interdisciplinary · 4Business Process & Enterprise Data · 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 | 4 |
| 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 | 4 |
| 2026 | Online state recognition of streaming time series based on subsequence similarity
Jie Zhang 0003, Peng Wang 0027, Wei Wang 0009 |
Inf. Sci. | 3 |
| 2026 | TablePuppet: Towards a Generic Framework for Learning over Relational Tables
Lijie Xu, Chulin Xie, Gustavo Alonso, Guoliang Li 0001, Wei Wang 0009, Wentao Wu 0001, Ce Zhang 0001 |
VLDB J. | 8 |
| 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) | 5 |
| 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 | 5 |
| 2025 | FreewayML: An Adaptive and Stable Streaming Learning Framework for Dynamic Data StreamsabstractStreaming (machine) learning (SML) can capture dynamic changes in real-time data and perform continuous updates. It has been widely applied in real-world scenarios such as network security, financial regulation, and energy supply. How-ever, due to the sensitivity and lightweight nature of SML models, existing work suffers from low robustness, sudden decline, and catastrophic forgetting when facing unexpected data distribution drifts. Previous studies have attempted to enhance the stability of SML through methods such as data selection, replay, and constraints. However, these methods are typically designed for specific feature spaces and specific ML algorithms. In this paper, we introduce a shift graph based on the distances between data distributions and define three distinct data shift patterns. For these three patterns, we design three adaptive mechanisms, (a) multi-time granularity models, (b) coherent experience clustering, and (c) historical knowledge reuse, that are triggered by a strategy selector, with the goal of enhancing the accuracy and stability of SML. We implement an adaptive and stable SML framework, FreewayML, on top of PyTorch, which is suitable for most SML models. Experimental results show that FreewayML significantly outperforms existing SML systems in both stability and accuracy, with a comparable throughput and latency. Zheheng Liang, Lijie Xu, Wentao Wu 0001, Mingchao Wu, Wuqiang Shen, Wei Wang 0009 |
ICDE | 7 |
| 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) | 10 |
| 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. | 6 |
| 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. | 5 |
| 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. | 5 |
| 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 | 7 |
| 2023 | Efficient Single-Source SimRank Query by Path AggregationabstractSingle-source SimRank query calculates the similarity between a query node and every node in a graph, which traverses the paths starting from the query node for similarity computation. However, the scale of the paths increases exponentially as path length increases, which decreases the computation efficiency. Sampling-based algorithms reduce computational cost by path sampling, but they need to sample sufficient paths to ensure the accuracy, and the performance might be affected by the large scale of paths. In this paper, we propose VecSim for efficient single-source SimRank query by path aggregation. VecSim first aggregates the paths starting from query node with common arrived nodes step by step to obtain the hitting probabilities, and then aggregates the paths starting from the arrived nodes reversely to obtain the first-meeting probabilities in a similar way, in which only several vectors are maintained. The extra-meeting probabilities are excluded from each step, and an efficient sampling-based algorithm is designed, which estimates the extra-meeting probabilities by sampling paths within a specified length. For further speeding up query processing, we propose a threshold-sieved algorithm, which prunes the entries with small values that contribute little to the final similarity scores by setting a threshold. Extensive experiments are done on four small and four large graphs, which demonstrate that VecSim outperforms the competitors in terms of time and space costs on a comparable accuracy. In particular, VecSim achieves an empirical error of 10-4 level in under 0.1 second over all of these graphs. Mingxi Zhang 0001, Yanghua Xiao, Wei Wang 0009 |
KDD | 3 |
| 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 | 4 |
| 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 | 5 |
| 2023 | Prototypical Concept RepresentationabstractConcepts are building blocks of human thinking. For machines, concept understanding has also been increasingly important, which makes concept representation a fundamental problem in artificial intelligence. While many concepts have their instances, the massive amount of information carried by instances has long been ignored in current concept representation, which limits the usage of these concepts in applications. In this paper, inspired by prototype theory in cognitive science, we propose prototypical concept representation for machines, which represents each concept with a distributed prototype derived from representations of its instances. For prototypical representation learning, we further introduce a novel model named Prototypical Siamese Network (PSN). PSN is trained under the supervision ofisAdetermination, one of the most important concept-related applications. Results of extensive experiments demonstrate that, our method achieves state-of-the-art performance, thus validating the effectiveness of prototypical concept representation. Xintao Wang 0001, Jiaqing Liang, Yanghua Xiao, Wei Wang 0009 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2022 | Can We Have Both Fish and Bear's Paw?: Improving Performance, Reliability, and both of them for Relation Extraction under Label ShiftabstractNeural Relation Extraction (RE) models need large amounts of labeled data for effective training, which mainly comes from automatically labeling by Distant Supervision (DS). Though fast and easy, the label shift problem inevitably happens, i.e., the label distribution of DS-generated training set is quite different from that of the real world (i.e. test set). According to our observations, label shift not only leads to performance diminishment, but also hinders the reliability of DS-RE models by causing bad confidence estimation. In this paper, we make contributions by answering the following three questions: 1) How to improve performance of DS-RE models under label shift? 2) How to make sure their reliability under label shift? 3) How to improve both performance and reliability for DS-RE models under label shift? To the best of our knowledge, this is the first paper to study the performance as well as reliability of DS-RE models under label shift. Experiment results show significant improvements on two real-world datasets and six popular neural RE models, making a step further towards high-performance and reliable RE system under real-world label-shift conditions. Zhixu Li, Jianfeng Qu, Jiaqing Liang, Miyu Zhang, Yanghua Xiao, Wei Wang 0009 |
CIKM | 8 |
| 2022 | Modeling Uncertainty in Neural Relation Extraction
Yanghua Xiao, Wei Wang 0009, Yunwen Chen |
DASFAA (3) | 3 |
| 2022 | An Interpretable Time Series Classification Approach Based on Feature Clustering
Fan Qiao, Peng Wang 0027, Wei Wang 0009, Binjie Wang |
DASFAA (2) | 3 |
| 2022 | Efficient Consensus Motif Discovery of All Lengths in Multiple Time Series
Peng Wang 0027, Wei Wang 0009 |
DASFAA (2) | 3 |
| 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 | 6 |
| 2022 | A Sequence-to-Sequence Model for Large-scale Chinese Abbreviation Database ConstructionabstractAbbreviations often used in our daily communication play an important role in natural language processing. Most of the existing studies regard the Chinese abbreviation prediction as a sequence labeling problem. However, sequence labeling models usually ignore label dependencies in the process of abbreviation prediction, and the label prediction of each character should be conditioned on its previous labels. In this paper, we propose to formalize the Chinese abbreviation prediction task as a sequence generation problem, and a novel sequence-to-sequence model is designed. To boost the performance of our deep model, we further propose a multi-level pre-trained model that incorporates character, word, and concept-level embeddings. To evaluate our methods, a new dataset for Chinese abbreviation prediction is automatically built, which contains 81,351 pairs of full forms and abbreviations. Finally, we conduct extensive experiments on a public dataset and the built dataset, and the experimental results on both datasets show that our model outperforms the state-of-the-art methods. More importantly, we build a large-scale database for a specific domain, i.e., life services in Meituan Inc., with high accuracy of about 82.7%, which contains 4,134,142 pairs of full forms and abbreviations. The online A/B testing on Meituan APP and Dianping APP suggests that Click-Through Rate increases by 0.59% and 0.86% respectively when the built database is used in the searching system. We have released our API on http://kw.fudan.edu.cn/ddemos/abbr/ with over 87k API calls in 9 months. Chao Wang 0095, Tianyi Zhuang, Yanghua Xiao, Wei Wang 0009, Rui Xie 0005 |
WSDM | 7 |
| 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. | 4 |
| 2021 | Comprehensively Computing Link-based Similarities by Building A Random Surfer GraphabstractLink-based similarity computation arises in many real applications, including web search, clustering and recommender system. Lots of similarity measures are devoted recently, but there is one undesirable drawback, called ''path missing'' issue, i.e., the paths between objects are not fully considered for similarity computation. For example, SimRank considers only in-coming paths of equal length from a common ''center'' object, and a large portion of other paths are fully neglected. A comprehensive measure can be modeled by tallying all the possible paths between objects, but a large number of traverses would be required for these paths to fetch the similarities, which might increase the computational difficulty. In this paper, we propose a comprehensive similarity measure, namely RG-SimRank (Random surfer Graph-based SimRank), which resolves the "path missing'' issue with inheriting the philosophy of SimRank. We build a random surfer graph by allowing the surfer to stay at current object, go to other objects against in-links or along out-links. RG-SimRank adopts SimRank to compute similarities in random surfer graph instead of the original network, which has a same form of SimRank and hence inherits the optimization techniques on similarity computation. We prove that RG-SimRank considers all the possible paths of any direction and any length. And it provides a general solution to assess similarities, under which lots of existing similarity measures become its special cases. Other similarity measures besides SimRank can also be enhanced similarly using random surfer graph. Extensive experiments on real datasets demonstrate the performance of the proposed approach. Mingxi Zhang 0001, Xifeng Yan, Wei Wang 0009 |
CIKM | 3 |
| 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 | 6 |
| 2020 | A System for Risk Assessment of Privacy Disclosure
Zhihui Wang 0009, Siqin Li, Xuchen Zhou, Wenbiao Xing, Zijing Tan, Wei Wang 0009 |
DASFAA (3) | 8 |
| 2020 | Surface pattern-enhanced relation extraction with global constraints
Haiyun Jiang, Sheng Zhang 0027, Deqing Yang, Yanghua Xiao, Wei Wang 0009 |
Knowl. Inf. Syst. | 6 |
| 2019 | CN-Probase: A Data-Driven Approach for Large-Scale Chinese Taxonomy ConstructionabstractTaxonomies play an important role in machine intelligence. However, most well-known taxonomies are in English, and non-English taxonomies, especially Chinese ones, are still very rare. In this paper, we focus on automatic Chinese taxonomy construction and propose an effective generation and verification framework to build a large-scale and high-quality Chinese taxonomy. In the generation module, we extract isA relations from multiple sources of Chinese encyclopedia, which ensures the coverage. To further improve the precision of taxonomy, we apply three heuristic approaches in verification module. As a result, we construct the largest Chinese taxonomy with high precision about 95% called CN-Probase. Our taxonomy has been deployed on Aliyun, with over 82 million API calls in six months. Jindong Chen, Jiangjie Chen, Yanghua Xiao, Zhendong Chu, Jiaqing Liang, Wei Wang 0009 |
ICDE | 8 |
| 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 | 5 |
| 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. | 6 |
| 2018 | Social Tag Embedding for the Recommendation with Sparse User-Item InteractionsabstractMost of traditional recommender systems perform well only when sufficient user-item interactions, such as purchase records or ratings, have been obtained in advance, while suffering from poor performance in the scenario of sparse interactions. Addressing this problem, we propose a neural network based recommendation framework which is fed with user/item'soriginal tags as well as the expanded tags from social context. Through embedding the latent correlations between tags into distributed feature representations, our model uncovers the implicit relationships between users and items sufficiently, exhibiting superior performance no matter whether sufficient user-item interactions are available or not. Furthermore, our framework can be further tailored for link prediction in networks, since recommending an item to a user can be recognized as predicting a link between them. The extensive experiments on two real recommendation tasks, i.e., Weibo followship recommendation and Douban movie recommendation, justify our framework's superiority to the state-of-the-art methods. Deqing Yang, Jiaqing Liang, Yanghua Xiao, Wei Wang 0009 |
ASONAM | 5 |
| 2018 | METIC: Multi-Instance Entity Typing from CorpusabstractThis paper addresses the problem ofmulti-instance entity typing from corpus. Current approaches mainly rely on the structured features (\textitattributes, attribute-value pairs andtags ) of the entities. However, their effectiveness is largely dependent on the completeness of structured features, which unfortunately is not guaranteed in KBs. In this paper, we therefore propose to use the text corpus of an entity to infer its types, and propose a multi-instance method to tackle this problem. We take each mention of an entity in KBs as an instance of the entity, and learn the types of these entities from multiple instances. Specifically, we first use an end-to-end neural network model to type each instance of an entity, and then use an integer linear programming (ILP) method to aggregate the predicted type results from multiple instances. Experimental results show the effectiveness of our method. Bo Xu 0023, Luyang Huang, Yanghua Xiao, Deqing Yang, Wei Wang 0009 |
CIKM | 7 |
| 2018 | Modeling and Evaluating MID1 ICAL Pipeline on Spark
Zhongsheng Li, Wei Wang 0009, Fengbin Qi, Mingmin Chi |
DASFAA (2) | 4 |
| 2018 | HDUMP: A Data Recovery Tool for Hadoop
Zhongsheng Li, Wei Wang 0009, Qitong Wang 0003, Fengbin Qi, Peng Wang 0027 |
DASFAA (2) | 3 |
| 2018 | MTSC: An Effective Multiple Time Series Compressing Approach
Ningting Pan, Peng Wang 0027, Wei Wang 0009 |
DEXA (1) | 4 |
| 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 | 3 |
| 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 | 5 |
| 2018 | A Knowledge-Enhanced Deep Recommendation Framework Incorporating GAN-Based ModelsabstractAlthough many researchers of recommender systems have noted that encoding user-item interactions based on DNNs promotes the performance of collaborative filtering, they ignore that embedding the latent features collected from external sources, e.g., knowledge graphs (KGs), is able to produce more precise recommendation results. Furthermore, CF-based models are still vulnerable to the scenarios of sparse known user-item interactions. In this paper, towards movie recommendation, we propose a novel knowledge-enhanced deep recommendation framework incorporating GAN-based models to acquire robust performance. Specifically, our framework first imports various feature embeddings distilled not only from user-movie interactions, but also from KGs and tags, to constitute initial user/movie representations. Then, user/movie representations are fed into a generator and a discriminator simultaneously to learn final optimal representations through adversarial training, which are conducive to generating better recommendation results. The extensive experiments on a real Douban dataset demonstrate our framework's superiority over some state-of-the-art recommendation models, especially in the scenarios of sparse observed user-movie interactions. Deqing Yang, Zikai Guo, Juyang Jiang, Yanghua Xiao, Wei Wang 0009 |
ICDM | 6 |
| 2018 | HeteRank: A general similarity measure in heterogeneous information networks by integrating multi-type relationships
Mingxi Zhang 0001, Wei Wang 0009 |
Inf. Sci. | 3 |
| 2017 | Automatic Navbox Generation by Interpretable Clustering over Linked EntitiesabstractRare efforts have been devoted to generating the structured Navigation Box (Navbox) for Wikipedia articles. A Navbox is a table in Wikipedia article page that provides a consistent navigation system for related entities. Navbox is critical for the readership and editing efficiency of Wikipedia. In this paper, we target on the automatic generation of Navbox for Wikipedia articles. Instead of performing information extraction over unstructured natural language text directly, an alternative avenue is explored by focusing on a rich set of semi-structured data in Wikipedia articles: linked entities. The core idea of this paper is as follows: If we cluster the linked entities and interpret them appropriately, we can construct a high-quality Navbox for the article entity. We propose a clustering-then-labeling algorithm to realize the idea. Experiments show that the proposed solutions are effective. Ultimately, our approach enriches Wikipedia with 1.95 million new Navboxes of high quality. Chenhao Xie 0002, Jiaqing Liang, Kezun Zhang, Yanghua Xiao, Hanghang Tong, Haixun Wang, Wei Wang 0009 |
CIKM | 8 |
| 2017 | Clustering Time Series Utilizing a Dimension Hierarchical Decomposition Approach
Peng Wang 0027, Yang Wang 0041, Wei Wang 0009, Danyang Dou |
DASFAA (1) | 4 |
| 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) | 5 |
| 2017 | Partial sums-based P-Rank computation in information networksabstractP-Rank is a simple and captivating link-based similarity measure that extends SimRank by exploiting both in- and out-links for similarity computation. However, the existing work of P-Rank computation is expensive in terms of time and space cost and cannot efficiently support similarity computation in large information networks. For tackling this problem, in this paper, we propose an optimization technique for fast P-Rank computation in information networks by adopting the spiritual of partial sums. We write P-Rank equation based on partial sums and further approximate this equation by setting a threshold for ignoring the small similarity scores during iterative similarity computation. An optimized similarity computation algorithm is developed, which reduces the computation cost by skipping the similarity scores smaller than the give threshold during accumulation operations. And the accuracy loss estimation under the threshold is given through extensive mathematical analysis. Extensive experiments demonstrate the effectiveness and efficiency of our proposed approach through comparing with the straightforward P-Rank computation algorithm. Mingxi Zhang 0001, Zhenying He, Wei Wang 0009 |
WI | 4 |
| 2017 | KBQA: Learning Question Answering over QA Corpora and Knowledge BasesabstractQuestion answering (QA) has become a popular way for humans to access billion-scale knowledge bases. Unlike web search, QA over a knowledge base gives out accurate and concise results, provided that natural language questions can be understood and mapped precisely to structured queries over the knowledge base. The challenge, however, is that a human can ask one question in many different ways. Previous approaches have natural limits due to their representations: rule based approaches only understand a small set of "canned" questions, while keyword based or synonym based approaches cannot fully understand the questions. In this paper, we design a new kind of question representation: templates , over a billion scale knowledge base and a million scale QA corpora. For example, for questions about a city's population, we learn templates such as What's the population of $city?, How many people are there in $city?. We learned 27 million templates for 2782 intents. Based on these templates, our QA system KBQA effectively supports binary factoid questions, as well as complex questions which are composed of a series of binary factoid questions. Furthermore, we expand predicates in RDF knowledge base, which boosts the coverage of knowledge base by 57 times. Our QA system beats all other state-of-art works on both effectiveness and efficiency over QALD benchmarks. Wanyun Cui, Yanghua Xiao, Haixun Wang, Yangqiu Song, Seung-won Hwang, Wei Wang 0009 |
Proc. VLDB Endow. | 6 |
| 2017 | Probase+: Inferring Missing Links in Conceptual TaxonomiesabstractMuch work has focused on automatically constructing conceptual taxonomies or semantic networks from large text corpora. In this paper, we use a state-of-the-art data-driven conceptual taxonomy, Probase, to show that missing links in taxonomies are the chief problem that hinders their adoption by many real life applications, for the missing links break the inferencing that the conceptual taxonomy claims to support. To solve this problem, we devise a collaborative filtering framework to infer missing links in taxonomies derived from text corpora. We implement our method mainly on Probase, creating a denser taxonomy containing 5.1 million (about 30 percent) more isA relationships, with an accuracy of above 90 percent. We conduct comprehensive experiments to demonstrate the quality of the revised conceptual taxonomies. Jiaqing Liang, Yanghua Xiao, Haixun Wang, Wei Wang 0009 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2016 | Cross-Lingual Type Inference
Bo Xu 0023, Jiaqing Liang, Yanghua Xiao, Seung-won Hwang, Wei Wang 0009 |
DASFAA (1) | 6 |
| 2016 | Probabilistic Robust Route Recovery with Spatio-Temporal DynamicsabstractVehicle trajectories are one of the most important data in location-based services. The quality of trajectories directly affects the services. However, in the real applications, trajectory data are not always sampled densely. In this paper, we study the problem of recovering the entire route between two distant consecutive locations in a trajectory. Most existing works solve the problem without using those informative historical data or solve it in an empirical way. We claim that a data-driven and probabilistic approach is actually more suitable as long as data sparsity can be well handled. We propose a novel route recovery system in a fully probabilistic way which incorporates both temporal and spatial dynamics and addresses all the data sparsity problem introduced by the probabilistic method. It outperforms the existing works with a high accuracy (over 80%) and shows a strong robustness even when the length of routes to be recovered is very long (about 30 road segments) or the data is very sparse. Hao Wu 0011, Jiangyun Mao, Weiwei Sun 0008, Baihua Zheng, Wei Wang 0009 |
KDD | 7 |
| 2015 | Towards Topic Following in Heterogeneous Information NetworksabstractWho are the best targets to receive a call-for-paper or call-for-participation? What kind of topics should we propose for a workshop or a special issue of next year? Precisely predicting author's topic following behavior, i.e., publishing papers of a certain research topic in future, is essential to answer these questions. In this paper, we aim to model and predict author's topic following behavior in a heterogeneous information network. The heart of our methodology is to evaluate the author-author similarity through informative meta paths in the network. The models we propose in this paper can predict not only whether a given author will follow a certain topic but also the topic distribution over all publications in the next year. Extensive experimental evaluations justify that the prediction performance of our approach outperforms the existing approaches across various topics. Deqing Yang, Yanghua Xiao, Hanghang Tong, Wanyun Cui, Wei Wang 0009 |
ASONAM | 5 |
| 2015 | GLUE: a Parameter-Tuning-Free Map Updating SystemabstractMap data are widely used in mobile services, but most maps might not be complete. Updating the map automatically is an important problem because road networks are frequently changed with the development of the city. This paper studies the problem of recovering missing road segments via GPS trajectories, especially low sampled data. Our approach takes the GPS noise into consideration and proposes an effective self-adaptive algorithm. Besides, we propose theoretical models behind all the important parameters to enable self-adaptive parameter setting. To the best of our knowledge, this is the first work that addresses the parameter setting issue successfully to make sure our approach is free of parameter-tuning. In addition, we also propose a quantitative evaluation method for map updating problem. The result shows our algorithm has a much better performance than the existing approaches. Hao Wu 0011, Chuanchuan Tu, Weiwei Sun 0008, Baihua Zheng, Wei Wang 0009 |
CIKM | 6 |
| 2015 | A Graph-based Recommendation across Heterogeneous DomainsabstractGiven the users from a social network site, who have been tagged with a set of terms, how can we recommend the movies tagged with a completely different set of terms hosted by another website? Given the users from a website dedicated to Type I and Type II diabetes, how can we recommend the discussion threads from another website dedicated to gestational diabetes, where the keywords used in the two websites might be quite diverse? In other words, how can we recommend across heterogeneous domains characterized by barely overlapping feature sets? Deqing Yang, Jingrui He, Huazheng Qin, Yanghua Xiao, Wei Wang 0009 |
CIKM | 5 |
| 2015 | Repairing Functional Dependency Violations in Distributed Data
Qing Chen 0002, Zijing Tan, Chu He, Chaofeng Sha, Wei Wang 0009 |
DASFAA (1) | 5 |
| 2015 | An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling
Deqing Yang, Yanghua Xiao, Hanghang Tong, Wei Wang 0009 |
DASFAA (1) | 5 |
| 2015 | Semantic-Based Recommendation Across Heterogeneous DomainsabstractCross-domain recommendation has attracted wide research interest which generally aims at improving the recommendation performance by alleviating the cold start problem in collaborative filtering based recommendation or generating a more comprehensive user profiles from multiple domains. In most previous cross-domain recommendation settings, explicit or implicit relationships can be easily established across different domains. However, many real applications belong to a more challenging setting: recommendation across heterogeneous domains without explicit relationships, where neither explicit user-item relations nor overlapping features exist between different domains. In this new setting, we need to (1) enrich the sparse data to characterize users or items and (2) bridge the gap caused by the heterogenous features in different domains. To overcome the first challenge, we proposed an optimized local tag propagation algorithm to generate descriptive tags for user profiling. For the second challenge, we proposed a semantic relatedness metric by mapping the heterogenous features onto their concept space derived from online encyclopedias. We conducted extensive experiments on two real datasets to justify the effectiveness of our solution. Deqing Yang, Yanghua Xiao, Yangqiu Song, Wei Wang 0009 |
ICDM | 4 |
| 2015 | Web Knowledge Base Improved OCR Correction for Chinese Business Cards
Yanghua Xiao, Wei Wang 0009 |
WAIM | 3 |
| 2015 | Shortest Path and Word Vector Based Relation Representation and Clustering
Yanghua Xiao, Wei Wang 0009 |
WAIM | 3 |
| 2014 | WiiCluster: a Platform for Wikipedia Infobox GenerationabstractWikipedia has become one of the best sources for creating and sharing a massive volume of human knowledge. Much effort has been devoted to generating and enriching the structured data by automatic information extraction from unstructured text in Wikipedia. Most, if not all, of the existing work share the same paradigm, that is, starting with information extraction over the unstructured text data, followed by supervised machine learning. Although remarkable progresses have been made, this paradigm has its own limitations in terms of effectiveness, scalability as well as the high labeling cost. Kezun Zhang, Yanghua Xiao, Hanghang Tong, Haixun Wang, Wei Wang 0009 |
CIKM | 5 |
| 2014 | Repair Diversification for Functional Dependency Violations
Chu He, Zijing Tan, Qing Chen 0002, Chaofeng Sha, Zhihui Wang 0009, Wei Wang 0009 |
DASFAA (2) | 6 |
| 2014 | Topical Presentation of Search Results on Database
Mingxi Zhang 0001, Zhenying He, Peng Wang 0027, Wei Wang 0009, Chengfei Liu |
DASFAA (2) | 5 |
| 2014 | An Efficient K-means Clustering Algorithm on MapReduce
Peng Wang 0027, Wei Wang 0009, Zhongsheng Li |
DASFAA (1) | 3 |
| 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) | 4 |
| 2014 | Local search of communities in large graphsabstractCommunity search is important in social network analysis. For a given vertex in a graph, the goal is to find the best community the vertex belongs to. Intuitively, the best community for a given vertex should be in the vicinity of the vertex. However, existing solutions use \emph{global search} to find the best community. These algorithms, although straight-forward, are very costly, as all vertices in the graph may need to be visited. In this paper, we propose a \emph{local search} strategy, which searches in the neighborhood of a vertex to find the best community for the vertex. We show that, because the minimum degree measure used to evaluate the goodness of a community is not \emph{monotonic}, designing efficient local search solutions is a very challenging task. We present theories and algorithms of local search to address this challenge. The efficiency of our local search strategy is verified by extensive experiments on both synthetic networks and a variety of real networks with millions of nodes. Wanyun Cui, Yanghua Xiao, Haixun Wang, Wei Wang 0009 |
SIGMOD Conference | 4 |
| 2013 | Preservation of Proximity Privacy in Publishing Categorical Sensitive Data
Xianmang He, Wei Wang 0009, Huahui Chen 0001, Zhihui Wang 0009 |
APWeb | 3 |
| 2013 | Community question topic categorization via hierarchical kernelized classificationabstractWe present a hierarchical kernelized classification model for the automatic classification of general questions into their corresponding topic categories in community Question Answering service (cQAs). This could save many efforts of manual classification and facilitate browsing as well as better retrieving of questions from the cQA archives. To deal with the challenge of short text message of questions, we explore and optimally combine various cQA features by introducing multiple kernel learning strategy into the hierarchical classification framework. We propose a hybrid regularization approach of combining orthogonal constraint and L1 sparseness in our framework to promote the discriminative power on similar topics as well as sparsing the model parameters. The experimental results on a real world dataset from Yahoo! Answers demonstrate the effectiveness of our proposed model as compared to the state-of-the-art methods and strong baselines. Wen Chan, Weidong Yang 0001, Jinhui Tang 0001, Jintao Du, Wei Wang 0009 |
CIKM | 6 |
| 2013 | Incremental Sensor Placement Optimization on Water Network
Xiaomin Xu 0001, Yiqi Lu, Yanghua Xiao, Wei Wang 0009 |
ECML/PKDD (3) | 5 |
| 2013 | Online search of overlapping communitiesabstractA great deal of research has been conducted on modeling and discovering communities in complex networks. In most real life networks, an object often participates in multiple overlapping communities. In view of this, recent research has focused on mining overlapping communities in complex networks. The algorithms essentially materialize a snapshot of the overlapping communities in the network. This approach has three drawbacks, however. First, the mining algorithm uses the same global criterion to decide whether a subgraph qualifies as a community. In other words, the criterion is fixed and predetermined. But in reality, communities for different vertices may have very different characteristics. Second, it is costly, time consuming, and often unnecessary to find communities for an entire network. Third, the approach does not support dynamically evolving networks. In this paper, we focus on online search of overlapping communities, that is, given a query vertex, we find meaningful overlapping communities the vertex belongs to in an online manner. In doing so, each search can use community criterion tailored for the vertex in the search. To support this approach, we introduce a novel model for overlapping communities, and we provide theoretical guidelines for tuning the model. We present several algorithms for online overlapping community search and we conduct comprehensive experiments to demonstrate the effectiveness of the model and the algorithms. We also suggest many potential applications of our model and algorithms. Wanyun Cui, Yanghua Xiao, Haixun Wang, Yiqi Lu, Wei Wang 0009 |
SIGMOD Conference | 5 |
| 2013 | The Hardness of (ε, m)-anonymity
Dong Li 0024, Xianmang He, Wei Wang 0009, Huahui Chen 0001 |
WAIM | 4 |
| 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 | 2 |
| 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 | 5 |
| 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 | 3 |
| 2013 | XML data exchange with target constraints
Zijing Tan, Liyong Zhang, Wei Wang 0009, Baile Shi |
Inf. Process. Manag. | 3 |
| 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. | 4 |
| 2012 | Enhancing Utility and Privacy-Safety via Semi-homogenous Generalization
Xianmang He, Wei Wang 0009, Huahui Chen 0001, Guang Jin, Yefang Chen, Yihong Dong |
DEXA (1) | 2 |
| 2012 | Branch Code: A Labeling Scheme for Efficient Query Answering on TreesabstractLabeling schemes lie at the core of query processing for many tree-structured data such as XML data that is flooding the web. A labeling scheme that can simultaneously and efficiently support various relationship queries on trees (such as parent/children, descendant/ancestor, etc.), computation of lowest common ancestors (LCA) and update of trees, is desired for effective and efficient management of tree-structured data. Although a variety of labeling schemes such as prefix-based labeling, interval-based labeling and prime-based labeling as well as their variants have been available to us for encoding static and dynamic trees, these labeling schemes usually show weakness in one aspect or another. In this paper, we propose an integer-based labeling scheme branch code as well as its compressed version as our major solution to simultaneously support efficient query processing on both static and dynamic ordered trees with affordable storage cost. The proposed branch code can answer common queries on ordered trees in constant time, which comes at the cost of consuming O(N log N) storage. To reduce storage cost to O(N), a compressed branch code is further developed. We also give a relationship determination algorithm purely using compressed branch code, which is of quite low possibility to produce false positive results as verified by experimental results. With the support of splay trees, branch code can also support dynamic trees so that updates and queries can be implemented with O(log N) amortized cost. All the results above are either theoretically proved or verified by experimental studies. Yanghua Xiao, Wanyun Cui, Zhenying He, Wei Wang 0009, Guodong Feng |
ICDE | 5 |
| 2012 | Which Topic Will You Follow?
Deqing Yang, Yanghua Xiao, Bo Xu 0023, Hanghang Tong, Wei Wang 0009 |
ECML/PKDD (2) | 5 |
| 2012 | Context-aware Search for Personal Information Management SystemsabstractWith the fast growth of disk capacity in personal computers, keyword search over personal data (a.k.a. desktop search) is becoming increasingly important. Nonetheless, desktop search has been shown to be more challenging than traditional Web search. Modern commercial Web search engines heavily rely on structural information (i.e., hyperlinks between Web pages) to rank their search results. However, such information is not available in the circumstance of desktop search. Therefore, state-of-the-art desktop search systems such as Google Desktop Search usually leverage pure text-based ranking approaches (e.g., TF-IDF), which often fail to give promising rankings due to the misinterpretation of user intention. We observed that in desktop search, the semantics of keyword queries are often context-aware, i.e., they are related to the current activity state (e.g., writing a paper, navigating a website, etc.) of the user. In this paper, we present a novel context-aware search framework by taking this activity information into consideration. Specifically, we use Hidden Markov Model (HMM) to capture the relationships between user's access actions (e.g., opening/closing files, sending/receiving emails, etc.) and activity states. The model is learned from user's past access history and is used to predict user's current activity upon the submission of some keyword query. We further propose a ranking scheme with this predicted context information incorporated. Experimental evaluation demonstrates both the effectiveness of the proposed context-aware search method and the enhancement to user's search experience. Jidong Chen, Wentao Wu 0001, Wei Wang 0009 |
SDM | 4 |
| 2012 | E-rank: A Structural-Based Similarity Measure in Social NetworksabstractWith the social networks (SNs) becoming ubiquitous and massive, the issue of similarity computation among entities becomes more challenging and draws extensive interests from various research fields. SimRank is a well known similarity measure, however it considers only the meetings between two nodes that walk along equal length paths since the path length increases strictly with the iteration increasing during the similarity computation, besides, it does not differentiate importance for each link. In this paper, we propose a novel structural similarity measure, E-Rank (Entity Rank), towards effectively computing the structural similarity of entities in SNs, based on the intuition that two entities are similar if they can arrive at common entities. E-Rank can be well applied to social networks for measuring similarities of entities. Extensive experiments demonstrate the effectiveness of E-Rank by comparing with the state-of-the-art measures. Mingxi Zhang 0001, Zhenying He, Wei Wang 0009 |
Web Intelligence | 4 |
| 2011 | Approximate Query on Historical Stream Data
Qiyang Duan, Peng Wang 0027, Mingxi Wu, Wei Wang 0009 |
DEXA (2) | 4 |
| 2011 | iMecho: a context-aware desktop search systemabstractIn this demo, we present iMecho, a context-aware desktop search system to help users get more relevant results. Different from other desktop search engines, iMecho ranks results not only by the content of the query, but also the context of the query. It employs an Hidden Markov Model (HMM)-based user model, which is learned from user's activity logs, to estimate the query context when he submits the query. The results from keyword search are re-ranked by their relevances to the context with acceptable overhead. Jidong Chen, Wentao Wu 0001, Wei Wang 0009 |
SIGIR | 4 |
| 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 | 3 |
| 2011 | Dynamic Anonymization for Marginal Publication
Xianmang He, Yanghua Xiao, Wei Wang 0009, Baile Shi |
SSDBM | 5 |
| 2010 | Efficient SLCA-Based Keyword Search on XML Databases: An Iterative-Skip Approach
Zhenying He, Yue Tao, Xiansheng Wang, Wei Wang 0009 |
DEXA (1) | 6 |
| 2010 | k-symmetry model for identity anonymization in social networksabstractWith more and more social network data being released, protecting the sensitive information within social networks from leakage has become an important concern of publishers. Adversaries with some background structural knowledge about a target individual can easily re-identify him from the network, even if the identifiers have been replaced by randomized integers(i.e., the network is naively-anonymized). Since there exists numerous topological information that can be used to attack a victim's privacy, to resist such structural re-identification becomes a great challenge. Previous works only investigated a minority of such structural attacks, without considering protecting against re-identification under any potential structural knowledge about a target. To achieve this objective, in this paper we propose k-symmetry model, which modifies a naively-anonymized network so that for any vertex in the network, there exist at least k -- 1 structurally equivalent counterparts. We also propose sampling methods to extract approximate versions of the original network from the anonymized network so that statistical properties of the original network could be evaluated. Extensive experiments show that we can successfully recover a variety of such properties of the original network through aggregations on quite a small number of sample graphs. Wentao Wu 0001, Yanghua Xiao, Wei Wang 0009, Zhenying He, Zhihui Wang 0009 |
EDBT | 3 |
| 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 | 5 |
| 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 | 4 |
| 2010 | Efficient mining of skyline objects in subspaces over data streams
Zhenhua Huang 0005, Sheng-Li Sun, Wei Wang 0009 |
Knowl. Inf. Syst. | 3 |
| 2009 | iMecho: an associative memory based desktop search systemabstractTraditional desktop search engines only support keyword based search that needs exact keyword matching to find resources. However, users generally have a vague picture of what is stored but forget the exact location and keywords of the resource. According to observations of human associative memory, people tend to remember things from some memory fragments in their brains and these memory fragments are connected by memory cues of user activity context. We developed iMecho (My Memory Echo), an associative memory based desktop search system, which exploits such associations and contexts to enhance traditional desktop search. Desktop resources are connected with semantic links mined from explicit and implicit user activities according to specific access patterns. Using these semantic links, associations among memory fragments can be built or rebuilt in a user's brain during a search. Moreover, our personalized ranking scheme uses these links together with a user's personal preferences to rank results by both relevance and importance to the user. In addition, the system provides a faceted search feature and association graph navigation to help users refine and associate search results generated by full-text keyword search. Our experiments investigating precision and recall quality of iMecho prototype show that the association-based search system is superior to the traditional keyword search in personal search engines since it is closer to the way that human associative memory works. Jidong Chen, Wentao Wu 0001, Wei Wang 0009 |
CIKM | 4 |
| 2009 | Consistent Answers from Integrated XML Data
Zijing Tan, Chengfei Liu, Wei Wang 0009, Baile Shi |
DASFAA | 3 |
| 2009 | Efficiently indexing shortest paths by exploiting symmetry in graphsabstractShortest path queries (SPQ) are essential in many graph analysis and mining tasks. However, answering shortest path queries on-the-fly on large graphs is costly. To online answer shortest path queries, we may materialize and index shortest paths. However, a straightforward index of all shortest paths in a graph of N vertices takes O(N2) space. In this paper, we tackle the problem of indexing shortest paths and online answering shortest path queries. As many large real graphs are shown richly symmetric, the central idea of our approach is to use graph symmetry to reduce the index size while retaining the correctness and the efficiency of shortest path query answering. Technically, we develop a framework to index a large graph at the orbit level instead of the vertex level so that the number of breadth-first search trees materialized is reduced from O(N) to O(|Δ|), where |Δ| ≤ N is the number of orbits in the graph. We explore orbit adjacency and local symmetry to obtain compact breadth-first-search trees (compact BFS-trees). An extensive empirical study using both synthetic data and real data shows that compact BFS-trees can be built efficiently and the space cost can be reduced substantially. Moreover, online shortest path query answering can be achieved using compact BFS-trees. Yanghua Xiao, Wentao Wu 0001, Jian Pei 0001, Wei Wang 0009, Zhenying He |
EDBT | 4 |
| 2009 | Simultaneously modeling semantics and structure of threaded discussions: a sparse coding approach and its applicationsabstractThe huge amount of knowledge in web communities has motivated the research interests in threaded discussions. The dynamic nature of threaded discussions poses lots of challenging problems for computer scientists. Although techniques such as semantic models and structural models have been shown to be useful in a number of areas, they are inefficient in understanding threaded discussions due to three reasons: (I) as most of users read existing messages before posting, posts in a discussion thread are temporally dependent on the previous ones; It causes the semantics and structure to be coupled with each other in threaded discussions; (II) in online discussion threads, there are a lot of junk posts which are useless and may disturb content analysis; and (III) it is very hard to judge the quality of a post. In this paper, we propose a sparse coding-based model named SMSS to Simultaneously Model Semantics and Structure of threaded discussions. The model projects each post into a topic space, and approximates each post by a linear combination of previous posts in the same discussion thread. Meanwhile, the model also imposes two sparse constraints to force a sparse post reconstruction in the topic space and a sparse post approximation from previous posts. The sparse properties effectively take into account the characteristics of threaded discussions. Towards the above three problems, we demonstrate the competency of our model in three applications: reconstructing reply structure of threaded discussions, identifying junk posts, and finding experts in a given board/sub-board in web communities. Experimental results show encouraging performance of the proposed SMSS model in all these applications. Chen Lin 0001, Jiang-Ming Yang, Rui Cai 0002, Xin-Jing Wang, Wei Wang 0009, Lei Zhang 0001 |
SIGIR | 5 |
| 2009 | Modeling semantics and structure of discussion threadsabstractThe abundant knowledge in web communities has motivated the research interests in discussion threads. The dynamic nature of discussion threads poses interesting and challenging problems for computer scientists. Although techniques such as semantic models or structural models have been shown to be useful in a number of areas, they are inefficient in understanding discussion threads due to the temporal dependence among posts in a discussion thread. Such dependence causes that semantics and structure coupled with each other in discussion threads. In this paper, we propose a sparse coding-based model named SMSS to Simultaneously Model Semantic and Structure of discussion threads. Chen Lin 0001, Jiang-Ming Yang, Rui Cai 0002, Xin-Jing Wang, Wei Wang 0009, Lei Zhang 0001 |
WWW | 5 |
| 2008 | Efficient Algorithms for Node Disjoint Subgraph Homeomorphism Determination
Yanghua Xiao, Wentao Wu 0001, Wei Wang 0009, Zhenying He |
DASFAA | 3 |
| 2008 | PictureBook: A Text-and-Image Summary System for Web Search ResultabstractSearch engine technology plays an important role in Web information retrieval. However, with Internet information explosion, traditional searching techniques cannot provide satisfactory result due to problems such as huge number of result Web pages, unintuitive ranking, etc. Therefore, the reorganization and post-processing of Web search results have been extensively studied to help user effectively obtain useful information. Previous studies mainly focused on Web page clustering, document summary, visualization of search results, etc, which are applied separately to either text or image search. In this paper, we propose a demo to illustrate a new Web search result summary system - PictureBook, which combines text and image retrieval using techniques of multiple document summarization and image semantics analysis. Particularly, audience can interactively investigate the effect of the combined text and image summary in Web information searching and knowledge acquisition. We also introduce our new image semantic analysis method based on generalized discriminant analysis (GDA). Hongtao Xu, Guoyu Hao, Wei Wang 0009, Qi Zhang 0025, Baile Shi |
ICDE | 5 |
| 2008 | Data-Aware Clustering Hierarchy for Wireless Sensor Networks
Xiaochen Wu, Peng Wang 0027, Wei Wang 0009, Baile Shi |
PAKDD | 3 |
| 2008 | REC: A Novel Model to Rank Experts in CommunitiesabstractIt is an important issue to get support from experts in our daily life. Expert finding is challenging. In previous commercial and academic systems, the users may not get what they expect. In this contribution, we address the problem of finding experts in communities. A novel model REC is presented to solve the expert finding problem in dynamic environment. The model ranks experts by textural and social information. Starting with the most familiar communities, the expert seeker may find appropriate experts, by considering both their local rankings in each community and the difficulty to get their help. Experiments are done on real data sets, including DBLP data set and W3C corpora. Compared with other existing methods, REC achieves promising results. It demonstrates the model's competencies in various search applications. Chen Lin 0001, Haofeng Zhou, Zhenhua Huang 0001, Wei Wang 0009 |
WAIM | 4 |
| 2008 | A New Approach for Detecting Anonymity of PatternsabstractInformation sharing becomes more frequently and easily than before. However, it also brings serious threats towards individual's privacy. It is no doubt that sharing personal data can cause privacy breaches. Moreover, sharing the knowledge discovered by data mining may also pose threats to personal privacy. In this paper, we consider the anonymity of patterns derived from the result of frequent itemset mining. A new projection-based approach for detecting anonymity of patterns is presented. We prove that the approach can detect all the maximal inference channels for non-k-anonymous patterns. The experimental results show that our approach is more efficient than previous work especially when the number of closed frequent itemsets in the mining result is close to or larger than the number of transactions in a database. Zhihui Wang 0009, Wei Wang 0009, Baile Shi |
WAIM | 2 |
| 2007 | Privacy-Preserving Frequent Pattern Sharing
Zhihui Wang 0009, Wei Wang 0009, Baile Shi, S. H. Boey |
DASFAA | 2 |
| 2007 | Blocking Inference Channels in Frequent Pattern SharingabstractThe knowledge discovered by frequent pattern mining is represented in the form of a collection of frequent patterns with their supports. Sharing the frequent patterns without discrimination may bring threats against privacy and security, because some of frequent patterns themselves may be sensitive and should not be disclosed. Furthermore, due to the existence of inference channels, an attacker may also derive sensitive patterns from a set of non-sensitive patterns. Therefore, just eliminating sensitive patterns from the mining result is not enough to prevent their disclosure. We classify the potential inference channels into three categories, and present two algorithms for blocking these inference channels by pattern sanitization. The main advantage of our work is that it does not bring about any fake knowledge, and also does not distort the original knowledge. Zhihui Wang 0009, Wei Wang 0009, Baile Shi |
ICDE | 2 |
| 2007 | Maintaining K-Anonymity against Incremental UpdatesabstractK-anonymity is a simple yet practical mechanismto protect privacy against attacks of re-identifying individuals by joining multiple public data sources. All existing methods achieving k-anonymity assume implicitly that the data objects to be anonymized are given once and fixed. However, in many applications, the real world data sources are dynamic. In this paper, we investigate the problem of maintaining k-anonymity against incremental updates, and propose a simple yet effective solution. We analyze how inferences from multiple releases may temper the k-anonymity of data, and propose the monotonic incremental anonymization property. The general idea is to progressively and consistently reduce the generalization granularity as incremental updates arrive. Our new approach guarantees the k-anonymity on each release, and also on the inferred table using multiple releases. At the same time, our new approach utilizes the more and more accumulated data to reduce the information loss. Jian Pei 0001, Jian Xu 0015, Wei Wang 0009, Ke Wang 0001 |
SSDBM | 4 |
| 2007 | Constraint-based sequential pattern mining: the pattern-growth methods
Jian Pei 0001, Jiawei Han 0001, Wei Wang 0009 |
J. Intell. Inf. Syst. | 3 |
| 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. | 4 |
| 2006 | Mining the Useful Skyline Set Based on the Acceptable Difference
Zhenhua Huang 0005, Wei Wang 0009 |
ADMA | 2 |
| 2006 | Continuous Expansion: Efficient Processing of Continuous Range Monitoring in Mobile Environments
Wei Wang 0009 |
DASFAA | 2 |
| 2006 | Effective Keyword Search in XML Documents Based on MIU
Jiaheng Lu, Wei Wang 0009, Baile Shi |
DASFAA | 3 |
| 2006 | A Novel Incremental Maintenance Algorithm of SkyCube
Zhenhua Huang 0005, Wei Wang 0009 |
DEXA | 2 |
| 2006 | Gradual Cube: Customize Profile on Mobile OLAPabstractOLAP is supported by more and more environment as a powerful analysis tool. With the rapid development of mobile and wireless technologies, users wish to enjoy the OLAP service on these devices. However, there are many issues on mobile OLAP against the traditional ones, e.g. the transmission bottleneck, unstable network connection, etc. Moreover, the mobile device owners have raised increasing requirements to customize the service such as transmitting the data on demand or ASAP to support their activities. All these challenges provide new chances for OLAP. In this paper, a new mechanism Gradual Cube is proposed to face such challenges. It can reduce the transmission data size, provide customized transmission strategy and enable users to conduct off-line browsing. We assume the users' precision requirement follows some distribution so that three methods, namely random, optimal and heuristic, are developed to customize the transmission plan. The experiments show that such methods are both effective and efficient. Jun Li 0017, Haofeng Zhou, Wei Wang 0009 |
ICDM | 3 |
| 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 | 3 |
| 2006 | Utility-based anonymization using local recodingabstractPrivacy becomes a more and more serious concern in applications involving microdata. Recently, efficient anonymization has attracted much research work. Most of the previous methods use global recoding, which maps the domains of the quasi-identifier attributes to generalized or changed values. However, global recoding may not always achieve effective anonymization in terms of discernability and query answering accuracy using the anonymized data. Moreover, anonymized data is often for analysis. As well accepted in many analytical applications, different attributes in a data set may have different utility in the analysis. The utility of attributes has not been considered in the previous methods.In this paper, we study the problem of utility-based anonymization. First, we propose a simple framework to specify utility of attributes. The framework covers both numeric and categorical data. Second, we develop two simple yet efficient heuristic local recoding methods for utility-based anonymization. Our extensive performance study using both real data sets and synthetic data sets shows that our methods outperform the state-of-the-art multidimensional global recoding methods in both discernability and query answering accuracy. Furthermore, our utility-based method can boost the quality of analysis using the anonymized data. Jian Xu 0015, Wei Wang 0009, Jian Pei 0001, Baile Shi, Ada Wai-Chee Fu |
KDD | 2 |
| 2006 | Repairing Inconsistent XML Documents
Zijing Tan, Wei Wang 0009, Baile Shi |
KSEM | 2 |
| 2006 | A Coverage-Based Maximum Lifetime Data Gathering Algorithm in Sensor NetworksabstractWireless sensor networks have emerged recently as an effective way of gathering useful information from areas of interest. Prolonging the network lifetime has become the primary concern in data gathering due to the limited battery power of sensors. An underlying assumption of most existing work is that all the sensors are working simultaneously during the whole process of data gathering. In this paper, we introduce a new definition of the network lifetime in view of the coverage condition, and then investigate the coverage-based maximum lifetime data gathering problem theoretically. Two critical issues are how to selectively organize part of sensors to work and how to execute routing in a single working set. Considering both of these two problems together, we propose the algorithm CODAG. CODAG employs the tree structured routing scheme and enables the routing effects of two different sets theoretically comparable. Based on the maximal increased weight in the routing tree, it divides all the sensors into disjoint cover sets without redundant ones, which in turn leads to the better routing effect. Experimental results show that our algorithm has the good performance for prolonging the lifetime of the whole sensor network. Weiwei Sun 0008, Wei Wang 0009, Baile Shi |
MDM | 4 |
| 2006 | Ranking Outliers Using Symmetric Neighborhood Relationship
Anthony K. H. Tung, Jiawei Han 0001, Wei Wang 0009 |
PAKDD | 4 |
| 2006 | Using High Dimensional Indexes to Support Relevance Feedback Based Interactive Images Retrival
Wei Wang 0009, Baile Shi, Jian Pei 0001 |
VLDB | 3 |
| 2006 | Dynamic Incremental Data Summarization for Hierarchical Clustering
Bing Liu 0009, Yuliang Shi, Zhihui Wang 0009, Wei Wang 0009, Baile Shi |
WAIM | 4 |
| 2006 | Tight Bounds on the Estimation Distance Using Wavelet
Bing Liu 0009, Zhihui Wang 0009, Wei Wang 0009, Baile Shi |
WAIM | 4 |
| 2006 | An Effective Approach for Hiding Sensitive Knowledge in Data Publishing
Zhihui Wang 0009, Bing Liu 0009, Wei Wang 0009, Haofeng Zhou, Baile Shi |
WAIM | 3 |
| 2006 | Bulkloading Updates for Moving Objects
Weiwei Sun 0008, Wei Wang 0009 |
WAIM | 3 |
| 2005 | CLINCH: Clustering Incomplete High-Dimensional Data for Data Mining Application
Zunping Cheng, Chen Wang 0035, Jiankui Guo, Wei Wang 0009, Baokang Ding, Baile Shi |
APWeb | 5 |
| 2005 | Constraint-Based Graph Mining in Large Database
Chen Wang 0035, Yongtai Zhu, Wei Wang 0009, Baile Shi |
APWeb | 4 |
| 2005 | Stay Current and Relevant in Data Mining Research
Haixun Wang, Wei Wang 0009 |
DASFAA | 2 |
| 2005 | FMC: An Approach for Privacy Preserving OLAP
Ming Hua 0001, Shouzhi Zhang, Wei Wang 0009, Haofeng Zhou, Baile Shi |
DaWaK | 3 |
| 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 | 4 |
| 2005 | A Privacy-Preserving Classification Mining Algorithm
Weiping Ge, Wei Wang 0009, Xiaorong Li, Baile Shi |
PAKDD | 2 |
| 2005 | ADenTS: An Adaptive Density-Based Tree Structure for Approximating Aggregate Queries over Real Attributes
Jian Xu 0015, Chen Wang 0035, Wei Wang 0009, Baile Shi |
PAKDD | 4 |
| 2005 | GraphMiner: a structural pattern-mining system for large disk-based graph databases and its applicationsabstractMining frequent structural patterns from graph databases is an important research problem with broad applications. Recently, we developed an effective index structure, ADI, and efficient algorithms for mining frequent patterns from large, disk-based graph databases [5], as well as constraint-based mining techniques. The techniques have been integrated into a research prototype system--- GraphMiner. In this paper, we describe a demo of GraphMiner which showcases the technical details of the index structure and the mining algorithms including their efficient implementation, the mining performance and the comparison with some state-of-the-art methods, the constraint-based graph-pattern mining techniques and the procedure of constrained graph mining, as well as mining real data sets in novel applications. Wei Wang 0009, Chen Wang 0035, Yongtai Zhu, Baile Shi, Jian Pei 0001, Xifeng Yan, Jiawei Han 0001 |
SIGMOD Conference | 1 |
| 2005 | cGridex: Efficient Processing of Continuous Range Queries over Moving Objects
Weiwei Sun 0008, Wei Wang 0009, Baile Shi |
WAIM | 4 |
| 2004 | ANNE: An Efficient Framework on View Selection Problem
Peng Wang 0027, Chen Wang 0035, Haofeng Zhou, Wei Wang 0009, Baile Shi |
APWeb | 5 |
| 2004 | SUDEPHIC: Self-Tuning Density-Based Partitioning and Hierarchical Clustering
Zunping Cheng, Chen Wang 0035, Haofeng Zhou, Wei Wang 0009, Baile Shi |
DASFAA | 5 |
| 2004 | GiSA: A Grid System for Genome Sequences Assembly
Chen Wang 0035, Wei Wang 0009, Baile Shi |
ER | 4 |
| 2004 | Scalable mining of large disk-based graph databasesabstractMining frequent structural patterns from graph databases is an interesting problem with broad applications. Most of the previous studies focus on pruning unfruitful search subspaces effectively, but few of them address the mining on large, disk-based databases. As many graph databases in applications cannot be held into main memory, scalable mining of large, disk-based graph databases remains a challenging problem. In this paper, we develop an effective index structure, ADI (for adjacency index), to support mining various graph patterns over large databases that cannot be held into main memory. The index is simple and efficient to build. Moreover, the new index structure can be easily adopted in various existing graph pattern mining algorithms. As an example, we adapt the well-known gSpan algorithm by using the ADI structure. The experimental results show that the new index structure enables the scalable graph pattern mining over large databases. In one set of the experiments, the new disk-based method can mine graph databases with one million graphs, while the original gSpan algorithm can only handle databases of up to 300 thousand graphs. Moreover, our new method is faster than gSpan when both can run in main memory. Chen Wang 0035, Wei Wang 0009, Jian Pei 0001, Yongtai Zhu, Baile Shi |
KDD | 2 |
| 2004 | Efficient Pattern-Growth Methods for Frequent Tree Pattern Mining
Chen Wang 0035, Mingsheng Hong, Jian Pei 0001, Haofeng Zhou, Wei Wang 0009, Baile Shi |
PAKDD | 5 |
| 2003 | Refining Web Authoritative Resource by Frequent StructuresabstractThe Web resource is a rich collection of the dynamic information, which is useful in various disciplines. There has also been much research work related to improving the quality of information searching in the Web. However, most of the work is still inadequate to satisfy a diversified demand from users. In this paper, we exploit the hyperlinks in the Web and propose a new approach called SFP in order to improve the quality of research results obtain from search engines. The SFP algorithm evolves from the frequent pattern mining technique, which is a common data mining technique for conventional databases. The essential idea of our approach is to mine the frequent structures of links from a given Web topology. By using the SFP algorithm, we extract the authoritative pages and communities from the complex Web topology. We demonstrate our approach by running several experiments and show that the performance and functionalities of using the SFP in managing search results are better than other known methods such as HITS. Haofeng Zhou, Yubo Lou, Qingqing Yuan, Wilfred Ng, Wei Wang 0009, Baile Shi |
IDEAS | 5 |
| 2003 | An Efficient Algorithm of Frequent Connected Subgraph Extraction
Mingsheng Hong, Haofeng Zhou, Wei Wang 0009, Baile Shi |
PAKDD | 3 |
| 2002 | Mining sequential patterns with constraints in large databasesabstractConstraints are essential for many sequential pattern mining applications. However, there is no systematic study on constraint-based sequential pattern mining. In this paper, we investigate this issue and point out that the framework developed for constrained frequent-pattern mining does not fit our missions well. An extended framework is developed based on a sequential pattern growth methodology. Our study shows that constraints can be effectively and efficiently pushed deep into sequential pattern mining under this new framework. Moreover, this framework can be extended to constraint-based structured pattern mining as well. Jian Pei 0001, Jiawei Han 0001, Wei Wang 0009 |
CIKM | 3 |
| 2002 | Extract Frequent Pattern from Simple Graph Data
Qingqing Yuan, Yubo Lou, Haofeng Zhou, Wei Wang 0009, Baile Shi |
WAIM | 4 |
| 1998 | Generalization-Based Data Mining in Object-Oriented Databases Using an Object Cube Model
Jiawei Han 0001, Shojiro Nishio, Hiroyuki Kawano, Wei Wang 0009 |
Data Knowl. Eng. | 4 |
| 1996 | DBMiner: A System for Mining Knowledge in Large Relational Databases
Jiawei Han 0001, Yongjian Fu 0001, Wei Wang 0009, Jenny Chiang, Wan Gong, Krzysztof Koperski, Deyi Li, Amynmohamed Rajan, Nebojsa Stefanovic, Betty Xia, Osmar R. Zaïane |
KDD | 3 |
| 1996 | DBMiner: Interactive Mining of Multiple-Level Knowledge in Relational DatabasesabstractBased on our years-of-research, a data mining system, DB-Miner, has been developed for interactive mining of multiple-level knowledge in large relational databases. The system implements a wide spectrum of data mining functions, including generalization, characterization, association, classification, and prediction. By incorporation of several interesting data mining techniques, including attribute-oriented induction, progressive deepening for mining multiple-level rules, and meta-rule guided knowledge mining, the system provides a user-friendly, interactive data mining environment with good performance. Jiawei Han 0001, Yongjian Fu 0001, Wei Wang 0009, Jenny Chiang, Osmar R. Zaïane, Krzysztof Koperski |
SIGMOD Conference | 3 |