paper-with-me

Papers

A Fully First-Order Layer for Differentiable Optimization

2025-12-02 · Zihao Zhao, Kai-Chia Mo, Shing-Hei Ho, Brandon Amos, Kai Wang arxiv

Differentiable optimization layers enable learning systems to make decisions by solving embedded optimization problems. However, computing gradients via implicit differentiation requires solving a linear system with Hessian terms, which is both compute- and memory-intensive. To address this challenge, we propose a novel algorithm that computes the gradient using only first-order information. The key insight is to rewrite the differentiable optimization as a bilevel optimization problem and leverage recent advances in bilevel methods. Specifically, we introduce an active-set Lagrangian hypergradient oracle that avoids Hessian evaluations and provides finite-time, non-asymptotic approximation guarantees. We show that an approximate hypergradient can be computed using only first-order information in $\tilde{O}(1)$ time, leading to an overall complexity of $\tilde{O}(δ^{-1}ε^{-3})$ for constrained bilevel optimization, which matches the best known rate for non-smooth non-convex optimization. Furthermore, we release an open-source Python library that can be easily adapted from existing solvers. The source code is available at https://github.com/guaguakai/FFOLayer.

📄 PDF Abstract BibTeX arXiv:2512.02494

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Similar Papers 제목 키워드 기반

BPQP: A Differentiable Convex Optimization Framework for Efficient End-to-End Learning

2024-11-28 · Jianming Pan, Zeqi Ye, Xiao Yang, Xu Yang 외

Data-driven decision-making processes increasingly utilize end-to-end learnable deep neural networks to render final decisions. Sometimes, the output of the forward functions in certain layers is determined by the soluti…

VisFly-Lab: Unified Differentiable Framework for First-Order Reinforcement Learning of Quadrotor Control

2026-03-22 · Fanxing Li, Fangyu Sun, Tianbao Zhang, Shuyu Wu 외 arxiv

First-order reinforcement learning with differentiable simulation is promising for quadrotor control, but practical progress remains fragmented across task-specific settings. To support more systematic development and ev…

Reinforcement Learning

Multilayer Clustered Graph Learning

2020-10-29 · Mireille El Gheche, Pascal Frossard

Multilayer graphs are appealing mathematical tools for modeling multiple types of relationship in the data. In this paper, we aim at analyzing multilayer graphs by properly combining the information provided by individua…

ClusteringGraph Learning

Linearization Algorithms for Fully Composite Optimization

2023-02-24 · Maria-Luiza Vladarean, Nikita Doikov, Martin Jaggi, Nicolas Flammarion

This paper studies first-order algorithms for solving fully composite optimization problems over convex and compact sets. We leverage the structure of the objective by handling its differentiable and non-differentiable c…

GauS: Differentiable Scheduling Optimization via Gaussian Reparameterization

2026-02-23 · Yaohui Cai, Vesal Bakhtazad, Cunxi Yu, Zhiru Zhang arxiv

Efficient operator scheduling is a fundamental challenge in software compilation and hardware synthesis. While recent differentiable approaches have sought to replace traditional ones like exact solvers or heuristics wit…