The 2026 BIT international workshop on

Numerical Analysis and Optimization

18–20 September 2026

Beijing, China · In person

About the workshop

Optimization and linear algebra at the crossroad of scientific applications

With the continuous development of scientific computing, artificial intelligence, and big data technologies, numerical linear algebra and optimization methods are playing an increasingly important role in solving complex engineering problems, promoting interdisciplinary integration, and improving computational efficiency. This workshop aims to promote academic exchange and collaboration in this field, share the latest research progress, and discuss future research directions.

We warmly welcome all friends who are interested in numerical algebra and optimization to attend the workshop and jointly promote the development and innovation of related disciplines.

  • computational mathematics
  • algorithm design
  • mathematical modeling
  • interdisciplinary applications in engineering
  • data science

Speakers, titles, and abstracts

Tentative list of speakers

Click a talk to read its abstract.

Xiangtan University, China

Juan Zhang

Iterative methods with parameters play a crucial role in solving linear systems, and how to select optimal splitting parameters remains a key challenge. In this talk, we introduce a data-driven approach, Gaussian Process Regression (GPR), for predicting optimal iterative parameters. As one application, we present a mixed-precision general alternating-direction implicit method (MP-GADI) and develop rounding error analyses of MP-GADI for large-scale sparse linear systems. Numerical experiments demonstrate that, when using Bfloat16 precision, MP-GADI achieves a 2.5x speedup on the hundred-million-scale system compared to a full double-precision implementation. As another application, we apply a GPR-based algebraic multigrid (AMG) parameter optimization strategy to several typical partial differential equations (PDEs), including the Poisson equation, diffusion equation, and Helmholtz equation. Numerical results show that our proposed methods can save an enormous amount of time in selecting relatively optimal splitting parameters compared with existing methods.

Beihang University, China

Yong Xia

The computation of the dominant eigenpair for symmetric positive semidefinite matrices is fundamental in numerical optimization. This work shifts the paradigm from the classical Rayleigh quotient to an unconstrained difference formulation, whose global optimum recovers the dominant eigenpair. Within this framework, we prove that gradient descent with a constant step-size α ∈ (0,1) converges almost surely to the global optimum at a local linear rate. This analysis thereby reinterprets the classical power method as the conservative special case α = 1/2 and rigorously establishes its asymptotic sub-optimality. To advance this first-order scheme, we propose the Split-Merge algorithm based on the majorization-minimization principle. After splitting the matrix, we introduce auxiliary vectors to effectively merge the decomposition factors, resulting in a matrix-free and parameter-free iteration that captures tighter curvature information. We establish that SplitMerge converges almost surely to a global minimizer, and show that the iteration exhibits a spectral peeling mechanism that suppresses the targeted eigenspace, potentially surpassing the static linear rate of power iterations. Numerical evaluations across synthetic and real-world datasets confirm that our method has scalable efficiency, achieving speed-ups exceeding 10× over the power method, with performance comparable to subspace iterations.

The Chinese University of Hong Kong, China

Huifu Xu

In this paper, we study a one-stage distributionally robust optimization (DRO) problem where the underlying random vector follows an elliptical distribution with unknown location and shape parameters, as well as an unknown distribution of the radial random variable. The only available information consists of samples of the random vector. To address this problem, we propose a framework that combines a Bayesian learning approach with a traditional DRO methodology to simultaneously handle epistemic uncertainty in the location and shape parameters and Knightian uncertainty in the radial distribution. A key challenge arises from the fact that the density function of an elliptically distributed random vector, when it exists, depends not only on the location and shape parameters but also on the (unknown) density generator associated with the radial variable. As a result, classical likelihood-based Bayesian methods are not applicable. To overcome this difficulty, we develop two structured Gibbs inference procedures—one for the location parameter and the other for the shape matrix—both constructed via estimating equations that are invariant to the radial component and hence independent of its distributional form. We establish strong posterior consistency of the resulting Gibbs posteriors. Leveraging the posterior distribution of the location and shape parameters, we transform the observed data into pseudo-samples of the radial variable and use these samples to construct an ambiguity set for its distribution. We then propose a risk minimization model in which the inner problem considers the worst-case distribution of the radial variable within the ambiguity set, while the outer problem applies a risk measure to evaluate the decision risk induced by the remaining epistemic uncertainty captured by the posterior distribution. This leads to a composite Bayesian-risk distributionally robust optimization (CBR-DRO) model. To solve the proposed model, we develop a cutting-plane algorithm. Preliminary numerical experiments demonstrate that the proposed approach outperforms several baseline methods, including the sample average approximation and generic DRO models.

University of Leeds, UK

Massimiliano Fasi

We consider the solution of the Sylvester equation AX + XB = C in mixed precision. We derive a new iterative refinement scheme to solve perturbed quasi-triangular Sylvester equations; our rounding error analysis provides sufficient conditions for convergence and a bound on the attainable relative residual. We leverage this iterative scheme to solve the general Sylvester equation. The new algorithms compute the Schur decomposition of A and B in low precision, use the low-precision Schur factors to obtain an approximate solution to the quasi-triangular equation, and iteratively refine it to obtain a working-precision solution to the quasi-triangular equation. In order to solve the quasi-triangular equation to working precision, the unitary Schur factors of A and B must be unitary to working precision, but this is not the case if the Schur decomposition is computed in low precision. We propose two approaches to address this: one is based on re-orthonormalization in working precision, and the other on explicit inversion of the almost-unitary factors. The two mixed-precision algorithms thus obtained are tested on various Sylvester and Lyapunov equations from the literature. Our numerical experiments show that the new algorithms are at least as accurate as existing ones. Our cost analysis, on the other hand, suggests that they would typically be faster than mono-precision alternatives if implemented on hardware that natively supports low precision. This is going work with Andrii Dmytryshyn, Nicholas J. Higham, and Xiaobo Liu.

Nanjing Normal University, China

Hailin Sun

This paper develops a tractable distributionally robust extension of the fundamental discrete two-stage stochastic optimization framework, known as the Sell- or-Hold Problem (SHP). By incorporating correlation robustness, we formulate the Correlation Robust Sell-or-Hold Problem (CR-SHP), which accounts for distributional uncertainty in asset price correlations. We show that the second-stage value function of the Sell-or-Hold Problem is submodular with respect to the random profit vector. This allows the worst-case dependence structure to be represented by an explicitly computable reversed-quantile coupling that is independent of the first-stage decision. For discrete marginals, the support size of this coupling grows linearly with the total marginal support size, thereby avoiding the Cartesian-product growth of the full joint scenario space. We further show that, for a three-point MAD ambiguity set in which the marginal MADs vary proportionally, the worst-case expected recourse is attained at the lowest admissible scale, yielding explicit marginals for the Fre ́chet-class refor- mulation. For prescribed discrete marginals, the chain-supported worst-case coupling yields an exact reduction of the robust lower-tail CVaR model to a standard SHP instance under a truncated distribution. These reductions convert the robust and risk- aware models into standard Sell-or-Hold instances, enabling approximation guarantees and scalable computation. Numerical experiments on synthetic instances and PJM electricity-market data demonstrate the scalability of the reformulation pipeline, the robustness and lower-tail benefits of the resulting policies.

National University of Defense Technology, China

Shenglong Hu

This talk presents a novel parameterization for low-rank third-order tensor CP approximation, leveraging the variable projection technique to reduce the parameter space dimension by at least one-third. We reformulate the problem as a nonlinear least squares (NLS) optimization on a product of Oblique manifolds. To solve this, we propose a projected Gauss-Newton method, proving its global convergence and local quadratic convergence under mild assumptions. By incorporating selective reductions and reformulations, our implementation significantly improves computational efficiency. Numerical experiments indicate that our method matches the accuracy of state-of-the-art solvers (e.g., Tensor Toolbox and Tensorlab) while achieving an average speedup of dozens of times.

Jiangsu Normal University, China

Zhigang Jia

Most of color image restoration models overlook the valid information across color spaces and the coupling between color channels, which are essential properties. To address such limitations, we present a new two-stage image restoration model: Neural cross-space total variation regularization model with quaternion-based group sparse representation (QGS-NCSTV). In the first stage, a novel neural cross-space total variation regularization functional effectively captures the cross-space information to restore color images by incorporating the perceptual characteristics of the HSV space and the structural correlations of the RGB space. In the second stage, the quaternion-based group sparse representation preserves the coupling between color channels with leveraging nonlocal self-similarity. Experimental results show QGS-NCSTV outperforms the state of-the-art methods in terms of PSNR, SSIM and UQI, where the reflection in colonoscopy images is successfully solved.

Budapest University of Technology and Economics, Hungary

Hedvig Gál

The work generalize the results of Kuwae–Shioya and Bačák on Mosco convergence established for Cartan Alexandrov Topogonov spaces (or Hadamard spaces) to the CAT(1)-setting, so that Mosco convergence implies convergence of resolvents, which in turn imply convergence of gradient flows for lower-semicontinuous semi-convex functions. The techniques utilize Moreau-Yosida approximation and weak convergence in CAT(1)-spaces and also cover asymptotic relations of sequences of such spaces introduced by Kuwae-Shioya, including Gromov–Hausdorff limits. The present work is published in Springer journal of Calculus of Variations and Partial Differential Equations.

Fudan University, China

Yangfeng Su

Accurate and efficient computation of Floquet multipliers and subspaces is essential for analyzing limit cycles in dynamical systems and periodic steady states in radio frequency circuit simulation. This problem is typically addressed by solving a periodic linear eigenvalue problem, which is discretized from the linear time-periodic system using one-step collocation methods. Collocation methods become costly for large-scale problems. Our alternative approach is to use multistep methods. The multistep method leads to a periodic polynomial eigenvalue problem (pPEP) and introduces additional parasitic periodic eigenvalues. We prove that as the stepsize decreases, the computed Floquet multipliers and their associated invariant subspace converge at the consistency order, while the parasitic periodic eigenvalues converge to zero geometrically and hence become separated from the nonzero Floquet multipliers. A memory-efficient algorithm pTOAR is designed to solve the large-scale pPEP. Its arithmetic and memory costs are almost independent of the choice of multistep methods when the pPEP is from implicit multistep discretization. Numerical results agree with our convergence analysis, and demonstrate the efficiency of pTOAR.

Jiangxi Normal University, China

Zhe Sun

In this talk, we consider a class of structured nonsmooth difference-of-convex minimization in which the first convex component is the sum of a smooth and a nonsmooth function, while the second convex component is the supremum of finitely many convex smooth functions. The existing methods for this problem usually have weak convergence guarantees or need to solve lots of subproblems per iteration. Due to this, we propose hybrid algorithms for solving this problem in which we first compute approximate critical points and then check whether these points are approximate D-stationary points. Under suitable conditions, we prove that there exists a subsequence of iterates of which every accumulation point is a D-stationary point. Some preliminary numerical experiments are conducted to demonstrate the efficiency of the proposed algorithms.

Nanchang University, China

Hongjia Chen

The generalized Lyapunov equation has a natural splitting that leads to the stan- dard fixed-point iteration (sFPI) for its numerical solution. sFPI is convergent, for arbitrary given of initial guess and regardless of the constant term in the equation, if and only if the spectral radius of the associated linear operator is smaller than 1. This means that sFPI diverges generically if the spectral radius is 1 or bigger. In this paper, we propose a compensated splitting scheme that aims to reduce the spectral radius so that the resulting compensated fixed-point iteration (cFPI) has a better con- vergence property in the sense cFPI may still converge while sFPI does not or cFPI converges (much) faster than sFPI. Numerical results are presented to demonstrate the superiority of cFPI to sFPI.

Fudan University, China

Weiguo Gao

Diffusion trajectory distillation accelerates sampling by training a student model to approximate the multi-step denoising trajectories of a pretrained teacher model using far fewer steps. Despite strong empirical results, the trade-off between distillation strategy and generative quality remains poorly understood. We provide a theoretical characterization by reinterpreting trajectory distillation as an operator merging problem, differentiating our analysis between two distinct regimes. In the linear Gaussian regime, where approximation error is zero, we isolate optimization error, specifically signal shrinkage driven by finite training time, as the primary bottleneck. This characterization allows us to derive the theoretically optimal merging strategy, which exhibits a variance-driven phase transition and is computable via a Pareto dynamic programming algorithm. In the nonlinear Gaussian mixture regime, we prove that distilling composite steps incurs unavoidable approximation error due to the exponential growth of mixture components, and we quantify how these errors amplify across merges. Together, these results clarify the distinct theoretical mechanisms governing each regime and provide principled guidance for method selection.

Fudan University, China

Meiyue Shao

Householder orthogonalization plays an important role in numerical linear algebra. It attains perfect orthogonality regardless of the conditioning of the input. However, in the context of a non-standard inner product, it becomes difficult to apply Householder orthogonalization, partly due to the lack of an initial orthonormal basis. We propose strategies to overcome this obstacle and discuss algorithms and variants of Householder orthogonalization with a non-standard inner product. Theoretical analysis and numerical experiments demonstrate that our approach is numerically stable under mild assumptions.

Max Planck Institute, Germany

Xiaobo Liu

Mixed precision has become an increasingly popular strategy in numerical linear algebra and scientific computing. It performs most computations in low-precision arithmetic while selectively using higher precision to maintain the required accuracy, thereby improving performance relative to uniform-precision methods. One successful realization of this principle is mixed-precision iterative refinement (MPIR). In this talk, we present MPIR approaches for accelerating the solution of Sylvester equations and low-rank Lyapunov equations. Separate computational frameworks are discussed for the two classes of matrix equations. We provide rounding-error and computational-cost analyses and present numerical experiments demonstrating the accuracy and efficiency of the proposed methods.

Nanjing Normal University, China

Wen Huang

We propose an inexact Riemannian gradient descent algorithm on the Stiefel manifold (IRGS-StieONS) using adaptive step size, where the ``inexact'' refers to the inexactness of retraction. It is proven that one single Newton-Schulz iteration for the retraction is sufficient for global convergence and local linear convergence. Compared to the landing and augmented Lagrangian-based algorithms, the proposed algorithm is the first infeasible algorithm that permits adaptive step size and guarantees global convergence and local linear convergence under mild assumptions. Moreover, we show that the local convergence rate depends on the condition number of the Riemannian Hessian, which matches the Riemannian steepest descent algorithm. This result implies that the infeasibility in the proposed algorithm does not influence the local convergence rate. Furthermore, a stochastic gradient version of IRGD‑StieONS is proposed and is shown to achieve the same convergence rate as Riemannian stochastic gradient descent with decreasing step size. Numerical experiments demonstrate superior performance and robustness.

AMSS, Chinese Academy of Sciences, China

Bastien Vieublé

Both iterative refinement and GMRES can be used to improve the accuracy of inaccurate linear solvers. To a certain extent, the literature features indirect arguments supporting the convergence superiority of GMRES over iterative refinement. However, because these arguments do not use the iterative refinement terminology or address rounding errors and approximations, the connection between GMRES and iterative refinement was never made evident. In this context, we propose to compare theoretically and experimentally the convergence rates of iterative refinement and GMRES. We showcase why and in which cases GMRES corrects linear solvers faster. We further explain that one can preserve the complexity advantage of iterative refinement while improving its convergence rate.

Programme

Three days of exchange.

Times shown in China Standard Time (UTC+8).

Friday, 18 September

Day 1

  1. Other

    On-site registration

  2. Meal

    Welcome dinner

Behind the workshop

Organizers and sponsors.

Organizing Committee

Françoise Tisseur

Scientific committee

The University of Manchester

Houduo Qi

Scientific committee

The Hong Kong Polytechnic University

Weiguo Gao

Scientific committee

Fudan University

Xin Liu

Scientific committee

AMSS, Chinese Academy of Sciences

Qingna Li

Scientific committee and local organizer

Beijing Institute of Technology

Bastien Vieublé

Scientific committee and local organizer

AMSS, Chinese Academy of Sciences

Jiani Li

Local organizer

Beijing Institute of Technology

Mingyu Zhao

Local organizer

Beijing Institute of Technology

Yutong Zheng

Local organizer

Beijing Institute of Technology

Yixin Wang

Local organizer

Beijing Institute of Technology

Sponsors

Venue and attendance

Join us in Beijing.

The workshop will take place on the campus of BIT (Haidian district).

Venue

Beijing Institute of Technology
Zhongguancun Campus, Beijing, China.

Subway

Weigongcun Station on Subway Line 4 (exit D);
or Suzhouqiao Station on Subway Line 12/Line 16 (exit C).

Fees

No registration fees, but travel, living, and accommodation expenses will not be supported by the workshop organizers.

Language

All talks will be in English.