paper-with-me

Papers

A Universal Approach to Feature Representation in Dynamic Task Assignment Problems

2025-07-04 · Riccardo Lo Bianco, Remco Dijkman, Wim Nuijten, Willem van Jaarsveld arxiv

Dynamic task assignment concerns the optimal assignment of resources to tasks in a business process. Recently, Deep Reinforcement Learning (DRL) has been proposed as the state of the art for solving assignment problems. DRL methods usually employ a neural network (NN) as an approximator for the policy function, which ingests the state of the process and outputs a valuation of the possible assignments. However, representing the state and the possible assignments so that they can serve as inputs and outputs for a policy NN remains an open challenge, especially when tasks or resources have features with an infinite number of possible values. To solve this problem, this paper proposes a method for representing and solving assignment problems with infinite state and action spaces. In doing so, it provides three contributions: (I) A graph-based feature representation of assignment problems, which we call assignment graph; (II) A mapping from marked Colored Petri Nets to assignment graphs; (III) An adaptation of the Proximal Policy Optimization algorithm that can learn to solve assignment problems represented through assignment graphs. To evaluate the proposed representation method, we model three archetypal assignment problems ranging from finite to infinite state and action space dimensionalities. The experiments show that the method is suitable for representing and learning close-to-optimal task assignment policies regardless of the state and action space dimensionalities.

📄 PDF Abstract BibTeX arXiv:2507.03579

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning the Precise Feature for Cluster Assignment

2021-06-11 · Yanhai Gan, Xinghui Dong, Huiyu Zhou, Feng Gao 외

Clustering is one of the fundamental tasks in computer vision and pattern recognition. Recently, deep clustering methods (algorithms based on deep learning) have attracted wide attention with their impressive performance…

ClusteringDeep ClusteringFace RecognitionHandwritten Digit Recognition+2

Decentralizing Coordination in Open Vehicle Fleets for Scalable and Dynamic Task Allocation

2024-01-19 · Marin Lujak, Stefano Giordani, Andrea Omicini, Sascha Ossowski

One of the major challenges in the coordination of large, open, collaborative, and commercial vehicle fleets is dynamic task allocation. Self-concerned individually rational vehicle drivers have both local and global obj…

Combinatorial Optimization

Shallow Representation is Deep: Learning Uncertainty-aware and Worst-case Random Feature Dynamics

2021-06-24 · Diego Agudelo-España, Yassine Nemmour, Bernhard Schölkopf, Jia-Jie Zhu

Random features is a powerful universal function approximator that inherits the theoretical rigor of kernel methods and can scale up to modern learning tasks. This paper views uncertain system models as unknown or uncert…

UniCoder: Scaling Code Large Language Model via Universal Code

2024-06-24 · Tao Sun, Linzheng Chai, Jian Yang, Yuwei Yin 외

Intermediate reasoning or acting steps have successfully improved large language models (LLMs) for handling various downstream natural language processing (NLP) tasks. When applying LLMs for code generation, recent works…

Code GenerationCode TranslationLanguage ModelingLanguage Modelling+2

Dynamic Coarse-to-Fine Learning for Oriented Tiny Object Detection

2023-04-18 · CVPR 2023 1 · Chang Xu, Jian Ding, Jinwang Wang, Wen Yang 외

Detecting arbitrarily oriented tiny objects poses intense challenges to existing detectors, especially for label assignment. Despite the exploration of adaptive label assignment in recent oriented object detectors, the e…

object-detectionObject DetectionOne-stage Anchor-free Oriented Object DetectionOriented Object Detection