Provable Constrained Stochastic Convex Optimization with XOR-Projected Gradient Descent
Fan Ding, Yijie Wang, Jianzhu Ma, Yexiang Xue

TL;DR
This paper introduces XOR-PGD, an algorithm for constrained stochastic convex optimization that guarantees linear convergence and outperforms existing methods in accuracy, efficiency, and scalability on synthetic and real-world problems.
Contribution
It proposes XOR-PGD, a novel projected gradient descent method combined with XOR-sampling, to effectively handle constraints with provable convergence guarantees.
Findings
XOR-PGD achieves 10% better constraint satisfaction rates.
The algorithm outperforms XOR-SGD and MCMC-based methods in accuracy and efficiency.
XOR-PGD scales well with sample size and processor cores in high-dimensional settings.
Abstract
Provably solving stochastic convex optimization problems with constraints is essential for various problems in science, business, and statistics. Recently proposed XOR-Stochastic Gradient Descent (XOR-SGD) provides a convergence rate guarantee solving the constraints-free version of the problem by leveraging XOR-Sampling. However, the task becomes more difficult when additional equality and inequality constraints are needed to be satisfied. Here we propose XOR-PGD, a novel algorithm based on Projected Gradient Descent (PGD) coupled with the XOR sampler, which is guaranteed to solve the constrained stochastic convex optimization problem still in linear convergence rate by choosing proper step size. We show on both synthetic stochastic inventory management and real-world road network design problems that the rate of constraints satisfaction of the solutions optimized by XOR-PGD is …
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Traffic Prediction and Management Techniques · Smart Parking Systems Research
MethodsStochastic Gradient Descent
