The document discusses a new algorithm called Up-Growth for mining high utility itemsets from transactional databases, which addresses inefficiencies of existing methods like Apriori and FP-Growth by reducing candidate itemsets and required database scans. The Up-Growth algorithm utilizes a tree-based structure, known as the Utility Pattern Tree (up-tree), to efficiently extract high utility itemsets while minimizing execution time and overestimated utilities. Several strategies are proposed, including discarding global unpromising items and decreasing global node utilities to enhance mining performance.