summaryrefslogtreecommitdiffstats
path: root/approximation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'approximation.tex')
-rw-r--r--approximation.tex116
1 files changed, 65 insertions, 51 deletions
diff --git a/approximation.tex b/approximation.tex
index 7c3c47d..20af216 100644
--- a/approximation.tex
+++ b/approximation.tex
@@ -1,75 +1,89 @@
-Previous approaches towards designing truthful, budget feasible mechanisms for \textsc{Knapsack}~\cite{chen} and \textsc{Coverage}~\cite{singer-influence} build upon polynomial-time algorithms that compute an approximation of $OPT$, the optimal value in the full information case. Crucially, to be used in designing a truthful mechanism, such algorithms need also to be \emph{monotone}, in the sense that decreasing any of the costs $c_i$ leads to an increase of the estimate of $OPT$. In the cases of \textsc{Knapsack} and~\textsc{Coverage}, as well as in the case of \EDP{}, monotonicity prevents using traditional approximation algorithms.
+Previous approaches towards designing truthful, budget feasible mechanisms for \textsc{Knapsack}~\cite{chen} and \textsc{Coverage}~\cite{singer-influence} build upon polynomial-time algorithms that compute an approximation of $OPT$, the optimal value in the full information case. Crucially, to be used in designing a truthful mechanism, such algorithms need also to be \emph{monotone}, in the sense that decreasing any cost $c_i$ leads to an increase of in the estimation of $OPT$. In the cases of \textsc{Knapsack} and~\textsc{Coverage}, as well as in the case of \EDP{}, monotonicity precludes using traditional approximation algorithms.
-We address this issue by designing a convex relaxation of \EDP{}, and showing that it well approximates $OPT$.
+In the fist part of this section, we address this issue by designing a convex relaxation of \EDP{}, and showing that its solution well approximates $OPT$. The objective of this relaxation is concave and self-concordant \cite{boyd2004convex}, and, as such, the exists an algorithm that solves this relaxed problem with arbitrary accuracy in polynomial time. Unfortunately, the output of this algorithm may not necessarily be monotone. Nevertheless, in the second part of this section, we show how a solver of the relaxed problem can be used to construct a solver that is ``almost'' monotone: in Section~\ref{sec:main}, we show how this algorithm can be used to design a $\delta$-truthful mechanism for \EDP.
-As noted above, \EDP{} is NP-hard. Designing a mechanism for this problem, as
-we will see in Section~\ref{sec:mechanism}, will involve being able to find an approximation of its optimal value
-$OPT$ defined in \eqref{eq:non-strategic}. In addition to being computable in
-polynomial time and having a bounded approximation ratio to $OPT$, we will also
-require this approximation to be non-increasing in the following sense:
-\begin{definition}
-Let $f$ be a function from $\reals^n$ to $\reals$. We say that $f$ is
-\emph{non-decreasing (resp. non-increasing) along the $i$-th coordinate} iff:
-\begin{displaymath}
-\forall x\in\reals^n,\;
-t\mapsto f(x+ te_i)\; \text{is non-decreasing (resp. non-increasing)}
-\end{displaymath}
-where $e_i$ is the $i$-th canonical basis vector of $\reals^n$.
+%As noted above, \EDP{} is NP-hard. Designing a mechanism for this problem, as
+%we will see in Section~\ref{sec:mechanism}, will involve being able to find an approximation of its optimal value
+%$OPT$ defined in \eqref{eq:non-strategic}. In addition to being computable in
+%polynomial time and having a bounded approximation ratio to $OPT$, we will also
+%require this approximation to be non-increasing in the following sense:
-We say that $f$ is \emph{non-decreasing} (resp. \emph{non-increasing}) iff it
-is non-decreasing (resp. non-increasing) along all coordinates.
-\end{definition}
+%\begin{definition}
+%Let $f$ be a function from $\reals^n$ to $\reals$. We say that $f$ is
+%\emph{non-decreasing (resp. non-increasing) along the $i$-th coordinate} iff:
+%\begin{displaymath}
+%\forall x\in\reals^n,\;
+%t\mapsto f(x+ te_i)\; \text{is non-decreasing (resp. non-increasing)}
+%\end{displaymath}
+%where $e_i$ is the $i$-th canonical basis vector of $\reals^n$.
+
+%We say that $f$ is \emph{non-decreasing} (resp. \emph{non-increasing}) iff it
+%is non-decreasing (resp. non-increasing) along all coordinates.
+%\end{definition}
-Such an approximation will be obtained by introducing a concave optimization
-problem with a constant approximation ratio to \EDP{}
-(Proposition~\ref{prop:relaxation}) and then showing how to approximately solve
-this problem in a monotone way.
+%Such an approximation will be obtained by introducing a concave optimization
+%problem with a constant approximation ratio to \EDP{}
+%(Proposition~\ref{prop:relaxation}) and then showing how to approximately solve
+%this problem in a monotone way.
-\subsection{A Concave Relaxation of \EDP}\label{sec:concave}
+\subsection{A Convex Relaxation of \EDP}\label{sec:concave}
A classical way of relaxing combinatorial optimization problems is
\emph{relaxing by expectation}, using the so-called \emph{multi-linear}
-extension of the objective function $V$.
+extension of the objective function $V$ (see, \emph{e.g.}, \cite{calinescu2007maximizing,vondrak2008optimal,dughmi2011convex}).
+This is because this extension can yield approximation guarantees for a wide class of optimization problems through \emph{pipage rounding}, a technique proposed by \citeN{pipage}.
Let $P_\mathcal{N}^\lambda(S)$ be the probability of choosing the
set $S$ if we select each element $i$ in $\mathcal{N}$ independently with
-probability $\lambda_i$:
-\begin{displaymath}
- P_\mathcal{N}^\lambda(S) \defeq \prod_{i\in S} \lambda_i
- \prod_{i\in\mathcal{N}\setminus S}( 1 - \lambda_i).
-\end{displaymath}
-Then, the \emph{multi-linear} extension $F$ of $V$ is defined as the
+probability $\lambda_i$, \emph{i.e.},
+%\begin{displaymath}
+$ P_\mathcal{N}^\lambda(S) \defeq \prod_{i\in S} \lambda_i
+ \prod_{i\in\mathcal{N}\setminus S}( 1 - \lambda_i).$
+%\end{displaymath}
+Then, the \emph{multi-linear} extension $F:[0,1]^n\to\reals$ of $V$ is defined as the
expectation of $V$ under the probability distribution $P_\mathcal{N}^\lambda$:
\begin{equation}\label{eq:multi-linear}
F(\lambda)
\defeq \mathbb{E}_{S\sim P_\mathcal{N}^\lambda}\big[V(S)\big]
- = \sum_{S\subseteq\mathcal{N}} P_\mathcal{N}^\lambda(S) V(S)
+ % = \sum_{S\subseteq\mathcal{N}} P_\mathcal{N}^\lambda(S) V(S)
+= \mathbb{E}_{S\sim P_\mathcal{N}^\lambda}\left[ \log\det\left( I_d + \sum_{i\in S} x_i\T{x_i}\right) \right]
\end{equation}
-
-This function is an extension of $V$ in the following sense: $F(\id_S) = V(S)$ for all
-$S\subseteq\mathcal{N}$, where $\id_S$ denotes the indicator vector of $S$.
-
-\citeN{pipage} have shown how to use this extension to obtain approximation
-guarantees for an interesting class of optimization problems through the
-\emph{pipage rounding} framework, which has been successfully applied
-in \citeN{chen, singer-influence}.
-
-For the specific function $V$ defined in \eqref{modified}, the
-multi-linear extension cannot be computed (and \emph{a fortiori} maximized) in
-polynomial time. Hence, we introduce a new function $L$:
+Function $F$ is an extension of $V$ in the domain $[0,1]^n$, as it agrees with $V$ at integer inputs: $F(\id_S) = V(S)$ for all
+$S\subseteq\mathcal{N}$, where $\id_S$ denotes the indicator vector of $S$. %\citeN{pipage} have shown how to use this extension to obtain approximation guarantees for an interesting class of optimization problems through the \emph{pipage rounding} framework, which has been successfully applied in \citeN{chen, singer-influence}.
+Unfortunately, for $V$ the information gain function that we study, the
+multi-linear extension cannot be computed---let alone maximized---in
+polynomial time. Hence, we introduce a new extention $L:[0,1]^n\to\reals$:
\begin{equation}\label{eq:our-relaxation}
\forall\,\lambda\in[0,1]^n,\quad L(\lambda) \defeq
-\log\det\left(I_d + \sum_{i\in\mathcal{N}} \lambda_i x_i\T{x_i}\right),
+\log\det\left(I_d + \sum_{i\in\mathcal{N}} \lambda_i x_i\T{x_i}\right)=
+\log\det\left(\mathbb{E}_{S\sim P_\mathcal{N}^\lambda}\bigg[I_d + \sum_{i\in S} x_i\T{x_i} \bigg]\right).
\end{equation}
-Note that this relaxation,
-follows naturally from the \emph{multi-linear} extension by swapping the
-expectation and $V$ in \eqref{eq:multi-linear}:
-\begin{displaymath}
- L(\lambda) = \log\det\left(\mathbb{E}_{S\sim
- P_\mathcal{N}^\lambda}\bigg[I_d + \sum_{i\in S} x_i\T{x_i} \bigg]\right).
-\end{displaymath}
+Note that $L$ also extends $V$, and follows naturally from the multi-linear extension by swapping the
+expectation and $\log \det$ in \eqref{eq:multi-linear}. Crucially, it \emph{strictly concave} on $[0,1]^n$, a fact that, we exploit in the next section to maximize $L$ subject to the budget constraint in a polynomial time.
+%\begin{displaymath}
+% L(\lambda) =
+%\end{displaymath}
+
+Our first technical lemma relates the concave extension $L$ to the multi-linear extension $F$:
+\begin{lemma}\label{lemma:relaxation-ratio}
+For all $\lambda\in[0,1]^{n},$
+ $ \frac{1}{2}
+ \,L(\lambda)\leq
+ F(\lambda)\leq L(\lambda)$.
+\end{lemma}
+The proof of this lemma can be found in Appendix~\ref{proofofrelaxation-ratio}. In short, we prove this by exploiting the concavity of the $\log\det$ function over the set of positive semidefinite matrices to bound the ratio of all partial derivatives of $F$ and $L$; we subsequently show that the bound on ratio of the derivatives also implies a bound over the ratio $F/L$ in $[0,1]$.
+
+Armed with this result, we can then show using pipage rounding that any $\lambda$ that maximizes the multi-linear extension $F$ can be rounded to an ``almost'' integral solution. More specifically, given a set of costs $c\in \reals^n_+$, we say that a $\lambda\in [0,1]^n$ is feasible if it belongs to the set
+\begin{align}\dom_c =\{\lambda \in [0,1]^n: \sum_{i\in \mathcal{N}} c_i\lambda_i\leq B\}.\label{fdom}\end{align} Then, the following lemma holds:
+\begin{lemma}[Rounding]\label{lemma:rounding}
+ For any feasible $\lambda\in \dom_c$, there exists a feasible
+ $\bar{\lambda}\in \dom_c$ such that (a) $F(\lambda)\leq F(\bar{\lambda})$, and (b) at most one of the
+ coordinates of $\bar{\lambda}$ is fractional. %, that is, lies in $(0,1)$ and:
+\end{lemma}
+The proof of this lemma is in Appendix \ref{proofoflemmarounding}, and follows the main steps of the pipage rounding method of \citeN{pipage}. % this rounding property is referred to in the literature as \emph{cross-convexity} (see, \emph{e.g.}, \cite{dughmi}), or $\varepsilon$-convexity by \citeN{pipage}.
+
The optimization program \eqref{eq:non-strategic} extends naturally to such
a relaxation. We define: