SearcharxivSearch

arXiv · 1504.04679

Efficient Approximation Algorithms for Multi-Antennae Largest Weight Data Retrieval

Abstract

In a mobile network, wireless data broadcast over $m$ channels (frequencies) is a powerful means for distributed dissemination of data to clients who access the channels through multi-antennae equipped on their mobile devices. The $δ$-antennae largest weight data retrieval ($δ$ALWDR) problem is to compute a schedule for downloading a subset of data items that has a maximum total weight using $δ$ antennae in a given time interval. In this paper, we propose a ratio $1-\frac{1}{e}-ε$ approximation algorithm for the $δ$-antennae largest weight data retrieval ($δ$ALWDR) problem that has the same ratio as the known result but a significantly improved time complexity of $O(2^{\frac{1}ε}\frac{1}εm^{7}T^{3.5}L)$ from $O(ε^{3.5}m^{\frac{3.5}ε}T^{3.5}L)$ when $δ=1$ \cite{lu2014data}. To our knowledge, our algorithm represents the first ratio $1-\frac{1}{e}-ε$ approximation solution to $δ$ALWDR for the general case of arbitrary $δ$. To achieve this, we first give a ratio $1-\frac{1}{e}$ algorithm for the $γ$-separated $δ$ALWDR ($δ$A$γ$LWDR) with runtime $O(m^{7}T^{3.5}L)$, under the assumption that every data item appears at most once in each segment of $δ$A$γ$LWDR, for any input of maximum length $L$ on $m$ channels in $T$ time slots. Then, we show that we can retain the same ratio for $δ$A$γ$LWDR without this assumption at the cost of increased time complexity to $O(2^γm^{7}T^{3.5}L)$. This result immediately yields an approximation solution of same ratio and time complexity for $δ$ALWDR, presenting a significant improvement of the known time complexity of ratio $1-\frac{1}{e}-ε$ approximation to the problem.

Explore related subjects

Keep this discovery

BibTeXRIS

Longkun Guo, Hong Shen, Wenxing Zhu. 2017-06-06. Efficient Approximation Algorithms for Multi-Antennae Largest Weight Data Retrieval. https://doi.org/10.1109/tmc.2017.2696009

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

Quasi-Monte Carlo Beyond Hardy-Krause II: $(1 + \varepsilon)n$ Samples Suffice

Numerical integration studies how well one can estimate the integral of a function $f$ over $[0,1)^d$ using $n$ sample points. The two classical methods, Monte Carlo (MC) and quasi-Monte Carlo (QMC), have complementary strengths and weaknesses, and a fundamental question is to design an approach that combines the benefits of both. Recently, building on the transference principle in discrepancy theory, Bansal and Jiang~\cite{BJ25a} gave a randomized QMC method that bridges MC and QMC guarantees using only i.i.d.\ samples. Their method also goes beyond the classical Koksma--Hlawka inequality: it achieves integration error $\widetilde{O}_d(\sigma_{\mathsf{SO}}(f)/n)$, where the smoothed-out variation $\sigma_{\mathsf{SO}}(f)$ can be substantially smaller than the Hardy--Krause variation that governs the classical bound. However, their algorithm requires $n^2$ i.i.d.\ samples as input, and this quadratic blowup is inherent to any method based on the transference principle. In this work, we bypass the quadratic blowup: for any constant $\varepsilon > 0$, we show that $(1+\varepsilon)n$ i.i.d.\ samples suffice to both obtain the beyond-Hardy--Krause guarantee of~\cite{BJ25a}, resolving an open problem posed there, and to produce low-discrepancy point sequences. Our algorithms are variants of the online Haar-thinning method of Dwivedi, Feldheim, Gurel-Gurevich, and Ramdas~\cite{DFG+19}.

cs.DS

Single-Exponential Algorithms and a Polynomial Kernel for Strong Connectivity Augmentation

Strong Connectivity Augmentation (SCA) asks whether a directed acyclic graph can be made strongly connected by adding at most $k$ prescribed links whose total weight is within a given budget. Klinkby, Misra, and Saurabh (SODA 2021) gave an $O^*(2^{O(k\log k)})$-time algorithm and asked whether the problem admits a single-exponential parameterized algorithm and a polynomial kernel. We answer both questions affirmatively: SCA can be solved in $O^*(9^k)$ time and admits a polynomial kernel with $O(k^4)$ vertices and $O(k^{16})$ bits. For unweighted SCA, we obtain $O^*(4^k)$ time and a kernel with $O(k^3)$ vertices. Our algorithms are based on a particularly simple reduction to Strongly Connected Spanning Subgraph with two edge costs.

cs.DS