Giter Site home page Giter Site logo

adbo's Introduction

Asynchronous Distributed Bilevel Optimization

Codes for ICLR 2023 paper Asynchronous Distributed Bilevel Optimization

Run

We share our experiment code for data hyper-cleaning on MNIST and regularization coefficient optimization on IJCNN1.

In the parameter server architecture we utilized, our master and worker nodes run as docker containers and communicate through RabbitMQ.

To run locally, build the docker images for master and worker nodes and invoke docker compose to start the containers accordingly:

docker build cp-node-async -t cp-node-async
docker build cp-main-async -t cp-main-async
docker compose up

To change experiment settings, edit cp-exp.env with your wanted parameters. We explain their meanings as follows:

  • w_lr: local lower-level variable learning rate on workers
  • hp_lr: local upper-level variable learning rate on workers
  • z_lr: consensus lower-level variable learning rate on master
  • v_lr: consensus upper-level variable learning rate on master
  • lbda_init: initial dual variable value for cutting-plane constraints
  • pre_epochs: number of iterations between cutting plane updates
  • S: minimum number of active workers required to perform an update
  • tau: maximum number of iterations between worker communications with the master
  • active_set: whether to automatically remove inactive cutting planes

Citation

@inproceedings{
    jiao2023asynchronous,
    title={Asynchronous Distributed Bilevel Optimization},
    author={Yang Jiao and Kai Yang and Tiancheng Wu and Dongjin Song and Chengtao Jian},
    booktitle={The Eleventh International Conference on Learning Representations },
    year={2023},
    url={https://openreview.net/forum?id=_i0-12XqVJZ}
}

adbo's People

Contributors

iclr23submission6251 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.