中文
相关论文

相关论文: Label-setting methods for Multimode Stochastic Sho…

200 篇论文

Global dynamics in nonlinear stochastic systems is often difficult to analyze rigorously. Yet, many excellent numerical methods exist to approximate these systems. In this work, we propose a method to bridge the gap between computation and…

动力系统 · 数学 2019-01-07 Maxime Breden , Christian Kuehn

In this paper we consider the decremental single-source shortest paths (SSSP) problem, where given a graph $G$ and a source node $s$ the goal is to maintain shortest distances between $s$ and all other nodes in $G$ under a sequence of…

数据结构与算法 · 计算机科学 2017-05-30 Aaron Bernstein

Embedding approaches have become one of the most pervasive techniques for multi-label classification. However, the training process of embedding methods usually involves a complex quadratic or semidefinite programming problem, or the model…

机器学习 · 计算机科学 2021-09-01 Xiuwen Gong , Dong Yuan , Wei Bao

This paper addresses the problem of reliably and efficiently solving broad classes of long-horizon stochastic path planning problems. Starting with a vanilla RL formulation with a stochastic dynamics simulator and an occupancy matrix of the…

机器学习 · 计算机科学 2022-12-09 Naman Shah , Siddharth Srivastava

Asymmetric Travelling Salesman Problem (ATSP) and its special case Directed Hamiltonicity are among the most fundamental problems in computer science. The dynamic programming algorithm running in time $O^*(2^n)$ developed almost 60 years…

数据结构与算法 · 计算机科学 2020-10-02 Łukasz Kowalik , Konrad Majewski

This paper presents an adaptive amoeba algorithm to address the shortest path tree (SPT) problem in dynamic graphs. In dynamic graphs, the edge weight updates consists of three categories: edge weight increases, edge weight decreases, the…

神经与进化计算 · 计算机科学 2013-11-05 Xiaoge Zhang , Qi Liu , Yong Hu , Felix T. S. Chan , Sankaran Mahadevan , Zili Zhang , Yong Deng

Utilizing graph algorithms is a common activity in computer science. Algorithms that perform computations on large graphs are not always efficient. This work investigates the Single-Source Shortest Path (SSSP) problem, which is considered…

数据结构与算法 · 计算机科学 2021-06-25 Ahmed Shokry

The graph isomorphism, subgraph isomorphism, and graph edit distance problems are combinatorial problems with many applications. Heuristic exact and approximate algorithms for each of these problems have been developed for different kinds…

计算机科学中的逻辑 · 计算机科学 2019-11-27 Sheung Chi Chan , James Cheney

Probabilistic and stochastic behavior are omnipresent in computer controlled systems, in particular, so-called safety-critical hybrid systems, because of fundamental properties of nature, uncertain environments, or simplifications to…

计算机科学中的逻辑 · 计算机科学 2015-09-08 Yu Peng , Shuling Wang , Naijun Zhan , Lijun Zhang

Optimal control problems can be solved via a one-shot (single) optimization or a sequence of optimization using dynamic programming (DP). However, the computation of their global optima often faces NP-hardness, and thus only locally optimal…

最优化与控制 · 数学 2024-09-04 Jihun Kim , Yuhao Ding , Yingjie Bi , Javad Lavaei

This paper introduces an optimization problem (P) and a solution strategy to design variable-speed-limit controls for a highway that is subject to traffic congestion and uncertain vehicle arrival and departure. By employing a finite…

最优化与控制 · 数学 2020-09-08 Dan Li , Dariush Fooladivanda , Sonia Martinez

To address the issues of insufficient robustness, unstable features, and data noise interference in existing network attack detection and identification models, this paper proposes an attack traffic detection and identification method based…

人工智能 · 计算机科学 2024-11-13 Wenwei Xie , Jie Yin , Zihao Chen

Laplace learning is a popular machine learning algorithm for finding missing labels from a small number of labelled feature vectors using the geometry of a graph. More precisely, Laplace learning is based on minimising a graph-Dirichlet…

统计理论 · 数学 2023-07-21 Adrien Weihs , Matthew Thorpe

Valued constraint satisfaction problems (VCSPs) are discrete optimisation problems with a $(\mathbb{Q}\cup\{\infty\})$-valued objective function given as a sum of fixed-arity functions. In Boolean surjective VCSPs, variables take on labels…

计算复杂性 · 计算机科学 2020-05-15 Peter Fulla , Hannes Uppman , Stanislav Zivny

A long series of recent results and breakthroughs have led to faster and better distributed approximation algorithms for single source shortest paths (SSSP) and related problems in the CONGEST model. The runtime of all these algorithms,…

数据结构与算法 · 计算机科学 2018-08-09 Bernhard Haeupler , Jason Li

We present the Goal Uncertain Stochastic Shortest Path (GUSSP) problem -- a general framework to model path planning and decision making in stochastic environments with goal uncertainty. The framework extends the stochastic shortest path…

人工智能 · 计算机科学 2020-04-07 Sandhya Saisubramanian , Kyle Hollins Wray , Luis Pineda , Shlomo Zilberstein

This contribution examines optimization problems that involve stochastic dominance constraints. These problems have uncountably many constraints. We develop methods to solve the optimization problem by reducing the constraints to a finite…

最优化与控制 · 数学 2025-02-27 Rajmadan Lakshmanan , Alois Pichler , Miloš Kopa

We consider piecewise-deterministic optimal control problems in which the environment randomly switches among several deterministic modes, and the goal is to optimize the expected cost up to the termination while taking the likelihood of…

最优化与控制 · 数学 2015-12-31 Zhengdi Shen , Alexander Vladimirsky

Planning problems are hard, motion planning, for example, isPSPACE-hard. Such problems are even more difficult in the presence of uncertainty. Although, Markov Decision Processes (MDPs) provide a formal framework for such problems, finding…

人工智能 · 计算机科学 2013-01-14 Carlos E. Guestrin , Dirk Ormoneit

We present an algorithm for the Single Source Shortest Paths (SSSP) problem in \emph{$H$-minor free} graphs. For every fixed $H$, if $G$ is a graph with $n$ vertices having integer edge lengths and $s$ is a designated source vertex of $G$,…

数据结构与算法 · 计算机科学 2008-09-18 Raphael Yuster