中文
相关论文

相关论文: Scalable Steiner Tree for Multicast Communications…

200 篇论文

The Binary Space Partitioning-Tree~(BSP-Tree) process was recently proposed as an efficient strategy for space partitioning tasks. Because it uses more than one dimension to partition the space, the BSP-Tree Process is more efficient and…

机器学习 · 统计学 2020-03-03 Xuhui Fan , Bin Li , Scott A. Sisson

Multi-Task Learning (MTL) has shown its importance at user products for fast training, data efficiency, reduced overfitting etc. MTL achieves it by sharing the network parameters and training a network for multiple tasks simultaneously.…

机器学习 · 计算机科学 2022-12-08 Brijraj Singh , Swati Gupta , Mayukh Das , Praveen Doreswamy Naidu , Sharan Kumar Allur

We present a new exact algorithm for the Steiner tree problem in edge-weighted graphs. Our algorithm improves the classical dynamic programming approach by Dreyfus and Wagner. We achieve a significantly better practical performance via…

数据结构与算法 · 计算机科学 2015-09-09 Stefan Hougardy , Jannik Silvanus , Jens Vygen

Multicast routing is considered as one of the most important process in Mobile Ad hoc Networks (MANETs) to enable video sharing and data dissemination. Multicast routing can be used without any difficulties if a medium can be accessed by…

网络与互联网体系结构 · 计算机科学 2016-06-01 Mustafa Mahdi Ali

It is challenging to design large and low-cost communication networks. In this paper, we formulate this challenge as the prize-collecting Steiner Tree Problem (PCSTP). The objective is to minimize the costs of transmission routes and the…

网络与互联网体系结构 · 计算机科学 2019-02-07 Yahui Sun , Marcus Brazil , Doreen Thomas , Saman Halgamuge

Given the increasing demand from wireless applications, designing energy-efficient group communication protocols is of great importance to multi-hop wireless networks. A group communication session involves a set of member nodes, each of…

网络与互联网体系结构 · 计算机科学 2012-02-21 Kai Han , Liu Xiang , Jun Luo , Yang Liu

Highly dynamic networks are characterized by frequent changes in the availability of communication links. These networks are often partitioned into several components, which split and merge unpredictably. We present a distributed algorithm…

分布式、并行与集群计算 · 计算机科学 2017-10-25 Matthieu Barjon , Arnaud Casteigts , Serge Chaumette , Colette Johnen , Yessin M. Neggaz

Software Defined Networking (SDN) has emerged as a programmable approach for provisioning and managing network resources by defining a clear separation between the control and data forwarding planes. Nowadays SDN has gained significant…

Software Defined Networking (SDN) achieves programmability of a network through separation of the control and data planes. It enables flexibility in network management and control. Energy efficiency is one of the challenging global problems…

网络与互联网体系结构 · 计算机科学 2021-08-06 Beakal Gizachew Assefa , Oznur Ozkasap

Decision trees are popular in survival analysis for their interpretability and ability to model complex relationships. Survival trees, which predict the timing of singular events using censored historical data, are typically built through…

机器学习 · 计算机科学 2025-11-24 Antonio Consolo , Edoardo Amaldi , Emilio Carrizosa

Attention mechanisms have made significant strides in graph learning, yet they still exhibit notable limitations: local attention faces challenges in capturing long-range information due to the inherent problems of the message-passing…

机器学习 · 计算机科学 2023-10-10 Siyuan Huang , Yunchong Song , Jiayue Zhou , Zhouhan Lin

Small cells are a cost-effective way to reliably expand network coverage and provide significantly increased capacity for end users. The ultra-high bandwidth available at millimeter (mmWave) and Terahertz (THz) frequencies can effectively…

网络与互联网体系结构 · 计算机科学 2020-05-12 Angela Sara Cacciapuoti , Ramanathan Subramanian , Kaushik Roy Chowdhury , Marcello Caleffi

Most of the existing clustering methods are based on a single granularity of information, such as the distance and density of each data. This most fine-grained based approach is usually inefficient and susceptible to noise. Therefore, we…

机器学习 · 计算机科学 2023-03-30 Jiang Xie , Shuyin Xia , Guoyin Wang , Xinbo Gao

The Gradient Boosted Tree (GBT) algorithm is one of the most popular machine learning algorithms used in production, for tasks that include Click-Through Rate (CTR) prediction and learning-to-rank. To deal with the massive datasets…

机器学习 · 计算机科学 2019-05-30 Theodore Vasiloudis , Hyunsu Cho , Henrik Boström

The Steiner Tree problem asks for the cheapest way of connecting a given subset of the vertices in an undirected graph. One of the most prominent linear programming relaxations for Steiner Tree is the Bidirected Cut Relaxation (BCR).…

数据结构与算法 · 计算机科学 2026-02-24 Paul Paschmanns , Vera Traub

We study the complexity of finding communication trees with the lowest possible completion time for rooted, irregular gather and scatter collective communication operations in fully connected, $k$-ported communication networks under a…

计算复杂性 · 计算机科学 2018-11-28 Jesper Larsson Träff

We consider probabilistic inference in general hybrid networks, which include continuous and discrete variables in an arbitrary topology. We reexamine the question of variable discretization in a hybrid network aiming at minimizing the…

人工智能 · 计算机科学 2013-02-08 Alexander V. Kozlov , Daphne Koller

The expansion of Fiber-To-The-Home (FTTH) networks creates high costs due to expensive excavation procedures. Optimizing the planning process and minimizing the cost of the earth excavation work therefore lead to large savings.…

人工智能 · 计算机科学 2021-11-25 Tobias Müller , Kyrill Schmid , Daniëlle Schuman , Thomas Gabor , Markus Friedrich , Marc Geitz

Spanning tree problems with specialized constraints can be difficult to solve in real-world scenarios, often requiring intricate algorithmic design and exponential time. Recently, there has been growing interest in end-to-end deep neural…

机器学习 · 计算机科学 2023-06-13 Yuchen Shi , Congying Han , Tiande Guo

The semi-streaming model is a variant of the streaming model frequently used for the computation of graph problems. It allows the edges of an $n$-node input graph to be read sequentially in $p$ passes using $\tilde{O}(n)$ space. In this…

数据结构与算法 · 计算机科学 2020-01-22 Yi-Jun Chang , Martin Farach-Colton , Tsan-Sheng Hsu , Meng-Tsung Tsai