EDBT 2026 Demo / reviewers in the wild / expert
Vincent S. Tseng
dblp:t/VincentSMTseng · also Shin-Mu Tseng, Vincent Shin-Mu Tseng
· DBLP profile ↗
78ranked-venue papers in the field
10as first author
7since 2021 · last 2025
0000-0002-4853-1594ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 46 (7 first)Database Systems & Data Management · 25 (3 first)Other / Interdisciplinary · 3Knowledge Engineering, Semantic Web & Information Systems · 2Information Retrieval & Web Search · 1Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | DiPPSI: Diffusion-Based Pulsative Physiological Signal Imputation
Su-Jung Wu, Jia-Ching Ying, Vincent S. Tseng |
PAKDD (1) | 3 |
| 2025 | HaGAR: Hardness-aware Generative Adversarial RecommenderabstractImplicit Collaborative filtering is a fundamental technique in recommendation systems, leveraging implicit user interactions to suggest items of interest. A significant challenge in this domain is the absence of explicit negative feedback, limiting the recommendation performance. Previous researchers have tried to tackle the challenge through the Generative Adversarial Network (GAN). The generator produces increasingly challenging samples for the discriminator, driving the optimization of the discrimination objective. Although GAN-style recommender systems can achieve decent performance by generating harder negative samples, the negatives selected by the generator may not always be ideal for training the discriminator. In this study, we focus on two types of undesirable negatives that persist in modern GAN-style recommenders: false negatives and uninformative negatives. In response to these issues, we propose a novel Hardness-aware Generative Adversarial Recommender (HaGAR). To the best of our knowledge, it is the first adversarial recommender that explicitly aims to alleviate the adverse impact of false and uninformative negatives. Our approach incorporates a relevance monitoring module and a hardness-aware weighting module to identify and address false and uninformative negatives during training with minimal additional computational cost. Our experimental results demonstrate that HaGAR significantly improves recommendation performance, achieving over a 21% increase in terms of NDCG@10 compared to the state-of-the-art GAN-style recommender. These findings highlight the efficacy of our improvement in providing more robust negative samples, leading to better-performing recommendation systems. Yuan-Heng Lee, Jia-Ching Ying, Vincent S. Tseng |
WSDM | 3 |
| 2023 | Snippet Policy Network for Multi-Class Varied-Length ECG Early ClassificationabstractArrhythmia detection from ECG is an important research subject in the prevention and diagnosis of cardiovascular diseases. The prevailing studies formulate arrhythmia detection from ECG as a time series classification problem. Meanwhile, early detection of arrhythmia presents a real-world demand for early prevention and diagnosis. In this paper, we address a problem of cardiovascular diseases early classification, which is a varied-length and long-length time series early classification problem as well. For solving this problem, we propose a deep reinforcement learning-based framework, namely Snippet Policy Network (SPN), consisting of four modules, snippet generator, backbone network, controlling agent, and discriminator. Comparing to the existing approaches, the proposed framework features flexible input length, solves the dual-optimization solution of the earliness and accuracy goals. Experimental results demonstrate that SPN achieves an excellent performance of over 80% in terms of accuracy. Compared to the state-of-the-art methods, at least 7% improvement on different metrics, including the precision, recall, F1-score, and harmonic mean, is delivered by the proposed SPN. To the best of our knowledge, this is the first work focusing on solving the cardiovascular early classification problem based on varied-length ECG data. Based on these excellent features from SPN, it offers a good exemplification for addressing all kinds of varied-length time series early classification problems. Yu Huang 0018, Gary G. Yen, Vincent S. Tseng |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2021 | GAWD: graph anomaly detection in weighted directed graph databasesabstractGiven a set of node-labeled directed weighted graphs, how to find the most anomalous ones? How can we summarize the normal behavior in the database without losing information? We propose GAWD, for detecting anomalous graphs in directed weighted graph databases. The idea is to (1) iteratively identify the "best" substructure (i.e., subgraph or motif) that yields the largest compression when each of its occurrences is replaced by a super-node, and (2) score each graph by how much it compresses over iterations --- the more the compression, the lower the anomaly score. Different from existing work [1] on which we build, GAWD exhibits (i) a lossless graph encoding scheme, (ii) ability to handle numeric edge weights, (iii) interpretability by common patterns, and (iv) scalability with running time linear in input size. Experiments on four datasets injected with anomalies show that GAWD achieves significantly better results than state-of-the-art baselines. Meng-Chieh Lee, Hung T. Nguyen 0003, Dimitris Berberidis, Vincent S. Tseng, Leman Akoglu |
ASONAM | 4 |
| 2021 | Stable High Utility Itemset MiningabstractHigh Utility Itemset Mining (HUIM) aims at finding all sets of items that have high importance in a database, as measured by a utility function. Although HUIM has many applications, a key limitation is that the discovered patterns often have an unstable utility over time. For example, while a set of products may yield a high utility (profit) over a year, that utility may fluctuate from weeks to weeks. To discover patterns that have a stable utility and hence that are more suitable for decision-making, this paper redefines HUIM as the task of discovering Stable High Utility Itemsets (StableHUI). An efficient tree-based and pattern-growth algorithm named Stable-Growth is proposed to extract all the StableHUI. Several experiments on two real-world datasets and two synthetic datasets show that Stable-Growth is up to 60% faster than a baseline and that it can filter out numerous unstable HUI. Acquah Hackman, Yu Huang 0018, Philippe Fournier-Viger, Vincent S. Tseng |
iiWAS | 4 |
| 2021 | Dynamic Graph Mining for Multi-weight Multi-destination Route Planning with Deadlines ConstraintsabstractRoute planning satisfied multiple requests is an emerging branch in the route planning field and has attracted significant attention from the research community in recent years. The prevailing studies focus only on seeking a route by minimizing a single kind of Travel Cost, such as trip time or distance, among others. In reality, most users would like to choose an appropriate route, neither fastest nor shortest route. Usually, a user may have multiple requirements, and an appropriate route would satisfy all requirements requested by the user. In fact, planning an appropriate route could be formulated as a problem of Multi-weight Multi-destination Route Planning with Deadlines Constraints (MWMDRP-DC). In this article, we propose a framework, namely, MWMD-Router, which addresses the MWMDRP-DC problem comprehensively. To consider the travel costs with time-variation, we propose not only four novel dynamic graph miner to extract travel costs that reveal users’ requirements but also two new algorithms, namely, Basic MWMD Route Planning and Advanced MWMD Route Planning , to plan a route that satisfies deadline requirements and optimizes another criterion like travel cost with time-variation efficiently. To the best of our knowledge, this is the first work on route planning that considers handling multiple deadlines for multi-destination planning as well as optimizing multiple travel costs with time-variation simultaneously. Experimental results demonstrate that our proposed algorithms deliver excellent performance with respect to efficiency and effectiveness. Yu Huang 0018, Jia-Ching Ying, Philip S. Yu, Vincent S. Tseng |
ACM Trans. Knowl. Discov. Data | 4 |
| 2021 | A Survey of Utility-Oriented Pattern MiningabstractThe main purpose of data mining and analytics is to find novel, potentially useful patterns that can be utilized in real-world applications to derive beneficial knowledge. For identifying and evaluating the usefulness of different kinds of patterns, many techniques and constraints have been proposed, such as support, confidence, sequence order, and utility parameters (e.g., weight, price, profit, quantity, satisfaction, etc.). In recent years, there has been an increasing demand for utility-oriented pattern mining (UPM, or called utility mining). UPM is a vital task, with numerous high-impact applications, including cross-marketing, e-commerce, finance, medical, and biomedical applications. This survey aims to provide a general, comprehensive, and structured overview of the state-of-the-art methods of UPM. First, we introduce an in-depth understanding of UPM, including concepts, examples, and comparisons with related concepts. A taxonomy of the most common and state-of-the-art approaches for mining different kinds of high-utility patterns is presented in detail, including Apriori-based, tree-based, projection-based, vertical-/horizontal-data-format-based, and other hybrid approaches. A comprehensive review of advanced topics of existing high-utility pattern mining techniques is offered, with a discussion of their pros and cons. Finally, we present several well-known open-source software packages for UPM. We conclude our survey with a discussion on open and practical challenges in this field. Wensheng Gan, Jerry Chun-Wei Lin, Philippe Fournier-Viger, Han-Chieh Chao, Vincent S. Tseng, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2020 | AutoAudit: Mining Accounting and Time-Evolving GraphsabstractHow can we spot money laundering in large-scale graph-like accounting datasets? How to identify the most suspicious period in a time-evolving accounting graph? What kind of accounts and events should practitioners prioritize under time constraints? To tackle these crucial challenges in accounting and auditing tasks, we propose a flexible system called AutoAudit, which can be valuable for auditors and risk management professionals. To sum up, there are four major advantages of the proposed system: (a) "Smurfing" Detection, spots nearly 100% of injected money laundering transactions automatically in real-world datasets. (b) Attention Routing, attends to the most suspicious part of time-evolving graphs and provides an intuitive interpretation. (c) Insight Discovery, identifies similar month-pair patterns proved by "success stories" and patterns following Power Laws in log-logistic scales. (d) Scalability and Generality, ensures AutoAudit scales linearly and can be easily extended to other real-world graph datasets. Experiments on various real-world datasets illustrate the effectiveness of our method. To facilitate reproducibility and accessibility, we make the code, figure, and results public at https://github.com/mengchillee/AutoAudit. Meng-Chieh Lee, Yue Zhao 0016, Aluna Wang, Pierre Jinghong Liang, Leman Akoglu, Vincent S. Tseng, Christos Faloutsos |
IEEE BigData | 6 |
| 2019 | Mining Emerging High Utility Itemsets over Streaming Database
Acquah Hackman, Yu Huang 0018, Philip S. Yu, Vincent S. Tseng |
ADMA | 4 |
| 2019 | DeepIdentifier: A Deep Learning-Based Lightweight Approach for User Identity Recognition
Meng-Chieh Lee, Yu Huang 0018, Jia-Ching Ying, Chien Chen, Vincent S. Tseng |
ADMA | 5 |
| 2019 | Long-Term Traffic Time Prediction Using Deep Learning with Integration of Weather Effect
Chih-Hsin Chou, Yu Huang 0018, Chian-Yun Huang, Vincent S. Tseng |
PAKDD (2) | 4 |
| 2019 | Multivariate Time Series Early Classification with Interpretability Using Deep Learning and Attention Mechanism
En-Yu Hsu, Chien-Liang Liu, Vincent S. Tseng |
PAKDD (3) | 3 |
| 2019 | Parallel Mining of Top-k High Utility Itemsets in Spark In-Memory Computing Architecture
Chun-Han Lin, Cheng-Wei Wu, JianTao Huang, Vincent S. Tseng |
PAKDD (2) | 4 |
| 2018 | Music Recommendation Based on Information of User Profiles, Music Genres and User Ratings
Ja-Hwung Su, Chu-Yu Chin, Hsiao-Chuan Yang, Vincent S. Tseng, Sun-Yuan Hsieh |
ACIIDS (1) | 4 |
| 2018 | Mining Trending High Utility Itemsets from Temporal Transaction Databases
Acquah Hackman, Yu Huang 0018, Vincent S. Tseng |
DEXA (2) | 3 |
| 2018 | Multivariate Time Series Early Classification Using Multi-Domain Deep Neural NetworkabstractEarly classification on multivariate time series is an important research topic in data mining with wide applications to various domains like medical diagnosis, motion detection and financial prediction, etc. Shapelet is probably one of the most commonly used approaches to tackle early classification problem, but one drawback of shaplet is its inefficiency. More importantly, the extracted shapelets may not be applicable to every test case at any time point. This work focuses on early classification of multivariate time series and proposes a novel framework named Multi-Domain Deep Neural Network (MDDNN), in which convolutional neural network (CNN) and long-short term memory (LSTM) are incorporated to learn feature representation and relationship embedding in the long sequences with long time lags. The proposed model can make predictions at any time point of a multivariate time series with the help of a truncation process. We conducted experiments on four real datasets and compared with state-of-the-art algorithms. The experimental results indicate that the proposed method outperforms the alternatives significantly on both of earliness and accuracy. Detailed analysis about the proposed model is also provided in this work. To the best of our knowledge, this is the first work that incorporates deep neural network methods (CNN and LSTM) and multi-domain approach to boost the problem of early classification on multivariate time series. Huai-Shuo Huang, Chien-Liang Liu, Vincent S. Tseng |
DSAA | 3 |
| 2018 | Deep Discriminative Features Learning and Sampling for Imbalanced Data ProblemabstractThe imbalanced data problem occurs in many application domains and is considered to be a challenging problem in machine learning and data mining. Most resampling methods for synthetic data focus on minority class without considering the data distribution of major classes. In contrast to previous works, the proposed method considers both majority classes and minority classes to learn feature embeddings and utilizes appropriate loss functions to make feature embedding as discriminative as possible. The proposed method is a comprehensive framework and different deep learning feature extractors can be utilized for different domains. We conduct experiments utilizing seven numerical datasets and one image dataset based on multiclass classification tasks. The experimental results indicate that the proposed method provides accurate and stable results. Yi-Hsun Liu, Chien-Liang Liu, Vincent S. Tseng |
ICDM | 3 |
| 2018 | FrauDetector+: An Incremental Graph-Mining Approach for Efficient Fraudulent Phone Call DetectionabstractIn recent years, telecommunication fraud has become more rampant internationally with the development of modern technology and global communication. Because of rapid growth in the volume of call logs, the task of fraudulent phone call detection is confronted with big data issues in real-world implementations. Although our previous work, FrauDetector , addressed this problem and achieved some promising results, it can be further enhanced because it focuses only on fraud detection accuracy, whereas the efficiency and scalability are not top priorities. Other known approaches for fraudulent call number detection suffer from long training times or cannot accurately detect fraudulent phone calls in real time. However, the learning process of FrauDetector is too time-consuming to support real-world application. Although we have attempted to accelerate the the learning process of FrauDetector by parallelization, the parallelized learning process, namely PFrauDetector , still cannot afford the computing cost. In this article, we propose a highly efficient incremental graph-mining-based fraudulent phone call detection approach, namely FrauDetector + , which can automatically label fraudulent phone numbers with a “fraud” tag a crucial prerequisite for distinguishing fraudulent phone call numbers from nonfraudulent ones. FrauDetector + initially generates smaller, more manageable subnetworks from original graph and performs a parallelized weighted HITS algorithm for a significant speed increase in the graph learning module. It adopts a novel aggregation approach to generate a trust (or experience) value for each phone number (or user) based on their respective local values. After the initial procedure, we can incrementally update the trust (or experience) value for each phone number (or user) while a new fraud phone number is identified. An efficient fraud-centric hash structure is constructed to support fast real-time detection of fraudulent phone numbers in the detection module. We conduct a comprehensive experimental study based on real datasets collected through an antifraud mobile application called Whoscall . The results demonstrate a significantly improved efficiency of our approach compared with FrauDetector as well as superior performance against other major classifier-based methods. Jia-Ching Ying, Ji Zhang 0001, Che-Wei Huang, Kuan-Ta Chen, Vincent S. Tseng |
ACM Trans. Knowl. Discov. Data | 5 |
| 2017 | Long-Term User Location Prediction Using Deep Learning and Periodic Pattern Mining
Mun Hou Wong, Vincent S. Tseng, Jerry C. C. Tseng, Sun-Wei Liu, Cheng-Hung Tsai |
ADMA | 2 |
| 2017 | Efficient Multi-Destinations Route Planning with Deadlines and Cost ConstraintsabstractIn recent years, multi-destinations route planning has been the topic of much research, which is an emerging branch of the route planning problem. The existing works have been focusing on how to find routes that minimize a single kind of trip cost, such as trip time or distance, amongst others. In fact, users may have multiple requirements in real-life multi-destinations route planning applications, including for personal or business purposes (e.g., express delivery). We observed the fact that (i) there may exist a respective deadline in reaching each of the destinations, (ii) users may consider to reduce further kinds of trip costs, such as fuel, in addition to the deadline constraint. In this paper, we address a novel route planning problem named Multi-Destinations Route Planning with Deadlines and Cost Constraints and propose two approaches, namely BMDC (Basic Multi-Destinations Route Computation) and AMDC (Advanced Multi-Destinations Route Computation) to efficiently plan a route that satisfies deadline requirements and optimizes another criterion such as trip cost. To the best of our knowledge, this is the first work on route planning that considers multiple deadlines for multi-destinations as well as optimizing trip cost, simultaneously. Experimental results demonstrate that our proposed algorithms deliver excellent performance in terms of efficiency and effectiveness. Yu Huang 0018, Bo-Hau Lin, Vincent S. Tseng |
MDM | 3 |
| 2017 | Mining High-Utility Itemsets with Both Positive and Negative Unit Profits from Uncertain Databases
Wensheng Gan, Jerry Chun-Wei Lin, Philippe Fournier-Viger, Han-Chieh Chao, Vincent S. Tseng |
PAKDD (1) | 5 |
| 2017 | A Fast Fourier Transform-Coupled Machine Learning-Based Ensemble Model for Disease Risk Prediction Using a Real-Life Dataset
Raid Lafta, Ji Zhang 0001, Xiaohui Tao 0001, Yan Li 0002, Wessam Abbas, Yonglong Luo, Fulong Chen 0002, Vincent S. Tseng |
PAKDD (1) | 8 |
| 2017 | EFIM: a fast and memory efficient algorithm for high-utility itemset mining
Souleymane Zida, Philippe Fournier-Viger, Jerry Chun-Wei Lin, Cheng-Wei Wu, Vincent S. Tseng |
Knowl. Inf. Syst. | 5 |
| 2016 | IRS-HD: An Intelligent Personalized Recommender System for Heart Disease Patients in a Tele-Health Environment
Raid Lafta, Ji Zhang 0001, Xiaohui Tao 0001, Yan Li 0002, Vincent S. Tseng |
ADMA | 5 |
| 2016 | Mining Minimal High-Utility Itemsets
Philippe Fournier-Viger, Jerry Chun-Wei Lin, Cheng-Wei Wu, Vincent S. Tseng, Usef Faghihi |
DEXA (1) | 4 |
| 2016 | Efficient Mining of Uncertain Data for High-Utility Itemsets
Jerry Chun-Wei Lin, Wensheng Gan, Philippe Fournier-Viger, Tzung-Pei Hong, Vincent S. Tseng |
WAIM (1) | 5 |
| 2016 | Fast algorithms for mining high-utility itemsets with various discount strategies
Jerry Chun-Wei Lin, Wensheng Gan, Philippe Fournier-Viger, Tzung-Pei Hong, Vincent S. Tseng |
Adv. Eng. Informatics | 5 |
| 2016 | Integrating tourist packages and tourist attractions for personalized trip planning based on travel constraints
Eric Hsueh-Chan Lu, Shih Hsin Fang, Vincent S. Tseng |
GeoInformatica | 3 |
| 2016 | Efficient Algorithms for Mining Top-K High Utility ItemsetsabstractHigh utility itemsets (HUIs) mining is an emerging topic in data mining, which refers to discovering all itemsets having a utility meeting a user-specified minimum utility threshold min_util. However, setting min_util appropriately is a difficult problem for users. Generally speaking, finding an appropriate minimum utility threshold by trial and error is a tedious process for users. If min_util is set too low, too many HUIs will be generated, which may cause the mining process to be very inefficient. On the other hand, if min_util is set too high, it is likely that no HUIs will be found. In this paper, we address the above issues by proposing a new framework for top-k high utility itemset mining, where k is the desired number of HUIs to be mined. Two types of efficient algorithms named TKU (mining Top-K Utility itemsets) and TKO (mining Top-K utility itemsets in One phase) are proposed for mining such itemsets without the need to set min_util. We provide a structural comparison of the two algorithms with discussions on their advantages and limitations. Empirical evaluations on both real and synthetic datasets show that the performance of the proposed algorithms is close to that of the optimal case of state-of-the-art utility mining algorithms. Vincent S. Tseng, Cheng-Wei Wu, Philippe Fournier-Viger, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2015 | Mining high-utility itemsets with various discount strategiesabstractIn recent years, mining high-utility itemsets (HUIs) has become as a key topic in data mining. However, most of the developed algorithms assume the unrealistic situations that unit profits of items remain unchanged over time. But in real-life situations, the profit of an item or itemset varies as a function of cost prices, sales prices and sales strategies. In this paper, a novel framework for mining HUIs with two algorithms under various Discount strategies (HUID) are introduced. HUID-tp is based on various discount strategies and a novel downward closure property to mine the complete set of HUIs. HUID-Miner is an algorithm relying on a compact data structure (Positive-and-Negative Utility-list, PNU-list) and new pruning strategies to efficiently discover HUIs without candidate generation, while considerably reducing the size of the search space. Furthermore, a strategy named Estimated Utility Co-occurrence Strategy which stores the relationships between 2-itemsets is also adopted in the proposed improvement HUID-EMiner algorithm to speed up computation. An extensive experimental study carried on several real-life datasets shows the performance of the proposed algorithms. Jerry Chun-Wei Lin, Wensheng Gan, Philippe Fournier-Viger, Tzung-Pei Hong, Vincent S. Tseng |
DSAA | 5 |
| 2015 | FrauDetector: A Graph-Mining-based Framework for Fraudulent Phone Call DetectionabstractIn recent years, fraud is increasing rapidly with the development of modern technology and global communication. Although many literatures have addressed the fraud detection problem, these existing works focus only on formulating the fraud detection problem as a binary classification problem. Due to limitation of information provided by telecommunication records, such classifier-based approaches for fraudulent phone call detection normally do not work well. In this paper, we develop a graph-mining-based fraudulent phone call detection framework for a mobile application to automatically annotate fraudulent phone numbers with a "fraud" tag, which is a crucial prerequisite for distinguishing fraudulent phone calls from normal phone calls. Our detection approach performs a weighted HITS algorithm to learn the trust value of a remote phone number. Based on telecommunication records, we build two kinds of directed bipartite graph: i) CPG and ii) UPG to represent telecommunication behavior of users. To weight the edges of CPG and UPG, we extract features for each pair of user and remote phone number in two different yet complementary aspects: 1) duration relatedness (DR) between user and phone number; and 2) frequency relatedness (FR) between user and phone number. Upon weighted CPG and UPG, we determine a trust value for each remote phone number. Finally, we conduct a comprehensive experimental study based on a dataset collected through an anti-fraud mobile application, Whoscall. The results demonstrate the effectiveness of our weighted HITS-based approach and show the strength of taking both DR and FR into account in feature extraction. Vincent S. Tseng, Jia-Ching Ying, Che-Wei Huang, Yimin Kao, Kuan-Ta Chen |
KDD | 1 |
| 2015 | CPT+: Decreasing the Time/Space Complexity of the Compact Prediction Tree
Ted Gueniche, Philippe Fournier-Viger, Rajeev Raman, Vincent S. Tseng |
PAKDD (2) | 4 |
| 2015 | Reliable Early Classification on Multivariate Time Series with Numerical and Categorical Attributes
Yu-Feng Lin, Hsuan-Hsu Chen, Vincent S. Tseng, Jian Pei 0001 |
PAKDD (1) | 3 |
| 2015 | Mining High Utility Itemsets in Big Data
Ying Chun Lin, Cheng-Wei Wu, Vincent S. Tseng |
PAKDD (2) | 3 |
| 2015 | Efficient algorithms for mining up-to-date high-utility patterns
Jerry Chun-Wei Lin, Wensheng Gan, Tzung-Pei Hong, Vincent S. Tseng |
Adv. Eng. Informatics | 4 |
| 2015 | Mining Partially-Ordered Sequential Rules Common to Multiple SequencesabstractSequential rule mining is an important data mining problem with multiple applications. An important limitation of algorithms for mining sequential rules common to multiple sequences is that rules are very specific and therefore many similar rules may represent the same situation. This can cause three major problems: (1) similar rules can be rated quite differently, (2) rules may not be found because they are individually considered uninteresting, and (3) rules that are too specific are less likely to be used for making predictions. To address these issues, we explore the idea of mining “partially-ordered sequential rules” (POSR), a more general form of sequential rules such that items in the antecedent and the consequent of each rule are unordered. To mine POSR, we propose the RuleGrowth algorithm, which is efficient and easily extendable. In particular, we present an extension (TRuleGrowth) that accepts a sliding-window constraint to find rules occurring within a maximum amount of time. A performance study with four real-life datasets show that RuleGrowth and TRuleGrowth have excellent performance and scalability compared to baseline algorithms and that the number of rules discovered can be several orders of magnitude smaller when the sliding-window constraint is applied. Furthermore, we also report results from a real application showing that POSR can provide a much higher prediction accuracy than regular sequential rules for sequence prediction. Philippe Fournier-Viger, Cheng-Wei Wu, Vincent S. Tseng, Longbing Cao, Roger Nkambou |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2015 | Efficient Algorithms for Mining the Concise and Lossless Representation of High Utility ItemsetsabstractMining high utility itemsets (HUIs) from databases is an important data mining task, which refers to the discovery of itemsets with high utilities (e.g. high profits). However, it may present too many HUIs to users, which also degrades the efficiency of the mining process. To achieve high efficiency for the mining task and provide a concise mining result to users, we propose a novel framework in this paper for mining closed+high utility itemsets(CHUIs), which serves as a compact and lossless representation of HUIs. We propose three efficient algorithms named AprioriCH (Apriori-based algorithm for mining High utility Closed+itemsets), AprioriHC-D (AprioriHC algorithm with Discarding unpromising and isolated items) and CHUD (Closed+High Utility Itemset Discovery) to find this representation. Further, a method called DAHU (Derive All High Utility Itemsets) is proposed to recover all HUIs from the set of CHUIs without accessing the original database. Results on real and synthetic datasets show that the proposed algorithms are very efficient and that our approaches achieve a massive reduction in the number of HUIs. In addition, when all HUIs can be recovered by DAHU, the combination of CHUD and DAHU outperforms the state-of-the-art algorithms for mining HUIs. Vincent S. Tseng, Cheng-Wei Wu, Philippe Fournier-Viger, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2014 | Novel Concise Representations of High Utility Itemsets Using Generator Patterns
Philippe Fournier-Viger, Cheng-Wei Wu, Vincent S. Tseng |
ADMA | 3 |
| 2014 | Location semantics prediction for living analytics by mining smartphone dataabstractAutomatic location semantics prediction for living analytics based on smartphone data has attracted extensive attention in just recent years. Basically, this task can be formulated as a multi-class classification problem, where different location/places are regarded as different labels. Previous studies were mostly based on common classification techniques directly, neglecting the critical challenging issue of class imbalance in such a problem (e.g., people go to offices much more often than they go to cinemas). It is also noteworthy that in contrast to common multi-class problems where the classes can be treated independently and interchangeably, the places for labeling usually have important correlations, which should be taken account in the classification/labeling process. Moreover, several activities may occur in the same place and thus the same place label might convey different semantics. In this paper, we address the above issues for location semantics prediction by proposing the FS-Mining (Frame-based Semantics Mining) approach. We treat the raw sensor data in the smartphone as a sequence of short and non-overlapping frames, based on which the user behavior at each place can be characterized and the place semantics can be modeled. To deal with the issues of label relation and class imbalance, a multi-level classification model with class-split and class-merge mechanisms was also developed. An ensemble strategy was also employed to further improve the performance. Experiments on the dataset of Nokia Mobile Data Challenge [1] demonstrate promising performances for the FS-Mining approach. Chi-Min Huang, Jia-Ching Ying, Vincent S. Tseng, Zhi-Hua Zhou |
DSAA | 3 |
| 2014 | ERMiner: Sequential Rule Mining Using Equivalence Classes
Philippe Fournier-Viger, Ted Gueniche, Souleymane Zida, Vincent S. Tseng |
IDA | 4 |
| 2014 | Trip Recommendation with Multiple User Constraints by Integrating Point-of-Interests and Travel PackagesabstractWith the advances of mobile communication techniques in recent years, numerous kinds of Location-Based Services (LBSs) have been developed and one popular application of LBSs is trip recommendation. Although there exist already a number of studies on this topic in literatures, most of them focused on combining a set of point-of-interests (POIs, or say attractions) as a trip based on user-specific constraints. In another way, some few works discussed making recommendation in terms of travel packages, which have the benefits of lower cost and higher convenience. However, no prior work explores to integrate attractions and travel packages simultaneously for trip recommendation. In fact, such a hybrid-style recommender can provide higher benefits for users although there exist critical challenges here like the efficiency issue in such kind of real-time applications. In this paper, we propose a novel framework named Package-Attraction-based Trip Recommender (PATR) to efficiently recommend the personalized trips satisfying multiple constraints by effectively combining attractions and packages. In PATR, a Score Inference Model is proposed to infer the scores of attractions and packages by taking user-based preference and temporal-based properties into account. Then, the Hybrid Trip-Mine algorithm is proposed to efficiently discover the optimal trip which satisfies the multiple user-specific constraints with both of attractions and packages considered simultaneously. Furthermore, we propose two pruning strategies based on Hybrid Trip-Mine, named Score Estimation (SE) and Score Bound Tightening (SBT), to further improve the execution efficiency and memory utilization. To the best of our knowledge, this is the first work on travel recommendation that considers attractions and packages simultaneously. Through extensive experimental evaluations, our proposed approaches were shown to deliver excellent performance. Shih Hsin Fang, Eric Hsueh-Chan Lu, Vincent S. Tseng |
MDM (1) | 3 |
| 2014 | An efficient projection-based indexing approach for mining high utility itemsets
Guo-Cheng Lan, Tzung-Pei Hong, Vincent S. Tseng |
Knowl. Inf. Syst. | 3 |
| 2014 | Mining User Check-In Behavior with a Random Walk for Urban Point-of-Interest RecommendationsabstractIn recent years, research into the mining of user check-in behavior for point-of-interest (POI) recommendations has attracted a lot of attention. Existing studies on this topic mainly treat such recommendations in a traditional manner—that is, they treat POIs as items and check-ins as ratings. However, users usually visit a place for reasons other than to simply say that they have visited. In this article, we propose an approach referred to as Urban POI-Walk (UPOI-Walk), which takes into account a user's social-triggered intentions (SI), preference-triggered intentions (PreI), and popularity-triggered intentions (PopI), to estimate the probability of a user checking-in to a POI. The core idea of UPOI-Walk involves building a HITS-based random walk on the normalized check-in network, thus supporting the prediction of POI properties related to each user's preferences. To achieve this goal, we define several user--POI graphs to capture the key properties of the check-in behavior motivated by user intentions. In our UPOI-Walk approach, we propose a new kind of random walk model—Dynamic HITS-based Random Walk—which comprehensively considers the relevance between POIs and users from different aspects. On the basis of similitude, we make an online recommendation as to the POI the user intends to visit. To the best of our knowledge, this is the first work on urban POI recommendations that considers user check-in behavior motivated by SI, PreI, and PopI in location-based social network data. Through comprehensive experimental evaluations on two real datasets, the proposed UPOI-Walk is shown to deliver excellent performance. Jia-Ching Ying, Wen-Ning Kuo, Vincent S. Tseng, Eric Hsueh-Chan Lu |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2013 | Mining Maximal Sequential Patterns without Candidate Maintenance
Philippe Fournier-Viger, Cheng-Wei Wu, Vincent S. Tseng |
ADMA (1) | 3 |
| 2013 | Compact Prediction Tree: A Lossless Model for Accurate Sequence Prediction
Ted Gueniche, Philippe Fournier-Viger, Vincent S. Tseng |
ADMA (2) | 3 |
| 2013 | Mining high utility episodes in complex event sequencesabstractFrequent episode mining (FEM) is an interesting research topic in data mining with wide range of applications. However, the traditional framework of FEM treats all events as having the same importance/utility and assumes that a same type of event appears at most once at any time point. These simplifying assumptions do not reflect the characteristics of scenarios in real applications and thus the useful information of episodes in terms of utilities such as profits is lost. Furthermore, most studies on FEM focused on mining episodes in simple event sequences and few considered the scenario of complex event sequences, where different events can occur simultaneously. To address these issues, in this paper, we incorporate the concept of utility into episode mining and address a new problem of mining high utility episodes from complex event sequences, which has not been explored so far. In the proposed framework, the importance/utility of different events is considered and multiple events can appear simultaneously. Several novel features are incorporated into the proposed framework to resolve the challenges raised by this new problem, such as the absence of anti-monotone property and the huge set of candidate episodes. Moreover, an efficient algorithm named UP-Span (Utility ePisodes mining by Spanning prefixes) is proposed for mining high utility episodes with several strategies incorporated for pruning the search space to achieve high efficiency. Experimental results on real and synthetic datasets show that UP-Span has excellent performance and serves as an effective solution to the new problem of mining high utility episodes from complex event sequences. Cheng-Wei Wu, Yu-Feng Lin, Philip S. Yu, Vincent S. Tseng |
KDD | 4 |
| 2013 | Efficient Approaches for Multi-requests Route Planning in Urban AreasabstractIn recent years, with the rapid developments of wireless technologies, researches on Location-Based Services (LBSs) have attracted extensive attentions and one active topic among them is constraint-based route planning on a Point-Of-Interest (POI) network. Although a number of studies on this topic have been proposed in literatures, most of them primarily consider the geographic properties of the POIs in planning a route. In fact, the motivation of a user to visit a POI is frequently due to that the POI can provide some services meeting the user's needs. Hence, user requests should be considered in route planning, especially in an urban area where a POI may provide various kinds of services. Besides, the efficiency of route planning is critical in such kind of real-time LBS applications. In this paper, we address a novel route planning problem named Multi-Requests Route Planning (MRRP) and propose four approaches, namely kNN-MS, kMD-MS, EMB and kRA-MS to efficiently plan a time-saving route based on the user-specific requests. Furthermore, we propose two refinement mechanisms, three pruning strategies and two caching techniques to further enhance the route quality and planning efficiency for MRRP, respectively. To the best of our knowledge, this is the first work on route planning that considers multiple services provided by a POI and multiple requests specified by a user, simultaneously. Through extensive experimental evaluations, our approaches were shown to deliver excellent performance. Eric Hsueh-Chan Lu, Huan-Sheng Chen, Vincent S. Tseng |
MDM (1) | 3 |
| 2013 | TripCloud: An Intelligent Cloud-Based Trip Recommendation System
Jia-Ching Ying, Eric Hsueh-Chan Lu, Bo-Nian Shi, Vincent S. Tseng |
SSTD | 4 |
| 2013 | A hybrid scheme for energy-efficient object tracking in sensor networks
Ming-Hua Hsieh, Kawuu Weicheng Lin, Vincent S. Tseng |
Knowl. Inf. Syst. | 3 |
| 2013 | Efficient algorithms for discovering high utility user behavior patterns in mobile commerce environments
Bai-En Shie, Hui-Fang Hsiao, Vincent S. Tseng |
Knowl. Inf. Syst. | 3 |
| 2013 | Preference-oriented mining techniques for location-based store search
Jess Soo-Fong Tan, Eric Hsueh-Chan Lu, Vincent S. Tseng |
Knowl. Inf. Syst. | 3 |
| 2013 | Mining geographic-temporal-semantic patterns in trajectories for location predictionabstractIn recent years, research on location predictions by mining trajectories of users has attracted a lot of attention. Existing studies on this topic mostly treat such predictions as just a type of location recommendation, that is, they predict the next location of a user using location recommenders. However, an user usually visits somewhere for reasons other than interestingness. In this article, we propose a novel mining-based location prediction approach called Geographic-Temporal-Semantic-based Location Prediction (GTS-LP), which takes into account a user's geographic-triggered intentions, temporal-triggered intentions, and semantic-triggered intentions, to estimate the probability of the user in visiting a location. The core idea underlying our proposal is the discovery of trajectory patterns of users, namely GTS patterns , to capture frequent movements triggered by the three kinds of intentions. To achieve this goal, we define a new trajectory pattern to capture the key properties of the behaviors that are motivated by the three kinds of intentions from trajectories of users. In our GTS-LP approach, we propose a series of novel matching strategies to calculate the similarity between the current movement of a user and discovered GTS patterns based on various moving intentions. On the basis of similitude, we make an online prediction as to the location the user intends to visit. To the best of our knowledge, this is the first work on location prediction based on trajectory pattern mining that explores the geographic, temporal, and semantic properties simultaneously. By means of a comprehensive evaluation using various real trajectory datasets, we show that our proposed GTS-LP approach delivers excellent performance and significantly outperforms existing state-of-the-art location prediction methods. Jia-Ching Ying, Wang-Chien Lee, Vincent S. Tseng |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2013 | Efficient Algorithms for Mining High Utility Itemsets from Transactional DatabasesabstractMining high utility itemsets from a transactional database refers to the discovery of itemsets with high utility like profits. Although a number of relevant algorithms have been proposed in recent years, they incur the problem of producing a large number of candidate itemsets for high utility itemsets. Such a large number of candidate itemsets degrades the mining performance in terms of execution time and space requirement. The situation may become worse when the database contains lots of long transactions or long high utility itemsets. In this paper, we propose two algorithms, namely utility pattern growth (UP-Growth) and UP-Growth+, for mining high utility itemsets with a set of effective strategies for pruning candidate itemsets. The information of high utility itemsets is maintained in a tree-based data structure named utility pattern tree (UP-Tree) such that candidate itemsets can be generated efficiently with only two scans of database. The performance of UP-Growth and UP-Growth+ is compared with the state-of-the-art algorithms on many types of both real and synthetic data sets. Experimental results show that the proposed algorithms, especially UP-Growth+, not only reduce the number of candidates effectively but also outperform other algorithms substantially in terms of runtime, especially when databases contain lots of long transactions. Vincent S. Tseng, Bai-En Shie, Cheng-Wei Wu, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2012 | Using Partially-Ordered Sequential Rules to Generate More Accurate Sequence Prediction
Philippe Fournier-Viger, Ted Gueniche, Vincent S. Tseng |
ADMA | 3 |
| 2012 | Personalized trip recommendation with multiple constraints by mining user check-in behaviorsabstractIn recent years, researches on travel recommendation have attracted extensive attentions due to the wide applications. Among them, one of the active topics is constraint-based trip recommendation for meeting user's personal requirements. Although a number of studies on this topic have been proposed in literatures, most of them only regard the user-specific constraints as some filtering conditions for planning the trip. In fact, immersing the constraints into travel recommendation systems to provide a personalized trip is desired for users. Furthermore, time complexity of trip planning from a set of attractions is sensitive to the scalability of travel regions. Hence, how to reduce the computational cost by parallel cloud computing techniques is also a critical issue. In this paper, we propose a novel framework named Personalized Trip Recommendation (PTR) to efficiently recommend the personalized trips meeting multiple constraints of users by mining user's check-in behaviors. In PTR, a mining-based module is first proposed to estimate the scores of attractions by considering both of user-based preferences and temporal-based properties. Then, a trip planning algorithm named Parallel Trip-Mine+ is proposed to efficiently plan the trip that satisfies multiple user-specific constraints. To our best knowledge, this is the first work on travel recommendation that considers the issues of multiple constraints, social relationship, temporal property and parallel computing simultaneously. Through comprehensive experimental evaluations on a real check-in dataset obtained from Gowalla, PTR is shown to deliver excellent performance. Eric Hsueh-Chan Lu, Ching-Yu Chen, Vincent S. Tseng |
SIGSPATIAL/GIS | 3 |
| 2012 | Mining top-K high utility itemsetsabstractMining high utility itemsets from databases is an emerging topic in data mining, which refers to the discovery of itemsets with utilities higher than a user-specified minimum utility threshold min_util. Although several studies have been carried out on this topic, setting an appropriate minimum utility threshold is a difficult problem for users. If min_util is set too low, too many high utility itemsets will be generated, which may cause the mining algorithms to become inefficient or even run out of memory. On the other hand, if min_util is set too high, no high utility itemset will be found. Setting appropriate minimum utility thresholds by trial and error is a tedious process for users. In this paper, we address this problem by proposing a new framework named top-k high utility itemset mining, where k is the desired number of high utility itemsets to be mined. An efficient algorithm named TKU (Top-K Utility itemsets mining) is proposed for mining such itemsets without setting min_util. Several features were designed in TKU to solve the new challenges raised in this problem, like the absence of anti-monotone property and the requirement of lossless results. Moreover, TKU incorporates several novel strategies for pruning the search space to achieve high efficiency. Results on real and synthetic datasets show that TKU has excellent performance and scalability. Cheng-Wei Wu, Bai-En Shie, Vincent S. Tseng, Philip S. Yu |
KDD | 3 |
| 2012 | A Framework for Personal Mobile Commerce Pattern Mining and PredictionabstractDue to a wide range of potential applications, research on mobile commerce has received a lot of interests from both of the industry and academia. Among them, one of the active topic areas is the mining and prediction of users' mobile commerce behaviors such as their movements and purchase transactions. In this paper, we propose a novel framework, called Mobile Commerce Explorer (MCE), for mining and prediction of mobile users' movements and purchase transactions under the context of mobile commerce. The MCE framework consists of three major components: 1) Similarity Inference Model (SIM) for measuring the similarities among stores and items, which are two basic mobile commerce entities considered in this paper; 2) Personal Mobile Commerce Pattern Mine (PMCP-Mine) algorithm for efficient discovery of mobile users' Personal Mobile Commerce Patterns (PMCPs); and 3) Mobile Commerce Behavior Predictor (MCBP) for prediction of possible mobile user behaviors. To our best knowledge, this is the first work that facilitates mining and prediction of mobile users' commerce behaviors in order to recommend stores and items previously unknown to a user. We perform an extensive experimental evaluation by simulation and show that our proposals produce excellent results. Eric Hsueh-Chan Lu, Wang-Chien Lee, Vincent S. Tseng |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2011 | Mining Top-K Sequential Rules
Philippe Fournier-Viger, Vincent S. Tseng |
ADMA (2) | 2 |
| 2011 | Mining High Utility Mobile Sequential Patterns in Mobile Commerce Environments
Bai-En Shie, Hui-Fang Hsiao, Vincent S. Tseng, Philip S. Yu |
DASFAA (1) | 3 |
| 2011 | Semantic trajectory mining for location predictionabstractResearch on predicting movements of mobile users has attracted a lot of attentions in recent years. Many of those prediction techniques are developed based only on geographic features of mobile users' trajectories. In this paper, we propose a novel approach for predicting the next location of a user's movement based on both the geographic and semantic features of users' trajectories. The core idea of our prediction model is based on a novel cluster-based prediction strategy which evaluates the next location of a mobile user based on the frequent behaviors of similar users in the same cluster determined by analyzing users' common behavior in semantic trajectories. Through a comprehensive evaluation by experiments, our proposal is shown to deliver excellent performance. Jia-Ching Ying, Wang-Chien Lee, Tz-Chiao Weng, Vincent S. Tseng |
GIS | 4 |
| 2011 | Efficient Mining of a Concise and Lossless Representation of High Utility ItemsetsabstractMining high utility item sets from transactional databases is an important data mining task, which refers to the discovery of item sets with high utilities (e.g. high profits). Although several studies have been carried out, current methods may present too many high utility item sets for users, which degrades the performance of the mining task in terms of execution and memory efficiency. To achieve high efficiency for the mining task and provide a concise mining result to users, we propose a novel framework in this paper for mining closed+ high utility item sets, which serves as a compact and loss less representation of high utility item sets. We present an efficient algorithm called CHUD (Closed+ High Utility item set Discovery) for mining closed+ high utility item sets. Further, a method called DAHU (Derive All High Utility item sets) is proposed to recover all high utility item sets from the set of closed+ high utility item sets without accessing the original database. Results of experiments on real and synthetic datasets show that CHUD and DAHU are very efficient with a massive reduction (up to 800 times in our experiments) in the number of high utility item sets. In addition, when all high utility item sets are recovered by DAHU, the approach combining CHUD and DAHU also outperforms the state-of-the-art algorithms in mining high utility item sets. Cheng-Wei Wu, Philippe Fournier-Viger, Philip S. Yu, Vincent S. Tseng |
ICDM | 4 |
| 2011 | Challenges for Mobile Data Management in the Era of Cloud and Social ComputingabstractThe mobile data management community is experiencing a rapid evolutionary change due to the worldwide diffusion of always-on mobile devices and to the increased popularity of location and context-aware mobile applications. Accordingly to recent studies, in two years from now one fourth of the total mobile data will come from audio and video streaming and nearly all the rest from other Internet services. A large part of the increase in mobile data will come from cloud computing applications that are massively used for storing personal data, for sharing data, as well as for utility software (such as maps) and productivity tools. Social networking will strongly influence the way mobile users choose, share and use content from mobile devices. On the other side mobile devices are changing the way social networks have been used till now introducing geo-tagging, location sharing, and many innovative location based services. Chatschik Bisdikian, Bernhard Mitschang, Dino Pedreschi, Vincent S. Tseng, Claudio Bettini |
Mobile Data Management (1) | 4 |
| 2011 | Trip-Mine: An Efficient Trip Planning Approach with Travel Time ConstraintsabstractWith the rapid development of wireless telecommunication technologies, a number of studies have been done on the Location-Based Services (LBSs) due to wide applications. Among them, one of the active topics is travel recommendation. Most of previous studies focused on recommendations of attractions or trips based on the user's location. However, such recommendation results may not satisfy the travel time constraints of users. Besides, the efficiency of trip planning is sensitive to the scalability of travel regions. In this paper, we propose a novel data mining-based approach, namely Trip-Mine, to efficiently find the optimal trip which satisfies the user's travel time constraint based on the user's location. Furthermore, we propose three optimization mechanisms based on Trip-Mine to further enhance the mining efficiency and memory storage requirement for optimal trip finding. To the best of our knowledge, this is the first work that takes efficient trip planning and travel time constraints into account simultaneously. Finally, we performed extensive experimental evaluations and show that our proposals deliver excellent results. Eric Hsueh-Chan Lu, Chih-Yuan Lin, Vincent S. Tseng |
Mobile Data Management (1) | 3 |
| 2011 | Hybrid data mining approaches for prevention of drug dispensing errors
Lien-Chin Chen, Chun-Hao Chen, Hsiao-Ming Chen, Vincent S. Tseng |
J. Intell. Inf. Syst. | 4 |
| 2011 | Mining fastest path from trajectories with multiple destinations in road networks
Eric Hsueh-Chan Lu, Wang-Chien Lee, Vincent S. Tseng |
Knowl. Inf. Syst. | 3 |
| 2011 | Mining Cluster-Based Temporal Mobile Sequential Patterns in Location-Based Service EnvironmentsabstractResearches on Location-Based Service (LBS) have been emerging in recent years due to a wide range of potential applications. One of the active topics is the mining and prediction of mobile movements and associated transactions. Most of existing studies focus on discovering mobile patterns from the whole logs. However, this kind of patterns may not be precise enough for predictions since the differentiated mobile behaviors among users and temporal periods are not considered. In this paper, we propose a novel algorithm, namely, Cluster-based Temporal Mobile Sequential Pattern Mine (CTMSP-Mine), to discover the Cluster-based Temporal Mobile Sequential Patterns (CTMSPs). Moreover, a prediction strategy is proposed to predict the subsequent mobile behaviors. In CTMSP-Mine, user clusters are constructed by a novel algorithm named Cluster-Object-based Smart Cluster Affinity Search Technique (CO-Smart-CAST) and similarities between users are evaluated by the proposed measure, Location-Based Service Alignment (LBS-Alignment). Meanwhile, a time segmentation approach is presented to find segmenting time intervals where similar mobile characteristics exist. To our best knowledge, this is the first work on mining and prediction of mobile behaviors with considerations of user relations and temporal property simultaneously. Through experimental evaluation under various simulated conditions, the proposed methods are shown to deliver excellent performance. Eric Hsueh-Chan Lu, Vincent S. Tseng, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2011 | Efficient Relevance Feedback for Content-Based Image Retrieval by Mining User Navigation PatternsabstractNowadays, content-based image retrieval (CBIR) is the mainstay of image retrieval systems. To be more profitable, relevance feedback techniques were incorporated into CBIR such that more precise results can be obtained by taking user's feedbacks into account. However, existing relevance feedback-based CBIR methods usually request a number of iterative feedbacks to produce refined search results, especially in a large-scale image database. This is impractical and inefficient in real applications. In this paper, we propose a novel method, Navigation-Pattern-based Relevance Feedback (NPRF), to achieve the high efficiency and effectiveness of CBIR in coping with the large-scale image data. In terms of efficiency, the iterations of feedback are reduced substantially by using the navigation patterns discovered from the user query log. In terms of effectiveness, our proposed search algorithm NPRFSearch makes use of the discovered navigation patterns and three kinds of query refinement strategies, Query Point Movement (QPM), Query Reweighting (QR), and Query Expansion (QEX), to converge the search space toward the user's intention effectively. By using NPRF method, high quality of image retrieval on RF can be achieved in a small number of feedbacks. The experimental results reveal that NPRF outperforms other existing methods significantly in terms of precision, coverage, and number of feedbacks. Ja-Hwung Su, Wei-Jyun Huang, Philip S. Yu, Vincent S. Tseng |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2010 | A Three-Scan Algorithm to Mine High On-Shelf Utility Itemsets
Guo-Cheng Lan, Tzung-Pei Hong, Vincent S. Tseng |
ACIIDS (2) | 3 |
| 2010 | UP-Growth: an efficient algorithm for high utility itemset miningabstractMining high utility itemsets from a transactional database refers to the discovery of itemsets with high utility like profits. Although a number of relevant approaches have been proposed in recent years, they incur the problem of producing a large number of candidate itemsets for high utility itemsets. Such a large number of candidate itemsets degrades the mining performance in terms of execution time and space requirement. The situation may become worse when the database contains lots of long transactions or long high utility itemsets. In this paper, we propose an efficient algorithm, namely UP-Growth (Utility Pattern Growth), for mining high utility itemsets with a set of techniques for pruning candidate itemsets. The information of high utility itemsets is maintained in a special data structure named UP-Tree (Utility Pattern Tree) such that the candidate itemsets can be generated efficiently with only two scans of the database. The performance of UP-Growth was evaluated in comparison with the state-of-the-art algorithms on different types of datasets. The experimental results show that UP-Growth not only reduces the number of candidates effectively but also outperforms other algorithms substantially in terms of execution time, especially when the database contains lots of long transactions. Vincent S. Tseng, Cheng-Wei Wu, Bai-En Shie, Philip S. Yu |
KDD | 1 |
| 2010 | Personalized rough-set-based recommendation by integrating multiple contents and collaborative information
Ja-Hwung Su, Bo-Wen Wang, Chin-Yuan Hsiao, Vincent S. Tseng |
Inf. Sci. | 4 |
| 2009 | Mining Cluster-Based Mobile Sequential Patterns in Location-Based Service EnvironmentsabstractIn recent years, a number of studies have been done on Location-Based Service (LBS) due to their wide range of potential applications. In this paper, we propose a novel data mining algorithm named Cluster-based Mobile Sequential Pattern Mine (CMSP-Mine) for efficiently discovering the Cluster-based Mobile Sequential Patterns (CMSPs) of users in LBS environments. In CMSP-Mine, we first propose a transaction similarity measurement named Location-Based Service Alignment (LBS-Alignment) to evaluate the similarity between two mobile transaction sequences. Then, we propose a transaction clustering algorithm named Cluster-Object based Smart Cluster Affinity Search Technique (CO-Smart-CAST) to form a user cluster model of the mobile transactions based on LBS-Alignment. Furthermore, we proposed the novel prediction strategy that utilizes the discovered CMSPs to precisely predict the next movement of mobile users. To our best knowledge, this is the first work on mining the mobile sequential patterns associated with moving path and user clusters in LBS environments. Finally, through a series of experiments, our proposed methods were shown to deliver excellent performance in terms of efficiency, accuracy and applicability under various system conditions. Eric Hsueh-Chan Lu, Vincent S. Tseng |
Mobile Data Management | 2 |
| 2008 | A Cluster-Based Genetic-Fuzzy Mining Approach for Items with Multiple Minimum Supports
Chun-Hao Chen, Tzung-Pei Hong, Vincent S. Tseng |
PAKDD | 3 |
| 2008 | Constrained Clustering for Gene Expression Data Mining
Vincent S. Tseng, Lien-Chin Chen, Ching-Pin Kao |
PAKDD | 1 |
| 2008 | Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features
Vincent S. Tseng, Ja-Hwung Su, Jhih-Hong Huang, Chih-Jen Chen |
PAKDD | 1 |
| 2005 | CBS: A New Classification Method by Using Sequential PatternsabstractData classification is an important topic in data mining field due to the wide applications. A number of related methods have been proposed based on the well-known learning models like decision tree or neural network. However, these kinds of classification methods may not perform well in mining time sequence datasets like time-series gene expression data. In this paper, we propose a new data mining method, namely Classify-By-Sequence (CBS), for classifying large time-series datasets. The main methodology of CBS method is to integrate the sequential pattern mining with the probabilistic induction such that the inherent sequential patterns can be extracted efficiently and the classification task be done more accurately. Meanwhile, CBS method has the merit of simplicity in implementation. Through experimental evaluation, the CBS method is shown to outperform other methods greatly in the classification accuracy. Vincent S. Tseng, Chao-Hui Lee |
SDM | 1 |
| 2004 | An Efficient Approach for Partial-Sum Queries in Data Cubes Using Hamming-Based Codes
Chien-I Lee, Yu-Chiang Li, Vincent S. Tseng |
DASFAA | 3 |
| 2004 | A Novel Parameter-Less Clustering Method for Mining Gene Expression Data
Vincent S. Tseng, Ching-Pin Kao |
PAKDD | 1 |
| 2002 | Efficiently Mining Gene Expression Data via Integrated Clustering and Validation Techniques
Vincent S. Tseng, Ching-Pin Kao |
PAKDD | 1 |