paper-with-me

홈 › Papers

A Scalable Gradient-Based Optimization Framework for Sparse Minimum-Variance Portfolio Selection

2025-05-15 · Sarat Moka, Matias Quiroz, Vali Asimit, Samuel Muller

Portfolio optimization involves selecting asset weights to minimize a risk-reward objective, such as the portfolio variance in the classical minimum-variance framework. Sparse portfolio selection extends this by imposing a cardinality constraint: only $k$ assets from a universe of $p$ may be included. The standard approach models this problem as a mixed-integer quadratic program and relies on commercial solvers to find the optimal solution. However, the computational costs of such methods increase exponentially with $k$ and $p$, making them too slow for problems of even moderate size. We propose a fast and scalable gradient-based approach that transforms the combinatorial sparse selection problem into a constrained continuous optimization task via Boolean relaxation, while preserving equivalence with the original problem on the set of binary points. Our algorithm employs a tunable parameter that transmutes the auxiliary objective from a convex to a concave function. This allows a stable convex starting point, followed by a controlled path toward a sparse binary solution as the tuning parameter increases and the objective moves toward concavity. In practice, our method matches commercial solvers in asset selection for most instances and, in rare instances, the solution differs by a few assets whilst showing a negligible error in portfolio variance.

📄 PDF Abstract BibTeX arXiv:2505.10099

Code (1)

saratmoka/grid-fw 공식 구현

Tasks

Portfolio Optimization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Sparse Backpropagation for MoE Training

2023-10-01 · Liyuan Liu, Jianfeng Gao, Weizhu Chen

One defining characteristic of Mixture-of-Expert (MoE) models is their capacity for conducting sparse computation via expert routing, leading to remarkable scalability. However, backpropagation, the cornerstone of deep l…

Machine Translation

Differentiable Sparsity via $D$-Gating: Simple and Versatile Structured Penalization

2025-09-28 · Chris Kolb, Laetitia Frost, Bernd Bischl, David Rügamer arxiv

Structured sparsity regularization offers a principled way to compact neural networks, but its non-differentiability breaks compatibility with conventional stochastic gradient descent and requires either specialized opti…

Over-the-Air Federated Learning Over MIMO Channels: A Sparse-Coded Multiplexing Approach

2023-04-10 · Chenxi Zhong, Xiaojun Yuan

The communication bottleneck of over-the-air federated learning (OA-FL) lies in uploading the gradients of local learning models. In this paper, we study the reduction of the communication overhead in the gradients uploa…

Federated Learning

Towards Scalable Persistence-Based Topological Optimization

2026-05-09 · Abderrahim Bendahi, Alexandre Duplessis, Arnaud Fickinger arxiv

Persistence-based topological optimization deforms a point cloud $X \subset \mathbb{R}^d$ by minimizing objectives of the form $L(X) = \ell(\mathrm{Dgm}(X))$, where $\mathrm{Dgm}(X)$ is a persistence diagram. In practice…

SIG-SDP: Sparse Interference Graph-Aided Semidefinite Programming for Large-Scale Wireless Time-Sensitive Networking

2025-01-20 · Zhouyou Gu, Jihong Park, Branka Vucetic, Jinho Choi

Wireless time-sensitive networking (WTSN) is essential for Industrial Internet of Things. We address the problem of minimizing time slots needed for WTSN transmissions while ensuring reliability subject to interference c…