Skip to content

Commit a5fbab4

Browse files
committed
My publications.
1 parent b51ce68 commit a5fbab4

1 file changed

Lines changed: 88 additions & 98 deletions

File tree

_bibliography/papers.bib

Lines changed: 88 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,105 @@
1-
---
2-
---
3-
4-
@string{aps = {American Physical Society,}}
5-
6-
@book{einstein1920relativity,
7-
title={Relativity: the Special and General Theory},
8-
author={Einstein, Albert},
9-
year={1920},
10-
publisher={Methuen & Co Ltd},
11-
html={relativity.html}
1+
@article{hendrych2023convex,
2+
title={Convex mixed-integer optimization with {Frank-Wolfe} methods},
3+
author={Deborah Hendrych and Hannah Troppens and Mathieu Besançon and Sebastian Pokutta},
4+
journal={Mathematical Programming Computation},
5+
year={2025},
6+
abstract={Mixed-integer nonlinear optimization encompasses a broad class of problems that present both theoretical and computational challenges. We propose a new type of method to solve these problems based on a branch-and-bound algorithm with convex node relaxations. These relaxations are solved with a Frank–Wolfe algorithm over the convex hull of mixed-integer feasible points instead of the continuous relaxation via calls to a mixed-integer linear solver as the linear minimization oracle. The proposed method computes feasible solutions while working on a single representation of the polyhedral constraints, leveraging the full extent of mixed-integer linear solvers without an outer approximation scheme and can exploit inexact solutions of node subproblems.},
7+
volume={17},
8+
pages={731-757},
9+
primaryClass={math.OC},
10+
abbr={MPC},
11+
bibtex_show={true},
12+
selected={true},
13+
tags={mixed-integer optimization, Frank-Wolfe, convex optimization},
14+
pdf={https://link.springer.com/article/10.1007/s12532-025-00288-w}
1215
}
1316

14-
@book{einstein1956investigations,
17+
@article{besanccon2025improved,
18+
title={Improved algorithms and novel applications of the {FrankWolfe.jl} library},
19+
author={Besan{\c{c}}on, Mathieu and Designolle, S{\'e}bastien and Halbey, Jannis and Hendrych, Deborah and Kuzinowicz, Dominik and Pokutta, Sebastian and Troppens, Hannah and Herrmannsdoerfer, Daniel Viladrich and Wirth, Elias},
20+
journal={ACM Transactions on Mathematical Software},
21+
year={2025},
22+
abstract={Frank-Wolfe (FW) algorithms have emerged as an essential class of methods for constrained optimization, especially on large-scale problems. In this paper, we summarize the algorithmic design choices and progress made in the last years of the development of FrankWolfe.jl, a Julia package gathering high-performance implementations of state-of-the-art FW variants. We review key use cases of the library in the recent literature, which match its original dual purpose: first, becoming the de-facto toolbox for practitioners applying FW methods to their problem, and second, offering a modular ecosystem to algorithm designers who experiment with their own variants and implementations of algorithmic blocks. Finally, we demonstrate the performance of several FW variants on important problem classes in several experiments, which we curated in a separate repository for continuous benchmarking.},
23+
abbr={ACM TOMS},
1524
bibtex_show={true},
16-
title={Investigations on the Theory of the Brownian Movement},
17-
author={Einstein, Albert},
18-
year={1956},
19-
publisher={Courier Corporation},
20-
preview={brownian-motion.gif}
25+
selected={false},
26+
tags={Frank-Wolfe, Julia, convex optimization},
27+
pdf={https://dl.acm.org/doi/abs/10.1145/3765626}
2128
}
2229

23-
@article{einstein1950meaning,
24-
abbr={AJP},
30+
@article{hendrych2025secant,
31+
title={Secant Line Search for {Frank-Wolfe} Algorithms},
32+
author={Hendrych, Deborah and Besan{\c{c}}on, Mathieu and Mart{\'\i}nez-Rubio, David and Pokutta, Sebastian},
33+
journal={PMLR},
34+
year={2025},
35+
abstract={We present a new step-size strategy based on the secant method for Frank-Wolfe algorithms. This strategy, which requires mild assumptions about the function under consideration, can be applied to any Frank-Wolfe algorithm. It is as effective as full line search and, in particular, allows for adapting to the local smoothness of the function, such as in (Pedregosa et al., 2020), but comes with a significantly reduced computational cost, leading to higher effective rates of convergence. We provide theoretical guarantees and demonstrate the effectiveness of the strategy through numerical experiments.},
36+
abbr={ICML25},
2537
bibtex_show={true},
26-
title={The meaning of relativity},
27-
author={Einstein, Albert and Taub, AH},
28-
journal={American Journal of Physics},
29-
volume={18},
30-
number={6},
31-
pages={403--404},
32-
year={1950},
33-
publisher={American Association of Physics Teachers}
34-
}
35-
36-
@article{PhysRev.47.777,
37-
abbr={PhysRev},
38-
title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
39-
author={Einstein*†, A. and Podolsky*, B. and Rosen*, N.},
40-
abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.},
41-
journal={Phys. Rev.},
42-
location={New Jersey},
43-
volume={47},
44-
issue={10},
45-
pages={777--780},
46-
numpages={0},
47-
year={1935},
48-
month={May},
49-
publisher=aps,
50-
doi={10.1103/PhysRev.47.777},
51-
url={http://link.aps.org/doi/10.1103/PhysRev.47.777},
52-
html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777},
53-
pdf={example_pdf.pdf},
54-
altmetric={248277},
55-
dimensions={true},
56-
google_scholar_id={qyhmnyLat1gC},
57-
video={https://www.youtube-nocookie.com/embed/aqz-KE-bpKQ},
58-
additional_info={. *More Information* can be [found here](https://github.com/alshedivat/al-folio/)},
59-
annotation={* Example use of superscripts<br>† Albert Einstein},
6038
selected={true},
61-
inspirehep_id = {3255}
62-
}
63-
64-
@article{einstein1905molekularkinetischen,
65-
title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen},
66-
author={Einstein, A.},
67-
journal={Annalen der physik},
68-
volume={322},
69-
number={8},
70-
pages={549--560},
71-
year={1905},
72-
publisher={Wiley Online Library}
39+
tags={Frank-Wolfe, convex optimization},
40+
pdf={https://proceedings.mlr.press/v267/hendrych25a.html}
7341
}
7442

75-
@article{einstein1905movement,
76-
abbr={Ann. Phys.},
77-
title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat},
78-
author={Einstein, A.},
79-
journal={Ann. Phys.},
80-
volume={17},
81-
pages={549--560},
82-
year={1905}
43+
@article{2025_MexiEtAl_Frankwolfeheuristic_2508-01299,
44+
archiveprefix = {arXiv},
45+
eprint = {2508.01299},
46+
primaryclass = {math.OC},
47+
year = {2025},
48+
pdf={https://arxiv.org/abs/2508.01299},
49+
abstract={We propose a primal heuristic for quadratic mixed-integer problems. Our method extends the Boscia framework -- originally a mixed-integer convex solver leveraging a Frank-Wolfe-based branch-and-bound approach -- to address nonconvex quadratic objective and constraints. We reformulate nonlinear constraints, introduce preprocessing steps, and a suite of heuristics including rounding strategies, gradient-guided selection, and large neighborhood search techniques that exploit integer-feasible vertices generated during the Frank-Wolfe iterations. Computational results demonstrate the effectiveness of our method in solving challenging MIQCQPs, achieving improvements on QPLIB instances within minutes and winning first place in the Land-Doig MIP Computational Competition 2025.},
50+
author = {Mexi, Gioni and Hendrych, Deborah and Designolle, Sébastien and Besançon, Mathieu and Pokutta, Sebastian},
51+
title = {A {Frank-Wolfe}-based Primal Heuristic for Quadratic Mixed-integer Optimization},
52+
abbr={preprint},
53+
bibtex_show={true},
54+
selected={true},
55+
tags={Frank-Wolfe, convex optimization, mixed-integer optimization},
8356
}
8457

85-
@article{einstein1905electrodynamics,
86-
title={On the electrodynamics of moving bodies},
87-
author={Einstein, A.},
88-
year={1905}
58+
@inproceedings{2024_SharmaHendrychBesanconPokutta_NetworkdesignMicoFrankwolfe,
59+
year = {2024},
60+
booktitle = {Proceedings of the INFORMS Optimization Society Conference},
61+
archiveprefix = {arXiv},
62+
eprint = {2402.00166},
63+
abstract={We tackle the network design problem for centralized traffic assignment, which can be cast as a mixed-integer convex optimization (MICO) problem. For this task, we propose different formulations and solution methods in both a deterministic and a stochastic setting in which the demand is unknown in the design phase. We leverage the recently proposed Boscia framework, which can solve MICO problems when the main nonlinearity stems from a differentiable objective function. Boscia tackles these problems by branch-and-bound with continuous relaxations solved approximately with Frank-Wolfe algorithms. We compare different linear relaxations and the corresponding subproblems solved by Frank-Wolfe, and alternative problem formulations to identify the situations in which each performs best. Our experiments evaluate the different approaches on instances from the Transportation Networks library and highlight the suitability of the mixed-integer Frank-Wolfe algorithm for this problem. In particular, we find that the Boscia framework is particularly applicable to this problem and that a mixed-integer linear Frank-Wolfe subproblem performs well for the deterministic case, while a penalty-based approach, with decoupled feasible regions for the design and flow variables, dominates other approaches for stochastic instances with many scenarios.},
64+
primaryclass = {math.OC},
65+
author = {Sharma, Kartikey and Hendrych, Deborah and Besançon, Mathieu and Pokutta, Sebastian},
66+
title = {Network Design for the Traffic Assignment Problem with Mixed-Integer {Frank-Wolfe}},
67+
pdf={https://arxiv.org/abs/2402.00166},
68+
abbr={INFORMS},
69+
bibtex_show={true},
70+
selected={false},
71+
tags={network design, mixed-integer optimization, Frank-Wolfe},
8972
}
9073

91-
@Article{einstein1905photoelectriceffect,
74+
@inproceedings{2023_HendrychBesanconPokutta_Optimalexperimentdesign,
75+
year = {2024},
76+
booktitle = {Proceedings of the Symposium on Experimental Algorithms},
77+
doi = {10.4230/LIPIcs.SEA.2024.16},
78+
archiveprefix = {arXiv},
79+
eprint = {2312.11200},
80+
abstract={We tackle the Optimal Experiment Design Problem, which consists of choosing experiments to run or observations to select from a finite set to estimate the parameters of a system. The objective is to maximize some measure of information gained about the system from the observations, leading to a convex integer optimization problem. We leverage Boscia.jl, a recent algorithmic framework, which is based on a nonlinear branch-and-bound algorithm with node relaxations solved to approximate optimality using Frank-Wolfe algorithms. One particular advantage of the method is its efficient utilization of the polytope formed by the original constraints which is preserved by the method, unlike alternative methods relying on epigraph-based formulations. We assess the method against both generic and specialized convex mixed-integer approaches. Computational results highlight the performance of the proposed method, especially on large and challenging instances.},
81+
primaryclass = {math.OC},
82+
author = {Hendrych, Deborah and Besançon, Mathieu and Pokutta, Sebastian},
83+
title = {Solving the Optimal Experiment Design Problem with Mixed-integer Convex Methods},
84+
code = {https://github.com/ZIB-IOL/OptimalDesignWithBoscia},
85+
pdf = {https://arxiv.org/abs/2312.11200},
86+
abbr={SEA24},
9287
bibtex_show={true},
93-
abbr={Ann. Phys.},
94-
title="{{\"U}ber einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt}",
95-
author={Albert Einstein},
96-
abstract={This is the abstract text.},
97-
journal={Ann. Phys.},
98-
volume={322},
99-
number={6},
100-
pages={132--148},
101-
year={1905},
102-
doi={10.1002/andp.19053220607},
103-
award={Albert Einstein receveid the **Nobel Prize in Physics** 1921 *for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect*},
104-
award_name={Nobel Prize}
88+
selected={true},
89+
tags={optimal experiment design, mixed-integer optimization, Frank-Wolfe},
10590
}
10691

107-
@book{przibram1967letters,
92+
@article{xiao2025boscia,
93+
title={Boscia. jl: A review and tutorial},
94+
author={Xiao, Wenjie and Hendrych, Deborah and Besan{\c{c}}on, Mathieu and Pokutta, Sebastian},
95+
archiveprefix = {arXiv},
96+
eprint = {2511.01479},
97+
primaryclass = {math.OC},
98+
abstract={ixed-integer nonlinear optimization (MINLP) comprises a large class of problems that are challenging to solve and exhibit a wide range of structures. The Boscia framework Hendrych et al. (2025b) focuses on convex MINLP where the nonlinearity appears in the objective only. This paper provides an overview of the framework and practical examples to illustrate its use and customizability. One key aspect is the integration and exploitation of Frank-Wolfe methods as continuous solvers within a branch-and-bound framework, enabling inexact node processing, warm-starting and explicit use of combinatorial structure among others. Three examples illustrate its flexibility, the user control over the optimization process and the benefit of oracle-based access to the objective and its gradient. The aim of this tutorial is to provide readers with an understanding of the main principles of the framework.},
99+
year={2025},
100+
pdf={https://arxiv.org/abs/2511.01479},
101+
abbr={preprint},
108102
bibtex_show={true},
109-
title={Letters on wave mechanics},
110-
author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl},
111-
year={1967},
112-
publisher={Vision},
113-
preview={wave-mechanics.gif},
114-
abbr={Vision}
115-
}
103+
selected={false},
104+
tags={Boscia, Julia, convex optimization, mixed-integer optimization},
105+
}

0 commit comments

Comments
 (0)