Papers
Topics
Authors
Recent
Search
2000 character limit reached

Unbalanced Optimization: Theory and Applications

Updated 14 July 2026
  • Unbalanced optimization is a modeling stance that replaces standard balance conditions with formulations capturing inherent asymmetries in power systems, networks, and optimal transport.
  • Key applications include unbalanced power flow in three-phase grids, consensus algorithms over directed networks, and optimal transport with relaxed marginal constraints for improved feasibility.
  • Methodologies such as successive linear approximations, SDP relaxations, and push-sum corrections provide actionable strategies for addressing imbalances in real-world optimization problems.

Searching arXiv for papers on unbalanced optimization and closely related formulations. Unbalanced optimization denotes a family of optimization formulations in which a standard balance condition is absent, relaxed, or intentionally replaced by an asymmetric model. In power systems, unbalanced optimal power flow is a class of optimization problems subject to the steady state physics of three-phase power grids with nonnegligible phase unbalance (Geth et al., 2021). In distributed optimization over digraphs, “unbalanced” means that 1TL0T1^T L \neq 0^T, or more generally that only row-stochastic or column-stochastic mixing is available, so standard consensus protocols do not preserve averages (Zhang et al., 2022). In optimal transport, unbalanced formulations relax hard marginal constraints and permit mass to be created or destroyed at a penalty (Arase et al., 2023). In combinatorial optimization and classification, the term also appears in asymmetric penalty encodings of inequality constraints and in optimization methods tailored to imbalanced data (Montanez-Barrera et al., 2022, Medlin et al., 2024). A plausible organizing view is that these literatures share a common move: they replace a convenient symmetry assumption by a model that matches the governing physics, communication topology, data distribution, or constraint geometry more faithfully.

1. Structural meanings of unbalance

In three-phase distribution networks, unbalance is physical. The network is steady-state, three-phase, radial or weakly meshed; conductor transposition is neglected, so lines may be phase-unbalanced. Voltages ViC3V_i \in \mathbb{C}^3, branch currents IijC3I_{ij} \in \mathbb{C}^3, shunt currents, and complex-power flows are all phase-indexed, and the optimization must respect phase-specific Kirchhoff–Ohm relations rather than a balanced single-phase surrogate (Geth et al., 2021).

In multi-agent optimization, unbalance is topological. For a fixed strongly-connected directed graph with Laplacian LL, “unbalanced” means 1TL0T1^T L \neq 0^T; incoming and outgoing total weights at each node do not match, and consensus mechanisms built for doubly-stochastic mixing cease to be exact. This is the source of push-sum corrections, topology balancing estimators, and row/column stochastic split schemes (Zhang et al., 2022, Xie et al., 2016).

In optimal transport, unbalance is measure-theoretic. Classical OT imposes exact marginal constraints; unbalanced OT instead penalizes deviations of transported marginals from prescribed source and target measures by divergences such as KL, or, in dynamical formulations, augments the continuity equation with a reaction term wμw\mu that encodes mass creation or dissipation (Arase et al., 2023, Wu et al., 4 Apr 2025).

In QUBO encodings, unbalance is penalization asymmetry. The penalty is larger when an inequality constraint is not achieved than when it is, so one avoids slack variables and still places the optimal feasible solution near the ground-state cost Hamiltonian (Montanez-Barrera et al., 2022). In imbalanced-data learning, unbalance refers to class proportions and to subset-selection rules that reject majority datapoints unable to improve model loss (Medlin et al., 2024).

2. Three-phase unbalanced power-system optimization

The core formulations for three-wire unbalanced OPF are the branch-flow model and the bus-injection model. For a branch iji \to j, Ohm’s law is

ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},

with shunt currents and power-flow matrices defined phase-wise; nodal balance is enforced by

:ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.

Because most solvers do not natively accept complex-valued variables, these equations are rewritten in real form. Rectangular coordinates split voltages and currents into real and imaginary parts, polar coordinates yield trigonometric nonconvexities, and lifted SDP formulations use Wi=ViViHW_i = V_i V_i^H with ViC3V_i \in \mathbb{C}^30 and ViC3V_i \in \mathbb{C}^31 (Geth et al., 2021).

A distinctive contribution of the same line of work is the explicit treatment of engineering bounds across formulations. Voltage-magnitude bounds become quadratic constraints in rectangular coordinates and diagonal bounds in lifted SDP variables; current-magnitude, apparent-power, and voltage-angle-difference bounds are likewise translated into semantically consistent forms. The paper emphasizes that consensus on bound semantics is a pressing need for benchmarking. Its formulations were validated against OpenDSS on the IEEE 13-node, 34-node and 123-node unbalanced test feeders using PowerModelsDistribution.jl, with worst maximum phase-voltage error ViC3V_i \in \mathbb{C}^32 pu for the baseline AC-NLP, exact rank-1 SDP relaxations on all radial feeders tested, and runtimes of ViC3V_i \in \mathbb{C}^33 s for Ipopt and ViC3V_i \in \mathbb{C}^34 s for Mosek on IEEE-123 (Geth et al., 2021).

Scalability and feasibility motivate a second thread. In distribution-level OPF, the nonlinear programming model can have convergence issues and may not scale well for unbalanced systems. The proposed PSLP method uses successive linear approximation and solves multiple LP subproblems, while ISOCP uses SOCP relaxations with directional constraints so that feasible power-flow solutions are recovered over multiple iterations. On the IEEE 123-bus feeder, the reported runtime is approximately ViC3V_i \in \mathbb{C}^35 s for NLP, ViC3V_i \in \mathbb{C}^36 s for PSLP, and ViC3V_i \in \mathbb{C}^37 s for ISOCP; on the R3-12.47-2 feeder, NLP requires ViC3V_i \in \mathbb{C}^38–ViC3V_i \in \mathbb{C}^39 s, PSLP IijC3I_{ij} \in \mathbb{C}^30–IijC3I_{ij} \in \mathbb{C}^31 s, and ISOCP IijC3I_{ij} \in \mathbb{C}^32–IijC3I_{ij} \in \mathbb{C}^33 s, with all methods agreeing on substation power within IijC3I_{ij} \in \mathbb{C}^34 MW (Jha et al., 2021).

Operational control problems inherit the same unbalanced structure. In the two-layer Volt/VAR framework, the upper layer solves a receding-horizon MIQP using a generalized linearized branch-flow model that removes the bilinear term IijC3I_{ij} \in \mathbb{C}^35, while the lower layer deploys a decentralized integral-like reactive-power update

IijC3I_{ij} \in \mathbb{C}^36

with sufficient stability condition IijC3I_{ij} \in \mathbb{C}^37. On the unbalanced IEEE 123-Node Test Feeder, the upper-layer solve time is IijC3I_{ij} \in \mathbb{C}^38 s for IijC3I_{ij} \in \mathbb{C}^39 h and LL0 s for LL1 h, versus LL2 s and LL3 s for the non-convex formulation, and the two-layer scheme holds all phases within LL4 p.u. at all times (Guo et al., 2019).

Rolling-horizon microgrid energy management extends the same philosophy. The framework in a modified IEEE 34-bus three-phase microgrid preserves full current-based unbalanced physics, derives a convex QCP and a linearized LP from a nonlinear nonconvex model, and replans over windows with LL5 h and discount factor LL6. Over LL7 Monte Carlo runs, the convex QCP average cost is approximately LL8 kr/day, the 4-sided LP approximately LL9 kr/day, and a two-stage stochastic baseline approximately 1TL0T1^T L \neq 0^T0 kr/day, implying rolling-horizon savings of approximately 1TL0T1^T L \neq 0^T1; voltage stays in 1TL0T1^T L \neq 0^T2 p.u. in 1TL0T1^T L \neq 0^T3 of hours (Cortés et al., 19 Mar 2025).

3. Distributed optimization over unbalanced directed networks

The distributed-optimization literature treats unbalance as a property of the communication graph rather than the objective. A representative continuous-time formulation considers

1TL0T1^T L \neq 0^T4

where each 1TL0T1^T L \neq 0^T5 is differentiable with globally Lipschitz gradient, possibly nonconvex, and the global minimizer 1TL0T1^T L \neq 0^T6 is unique. The graph is fixed, strongly connected, directed, and unbalanced, so the left eigenvector 1TL0T1^T L \neq 0^T7 satisfying 1TL0T1^T L \neq 0^T8 is generally unknown to the nodes. The proposed fully distributed algorithm uses a topology-balancing estimator 1TL0T1^T L \neq 0^T9, divides wμw\mu0 by wμw\mu1, and introduces adaptive gains wμw\mu2 and wμw\mu3. Its analysis passes through a perturbed-system form, input-to-state stability with vanishing perturbation, and asymptotic convergence of every wμw\mu4 to wμw\mu5, without requiring knowledge of the smallest strong convexity constant or of wμw\mu6 (Zhang et al., 2022).

For strongly convex smooth objectives, linear-rate methods have been constructed directly on row-stochastic or column-stochastic networks. The ADBB method combines Barzilai–Borwein step-sizes,

wμw\mu7

with multi-consensus inner loops and gradient tracking. Under Lipschitz-gradient and strong-convexity assumptions, each wμw\mu8 lies in wμw\mu9, and the iterates converge linearly. In mushroom classification with iji \to j0 agents on an unbalanced graph, ADBB achieves the highest test accuracy after iji \to j1 and iji \to j2 iterations, approximately iji \to j3 average versus iji \to j4 for the benchmarks ABm, AB, ADD-OPT, FROST, and DEXTRA (Hu et al., 2023).

Online convex optimization over unbalanced networks adds temporal variation and global constraints. DUST addresses

iji \to j5

over time-varying directed graphs with column-stochastic mixing. Each agent maintains a primal variable iji \to j6, a constraint-tracking variable iji \to j7, a local dual estimate iji \to j8, and a push-sum weight iji \to j9, with ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},0. With ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},1 and ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},2, DUST attains dynamic regret

ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},3

and cumulative constraint violation ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},4, improved to ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},5 under Slater’s condition (Wang et al., 2023).

Time-varying unbalanced topologies with local constraints have also been handled by paired row-stochastic and column-stochastic matrix sequences. Liu et al. combine a row-stochastic state-mixing step, a Polyak-style projection-correction for local inequality constraints, and a column-stochastic gradient-tracking variable ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},6. Under uniformly jointly strongly connected graph sequences, compact local sets, and a diminishing step-size ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},7, the method achieves consensus, feasibility, and convergence to an optimal solution, with averaged rate ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},8 for the optimality gap and consensus violation (Liu et al., 2022).

When explicit subgradients are unavailable, the push-sum idea persists. Xiong et al. construct row-stochastic matrices from a column-stochastic ViVj=ZijIij,V_i - V_j = Z_{ij} I_{ij},9 by an auxiliary scalar :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.0, then combine consensus with a local randomized zeroth-order oracle. With :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.1, :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.2, and :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.3, the dynamic regret is :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.4, and the paper reports that the zeroth-order version has essentially the same rate as the subgradient-based counterpart (Xiong et al., 2022).

A different resolution is epigraph reformulation. Xie et al. transform :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.5 with local inequality constraints into an epigraph form where all nodes share the same linear objective :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.6, thereby eliminating the Perron-weight issue of unbalanced graphs. The resulting distributed random-fixed projection algorithm uses only row-stochastic weights and converges almost surely to a common optimal solution over uniformly jointly strongly connected time-varying digraphs (Xie et al., 2016).

For finite-sum problems, Push-LSVRG-UP combines push-sum, loopless SVRG, and uncoordinated triggered probabilities :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.7. Under a constant step-size

:ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.8

the method converges linearly and requires only :ijdiag(Sij)+:kidiag(Ski)+uUnits(i)[Pu,i+jQu,i]+diag(ViYiHViH)=0.\sum_{\ell:i\to j}\operatorname{diag}(S_{ij}) + \sum_{\ell:k\to i}\operatorname{diag}(S_{ki}) + \sum_{u\in \mathrm{Units}(i)} [P_{u,i}+jQ_{u,i}] + \operatorname{diag}(V_i Y_i^H V_i^H)=0.9 storage per agent. This places unbalanced digraph optimization in the same algorithmic class as modern variance-reduced distributed learning (Hu et al., 2023).

In optimal transport, unbalance is formalized by relaxing the marginal constraints. For source and target fertilities Wi=ViViHW_i = V_i V_i^H0, Wi=ViViHW_i = V_i V_i^H1, cost matrix Wi=ViViHW_i = V_i V_i^H2, entropic regularization Wi=ViViHW_i = V_i V_i^H3, and KL penalties Wi=ViViHW_i = V_i V_i^H4, unbalanced OT solves

Wi=ViViHW_i = V_i V_i^H5

Balanced OT enforces Wi=ViViHW_i = V_i V_i^H6 and Wi=ViViHW_i = V_i V_i^H7, partial OT imposes hard inequalities plus a fixed transported mass, and unbalanced OT penalizes marginal deviations instead of enforcing them exactly. The corresponding generalized Sinkhorn–Knopp scaling algorithm converges linearly to the unique optimum (Arase et al., 2023).

This relaxation is useful in applications where null alignment or unequal information content is intrinsic. In monolingual word alignment, the same formulation is used to accommodate words with no corresponding counterparts. The paper reports that balanced, partial, and unbalanced OT are natural and powerful approaches even without tailor-made techniques, and that the generic OT-based methods are competitive against state-of-the-art systems specially designed for word alignment, particularly on datasets with high null alignment frequencies (Arase et al., 2023).

Gazdieva et al. develop a continuous unbalanced entropic OT solver that avoids minimax training. Their plan class has the form

Wi=ViViHW_i = V_i V_i^H8

and the key result is a tight upper bound that turns the UEOT problem into a single-level objective

Wi=ViViHW_i = V_i V_i^H9

With unnormalized Gaussian mixtures for ViC3V_i \in \mathbb{C}^300 and ViC3V_i \in \mathbb{C}^301, the method has no inner loops, no adversarial critic, and no nested maximizations. The paper proves universal approximation of UEOT solutions and gives generalization bounds of order ViC3V_i \in \mathbb{C}^302. Reported runtimes are a few minutes on a 4-core CPU for 2-D toy mixtures and under ten minutes on CPU for ViC3V_i \in \mathbb{C}^303, ViC3V_i \in \mathbb{C}^304, and ViC3V_i \in \mathbb{C}^305 steps (Gazdieva et al., 2023).

Dynamical unbalanced OT pushes the same idea into PDE-constrained control. The primal variables are a nonnegative measure ViC3V_i \in \mathbb{C}^306, a transport velocity ViC3V_i \in \mathbb{C}^307, and a mass creation/dissipation rate ViC3V_i \in \mathbb{C}^308, linked by

ViC3V_i \in \mathbb{C}^309

The cost is ViC3V_i \in \mathbb{C}^310 subject to ViC3V_i \in \mathbb{C}^311. After relaxation through Young measures and Fenchel–Rockafellar duality, the problem becomes an HJB-type supremum over smooth subsolutions,

ViC3V_i \in \mathbb{C}^312

and the paper proposes a first-order augmented-Lagrangian algorithm in which each iteration solves one linear PDE and performs one pointwise projection onto a convex set (Wu et al., 4 Apr 2025).

Reinforcement learning admits an analogous UOT formulation over occupancy measures. For a policy ViC3V_i \in \mathbb{C}^313, the discounted occupancy measure is ViC3V_i \in \mathbb{C}^314, and the optimization augments reward maximization by marginal penalties on state visitations and action executions. The objective is written as a Bregman-divergence problem

ViC3V_i \in \mathbb{C}^315

and solved by Dykstra’s algorithm via Bregman projections. In large state or action spaces, the paper derives an actor–critic saddle-point form in dual potentials ViC3V_i \in \mathbb{C}^316, ViC3V_i \in \mathbb{C}^317, and ViC3V_i \in \mathbb{C}^318, thus importing unbalanced transport directly into constrained policy optimization (Givchi et al., 2021).

5. Learning-based and stochastic optimization under imbalance

Recent work embeds unbalance directly into learned surrogates rather than approximating it away. For real-time BESS dispatch in unbalanced three-phase grids, a heterogeneous graph ViC3V_i \in \mathbb{C}^319 is built with node types for buses, storage units, external-grid connections, loads, and lines, and with features that include phase voltages, unbalanced loads, BESS states, and line mutual couplings. A physics-informed loss adds soft penalties for SoC, voltage, and external-grid constraints. On the CIGRE 18-bus distribution system, the reported bus voltage MSEs are ViC3V_i \in \mathbb{C}^320 for GCN, ViC3V_i \in \mathbb{C}^321 for GAT, ViC3V_i \in \mathbb{C}^322 for GPS, and ViC3V_i \in \mathbb{C}^323 for SAGE; the constraint-violation MSE for SoC and C-rate is reduced from ViC3V_i \in \mathbb{C}^324–ViC3V_i \in \mathbb{C}^325 without the physics loss to nearly zero with it (Ma et al., 10 Dec 2025).

A different learning-based acceleration appears in stochastic Volt-VAR optimization. In the two-stage stochastic VVO model for a modified IEEE 123-bus three-phase unbalanced network with 4 OLTCs, 6 tie switches, and 14 PVs, the second-stage recourse

ViC3V_i \in \mathbb{C}^326

is approximated by a neural network embedded into a MILP through big-ViC3V_i \in \mathbb{C}^327 ReLU constraints. Across 100 test instances with ViC3V_i \in \mathbb{C}^328, the average solve times are ViC3V_i \in \mathbb{C}^329 s for the full extensive MILP, ViC3V_i \in \mathbb{C}^330 s for Progressive Hedging, and ViC3V_i \in \mathbb{C}^331 s for the neural MILP. The average optimality gap of the neural method versus exact is ViC3V_i \in \mathbb{C}^332, always ViC3V_i \in \mathbb{C}^333, and the surrogate MILP time is essentially constant regardless of scenario count (Shao et al., 27 Oct 2025).

Optimization for imbalanced data uses a different mechanism. In the bilevel formulation for classification, the upper level selects a majority subset ViC3V_i \in \mathbb{C}^334, while the lower level trains network weights

ViC3V_i \in \mathbb{C}^335

The MUBO heuristic accepts a candidate majority batch ViC3V_i \in \mathbb{C}^336 if the resulting majority-only loss ViC3V_i \in \mathbb{C}^337 is no larger than the previous threshold ViC3V_i \in \mathbb{C}^338. The paper reports average F1 improvements on several UCI datasets: Gisette ViC3V_i \in \mathbb{C}^339 versus best prior ViC3V_i \in \mathbb{C}^340, Abalone ViC3V_i \in \mathbb{C}^341 versus ViC3V_i \in \mathbb{C}^342, Connect4 ViC3V_i \in \mathbb{C}^343 versus ViC3V_i \in \mathbb{C}^344, Spambase approximately ViC3V_i \in \mathbb{C}^345, and Ionosphere ViC3V_i \in \mathbb{C}^346 versus a GAN baseline ViC3V_i \in \mathbb{C}^347, the last serving as an explicit small-data limitation (Medlin et al., 2024).

A plausible implication is that learning-based unbalanced optimization now splits into two regimes. In one regime, the learned model is constrained to respect physical feasibility through penalty terms or MILP embeddings; in the other, the optimization itself is a mechanism for selecting or reweighting data under class asymmetry. The data block supports both patterns, but they address different meanings of “unbalanced.”

6. Constraint encoding, misconceptions, and open directions

A recurring misconception is that “unbalanced” names one unified mathematical object. The surveyed papers instead use the term for at least four non-equivalent departures from balance: phase asymmetry in power networks, non-doubly-stochastic directed communication, relaxed measure conservation, and asymmetric inequality penalization. Another misconception is that relaxing a balanced model automatically preserves feasibility. In unbalanced D-OPF, the literature explicitly notes that existing relaxation techniques do not guarantee a feasible power flow solution, which is why iterative LP and SOCP schemes are designed to recover optimal and feasible solutions over multiple iterations (Jha et al., 2021).

Constraint handling illustrates the same diversity. In QUBO models, inequality constraints are commonly encoded with slack variables, but this increases the number of qubits and operations. The unbalanced penalization method replaces the slack-variable encoding of

ViC3V_i \in \mathbb{C}^348

by

ViC3V_i \in \mathbb{C}^349

with larger penalization when the inequality constraint is not achieved than when it is. On D-Wave hybrid solvers for bin packing, the paper reports solutions for up to 29 items with unbalanced penalization, whereas the slack-variables approach handles up to 11 items (Montanez-Barrera et al., 2022).

Benchmarking and semantics remain central. In unbalanced OPF, the lack of definitions of current and voltage bounds across different classes of representations is identified as a key problem, and benchmarks are described as a cornerstone for the development and validation of scalable and reproducible optimization models and tools (Geth et al., 2021). In distributed optimization, open directions explicitly include time-varying or switching digraphs, discrete-time counterparts, event-triggered communication, and more general agent dynamics (Zhang et al., 2022). In neural stochastic VVO, the remaining approximation gap is attributed to finite training data and MLP expressivity, with larger networks, more data, or end-to-end fine-tuning proposed as extensions (Shao et al., 27 Oct 2025). In quantum unbalanced penalization, open questions include rigorous penalty-weight selection and theoretical performance guarantees (Montanez-Barrera et al., 2022).

Across these literatures, the dominant methodological pattern is not merely “handling imbalance,” but making imbalance first-class in the optimization model. In power systems that means retaining three-phase couplings and explicit bound semantics; in networked optimization it means correcting nonconservative mixing rather than assuming doubly-stochastic communication; in transport it means penalizing marginal mismatch or adding source/sink dynamics; and in combinatorial or data-imbalance settings it means asymmetric penalties or bilevel subset selection. This suggests that unbalanced optimization is best understood as a modeling stance: balance is treated as a special case, not the default.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (19)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Unbalanced Optimization.