paper-with-me

Papers

A multiobjective continuation method to compute the regularization path of deep neural networks

2023-08-23 · Augustina C. Amakor, Konstantin Sonntag, Sebastian Peitz

Sparsity is a highly desired feature in deep neural networks (DNNs) since it ensures numerical efficiency, improves the interpretability of models (due to the smaller number of relevant features), and robustness. For linear models, it is well known that there exists a \emph{regularization path} connecting the sparsest solution in terms of the $\ell^1$ norm, i.e., zero weights and the non-regularized solution. Very recently, there was a first attempt to extend the concept of regularization paths to DNNs by means of treating the empirical loss and sparsity ($\ell^1$ norm) as two conflicting criteria and solving the resulting multiobjective optimization problem for low-dimensional DNN. However, due to the non-smoothness of the $\ell^1$ norm and the high number of parameters, this approach is not very efficient from a computational perspective for high-dimensional DNNs. To overcome this limitation, we present an algorithm that allows for the approximation of the entire Pareto front for the above-mentioned objectives in a very efficient manner for high-dimensional DNNs with millions of parameters. We present numerical examples using both deterministic and stochastic gradients. We furthermore demonstrate that knowledge of the regularization path allows for a well-generalizing network parametrization. To the best of our knowledge, this is the first algorithm to compute the regularization path for non-convex multiobjective optimization problems (MOPs) with millions of degrees of freedom.

📄 PDF Abstract BibTeX arXiv:2308.12044

Code (1)

aamakor/continuation-method 공식 구현 pytorch

Tasks

Multiobjective Optimization

Similar Papers 제목 키워드 기반

On the Treatment of Optimization Problems with L1 Penalty Terms via Multiobjective Continuation

2020-12-14 · Katharina Bieker, Bennet Gebken, Sebastian Peitz

We present a novel algorithm that allows us to gain detailed insight into the effects of sparsity in linear and nonlinear optimization, which is of great importance in many scientific areas such as image and signal proce…

compressed sensingModel SelectionMultiobjective Optimization

Evolutionary Biparty Multiobjective UAV Path Planning: Problems and Empirical Comparisons

2026-03-23 · Kesheng Chen, Wenjian Luo, Xin Lin, Zhen Song 외 arxiv

Unmanned aerial vehicles (UAVs) have been widely used in urban missions, and proper planning of UAV paths can improve mission efficiency while reducing the risk of potential third-party impact. Existing work has consider…

Benchmark for CEC 2024 Competition on Multiparty Multiobjective Optimization

2024-02-03 · Wenjian Luo, Peilan Xu, Shengxiang Yang, Yuhui Shi

The competition focuses on Multiparty Multiobjective Optimization Problems (MPMOPs), where multiple decision makers have conflicting objectives, as seen in applications like UAV path planning. Despite their importance, M…

Multiobjective Optimization

Stable and Convexified Information Bottleneck Optimization via Symbolic Continuation and Entropy-Regularized Trajectories

2025-05-14 · Faruk Alpay

The Information Bottleneck (IB) method frequently suffers from unstable optimization, characterized by abrupt representation shifts near critical points of the IB trade-off parameter, beta. In this paper, I introduce a n…

Representation LearningUncertainty Quantification

Continuation Path with Linear Convergence Rate

2021-12-09 · Eugene Ndiaye, Ichiro Takeuchi

Path-following algorithms are frequently used in composite optimization problems where a series of subproblems, with varying regularization hyperparameters, are solved sequentially. By reusing the previous solutions as i…