I have the following optimization problem:
$$ \begin{aligned} & \underset{\alpha, \gamma}{\text{minimize}} & & \end{aligned} \frac{1}{2} \|y - \sum\limits_{i=1}^{S}\gamma_{i}\cdot X_{i}\alpha_{i}\|_{2} + \sum\limits_{i=1}^{S}\frac{\lambda_{i}}{p}\|\alpha_{i}\|_{p}^{p} + \sum\limits_{i=1}^{S} \frac{\eta_{i}}{q}|\gamma|^{q} $$
Is this problem convex if $p, q, \lambda_{i}, \eta_i \geq 1$? If yes than what would make this problem non-convex?
The reason I ask is because this problem is mentioned in the following paper (Equation 2) and the authors claim that this is non-convex (They don't put any constraints on the various parameters though, the way I have.).
paper: www.site.uottawa.ca/~nat/Courses/csi5387_Winter2014/paper17.pdf
Firstly, I'm relatively inexperienced with optimization and convex problems. Before seeing this problem, I always assumed that every norm is a convex function (http://en.wikipedia.org/wiki/Convex_function). Yes, I did see the joint convexity part in the problem.
– MRashid Mar 10 '14 at 01:43Perhaps I didn't word the question properly. I didn't for once think that the claim is incorrect. I'm just bothered by the fact that I can't readily see or prove that it's not convex.
– MRashid Mar 10 '14 at 01:44