paper-with-me

Papers

FOSC-X: An Extended Framework for Optimal Local Cuts and Non-Horizontal Cluster Selection from Clustering Hierarchies

2026-06-17 · Connor Simpson, Ricardo J. G. B. Campello arxiv

Extracting a flat clustering solution from a hierarchy is a common task in practical cluster analysis and can be formulated as an optimisation problem. Existing approaches focus on finding a single optimal solution. We introduce FOSC-X, a framework for extracting the top-M globally optimal flat clusterings from local, non-horizontal cuts of a hierarchical cluster tree, while optionally enforcing constraints on the number of clusters. This enables automatic identification of multiple high-quality alternative clusterings that capture different aspects of the hierarchical structure. Without constraints, the top-M problem can be solved in polynomial time using dynamic programming, exploiting the property that locally optimal partial candidates within subtrees can be combined to form globally optimal solutions while automatically determining the number of clusters. However, this can lead to solutions with numbers of clusters that are ultimately undesirable -- e.g., too large to be meaningful or practically analysed within a particular application domain. Imposing cluster-count constraints breaks the optimality property underlying the unconstrained dynamic programming approach, since locally optimal partial candidates may no longer combine into feasible globally optimal solutions. FOSC-X addresses this challenge through a dynamic programming strategy that maintains compact sets of feasible candidates using lower and upper feasibility bounds while pruning infeasible or dominated combinations. The resulting method guarantees optimal rankings of the top-M solutions with linear-time complexity in the number of cluster nodes and dataset size, both with and without cluster-count constraints. Experiments show that FOSC-X efficiently reveals alternative clustering structures overlooked by single-solution extraction methods.

📄 PDF Abstract BibTeX arXiv:2606.18972

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Information-theoretic stochastic contrastive conditional GAN: InfoSCC-GAN

2021-12-17 · Vitaliy Kinakh, Mariia Drozdova, Guillaume Quétant, Tobias Golling 외

Conditional generation is a subclass of generative problems where the output of the generation is conditioned by the attribute information. In this paper, we present a stochastic contrastive conditional generative advers…

AttributeGenerative Adversarial NetworkImage Generation

InfoSculpt: Sculpting the Latent Space for Generalized Category Discovery

2026-01-15 · Wenwen Liao, Hang Ruan, Jianbo Yu, Yuansong Wang 외 arxiv

Generalized Category Discovery (GCD) aims to classify instances from both known and novel categories within a large-scale unlabeled dataset, a critical yet challenging task for real-world, open-world applications. Howeve…

Information Entropy Invariance: Enhancing Length Extrapolation in Attention Mechanisms

2025-01-15 · Kewei Li, Yanwen Kong, Yiping Xu, Jianlin Su 외

Since the emergence of research on improving the length extrapolation capabilities of large language models in 2021, some studies have made modifications to the scaling factor in the scaled dot-product attention mechanis…

Sparsity in Optimal Randomized Classification Trees

2020-02-21 · Rafael Blanquero, Emilio Carrizosa, Cristina Molero-Río, Dolores Romero Morales

Decision trees are popular Classification and Regression tools and, when small-sized, easy to interpret. Traditionally, a greedy approach has been used to build the trees, yielding a very fast training process; however, …

ClassificationGeneral Classification

Adaptive Cut Selection in Mixed-Integer Linear Programming

2022-02-22 · Mark Turner, Thorsten Koch, Felipe Serrano, Michael Winkler

Cutting plane selection is a subroutine used in all modern mixed-integer linear programming solvers with the goal of selecting a subset of generated cuts that induce optimal solver performance. These solvers have million…