paper-with-me

Papers

Safe Pattern Pruning: An Efficient Approach for Predictive Pattern Mining

2016-02-15 · Kazuya Nakagawa, Shinya Suzumura, Masayuki Karasuyama, Koji Tsuda, Ichiro Takeuchi

In this paper we study predictive pattern mining problems where the goal is to construct a predictive model based on a subset of predictive patterns in the database. Our main contribution is to introduce a novel method called safe pattern pruning (SPP) for a class of predictive pattern mining problems. The SPP method allows us to efficiently find a superset of all the predictive patterns in the database that are needed for the optimal predictive model. The advantage of the SPP method over existing boosting-type method is that the former can find the superset by a single search over the database, while the latter requires multiple searches. The SPP method is inspired by recent development of safe feature screening. In order to extend the idea of safe feature screening into predictive pattern mining, we derive a novel pruning rule called safe pattern pruning (SPP) rule that can be used for searching over the tree defined among patterns in the database. The SPP rule has a property that, if a node corresponding to a pattern in the database is pruned out by the SPP rule, then it is guaranteed that all the patterns corresponding to its descendant nodes are never needed for the optimal predictive model. We apply the SPP method to graph mining and item-set mining problems, and demonstrate its computational advantage.

📄 PDF Abstract BibTeX arXiv:1602.04548

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Mining

Similar Papers 제목 키워드 기반

Efficient Model Selection for Predictive Pattern Mining Model by Safe Pattern Pruning

2023-06-23 · Takumi Yoshida, Hiroyuki Hanada, Kazuya Nakagawa, Kouichi Taji 외

Predictive pattern mining is an approach used to construct prediction models when the input is represented by structured data, such as sets, graphs, and sequences. The main idea behind predictive pattern mining is to bui…

modelModel Selection

Supervised sequential pattern mining of event sequences in sport to identify important patterns of play: an application to rugby union

2020-10-29 · Rory Bunker, Keisuke Fujii, Hiroyuki Hanada, Ichiro Takeuchi

Given a set of sequences comprised of time-ordered events, sequential pattern mining is useful to identify frequent subsequences from different sequences or within the same sequence. However, in sport, these techniques c…

Sequential Pattern Mining

TaSPM: Targeted Sequential Pattern Mining

2022-02-26 · Gengsen Huang, Wensheng Gan, Philip S. Yu

Sequential pattern mining (SPM) is an important technique of pattern mining, which has many applications in reality. Although many efficient sequential pattern mining algorithms have been proposed, there are few studies …

Sequential Pattern Mining

cgSpan: Closed Graph-Based Substructure Pattern Mining

2021-12-17 · Zevin Shaul, Sheikh Naaz

gSpan is a popular algorithm for mining frequent subgraphs. cgSpan (closed graph-based substructure pattern mining) is a gSpan extension that only mines closed subgraphs. A subgraph g is closed in the graphs database if …

Pruning for Protection: Increasing Jailbreak Resistance in Aligned LLMs Without Fine-Tuning

2024-01-19 · Adib Hasan, Ileana Rugina, Alex Wang

This paper investigates the impact of model compression on the way Large Language Models (LLMs) process prompts, particularly concerning jailbreak resistance. We show that moderate WANDA pruning can enhance resistance to…

Model Compression