paper-with-me

홈 › Papers

Towards Target High-Utility Itemsets

2022-06-09 · Jinbao Miao, Wensheng Gan, Shicheng Wan, Yongdong Wu, Philippe Fournier-Viger

For applied intelligence, utility-driven pattern discovery algorithms can identify insightful and useful patterns in databases. However, in these techniques for pattern discovery, the number of patterns can be huge, and the user is often only interested in a few of those patterns. Hence, targeted high-utility itemset mining has emerged as a key research topic, where the aim is to find a subset of patterns that meet a targeted pattern constraint instead of all patterns. This is a challenging task because efficiently finding tailored patterns in a very large search space requires a targeted mining algorithm. A first algorithm called TargetUM has been proposed, which adopts an approach similar to post-processing using a tree structure, but the running time and memory consumption are unsatisfactory in many situations. In this paper, we address this issue by proposing a novel list-based algorithm with pattern matching mechanism, named THUIM (Targeted High-Utility Itemset Mining), which can quickly match high-utility itemsets during the mining process to select the targeted patterns. Extensive experiments were conducted on different datasets to compare the performance of the proposed algorithm with state-of-the-art algorithms. Results show that THUIM performs very well in terms of runtime and memory consumption, and has good scalability compared to TargetUM.

📄 PDF Abstract BibTeX arXiv:2206.06157

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Generic Itemset Mining Based on Reinforcement Learning

2021-05-17 · Kazuma Fujioka, Kimiaki Shirahama

One of the biggest problems in itemset mining is the requirement of developing a data structure or algorithm, every time a user wants to extract a different type of itemsets. To overcome this, we propose a method, called…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Vocal Bursts Type Prediction

Computational Complexity of Three Central Problems in Itemset Mining

2020-12-04 · Christian Bessiere, Mohamed-Bachir Belaid, Nadjib Lazaar

Itemset mining is one of the most studied tasks in knowledge discovery. In this paper we analyze the computational complexity of three central itemset mining problems. We prove that mining confident rules with a given it…

TargetUM: Targeted High-Utility Itemset Querying

2021-10-30 · Jinbao Miao, Shicheng Wan, Wensheng Gan, Jiayi Sun 외

Traditional high-utility itemset mining (HUIM) aims to determine all high-utility itemsets (HUIs) that satisfy the minimum utility threshold (\textit{minUtil}) in transaction databases. However, in most applications, not…

Vocal Bursts Intensity Prediction

A Generic Algorithm for Top-K On-Shelf Utility Mining

2022-08-27 · Jiahui Chen, Xu Guo, Wensheng Gan, Shichen Wan 외

On-shelf utility mining (OSUM) is an emerging research direction in data mining. It aims to discover itemsets that have high relative utility in their selling time period. Compared with traditional utility mining, OSUM c…

Decomposable Families of Itemsets

2020-06-16 · Nikolaj Tatti, Hannes Heikinheimo

The problem of selecting a small, yet high quality subset of patterns from a larger collection of itemsets has recently attracted lot of research. Here we discuss an approach to this problem using the notion of decomposa…