Skip to content

Descent directions such as movement towards Frank-Wolfe vertices, away steps, in-face away steps and pairwise directions have been an important design consideration in conditional gradient descent (CGD) variants. In this work, we attempt to demystify the impact of movement in these directions towards attaining constrained minimizers. The best lo…

Notifications You must be signed in to change notification settings

hassanmortagy/Walking-in-the-Shadow

Repository files navigation

Walking in the Shadow: A New Perspective on Descent Directions for Constrained Minimization Code

This is the code for our paper titled Walking in the Shadow: A New Perspective on Descent Directions for Constrained Minimization (https://arxiv.org/abs/2006.08426)


Requirements:


The complete code with explanantions is given in the Jupyter Notebook file:

Walking_in_the_shadow_code.ipynb

We also provide separate python files for each experiment:

  • To run the video - co-localization experiment:
    python Video Co-localization.py

  • To run the Lasso Regression (small instance) Experiment:
    python lasso_regression_small.py

  • To run the Lasso Regression (large instance) Experiment:
    python lasso_regression_large.py

About

Descent directions such as movement towards Frank-Wolfe vertices, away steps, in-face away steps and pairwise directions have been an important design consideration in conditional gradient descent (CGD) variants. In this work, we attempt to demystify the impact of movement in these directions towards attaining constrained minimizers. The best lo…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published