paper-with-me

Papers

Enhanced Multi-Objective A* Using Balanced Binary Search Trees

2022-02-18 · Zhongqiang Ren, Richard Zhan, Sivakumar Rathinam, Maxim Likhachev, Howie Choset

This work addresses a Multi-Objective Shortest Path Problem (MO-SPP) on a graph where the goal is to find a set of Pareto-optimal solutions from a start node to a destination in the graph. A family of approaches based on MOA* have been developed to solve MO-SPP in the literature. Typically, these approaches maintain a "frontier" set at each node during the search process to keep track of the non-dominated, partial paths to reach that node. This search process becomes computationally expensive when the number of objectives increases as the number of Pareto-optimal solutions becomes large. In this work, we introduce a new method to efficiently maintain these frontiers for multiple objectives by incrementally constructing balanced binary search trees within the MOA* search framework. We first show that our approach correctly finds the Pareto-optimal front, and then provide extensive simulation results for problems with three, four and five objectives to show that our method runs faster than existing techniques by up to an order of magnitude.

📄 PDF Abstract BibTeX arXiv:2202.08992

Code (1)

wonderren/public_emoa 공식 구현

Similar Papers 제목 키워드 기반

PSPU: Enhanced Positive and Unlabeled Learning by Leveraging Pseudo Supervision

2024-07-09 · Chengjie Wang, Chengming Xu, Zhenye Gan, Jianlong Hu 외

Positive and Unlabeled (PU) learning, a binary classification model trained with only positive and unlabeled data, generally suffers from overfitted risk estimation due to inconsistent data distributions. To address this…

Anomaly DetectionBinary Classification

Multi-objective optimal placement of protective devices on microgrid using improved binary multi-objective PSO

2014-08-11 · Witoon Prommee,Weerakorn Ongsakul

This paper proposes an improved binary multi-objectives particle swarm optimization (IB-MOPSO) for solving optimal multiple protective devices placement using improved reliability model in a microgrid (MG) system. The mu…

Investigating Group Distributionally Robust Optimization for Deep Imbalanced Learning: A Case Study of Binary Tabular Data Classification

2023-03-04 · Ismail. B. Mustapha, Shafaatunnur Hasan, Hatem S Y Nabbus, Mohamed Mostafa Ali Montaser 외

One of the most studied machine learning challenges that recent studies have shown the susceptibility of deep neural networks to is the class imbalance problem. While concerted research efforts in this direction have bee…

Image Hashing via Cross-View Code Alignment in the Age of Foundation Models

2025-10-31 · Ilyass Moummad, Kawtar Zaher, Hervé Goëau, Alexis Joly arxiv

Efficient large-scale retrieval requires representations that are both compact and discriminative. Foundation models provide powerful visual and multimodal embeddings, but nearest neighbor search in these high-dimensiona…

Standardization of Multi-Objective QUBOs

2025-04-16 · Loong Kuan Lee, Thore Thassilo Gerlach, Nico Piatkowski

Multi-objective optimization involving Quadratic Unconstrained Binary Optimization (QUBO) problems arises in various domains. A fundamental challenge in this context is the effective balancing of multiple objectives, eac…