中文
相关论文

相关论文: Dynamic Programming Optimization in Line of Sight …

200 篇论文

The node-averaged complexity of a distributed algorithm running on a graph $G=(V,E)$ is the average over the times at which the nodes $V$ of $G$ finish their computation and commit to their outputs. We study the node-averaged complexity for…

分布式、并行与集群计算 · 计算机科学 2022-08-18 Alkida Balliu , Mohsen Ghaffari , Fabian Kuhn , Dennis Olivetti

Safe and economic operation of networked systems is often challenging. Optimization-based schemes are frequently considered, since they achieve near-optimality while ensuring safety via the explicit consideration of constraints. In…

最优化与控制 · 数学 2024-01-30 Alexander Engelmann , Maisa B. Bandeira , Timm Faulwasser

Finding a high-quality feasible solution to a combinatorial optimization (CO) problem in a limited time is challenging due to its discrete nature. Recently, there has been an increasing number of machine learning (ML) methods for addressing…

最优化与控制 · 数学 2023-08-02 Taehyun Yoon , Jinwon Choi , Hyokun Yun , Sungbin Lim

Typical behavior of the linear programming problem (LP) is studied as a relaxation of the minimum vertex cover problem, which is a type of the integer programming problem (IP). To deal with the LP and IP by statistical mechanics, a…

无序系统与神经网络 · 物理学 2014-03-31 Satoshi Takabe , Koji Hukushima

Effective SDN control relies on the network data collecting capability as well as the quality and timeliness of the data. As open programmable data plane is becoming a reality, we further enhance it with the support of runtime interactive…

网络与互联网体系结构 · 计算机科学 2016-12-12 Haoyu Song , Jun Gong , Hongfei Chen , Tom Tofigh

Recently, Internet service providers (ISPs) have gained increased flexibility in how they configure their in-ground optical fiber into an IP network. This greater control has been made possible by (i) the maturation of software defined…

网络与互联网体系结构 · 计算机科学 2019-04-16 Jennifer Gossels , Gagan Choudhury , Jennifer Rexford

In this paper, we propose an efficient semidefinite programming (SDP) approach to worst-case linear discriminant analysis (WLDA). Compared with the traditional LDA, WLDA considers the dimensionality reduction problem from the worst-case…

机器学习 · 计算机科学 2023-07-19 Hui Li , Chunhua Shen , Anton van den Hengel , Qinfeng Shi

In this paper, we introduce a new model for sublinear algorithms called \emph{dynamic sketching}. In this model, the underlying data is partitioned into a large \emph{static} part and a small \emph{dynamic} part and the goal is to compute a…

数据结构与算法 · 计算机科学 2015-10-13 Sepehr Assadi , Sanjeev Khanna , Yang Li , Val Tannen

In many applications, a combinatorial problem must be repeatedly solved with similar, but distinct parameters. Yet, the parameters $w$ are not directly observed; only contextual data $d$ that correlates with $w$ is available. It is tempting…

机器学习 · 计算机科学 2024-07-23 Daniel McKenzie , Samy Wu Fung , Howard Heaton

Dynamic programming (DP) solves a variety of structured combinatorial problems by iteratively breaking them down into smaller subproblems. In spite of their versatility, DP algorithms are usually non-differentiable, which hampers their use…

机器学习 · 统计学 2018-02-21 Arthur Mensch , Mathieu Blondel

We study the fundamental problem of sampling independent events, called subset sampling. Specifically, consider a set of $n$ events $S=\{x_1, \ldots, x_n\}$, where each event $x_i$ has an associated probability $p(x_i)$. The subset sampling…

数据结构与算法 · 计算机科学 2023-09-22 Lu Yi , Hanzhi Wang , Zhewei Wei

In wireless networks, many problems can be formulated as subset selection problems where the goal is to select a subset from the ground set with the objective of maximizing some objective function. These problems are typically NP-hard and…

信息论 · 计算机科学 2019-05-03 Chiranjib Saha , Harpreet S. Dhillon

Deep neural networks (DNNs) have been introduced for designing wireless policies by approximating the mappings from environmental parameters to solutions of optimization problems. Considering that labeled training samples are hard to…

信息论 · 计算机科学 2020-08-12 Chengjian Sun , Changyang She , Chenyang Yang

The Dynamic Modified Stochastic p-Median Problem (DMS-p-MP) is an important problem in supply chain network design, as it deals with the optimal location of facilities and the allocation of demand in a dynamic and uncertain environment. In…

Large intelligent surface (LIS) has recently emerged as a potential enabling technology for 6G networks, offering extended coverage and enhanced energy and spectral efficiency. In this work, motivated by its promising potentials, we…

信号处理 · 电气工程与系统科学 2020-07-21 Lina Bariah , Sami Muhaidat , Paschalis C. Sofotasios , Faissal El Bouanani , Octavia A. Dobre , Walaa Hamouda

Dynamic programming (DP) is a fundamental tool used across many engineering fields. The main goal of DP is to solve Bellman's optimality equations for a given Markov decision process (MDP). Standard methods like policy iteration exploit the…

人工智能 · 计算机科学 2025-07-30 Sergio Rozada , Samuel Rey , Gonzalo Mateos , Antonio G. Marques

A dynamic graph algorithm is a data structure that supports edge insertions, deletions, and specific problem queries. While extensive research exists on dynamic algorithms for graph problems solvable in polynomial time, most of these…

数据结构与算法 · 计算机科学 2024-07-10 Jannick Borowitz , Ernestine Großmann , Christian Schulz

The localization problem in a wireless sensor network is to determine the coordination of sensor nodes using the known positions of some nodes (called anchors) and corresponding noisy distance measurements. There is a variety of different…

最优化与控制 · 数学 2014-09-19 Pouya Mollaebrahim Ghari , Reza Shahbazian , Seyed Ali Ghorashi

In this work, we study dynamic programming (DP) algorithms for partially observable Markov decision processes with jointly continuous and discrete state-spaces. We consider a class of stochastic systems which have coupled discrete and…

最优化与控制 · 数学 2019-03-07 Donghwan Lee , Niao He , Jianghai Hu

Dynamic programming (DP) is one of the fundamental paradigms in algorithm design. However, many DP algorithms have to fill in large DP tables, represented by two-dimensional arrays, which causes at least quadratic running times and space…

数据结构与算法 · 计算机科学 2023-01-05 Monika Henzinger , Stefan Neumann , Harald Räcke , Stefan Schmid