paper-with-me

홈 › Papers

Three-Objective Integral R2 Subset Selection: NP-Hardness and Submodular Approximation

2026-06-25 · Michael T. M. Emmerich arxiv

Selecting a fixed number of representative points from a finite Pareto-front approximation is a fundamental post-processing task in multiobjective optimization. This paper studies this problem for the integral R2 indicator in three objectives, where the indicator is defined as the integral of the lower envelope of weighted Tchebycheff scalarizations over the two-dimensional weight simplex. We provide two complementary algorithmic results. On the positive side, we show that the integral R2 improvement with respect to any fixed baseline is a monotone submodular set function. For the usual ideal-point based R2 indicator, with the ideal point fixed, this yields a direct gap-reduction guarantee: greedy selection closes at least a $(1-1/e)$-fraction of the maximum possible R2 gap between a fixed dominated anchor value and the best cardinality-$k$ value. We also give a tested greedy implementation that evaluates exact integral R2 values by subdivision, with worst-case running time $O(n^6)$. On the negative side, we prove that exact fixed-cardinality subset selection is NP-hard already in three objectives. The hardness proof uses a perspective transformation that maps Tchebycheff-shadow improvements to a weighted anchored-box union problem with density $(x_1+x_2+x_3)^{-4}$, and then adapts the three-dimensional anchored-box construction of Bringmann, Cabello, and Emmerich. Together, these results separate the tractable two-objective case from the three-objective case while identifying a principled approximation route based on submodular optimization.

📄 PDF Abstract BibTeX arXiv:2606.26591

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Which Directions Matter? Sparse Design for Affine Robust Optimization

2026-06-12 · Pedro Chumpitaz-Flores, My Duong, Juan S. Borrero, Kaixun Hua arxiv

Robust machine learning and optimization rely on the uncertainty model choice. We investigate which uncertainty directions a model must cover when defined by a finite dictionary and a budget constraint. Selecting a subse…

Knowledge Refinement via Rule Selection

2019-01-29 · Phokion G. Kolaitis, Lucian Popa, Kun Qian

In several different applications, including data transformation and entity resolution, rules are used to capture aspects of knowledge about the application at hand. Often, a large set of such rules is generated automati…

Entity Resolution

Objective-Induced Bias and Search Dynamics in Multiobjective Unsupervised Feature Selection

2026-05-20 · Mathieu Cherpitel, Thomas Bäck, Martijn R. Tannemaat, Anna V. Kononova arxiv

Unsupervised feature selection is commonly formulated as a multiobjective optimisation problem that jointly optimises subset quality and subset size. Yet the behaviour of this formulation depends critically on the choice…

Comparative Analysis of Indicators for Multiobjective Diversity Optimization

2024-10-24 · Ksenia Pereverdieva, André Deutz, Tessa Ezendam, Thomas Bäck 외

Indicator-based (multiobjective) diversity optimization aims at finding a set of near (Pareto-)optimal solutions that maximizes a diversity indicator, where diversity is typically interpreted as the number of essentially…

DiversityEvolutionary AlgorithmsMultiobjective Optimization

Linear Relaxations for Finding Diverse Elements in Metric Spaces

2016-12-01 · NeurIPS 2016 12 · Aditya Bhaskara, Mehrdad Ghadiri, Vahab Mirrokni, Ola Svensson

Choosing a diverse subset of a large collection of points in a metric space is a fundamental problem, with applications in feature selection, recommender systems, web search, data summarization, etc. Various notions of d…

Data SummarizationDiversityfeature selectionRecommendation Systems