Yueguo Chen

dblp:40/3980 · DBLP profile ↗
← Back
51ranked-venue papers in the field
8as first author
17since 2021 · last 2026
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 31 (6 first)Information Retrieval & Web Search · 12 (2 first)Data Mining & Knowledge Discovery · 5Business Process & Enterprise Data · 2Knowledge Engineering, Semantic Web & Information Systems · 1
YearPublicationVenuePosition
2026 LLM-Driven Online Aggregation for Unstructured Text Analytics
Chao Hui, Weizheng Lu, Yanjie Gao, Lingfeng Xiong, Yunhai Wang, Yueguo Chen
DASFAA (2)6
2026 Balanced Anomaly-guided Ego-graph Diffusion Model for Inductive Graph Anomaly Detection
Chunyu Wei, Yu Wang 0060, Yueguo Chen, Yunhai Wang, Shunming Zhang, Fei Wang 0001
KDD (1)4
2025 Beyond the Pre-Service Horizon: Infusing In-Service Behavior for Improved Financial Risk Forecasting
abstract
Typical financial risk management involves distinct phases for pre-service risk assessment and in-service default detection, often modeled separately. This paper proposes a novel framework, Multi-Granularity Knowledge Distillation (abbreviated as MGKD), aimed at improving pre-service risk prediction through the integration of in-service user behavior data. MGKD follows the idea of knowledge distillation, where the teacher model, trained on historical in-service data, guides the student model, which is trained on pre-service data. By using soft labels derived from in-service data, the teacher model helps the student model improve its risk prediction prior to service activation. Meanwhile, a multi-granularity distillation strategy is introduced, including coarse-grained, fine-grained, and self-distillation, to align the representations and predictions of the teacher and student models. This approach not only reinforces the representation of default cases but also enables the transfer of key behavioral patterns associated with defaulters from the teacher to the student model, thereby improving the overall performance of pre-service risk assessment. Moreover, we adopt a re-weighting strategy to mitigate the model's bias towards the minority class. Experimental results on large-scale real-world datasets from Tencent Mobile Payment demonstrate the effectiveness of our proposed approach in both offline and online scenarios.
Senhao Liu, Zhiyu Guo, Zhiyuan Ji 0001, Yueguo Chen, Yateng Tang, Yunhai Wang, Xuehao Zheng, Xiang Ao 0001
ICDM4
2025 Graph Evidential Learning for Anomaly Detection
abstract
Graph anomaly detection faces significant challenges due to the scarcity of reliable anomaly-labeled datasets, driving the development of unsupervised methods. Graph autoencoders (GAEs) have emerged as a dominant approach by reconstructing graph structures and node features while deriving anomaly scores from reconstruction errors. However, relying solely on reconstruction error for anomaly detection has limitations, as it increases the sensitivity to noise and overfitting. To address these issues, we propose Graph Evidential Learning (GEL), a probabilistic framework that redefines the reconstruction process through evidential learning. By modeling node features and graph topology using evidential distributions, GEL quantifies two types of uncertainty: graph uncertainty and reconstruction uncertainty, incorporating them into the anomaly scoring mechanism. Extensive experiments demonstrate that GEL achieves state-of-the-art performance while maintaining high robustness against noise and structural perturbations.
Chunyu Wei, Wenji Hu, Xingjia Hao, Yunhai Wang, Yueguo Chen, Fei Wang 0001
KDD (2)5
2025 Decentralized Actor Scheduling and Reference-based Storage in Xorbits: a Native Scalable Data Science Engine
abstract
Data science pipelines consist of data preprocessing and transformation, and a typical pipeline comprises a series of operators, such as DataFrame filtering and groupby. As practitioners seek tools to handle larger-scale data while maintaining APIs compatible with popular single-machine libraries (e.g., pandas), scaling such a pipeline requires efficient distribution of decomposed tasks across the cluster and fine-grained, key-level intermediate storage management, two challenges that existing systems have not effectively addressed. Motivated by the requirements of scaling diverse data science applications, we present the design and implementation of Xorbits, a native scalable data science engine built on our decentralized actor model, Xoscar. Our actor model can eliminate dependency on a global scheduler and enable fast actor task scheduling. We also provide reference-based distributed storage with unified access across heterogeneous memory resources. Our evaluation demonstrates that Xorbits achieves up to 3.22X speedup on 3 machine learning pipelines and 22 data analysis workloads compared to state-of-the-art solutions. Xorbits is available on PyPI with nearly 1k daily downloads and has been successfully deployed in production environments.
Weizheng Lu, Chao Hui, Yunhai Wang, Yueguo Chen, Zhaoxin Wu, Xuye Qin
Proc. VLDB Endow.5
2024 Reusing Keywords for Fine-grained Representations and Matchings
Li Chong, Denghao Ma, Yueguo Chen, Xueqiang Lv
DASFAA (2)3
2024 Domain-specific Answer Sentence Selection with Terminology Augmentation and Cascade Attention
Xiaotong Lyu, Denghao Ma, Yueguo Chen
DASFAA (5)3
2024 Xorbits: Automating Operator Tiling for Distributed Data Science
abstract
Data science pipelines commonly utilize dataframe and array operations for tasks such as data preprocessing, analysis, and machine learning. The most popular tools for these tasks are pandas and NumPy. However, these tools are limited to executing on a single node, making them unsuitable for processing large-scale data. Several systems have attempted to distribute data science applications to clusters while maintaining interfaces similar to single-node libraries, enabling data scientists to scale their workloads without significant effort. However, existing systems often struggle with processing large datasets due to Out-of-Memory (OOM) problems caused by poor data partitioning. To overcome these challenges, we develop Xorbits, a high-performance, scalable data science framework specifically designed to distribute data science workloads across clusters while retaining familiar APIs. The key differentiator of Xorbits is its ability to dynamically switch between graph construction and graph execution. Xorbits has been successfully deployed in production environments with up to 5k CPU cores. Its applications span various domains, including user behavior analysis and recommendation systems in the e-commerce sector, as well as credit assessment and risk management in the finance industry. Users can easily scale their data science workloads by simply changing the import line of their pandas and NumPy code. Our experiments demonstrate that Xorbits can effectively process very large datasets without encountering OOM or data-skewing problems. Over the fastest state-of-the-art solutions, Xorbits achieves an impressive 2.66 × speedup on average. In terms of API coverage, Xorbits attains a compatibility rate of 96.7%, surpassing the fastest framework by an impressive margin of 60 percentage points. Xorbits is available at https://github.com/xorbitsai/xorbits.
Weizheng Lu, Kaisheng He, Xuye Qin, Xia Liao, Feng Zhang 0001, Yueguo Chen, Xiaoyong Du 0001
ICDE9
2023 A Principled Decomposition of Pointwise Mutual Information for Intention Template Discovery
abstract
With the rise of Artificial Intelligence (AI), question answering systems have become common for users to interact with computers, e.g., ChatGPT and Siri. These systems require a substantial amount of labeled data to train their models. However, the labeled data is scarce and challenging to be constructed. The construction process typically involves two stages: discovering potential sample candidates and manually labeling these candidates. To discover high-quality candidate samples, we study the intention paraphrase template discovery task: Given some seed questions or templates of an intention, discover new paraphrase templates that describe the intention and are diverse to the seeds enough in text. As the first exploration of the task, we identify the new quality requirements, i.e., relevance, divergence and popularity, and identify the new challenges, i.e., the paradox of divergent yet relevant paraphrases, and the conflict of popular yet relevant paraphrases. To untangle the paradox of divergent yet relevant paraphrases, in which the traditional bag of words falls short, we develop usage-centric modeling, which represents a question/template/answer as a bag of usages that users engaged (e.g., up-votes), and uses a usage-flow graph to interrelate templates, questions and answers. To balance the conflict of popular yet relevant paraphrases, we propose a new and principled decomposition for the well-known Pointwise Mutual Information from the usage perspective (usage-PMI), and then develop a Bayesian inference framework over the usage-flow graph to estimate the usage-PMI. Extensive experiments over three large CQA corpora show strong performance advantage over the baselines adopted from paraphrase identification task. We release 885,000 paraphrase templates of high quality discovered by our proposed PMI decomposition model, and the data is available in site https://github.com/Para-Questions/Intention\_template\_discovery.
Denghao Ma, Kevin Chen-Chuan Chang, Yueguo Chen, Xueqiang Lv
CIKM3
2023 Category-Highlighting Transformer Network for Question Retrieval
Denghao Ma, Li Chong, Yueguo Chen
DASFAA (3)3
2023 Two-stage Interest Calibration Network for Reranking Hotels
Denghao Ma, Jiajia Sun, Yueguo Chen, Genliang Yi
DASFAA (4)3
2023 Flowris: Managing Data Analysis Workflows for Conversational Agent
Jiajia Sun, Yueguo Chen, Xiongpai Qin
DASFAA (4)3
2023 DiCausal: Exploiting Domain Knowledge for Interactive Causal Discovery
Yueguo Chen, Shengwei Huang, Xiongpai Qin, Li Chong
DASFAA (4)2
2023 Real: A Representative Error-Driven Approach for Active Learning
Cheng Chen 0050, Yong Wang 0021, Lizi Liao, Yueguo Chen, Xiaoyong Du 0001
ECML/PKDD (1)4
2022 Definition-Augmented Jointly Training Framework for Intention Phrase Mining
Denghao Ma, Yueguo Chen, Changyu Wang, Hongbin Pei, Yitao Zhai, Gang Zheng 0006
DASFAA (3)2
2022 Columnar Storage Optimization and Caching for Data Lakes
Guodong Jin, Haoqiong Bian, Yueguo Chen, Xiaoyong Du 0001
EDBT3
2021 TS-Benchmark: A Benchmark for Time Series Databases
abstract
Time series data is widely used in scenarios such as supply chain, stock data analysis, and smart manufacturing. A number of time series database systems have been invented to manage and query large volumes of time series data. We observe that the existing benchmarks of time series databases are focused on workloads of complex analysis such as pattern matching and trend prediction whose performance may be highly affected by the data analysis algorithms, instead of the back-end databases. However, in many real applications of time series databases, people are more interested in the performance metrics such as data injection throughput and query processing time. A benchmark is still required to extensively compare the performance of time series databases in such metrics. We introduce such a benchmark called TS-Benchmark which majorly applies a scenario of device monitoring for wind turbines. A DCGAN-based data generation model is proposed to generate large volumes of time series data from some real time series data. The workloads are categorized into three folds: data loading (in batch), streaming data injection, and historical data access (for typical queries). We implement the benchmark and compare four representative time series databases: InfluxDB, TimescaleDB, Druid and OpenTSDB. The results are reported and analyzed.
Yuanzhe Hao, Xiongpai Qin, Yueguo Chen, Xiaoguang Sun, Xiao Zhang 0001, Xiaoyong Du 0001
ICDE3
2019 PivotE: Revealing and Visualizing the Underlying Entity Structures for Exploration
abstract
A Web-scale knowledge graph (KG) typically contains millions of entities and thousands of entity types. Due to the lack of a pre-defined data schema such as the ER model, entities in KGs are loosely coupled based on their relationships, which brings challenges for effective accesses of the KGs in a structured manner like SPARQL. This demonstration presents an entity-oriented exploratory search prototype system that is able to support search and explore KGs in a exploratory search manner, where local structures of KGs can be dynamically discovered and utilized for guiding users. The system applies a path-based ranking method for recommending similar entities and their relevant information as exploration pointers. The interface is designed to assist users to investigate a domain (particular type) of entities, as well as to explore the knowledge graphs in various relevant domains. The queries are dynamically formulated by tracing the users' dynamic clicking (exploration) behaviors. In this demonstration, we will show how our system visualize the underlying entity structures, as well as explain the semantic correlations among them in a unified interface, which not only assist users to learn about the properties of entities in many aspects but also guide them to further explore the information space.
Xueran Han, Jun Chen 0021, Jiaheng Lu, Yueguo Chen, Xiaoyong Du 0001
Proc. VLDB Endow.4
2018 Interpreting Fine-Grained Categories from Natural Language Queries of Entity Search
Denghao Ma, Yueguo Chen, Xiaoyong Du 0001, Yuanzhe Hao
DASFAA (1)2
2018 An In-Depth Benchmarking Study on Bill of Materials for High-End Manufacturing
Yurui Wang, Shanlei Mu, Feiran Huang, Wei Lu 0015, Yueguo Chen
ER5
2018 Rainbow: Adaptive Layout Optimization for Wide Tables
abstract
Popular column stores such as ORC and Parquet have been widely used in many Hadoop-oriented data analysis systems. With the effective column skipping and data compression functionalities provided by column stores, wide tables with hundreds or even thousands of columns are applied by many big data analysis applications to avoid the expensive distributed joins. We found that the performance of such systems can be further improved by optimizing the physical data layout to fit certain workloads and system settings. However, it is nontrivial to perform such optimization manually. In this demo, we present a data layout optimization tool called Rainbow, which leverages workload-driven layout optimization algorithms to adjust data layouts adaptively without intervening the previous data blocks that have been stored. We also provide a Web UI for users to interact with the layout optimization process. Furthermore, Rainbow is open sourced with an accompanying benchmark for performance evaluation of wide tables.
Haoqiong Bian, Youxian Tao, Guodong Jin, Yueguo Chen, Xiongpai Qin, Xiaoyong Du 0001
ICDE4
2018 Leveraging Fine-Grained Wikipedia Categories for Entity Search
abstract
Ad-hoc entity search, which is to retrieve a ranked list of relevant entities in response to a query of natural language question, has been widely studied. It has been shown that category matching of entities, especially when matching to fine-grained entity types/categories, is critical to the performance of entity search. However, the potentials of the fine-grained Wikipedia entity categories, has not been well exploited by existing studies. Based on the observation of how people describe entities of a specific type, we propose a headword-and-modifier model to deeply interpret both queries and fine-grained entity types/categories. Probabilistic generative models are designed to effectively estimate the relevance of headwords and modifiers as a pattern-based matching problem, taking the Wikipedia type taxonomy as an important input to address the ad-hoc representations of concepts/entities in queries. Extensive experimental results on three widely-used test sets: INEX-XER 2009, SemSearch-LS and TREC-Entity, show that our method achieves a significant improvement of the entity search performance over the state-of-the-art methods.
Denghao Ma, Yueguo Chen, Kevin Chen-Chuan Chang, Xiaoyong Du 0001, Chuanfei Xu, Yi Chang 0001
WWW2
2018 Entity set expansion with semantic features of knowledge graphs
Jun Chen 0021, Yueguo Chen, Xiangling Zhang, Xiaoyong Du 0001, Ke Wang 0001, Ji-Rong Wen
J. Web Semant.2
2017 Entity Set Expansion via Knowledge Graphs
abstract
The entity set expansion problem is to expand a small set of seed entities to a more complete set of similar entities. It can be applied in applications such as web search, item recommendation and query expansion. Traditionally, people solve this problem by exploiting the co-occurrence of entities within web pages, where latent semantic correlation among seed entities cannot be revealed. We propose a novel approach to solve the problem using knowledge graphs, by considering the deficiency (e.g., incompleteness) of knowledge graphs. We design an effective ranking model based on the semantic features of seeds to retrieve the candidate entities. Extensive experiments on public datasets show that the proposed solution significantly outperforms the state-of-the-art techniques.
Xiangling Zhang, Yueguo Chen, Jun Chen 0021, Xiaoyong Du 0001, Ke Wang 0001, Ji-Rong Wen
SIGIR2
2017 Wide Table Layout Optimization based on Column Ordering and Duplication
abstract
Modern data analytical tasks often witness very wide tables, from a few hundred columns to a few thousand. While it is commonly agreed that column stores are an appropriate data format for wide tables and analytical workloads, the physical order of columns has not been investigated. Column ordering plays a critical role in I/O performance, because in wide tables accessing the columns in a single horizontal partition may involve multiple disk seeks. An optimal column ordering will incur minimal cumulative disk seek costs for the set of queries applied to the data. In this paper, we aim to find such an optimal column layout to maximize I/O performance. Specifically, we study two problems for column stores on HDFS: column ordering and column duplication. Column ordering seeks an approximately optimal order of columns; column duplication complements column ordering in that some columns may be duplicated multiple times to reduce contention among the queries' diverse requirements on the column order. We consider an actual fine-grained cost model for column accesses and propose algorithms that take a query workload as input and output a column ordering strategy with or without storage redundancy that significantly improves the overall I/O performance. Experimental results over real-life data and production query workloads confirm the effectiveness of the proposed algorithms in diverse settings.
Haoqiong Bian, Ying Yan 0006, Wenbo Tao, Liang Jeff Chen, Yueguo Chen, Xiaoyong Du 0001, Thomas Moscibroda
SIGMOD Conference5
2016 SEED: A system for entity exploration and debugging in large-scale knowledge graphs
abstract
Large-scale knowledge graphs (KGs) contain massive entities and abundant relations among the entities. Data exploration over KGs allows users to browse the attributes of entities as well as the relations among entities. It therefore provides a good way of learning the structure and coverage of KGs. In this paper, we introduce a system called SEED that is designed to support entity-oriented exploration in large-scale KGs, based on retrieving similar entities of some seed entities as well as their semantic relations that show how entities are similar to each other. A by-product of entity exploration in SEED is to facilitate discovering the deficiency of KGs, so that the detected bugs can be easily fixed by users as they explore the KGs.
Jun Chen 0021, Yueguo Chen, Xiaoyong Du 0001, Xiangling Zhang, Xuan Zhou 0001
ICDE2
2015 A Fast Data Ingestion and Indexing Scheme for Real-Time Log Analytics
Haoqiong Bian, Yueguo Chen, Xiongpai Qin, Xiaoyong Du 0001
APWeb2
2015 Personalized Knowledge Visualization in Twitter
Dongxiang Zhang, Yueguo Chen
ER3
2014 A Novel Index Structure for Multi-key Search
Dongyu Wei, Chuan Shi 0001, Yueguo Chen
WAIM4
2013 Linking Entities in Unstructured Texts with RDF Knowledge Bases
Fang Du, Yueguo Chen, Xiaoyong Du 0001
APWeb2
2013 MetKB: enriching RDF knowledge bases with web entity-attribute tables
abstract
There are many entity-attribute tables on the Web that can be utilized for enriching the entities of an RDF knowledge base. This requires the schema mapping (matching) between the Web tables and the RDF knowledge base. In this paper, we propose a feasible solution that is able to automatically search and rank entity-attribute tables from the Web, and effectively map the extracted tables with the RDF knowledge base with very few manual efforts.
Haoqiong Bian, Yueguo Chen, Xiaoyong Du 0001
CIKM2
2013 Efficient SPARQL Query Evaluation via Automatic Data Partitioning
Jinchuan Chen, Yueguo Chen, Xiaoyong Du 0001
DASFAA (2)4
2013 Mapping Entity-Attribute Web Tables to Web-Scale Knowledge Bases
Yueguo Chen, Jinchuan Chen, Xiaoyong Du 0001, Lei Zou 0001
DASFAA (2)2
2013 Presenting diverse location views with real-time near-duplicate photo elimination
abstract
Supported by the technical advances and the commercial success of GPS-enabled mobile devices, geo-tagged photos have drawn plenteous attention in research community. The explosive growth of geo-tagged photos enables many large-scale applications, such as location-based photo browsing, landmark recognition, etc. Meanwhile, as the number of geo-tagged photos continues to climb, new challenges are brought to various applications. The existence of massive near-duplicate geo-tagged photos jeopardizes the effective presentation for the above applications. A new dimension in the search and presentation of geo-tagged photos is urgently demanded. In this paper, we devise a location visualization framework to efficiently retrieve and present diverse views captured within a local proximity. Novel photos, in terms of capture locations and visual content, are identified and returned in response to a query location for diverse visualization. For real-time response and good scalability, a new Hybrid Index structure which integrates R-tree and Geographic Grid is proposed to quickly identify the Maximal Near-duplicate Photo Groups (MNPG) in the query proximity. The most novel photos from different groups are then returned to generate diverse views on the location. Extensive experiments on synthetic and real-life photo datasets prove the novelty and efficiency of our methods.
Jiajun Liu 0004, Zi Huang, Hong Cheng 0001, Yueguo Chen, Heng Tao Shen, Yanchun Zhang
ICDE4
2013 Overview of the WISE 2013 Challenge
Yueguo Chen, Lexi Gao, Xuan Ming, Weining Qian, Yabo Xu
WISE (1)1
2013 Efficient and Scalable Processing of String Similarity Join
abstract
The string similarity join is a basic operation of many applications that need to find all string pairs from a collection given a similarity function and a user-specified threshold. Recently, there has been considerable interest in designing new algorithms with the assistant of an inverted index to support efficient string similarity joins. These algorithms typically adopt a two-step filter-and-refine approach in identifying similar string pairs: 1) generating candidate pairs by traversing the inverted index; and 2) verifying the candidate pairs by computing the similarity. However, these algorithms either suffer from poor filtering power (which results in high verification cost), or incur too much computational cost to guarantee the filtering power. In this paper, we propose a multiple prefix filtering method based on different global orderings such that the number of candidate pairs can be reduced significantly. We also propose a parallel extension of the algorithm that is efficient and scalable in a MapReduce framework. We conduct extensive experiments on both centralized and Hadoop systems using both real and synthetic data sets, and the results show that our proposed approach outperforms existing approaches in both efficiency and scalability.
Chuitian Rong, Wei Lu 0015, Xiaoli Wang 0002, Xiaoyong Du 0001, Yueguo Chen, Anthony K. H. Tung
IEEE Trans. Knowl. Data Eng.5
2012 Efficient SPARQL Query Processing in MapReduce through Data Partitioning and Indexing
Zhi Nie, Fang Du, Yueguo Chen, Xiaoyong Du 0001, Linhao Xu
APWeb3
2012 Location selection for utility maximization with capacity constraints
abstract
Given a set of client locations, a set of facility locations where each facility has a service capacity, and the assumptions that: (i) a client seeks service from its nearest facility; (ii) a facility provides service to clients in the order of their proximity, we study the problem of selecting all possible locations such that setting up a new facility with a given capacity at these locations will maximize the number of served clients. This problem has wide applications in practice, such as setting up new distribution centers for online sales business and building additional base stations for mobile subscribers. We formulate the problem as location selection query for utility maximization. After applying three pruning rules to a baseline solution,we obtain an efficient algorithm to answer the query. Extensive experiments confirm the efficiency of our proposed algorithm.
Yu Sun 0021, Jin Huang 0003, Yueguo Chen, Rui Zhang 0003, Xiaoyong Du 0001
CIKM3
2012 Partitioned Indexes for Entity Search over RDF Knowledge Bases
Fang Du, Yueguo Chen, Xiaoyong Du 0001
DASFAA (1)2
2012 Efficient approximation of the maximal preference scores by lightweight cubic views
abstract
Given a multi-features data set, a best preference query (BPQ) computes the maximal preference score (MPS) that the tuples in the data set can achieve with respect to a preference function. BPQs are very useful in applications where users want to efficiently check whether many individual data sets contain tuples that are of interest to them. Although a BPQ can be naïvely answered by issuing a top-1 query and computing the score from the returned tuple, doing so might require to load a larger number of tuples externally. In this paper, we address the problem of efficient processing BPQs by using lightweight cubic (3-dimensional) views. With these in-memory views, the MPSs of BPQs can be efficiently estimated with an error bound guaranteed, by paying only a small number of I/Os. Extensive experimental results over real-life data sets show that our approximate solution can achieve the efficiency of up to three orders of magnitude compared to exact solutions, with certain accuracy guaranteed.
Yueguo Chen, Bin Cui 0001, Xiaoyong Du 0001, Anthony K. H. Tung
EDBT1
2012 Top-k Most Incremental Location Selection with Capacity Constraint
Yu Sun 0021, Jin Huang 0003, Yueguo Chen, Xiaoyong Du 0001, Rui Zhang 0003
WAIM3
2012 Effective and Efficient Shape-Based Pattern Detection over Streaming Time Series
abstract
Existing distance measures of time series such as the euclidean distance, DTW, and EDR are inadequate in handling certain degrees of amplitude shifting and scaling variances of data items. We propose a novel distance measure of time series, Spatial Assembling Distance (SpADe), that is able to handle noisy, shifting, and scaling in both temporal and amplitude dimensions. We further apply the SpADe to the application of streaming pattern detection, which is very useful in trend-related analysis, sensor networks, and video surveillance. Our experimental results on real time series data sets show that SpADe is an effective distance measure of time series. Moreover, high accuracy and efficiency are achieved by SpADe for continuous pattern detection in streaming time series.
Yueguo Chen, Ke Chen 0005, Mario A. Nascimento
IEEE Trans. Knowl. Data Eng.1
2011 Interactive Predicate Suggestion for Keyword Search on RDF Graphs
Mengxia Jiang, Yueguo Chen, Jinchuan Chen, Xiaoyong Du 0001
ADMA (2)2
2011 ITEM: Extract and Integrate Entities from Tabular Data to RDF Knowledge Base
Yueguo Chen, Jinchuan Chen, Xiaoyong Du 0001
APWeb2
2011 Continuously monitoring the correlations of massive discrete streams
abstract
The problem of monitoring the correlations of discrete streams is to continuously monitor the temporal correlations among massive discrete streams. A temporal correlation of two streams is defined as a tracking behavior, i.e., the most recent pattern of one stream is very similar to a historical pattern of another stream. The challenge is that both the tracking stream and the tracked stream are evolving, which causes the frequent updates of the correlation-ships. The straightforward way of monitoring correlations by brute-force subsequence matching will be very expensive for massive streams. We propose techniques that are able to significantly reduce the number of expensive subsequence matching calls, by continuously pruning and refining the correlated streams. Extensive experiments on the streaming trajectories show the significant performance improvement achieved by the proposed algorithms.
Yueguo Chen, Wei Wang 0011, Xiaoyong Du 0001, Xiaofang Zhou 0001
CIKM1
2009 Probabilistic moving range query over RFID spatio-temporal data streams
abstract
Moving range query over RFID data streams is one of the most important spatio-temporal queries to support valuable information analysis. However, the location uncertainty challenges the query strategy. In this paper, we propose a probability evaluation model in the RFID-enabled monitoring environments and discuss the query optimization techniques under the scenarios of continuous moving range query, which can also be applied into more situations. The extensive experimental evaluation verifies the efficiency and effectiveness of our proposed model and methods.
Yu Gu 0002, Ge Yu 0001, Yueguo Chen
CIKM4
2009 Efficient RFID Data Imputation by Analyzing the Correlations of Monitored Objects
Yu Gu 0002, Ge Yu 0001, Yueguo Chen, Beng Chin Ooi
DASFAA3
2009 MarcoPolo: a community system for sharing and integrating travel information on maps
abstract
The tagging technique has been widely applied in existing Web 2.0 systems, where users label resources with tags for effective classification and efficient retrieval of resources. Location-aware geographical tags (geo-tags) are required if users want to mark location-sensitive resources to digital maps. Large volumes of different kinds of user-created tags pose challenges to the effective organization of community resources using tags. Issues such as guaranteeing the quality of tags and supporting various tag-based queries emerge. In this demo, we present MarcoPolo, a Web 2.0 community system that allows users to define the hierarchical textual geo-tags and mark resources to a map using geo-tags. Statistical and feedback mechanisms are applied to guarantee the quality of tags (including geo-tags). The MarcoPolo system provides two effective interfaces for users to browse and search resources: one is the keyword-based interface and the other is the map-based interface.
Yueguo Chen, Yu Gu 0002, Mei Hui, Liangxu Liu, Beng Chin Ooi, Dongxiang Zhang
EDBT1
2009 Efficient Processing of Warping Time Series Join of Motion Capture Data
abstract
Discovering non-trivial matching subsequences from two time series is very useful in synthesizing novel time series. This can be applied to applications such as motion synthesis where smooth and natural motion sequences are often required to be generated from existing motion sequences. We first address this problem by defining it as a problem of l-epsiv-join over two time series. Given two time series, the goal of l-epsiv-join is to find those non-trivial matching subsequences by detecting maximal l-connections from the epsiv-matching matrix of the two time series. Given a querying motion sequence, the l-epsiv-join can be applied to retrieve all connectable motion sequences from a database of motion sequences. To support efficient l-epsiv-join of time series, we propose a two-step filter-and-refine algorithm, called warping time series join (WTSJ) algorithm. The filtering step serves to prune those sparse regions of the epsiv-matching matrix where there are no maximal l-connections without incurring costly computation. The refinement step serves to detect closed l-connections within regions that cannot be pruned by the filtering step. To speed up the computation of epsiv-matching matrix, we propose a block-based time series summarization method, based on which the block-wise epsiv-matching matrix is first computed. Lots of pairwise distance computation of elements can then be avoided by applying the filtering algorithm on the block-wise epsiv-matching matrix. Extensive experiments on l-epsiv-join of motion capture sequences are conducted. The results confirm the efficiency and effectiveness of our proposed algorithm in processing l-epsiv-join of motion capture time series.
Yueguo Chen, Gang Chen 0001, Ke Chen 0005, Beng Chin Ooi
ICDE1
2008 Querying Complex Spatio-Temporal Sequences in Human Motion Databases
abstract
Content-based retrieval of spatio-temporal patterns from human motion databases is inherently nontrivial since finding effective distance measures for such data is difficult. These data are typically modelled as time series of high dimensional vectors which incur expensive storage and retrieval cost as a result of the high dimensionality. In this paper, we abstract such complex spatio-temporal data as a set of frames which are then represented as high dimensional categorical feature vectors. New distance measures and queries for high dimensional categorical time series are then proposed and efficient query processing techniques for answering these queries are developed. We conducted experiments using our proposed distance measures and queries on human motion capture databases. The results indicate that significant improvement on the efficiency of query processing of categorical time series (more than 10,000 times faster than that of the original motion sequences) can be achieved while guaranteeing the effectiveness of the search.
Yueguo Chen, Shouxu Jiang, Beng Chin Ooi, Anthony K. H. Tung
ICDE1
2007 SpADe: On Shape-based Pattern Detection in Streaming Time Series
abstract
Monitoring predefined patterns in streaming time series is useful to applications such as trend-related analysis, sensor networks and video surveillance. Most current studies on such monitoring employ Euclidean distance to calculate the similarities between given query patterns and subsequences of streaming time series. Euclidean distance has been shown to be ineffective in measuring distances of time series in which shifting and scaling usually exist. Consequently, warping distances such as dynamic time warping (DTW), longest common subsequence (LCSS), have been proposed to handle warps in temporal dimension. However, they are inadequate in handling shifting and scaling in amplitude dimension. Moreover, they have been designed mainly for full sequence matching, whereas in online monitoring applications, we typically have no knowledge on the positions and lengths of possible matching subsequences. In this paper, we first discuss the weaknesses of existing warping distances on detecting patterns from streaming time series. We then propose a novel warping distance, which we name Spatial Assembling Distance (SpADe), that is able to handle shifting and scaling in both temporal and amplitude dimensions. We further propose an efficient approach for continuous pattern detection using SpADe, that is fundamental for subsequence matching on streaming data. Finally, our experimental results show that SpADe is effective and efficient for continuous pattern detection in streaming time series.
Yueguo Chen, Mario A. Nascimento, Beng Chin Ooi, Anthony K. H. Tung
ICDE1