中文
相关论文

相关论文: An online bin-packing problem with an underlying t…

200 篇论文

This paper presents a new kind of self-balancing ternary search trie that uses a randomized balancing strategy adapted from Aragon and Seidel's randomized binary search trees ("treaps"). After any sequence of insertions and deletions of…

数据结构与算法 · 计算机科学 2017-01-10 Nicolai Diethelm

We consider the online vector bin packing problem where $n$ items specified by $d$-dimensional vectors must be packed in the fewest number of identical $d$-dimensional bins. Azar et al. (STOC'13) showed that for any online algorithm $A$,…

数据结构与算法 · 计算机科学 2020-08-06 Nikhil Bansal , Ilan Reuven Cohen

We study the relationship between the competitive ratio and the tail distribution of randomized online minimization problems. To this end, we define a broad class of online problems that includes some of the well-studied problems like…

数据结构与算法 · 计算机科学 2013-02-15 Dennis Komm , Rastislav Královič , Richard Královič , Tobias Mömke

Computing lower and upper bounds on the competitive ratio of online algorithms is a challenging question: For a minimization combinatorial problem, proving a competitive ratio for a given algorithm leads to an upper bound. However computing…

计算机科学与博弈论 · 计算机科学 2022-12-19 Antoine Lhomme , Olivier Romane , Nicolas Catusse , Nadia Brauner

Content distribution networks have been extremely successful in today's Internet. Despite their success, there are still a number of scalability and performance challenges that motivate clean slate solutions for content dissemination, such…

网络与互联网体系结构 · 计算机科学 2019-03-07 Guilherme Domingues , Edmundo de Souza e Silva , Rosa M. M. Leão , Daniel S. Menasché , Don Towsley

Best Fit is a well known online algorithm for the bin packing problem, where a collection of one-dimensional items has to be packed into a minimum number of unit-sized bins. In a seminal work, Kenyon [SODA 1996] introduced the (asymptotic)…

数据结构与算法 · 计算机科学 2020-12-02 Susanne Albers , Arindam Khan , Leon Ladewig

Kernel methods are considered an effective technique for on-line learning. Many approaches have been developed for compactly representing the dual solution of a kernel method when the problem imposes memory constraints. However, in…

机器学习 · 计算机科学 2016-07-21 Giovanni Da San Martino , Nicolò Navarin , Alessandro Sperduti

The problem considered is the splittable bin packing with cardinality constraint. It is a variant of the bin packing problem where items are allowed to be split into parts but the number of parts in each bin is at most a given upper bound.…

数据结构与算法 · 计算机科学 2022-04-12 G. Jaykrishnan , Asaf Levin

In this paper three heuristic algorithms using the Divide-and-Conquer paradigm are developed and assessed for three integer optimizations problems: Multidimensional Knapsack Problem (d-KP), Bin Packing Problem (BPP) and Travelling Salesman…

最优化与控制 · 数学 2022-07-13 Fernando A Morales

In recent years, the throughput requirements of e-commerce fulfillment warehouses have seen a steep increase. This has resulted in various automation solutions being developed for item picking and movement. In this paper, we address the…

机器人学 · 计算机科学 2021-09-28 Avnish Gupta , Akash Jadhav , Pradyot VN Korupolu

Enumeration kernelization for parameterized enumeration problems was defined by Creignou et al. [Theory Comput. Syst. 2017] and was later refined by Golovach et al. [J. Comput. Syst. Sci. 2022, STACS 2021] to polynomial-delay enumeration…

离散数学 · 计算机科学 2025-03-03 Christian Komusiewicz , Diptapriyo Majumdar , Frank Sommer

Modern online platforms rely on effective rating systems to learn about items. We consider the optimal design of rating systems that collect binary feedback after transactions. We make three contributions. First, we formalize the…

机器学习 · 计算机科学 2019-04-09 Nikhil Garg , Ramesh Johari

Classification of datasets into two or more distinct classes is an important machine learning task. Many methods are able to classify binary classification tasks with a very high accuracy on test data, but cannot provide any easily…

机器学习 · 计算机科学 2020-08-26 Yashesh Dhebar , Sparsh Gupta , Kalyanmoy Deb

We study online secretary problems with returns in combinatorial packing domains with $n$ candidates that arrive sequentially over time in random order. The goal is to accept a feasible packing of candidates of maximum total value. In the…

数据结构与算法 · 计算机科学 2020-02-06 Martin Hoefer , Lisa Wilhelmi

We consider a variant of the classical Bin Packing Problem, called Fully Dynamic Bin Packing. In this variant, items of a size in $(0,1]$ must be packed in bins of unit size. In each time step, an item either arrives or departs from the…

数据结构与算法 · 计算机科学 2018-05-25 Björn Feldkord , Matthias Feldotto , Sören Riechers

Classification involves the learning of the mapping function that associates input samples to corresponding target label. There are two major categories of classification problems: Single-label classification and Multi-label classification.…

机器学习 · 计算机科学 2016-09-06 Meng Joo Er , Rajasekar Venkatesan , Ning Wang

In parameterized algorithmics, the process of kernelization is defined as a polynomial time algorithm that transforms the instance of a given problem to an equivalent instance of a size that is limited by a function of the parameter. As,…

计算复杂性 · 计算机科学 2019-03-01 Jouke Witteveen , Ralph Bottesch , Leen Torenvliet

We consider the offline sorting buffer problem. The input is a sequence of items of different types. All items must be processed one by one by a server. The server is equipped with a random-access buffer of limited capacity which can be…

数据结构与算法 · 计算机科学 2010-09-23 Ho-Leung Chan , Nicole Megow , Rob van Stee , Rene Sitters

This open problem asks whether there exists an online learning algorithm for binary classification that guarantees, for all target concepts, to make a sublinear number of mistakes, under only the assumption that the (possibly random)…

机器学习 · 计算机科学 2021-07-21 Steve Hanneke

In an online fair allocation problem, a sequence of indivisible items arrives online and needs to be allocated to offline agents immediately and irrevocably. In our paper, we study the online allocation of either goods or chores. We employ…

计算机科学与博弈论 · 计算机科学 2025-09-10 Yuanyuan Wang , Tianze Wei