paper-with-me

홈 › Papers

Evolving Generalizable Parallel Algorithm Portfolios via Domain-Agnostic Instance Generation

2025-01-06 · Zhiyuan Wang, Shengcai Liu, Peng Yang, Ke Tang

Generalization is the core objective when training optimizers from data. However, limited training instances often constrain the generalization capability of the trained optimizers. Co-evolutionary approaches address this challenge by simultaneously evolving a parallel algorithm portfolio (PAP) and an instance population to eventually obtain PAPs with good generalization. Yet, when applied to a specific problem class, these approaches have a major limitation. They require practitioners to provide instance generators specially tailored to the problem class, which is often non-trivial to design. This work proposes a general-purpose, off-the-shelf PAP construction approach, named domain-agnostic co-evolution of parameterized search (DACE), for binary optimization problems where decision variables take values of 0 or 1. The key novelty of DACE lies in its neural network-based domain-agnostic instance representation and generation mechanism that eliminates the need for domain-specific instance generators. The strong generality of DACE is validated across three real-world binary optimization problems: the complementary influence maximization problem (CIMP), the compiler arguments optimization problem (CAOP), and the contamination control problem (CCP). Given only a small set of training instances from these problem classes, DACE, without requiring domain knowledge, constructs PAPs with even better generalization performance than existing approaches on all three classes, despite their use of domain-specific instance generators.

📄 PDF Abstract BibTeX arXiv:2501.02906

Code (1)

anonymoussubmitbot/dace 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

General-Purpose Co-Evolutionary Construction of Parallel Algorithm Portfolios for Multi-Objective Binary Optimization

2026-05-15 · Zhiyuan Wang, Shengcai Liu, Shaofeng Zhang, Ke Tang arxiv

Despite recent progress in constructing generalizable parallel algorithm portfolios (PAPs), no general-purpose approach is yet available for multi-objective binary optimization problems (MOBOPs). To fill this gap, this p…

Automatic Construction of Parallel Portfolios via Explicit Instance Grouping

2018-04-17 · Shengcai Liu, Ke Tang, Xin Yao

Simultaneously utilizing several complementary solvers is a simple yet effective strategy for solving computationally hard problems. However, manually building such solver portfolios typically requires considerable domai…

How Sequential Algorithm Portfolios can benefit Black Box Optimization

2026-01-23 · Catalin-Viorel Dinu, Diederick Vermetten, Carola Doerr arxiv

In typical black-box optimization applications, the available computational budget is often allocated to a single algorithm, typically chosen based on user preference with limited knowledge about the problem at hand or a…

Generalizable Engagement Estimation in Conversation via Domain Prompting and Parallel Attention

2025-08-20 · Yangche Yu, Yin Chen, Jia Li, Peng Jia 외 arxiv

Accurate engagement estimation is essential for adaptive human-computer interaction systems, yet robust deployment is hindered by poor generalizability across diverse domains and challenges in modeling complex interactio…

Zero Training Overhead Portfolios for Learning to Solve Combinatorial Problems

2021-02-05 · Yiwei Bai, Wenting Zhao, Carla P. Gomes

There has been an increasing interest in harnessing deep learning to tackle combinatorial optimization (CO) problems in recent years. Typical CO deep learning approaches leverage the problem structure in the model archit…

BIG-bench Machine LearningCombinatorial OptimizationDeep LearningModel Selection+2