paper-with-me

Papers

Forming Ensembles at Runtime: A Machine Learning Approach

2021-04-30 · Tomáš Bureš, Ilias Gerostathopoulos, Petr Hnětynka, Jan Pacovský

Smart system applications (SSAs) built on top of cyber-physical and socio-technical systems are increasingly composed of components that can work both autonomously and by cooperating with each other. Cooperating robots, fleets of cars and fleets of drones, emergency coordination systems are examples of SSAs. One approach to enable cooperation of SSAs is to form dynamic cooperation groups-ensembles-between components at runtime. Ensembles can be formed based on predefined rules that determine which components should be part of an ensemble based on their current state and the state of the environment (e.g., "group together 3 robots that are closer to the obstacle, their battery is sufficient and they would not be better used in another ensemble"). This is a computationally hard problem since all components are potential members of all possible ensembles at runtime. In our experience working with ensembles in several case studies the past years, using constraint programming to decide which ensembles should be formed does not scale for more than a limited number of components and ensembles. Also, the strict formulation in terms of hard/soft constraints does not easily permit for runtime self-adaptation via learning. This poses a serious limitation to the use of ensembles in large-scale and partially uncertain SSAs. To tackle this problem, in this paper we propose to recast the ensemble formation problem as a classification problem and use machine learning to efficiently form ensembles at scale.

📄 PDF Abstract BibTeX arXiv:2104.14848

Code (1)

smartarch/afcens 공식 구현

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

LiDAR-MIMO: Efficient Uncertainty Estimation for LiDAR-based 3D Object Detection

2022-06-01 · Matthew Pitropov, Chengjie Huang, Vahdat Abdelzad, Krzysztof Czarnecki 외

The estimation of uncertainty in robotic vision, such as 3D object detection, is an essential component in developing safe autonomous systems aware of their own performance. However, the deployment of current uncertainty…

3D Object DetectionObjectobject-detectionObject Detection

Ensemble-based modeling abstractions for modern self-optimizing systems

2023-09-11 · Michal Töpfer, Milad Abdullah, Tomáš Bureš, Petr Hnětynka 외

In this paper, we extend our ensemble-based component model DEECo with the capability to use machine-learning and optimization heuristics in establishing and reconfiguration of autonomic component ensembles. We show how …

Unfolding and Shrinking Neural Machine Translation Ensembles

2017-04-11 · EMNLP 2017 9 · Felix Stahlberg, Bill Byrne

Ensembling is a well-known technique in neural machine translation (NMT) to improve system performance. Instead of a single neural net, multiple neural nets with the same topology are trained separately, and the decoder …

DecoderGPUMachine TranslationNMT+1

Learning Contextual Runtime Monitors for Safe AI-Based Autonomy

2026-01-28 · Alejandro Luque-Cerpa, Mengyuan Wang, Emil Carlsson, Sanjit A. Seshia 외 arxiv

We introduce a novel framework for learning context-aware runtime monitors for AI-based control ensembles. Machine-learning (ML) controllers are increasingly deployed in (autonomous) cyber-physical systems because of the…

Multi-Armed BanditsAutonomous Driving

Automatic Frankensteining: Creating Complex Ensembles Autonomously

2017-01-01 · SIAM 2017 2017 1 · Martin Wistuba, Nicolas Schilling, Lars Schmidt-Thieme

Automating machine learning by providing techniques that autonomously find the best algorithm, hyperparameter configuration and preprocessing is helpful for both researchers and practitioners. Therefore, it is not surpri…

AutoMLBIG-bench Machine LearningCPU