<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Software | Hao Yan</title><link>https://hyan46.github.io/tag/software/</link><atom:link href="https://hyan46.github.io/tag/software/index.xml" rel="self" type="application/rss+xml"/><description>Software</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-US</language><copyright>© 2026 Hao Yan</copyright><lastBuildDate>Thu, 01 Jan 2026 00:00:00 +0000</lastBuildDate><image><url>https://hyan46.github.io/media/icon_hudffdcafa99c609c7e4dfde01dba38f93_35970_512x512_fill_lanczos_center_3.png</url><title>Software</title><link>https://hyan46.github.io/tag/software/</link></image><item><title>Bayesian Entropy Neural Networks for physics-aware prediction</title><link>https://hyan46.github.io/publication/rathnakumar-benn-ress-2026/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/rathnakumar-benn-ress-2026/</guid><description/></item><item><title>D-Convexity: A Unified Differentiable Convex Shape Prior via Quasi-Concavity for Data-driven Image Segmentation</title><link>https://hyan46.github.io/chen-dconvexity-cvpr-2026/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/chen-dconvexity-cvpr-2026/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>&lt;strong>D-Convexity&lt;/strong> is a unified, &lt;strong>threshold-free&lt;/strong>, &lt;strong>fully differentiable&lt;/strong> convex-shape prior
for data-driven image segmentation. Instead of constraining the binary mask at a fixed
threshold, we require the &lt;em>entire&lt;/em> network output $u:\Omega\to[0,1]$ to be
&lt;strong>quasi-concave&lt;/strong> — equivalently, &lt;em>every&lt;/em> super-level set
$S_\gamma=\{\mathbf{x}\in\Omega \mid u(\mathbf{x})\geq\gamma\}$
is convex. From this single principle we derive &lt;strong>zero-, first-, and second-order&lt;/strong>
characterizations that turn a hard global geometric constraint into local, differentiable
inequalities, yielding a compact convolutional loss and a drop-in &lt;strong>Convex Gradient
Projection Module (CGPM)&lt;/strong>.&lt;/p>
&lt;p>Accepted at &lt;strong>&lt;a href="https://cvpr.thecvf.com/virtual/2026/poster/39174" target="_blank" rel="noopener">CVPR 2026&lt;/a>&lt;/strong> as a &lt;strong>Highlight paper&lt;/strong> (top 3%).&lt;/p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="D-Convexity architecture: Swin Transformer backbone produces a feature map o, which is passed through a sigmoid to give a raw mask u. The Convex Gradient Projection Module (CGPM) then iteratively projects u onto the quasi-concave manifold using the convex loss gradient, yielding a strictly convex final mask. Training uses cross-entropy on the raw mask and the quasi-concavity loss on the projected mask." srcset="
/chen-dconvexity-cvpr-2026/figures/architecture_hue70167b8aaf56e0966ff3e25d321b857_391144_939aa30de7679cb3f1aee5d71d975f80.webp 400w,
/chen-dconvexity-cvpr-2026/figures/architecture_hue70167b8aaf56e0966ff3e25d321b857_391144_f9a4135ee394c155544ba0e1c5854fa6.webp 760w,
/chen-dconvexity-cvpr-2026/figures/architecture_hue70167b8aaf56e0966ff3e25d321b857_391144_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/chen-dconvexity-cvpr-2026/figures/architecture_hue70167b8aaf56e0966ff3e25d321b857_391144_939aa30de7679cb3f1aee5d71d975f80.webp"
loading="lazy"
style="width: 100%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p class="has-text-centered" style="max-width:900px;margin:0.5rem auto 1.5rem;font-size:0.95rem;color:#444;">&lt;span class="figure-number">Figure 1:&lt;/span> Overall framework. A Swin-Transformer encoder–decoder backbone produces feature $o$; a sigmoid yields the raw mask $u=\mathcal{S}(o)$. The &lt;strong>Convex Gradient Projection Module (CGPM)&lt;/strong> is an unrolled gradient-descent block ($v^0 \rightarrow v^1 \rightarrow \cdots \rightarrow v^T$) that projects $u$ onto the quasi-concave manifold by descending the convex loss $\nabla\mathcal{L}_{\mathrm{convex}}$. The network is trained with cross-entropy $\mathcal{L}_{\mathrm{CE}}$ on the raw mask and the quasi-concavity loss $\mathcal{L}_{\mathrm{convex}}$ on the projected mask.&lt;/p>
&lt;hr>
&lt;h2 id="animation">Animated Demo: Zero/First/Second-Order Convexification&lt;/h2>
&lt;p>The animation below visualizes the &lt;strong>midpoint (zero-order)&lt;/strong>, &lt;strong>first-order gradient&lt;/strong>, and
&lt;strong>second-order Hessian&lt;/strong> convexification dynamics applied to a non-convex initial mask.
All three orders progressively regularize the shape into a convex region, but with
increasing levels of spatial smoothness.&lt;/p>
&lt;figure class="video-figure" style="margin: 1.5rem auto; text-align: center;">
&lt;div style="display: flex; justify-content: center;">
&lt;video
style="width: 100%; max-width: 980px; height: auto; display: block; border-radius: 6px;"
autoplay
loop
muted
controls
playsinline
preload="metadata"
>
&lt;source src="https://hyan46.github.io/chen-dconvexity-cvpr-2026/figures/combined_all_orders.mp4" type="video/mp4">
Your browser does not support the video tag.
&lt;/video>
&lt;/div>&lt;figcaption style="margin-top: 0.75rem; color: #555; font-size: 0.95rem;">
Convexification dynamics under the proposed zero-, first-, and second-order quasi-concavity priors. Starting from non-convex inputs, the mask function u is iteratively updated by (left) the local midpoint rule (Algorithm 1, zero-order), (middle) the first-order gradient-based supporting-hyperplane condition, and (right) the second-order quadratic-form penalty Q_2(x). Higher-order priors produce progressively smoother convex shapes.
&lt;/figcaption>&lt;/figure>
&lt;hr>
&lt;h2 id="motivation">Motivation&lt;/h2>
&lt;p>Convexity is a fundamental prior: many anatomical structures (optic disc/cup, blood
vessels, organs) and man-made objects are convex or close-to-convex. Enforcing convexity
suppresses holes, fragmented predictions, and irregular boundary artifacts, especially
under &lt;strong>noise, occlusion, and limited training data&lt;/strong>.&lt;/p>
&lt;p>Existing approaches, however, have significant limitations:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Discrete formulations&lt;/strong> (e.g. 1–0–1 collinear-triplet penalties, graph-cuts with
convexity constraints, ILP/multicut decompositions) rely on combinatorial solvers and
are &lt;strong>hard to differentiate&lt;/strong> through.&lt;/li>
&lt;li>&lt;strong>Level-set/curvature methods&lt;/strong> (non-negative curvature $\kappa\geq 0$,
signed-distance Laplacian $\Delta\phi\geq 0$) certify convexity only at &lt;em>one&lt;/em> chosen
threshold (e.g. $\phi=0$) and are typically &lt;em>necessary but not sufficient&lt;/em>.&lt;/li>
&lt;li>&lt;strong>Recent deep shape priors&lt;/strong> still lack explicit, principled control over convexity
at every confidence level.&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>D-Convexity&lt;/strong> resolves all three issues with a single functional view: the mask
function $u$ itself should be quasi-concave.&lt;/p>
&lt;hr>
&lt;h2 id="theory">Theory: Quasi-Concavity as a Unified Convex Prior&lt;/h2>
&lt;p>We formalize convexity threshold-freely as quasi-concavity of $u$:&lt;/p>
$$
u \text{ is quasi-concave} \;\Longleftrightarrow\; \forall \gamma,\; S_\gamma=\{\mathbf{x}\mid u(\mathbf{x})\geq\gamma\}\ \text{is convex}.
$$
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Left: a concave function lies below its tangent plane everywhere. Right: a quasi-concave function may be steeper than any tangent plane, but every horizontal slice (super-level set) is still a convex region. The gradient at a level-set point x defines the supporting hyperplane (y-x) perpendicular to grad u." srcset="
/chen-dconvexity-cvpr-2026/figures/quasi_concave_hue70167b8aaf56e0966ff3e25d321b857_561392_fce3deffeb3ea82e7cc971b3c405a46e.webp 400w,
/chen-dconvexity-cvpr-2026/figures/quasi_concave_hue70167b8aaf56e0966ff3e25d321b857_561392_f2c2df4170f741ed7a30be6dce060c3f.webp 760w,
/chen-dconvexity-cvpr-2026/figures/quasi_concave_hue70167b8aaf56e0966ff3e25d321b857_561392_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/chen-dconvexity-cvpr-2026/figures/quasi_concave_hue70167b8aaf56e0966ff3e25d321b857_561392_fce3deffeb3ea82e7cc971b3c405a46e.webp"
loading="lazy"
style="width: 80%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p class="has-text-centered" style="max-width:900px;margin:0.5rem auto 1.5rem;font-size:0.95rem;color:#444;">&lt;span class="figure-number">Figure 2:&lt;/span> &lt;strong>Concave vs. quasi-concave functions.&lt;/strong> A concave function (left) lies below every tangent plane — a &lt;em>strong&lt;/em> property that most segmentation masks violate. A &lt;strong>quasi-concave&lt;/strong> function (right) is the weaker, &lt;em>threshold-free&lt;/em> notion D-Convexity uses: it only requires that every super-level set $S_\gamma$ be a convex region. At any boundary point $\mathbf{x}$, the supporting hyperplane is given by $\nabla u(\mathbf{x})^{\top}(\mathbf{y}-\mathbf{x})=0$ — this is the geometric content of our &lt;strong>first-order condition&lt;/strong>.&lt;/p>
&lt;p>By considering different smoothness assumptions on $u$, we derive three equivalent (or
sufficient) characterizations:&lt;/p>
&lt;h3 id="zero-order">Zero-order condition ($u\in C^0$)&lt;/h3>
&lt;blockquote>
&lt;p>$u$ is quasi-concave $\Longleftrightarrow$ for all $\mathbf{x},\mathbf{y}\in\Omega,\ \lambda\in[0,1]$:
&lt;/p>
$$u(\lambda\mathbf{x}+(1-\lambda)\mathbf{y}) \;\geq\; \min\{u(\mathbf{x}),u(\mathbf{y})\}.$$
&lt;/blockquote>
&lt;p>A line segment joining two points above a level cannot dip below that level.&lt;/p>
&lt;h3 id="first-order">First-order condition ($u\in C^1$)&lt;/h3>
&lt;blockquote>
&lt;p>$u$ is quasi-concave $\Longleftrightarrow$ if $u(\mathbf{x})\geq u(\mathbf{y})$, then
$\nabla u(\mathbf{y})^{\top}(\mathbf{x}-\mathbf{y})\geq 0.$&lt;/p>
&lt;/blockquote>
&lt;p>The gradient at every point defines a &lt;strong>supporting hyperplane&lt;/strong> of the local
super-level set.&lt;/p>
&lt;h3 id="second-order">Second-order condition ($u\in C^2$, sufficient)&lt;/h3>
&lt;blockquote>
&lt;p>If for all $\mathbf{x}\in\Omega$ with $\nabla u(\mathbf{x})\neq 0$ the Hessian
$\nabla^2 u(\mathbf{x}) \prec 0$ (strict negative definite) on the tangent space
$T_\mathbf{x}=\{\mathbf{d}\mid \nabla u(\mathbf{x})^{\top}\mathbf{d}=0\}$,
then $u$ is quasi-concave.&lt;/p>
&lt;/blockquote>
&lt;p>For 2D images this has the &lt;strong>compact convolutional form&lt;/strong>:&lt;/p>
$$
Q_2(\mathbf{x}) \;=\; u_x^2\,u_{yy} \;-\; 2\,u_x u_y\,u_{xy} \;+\; u_y^2\,u_{xx} \;&lt;\;0,
$$
&lt;p>a quadratic form in the image gradient that can be evaluated densely as a tiny
fixed-kernel convolution — no thresholding required.&lt;/p>
&lt;h3 id="unification">A unifying lens&lt;/h3>
&lt;p>Following Section 3.6 of the paper, D-Convexity &lt;strong>recovers many existing convex priors as special cases&lt;/strong>,
with each prior mapped to one of our zero-, first-, or second-order quasi-concavity conditions.
The mapping below uses the &lt;strong>exact references from the CVPR 2026 paper&lt;/strong>
(&lt;a href="https://arxiv.org/abs/2605.19210v1" target="_blank" rel="noopener">arXiv:2605.19210v1&lt;/a>):&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Zero-order line-segment prior.&lt;/strong>
&lt;a href="https://doi.org/10.1109/access.2020.2985095" title="Han, Kwon, Kim &amp;amp; Cho. Noise-Robust Pupil Center Detection Through CNN-Based Segmentation With Shape-Prior Loss. IEEE Access, 2020." target="_blank" rel="noopener">Han, Kwon, Kim &amp;amp; Cho, &lt;em>Noise-Robust Pupil Center Detection with Shape-Prior Loss&lt;/em>, IEEE Access 2020&lt;/a>
require that for every $\mathbf{x},\mathbf{y}$ in the segmentation object, the line segment between them
also lies inside it — this is exactly our &lt;strong>zero-order&lt;/strong> condition (Theorem 1) applied over the
image domain. Our formulation is more general because it applies to the continuous mask $u$ rather
than a single thresholded region.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Half-disk / binary convexity characterization.&lt;/strong>
The indicator-mask condition $(u-1)(b_r\ast(2u-1))\geq 0$ proposed in
&lt;a href="https://arxiv.org/abs/2005.07476" target="_blank" rel="noopener">Liu, Tai &amp;amp; Luo, &lt;em>Convex Shape Prior for Deep Neural Convolution Network based Eye Fundus Images Segmentation&lt;/em>, 2020&lt;/a>,
&lt;a href="https://doi.org/10.1142/S0219530521500238" target="_blank" rel="noopener">Luo, Tai &amp;amp; Wang, &lt;em>A New Binary Representation Method for Shape Convexity&lt;/em>, Analysis &amp;amp; Applications 2022&lt;/a>, and
&lt;a href="https://doi.org/10.1016/j.apm.2023.06.008" target="_blank" rel="noopener">Luo, Chen, Xiao &amp;amp; Tai, &lt;em>A Binary Characterization Method for Shape Convexity&lt;/em>, Applied Mathematical Modelling 2023&lt;/a>
follows directly from our &lt;strong>first-order&lt;/strong> supporting-hyperplane condition (Theorem 2): at a background
pixel $\mathbf{y}$, Lemma 1 forces the foreground into the half-space
$\nabla u(\mathbf{y})^{\top}(\mathbf{x}-\mathbf{y})\geq 0$, which intersected with a radius-$r$ disk
gives $|B_r(\mathbf{y})\cap S|\leq \tfrac{1}{2}|B_r(\mathbf{y})|$.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Curvature priors&lt;/strong> $\kappa\geq 0$.
&lt;a href="https://doi.org/10.1117/12.2006787" title="Ukwatta, Yuan, Qiu, Rajchl &amp;amp; Fenster. Efficient Convex Optimization-Based Curvature Dependent Contour Evolution. SPIE Medical Imaging, 2013." target="_blank" rel="noopener">Ukwatta et al., &lt;em>Efficient Convex Optimization-Based Curvature Dependent Contour Evolution&lt;/em>, SPIE 2013&lt;/a> and
&lt;a href="https://doi.org/10.1109/ICIP.2017.8296678" title="Yang, Shi, Yao &amp;amp; Li. A Level Set Method for Convexity Preserving Segmentation of Cardiac Left Ventricle. ICIP, 2017." target="_blank" rel="noopener">Yang et al., &lt;em>A Level Set Method for Convexity Preserving Segmentation of Cardiac Left Ventricle&lt;/em>, ICIP 2017&lt;/a>
constrain non-negative curvature of level-set boundaries — corresponding to $Q_2(\mathbf{x})\leq 0$, the
&lt;strong>necessary but not sufficient&lt;/strong> weakening of our &lt;strong>second-order&lt;/strong> condition $Q_2(\mathbf{x})&lt;0$.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Signed-distance Laplacian priors&lt;/strong> $\|\nabla\phi\|=1$ with $\Delta\phi\geq 0$.
&lt;a href="https://www.csd.uoc.gr/~hy471/papers/Convex_Shape_Prior_for_Multi-Object_Segmentation_ICCV_2019.pdf" title="Luo, Tai, Huo, Wang &amp;amp; Glowinski. Convex Shape Prior for Multi-Object Segmentation Using a Single Level Set Function. ICCV, 2019." target="_blank" rel="noopener">Luo, Tai, Huo, Wang &amp;amp; Glowinski, &lt;em>Convex Shape Prior for Multi-Object Segmentation&lt;/em>, ICCV 2019&lt;/a> and
&lt;a href="https://doi.org/10.1109/TIP.2020.2998981" title="Yan, Tai, Liu &amp;amp; Huang. Convexity Shape Prior for Level Set-Based Image Segmentation Method. IEEE Transactions on Image Processing, 2020." target="_blank" rel="noopener">Yan, Tai, Liu &amp;amp; Huang, &lt;em>Convexity Shape Prior for Level Set-Based Image Segmentation&lt;/em>, IEEE TIP 2020&lt;/a>
impose non-negativity of the signed-distance Laplacian. With $\phi=-u$, the curvature identity
$\kappa=-Q_2/\|\nabla u\|^3$ shows $\kappa\geq 0 \Leftrightarrow Q_2\leq 0$; D-Convexity&amp;rsquo;s strict
$Q_2&lt;0$ upgrades this into a &lt;em>sufficient&lt;/em> convexity condition while remaining fully differentiable.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Related discrete convexity priors&lt;/strong> (discussed in Section 2 of the paper, and subsumed at the pixel-graph
scale by our zero-order view) include 1–0–1 collinear-triple penalties
(&lt;a href="https://link.springer.com/chapter/10.1007/978-3-319-10602-1_44" title="Gorelick, Veksler, Boykov &amp;amp; Nieuwenhuis. Convexity Shape Prior for Segmentation. ECCV, 2014 (journal version: TPAMI, 2017)." target="_blank" rel="noopener">Gorelick, Veksler, Boykov &amp;amp; Nieuwenhuis, ECCV 2014 / TPAMI 2017&lt;/a>),
multicut / ILP convexity constraints
(&lt;a href="https://doi.org/10.1109/CVPR.2016.49" title="Royer, Richmond, Rother, Andres &amp;amp; Kainmüller. Convexity Shape Constraints for Image Segmentation. CVPR, 2016." target="_blank" rel="noopener">Royer, Richmond, Rother, Andres &amp;amp; Kainmüller, CVPR 2016&lt;/a>), and relaxed star-type families
(&lt;a href="https://doi.org/10.1007/978-3-540-88690-7_34" title="Veksler. Star Shape Prior for Graph-Cut Image Segmentation. ECCV, 2008." target="_blank" rel="noopener">Veksler, ECCV 2008&lt;/a>;
&lt;a href="https://doi.org/10.1109/CVPR.2010.5539890" title="Gulshan, Rother, Criminisi, Blake &amp;amp; Zisserman. Geodesic Star Convexity for Interactive Image Segmentation. CVPR, 2010." target="_blank" rel="noopener">Gulshan et al., CVPR 2010&lt;/a>;
&lt;a href="https://openaccess.thecvf.com/content_cvpr_2016/html/Isack_Hedgehog_Shape_Priors_CVPR_2016_paper.html" title="Isack, Veksler, Sonka &amp;amp; Boykov. Hedgehog Shape Priors for Multi-Object Segmentation. CVPR, 2016." target="_blank" rel="noopener">Isack, Veksler, Sonka &amp;amp; Boykov, CVPR 2016&lt;/a>).&lt;/p>
&lt;p>So a single quasi-concavity principle subsumes discrete, half-disk, level-set, and curvature-based
shape priors in &lt;strong>one continuous, differentiable framework&lt;/strong>, with each prior corresponding to the
smoothness order ($C^0$ / $C^1$ / $C^2$) at which it operates.&lt;/p>
&lt;hr>
&lt;h2 id="cgpm">Loss Functions and CGPM&lt;/h2>
&lt;p>The first- and second-order conditions become &lt;strong>local convolutional losses&lt;/strong>, evaluated
densely over the image without any thresholding:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>First-order loss&lt;/strong> ($\mathcal{L}_{\text{1st}}$): penalize the positive part of the
asymmetric pair inequality $\mathrm{ReLU}\big(\nabla u(\mathbf{y})^{\top}(\mathbf{y}-\mathbf{x})\big)$
over a small $r$-radius neighborhood $\mathbf{x}\in N_{\mathbf{y}}$.&lt;/li>
&lt;li>&lt;strong>Second-order loss&lt;/strong> ($\mathcal{L}_{\text{2nd}}$): penalize the positive part of
$Q_2(\mathbf{x})+\delta$ weighted by $\|\nabla u(\mathbf{x})\|$:&lt;/li>
&lt;/ul>
$$
\mathcal{L}_{\text{2nd}}(u) \;=\; \frac{1}{|\Omega|}\sum_{\mathbf{x}\in\Omega} \|\nabla u(\mathbf{x})\|\cdot \mathrm{ReLU}\big(Q_2(\mathbf{x})+\delta\big).
$$
&lt;p>Both losses cost $\mathcal{O}(r^2|\Omega|)$ for the first-order and $\mathcal{O}(|\Omega|)$
for the second-order condition, are GPU-parallel, and have explicit closed-form gradients
(see Appendix E of the paper).&lt;/p>
&lt;h3 id="convex-gradient-projection-module-cgpm">Convex Gradient Projection Module (CGPM)&lt;/h3>
&lt;p>At inference time, the loss alone may not strictly enforce convexity. The &lt;strong>CGPM&lt;/strong> solves a
small proximal optimization on the network logits:&lt;/p>
$$
u_p \in \arg\min_{v\in[0,1]} \tfrac{1}{2}\|v-u\|^2 + \lambda\cdot \mathcal{L}_{\text{convex}}(v),
$$
&lt;p>with $\mathcal{L}_{\text{convex}}\in\{\mathcal{L}_{\text{1st}},\mathcal{L}_{\text{2nd}}\}$.
Implemented as an &lt;strong>unrolled gradient-descent module&lt;/strong> on the logit space, CGPM is a
drop-in projection layer compatible with any segmentation backbone (U-Net, nnU-Net,
TransUNet, etc.):&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-python" data-lang="python">&lt;span class="line">&lt;span class="cl">&lt;span class="kn">from&lt;/span> &lt;span class="nn">CGPM&lt;/span> &lt;span class="kn">import&lt;/span> &lt;span class="n">SegModelWithCGPM&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">model&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">UNet2D&lt;/span>&lt;span class="p">()&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">to&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="n">device&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">model&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">load_state_dict&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="n">ckpt&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">model&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">eval&lt;/span>&lt;span class="p">()&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">SegCGPM&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">SegModelWithCGPM&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="n">model&lt;/span>&lt;span class="p">,&lt;/span> &lt;span class="n">backprop_to_backbone&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="kc">False&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="n">cgpm_output&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">SegCGPM&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="n">images&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>CGPM can be used in &lt;strong>train mode&lt;/strong> (back-propagated into the backbone) or as a
&lt;strong>post-hoc projection&lt;/strong> (frozen backbone, projection only).&lt;/p>
&lt;hr>
&lt;h2 id="experiments">Experimental Results&lt;/h2>
&lt;p>We evaluate D-Convexity on four segmentation benchmarks spanning cardiac MRI
(&lt;strong>ACDC&lt;/strong>), iris segmentation (&lt;strong>CASIA&lt;/strong>), and retinal optic-disc/cup
segmentation (&lt;strong>REFUGE&lt;/strong>, &lt;strong>RIM-ONE-r3&lt;/strong>). To assess &lt;strong>out-of-distribution
generalization&lt;/strong>, models trained on REFUGE are evaluated &lt;em>directly&lt;/em> on
RIM-ONE-r3 without fine-tuning. Reported metrics are Dice ↑, IoU ↑, and
Hausdorff Distance HD ↓.&lt;/p>
&lt;h3 id="qualitative">Qualitative comparison&lt;/h3>
&lt;figure id="figure-figure-3-qualitative-segmentation-comparison-rows-cardiac-mri-acdc-iris-casia-and-retinal-optic-disccup-refuge--rim-one-r3-columns-a-input-b-ground-truth-ch-six-baselines-i-proposed-d-convexity-color-code--white--true-positive--black--true-negative--red--false-positive--green--false-negative--blue--predicted-boundary-baselines-tend-to-produce-fragmented-holes-green-and-spurious-lobes-red-d-convexity-yields-clean-simply-connected-convex-regions-that-tightly-track-the-ground-truth-boundary">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Qualitative segmentation comparison across cardiac MRI, eye, and retinal fundus images. Each row is one image; columns show (a) image, (b) ground truth, and predictions from (c) U-Net, (d) Swin-Unet, (e) Dcan, (f) Dmtn, (g) ConvMCD, (h) ActiveBoundary, (i) the proposed D-Convexity. Baselines produce fragmented holes (green false-negatives) and spurious lobes (red false-positives), while D-Convexity returns clean, simply-connected, convex regions that closely follow the ground truth boundary." srcset="
/chen-dconvexity-cvpr-2026/figures/qualitative_comparison_hue70167b8aaf56e0966ff3e25d321b857_1038093_a3f1b01383f1a541f0e216d0964d6f45.webp 400w,
/chen-dconvexity-cvpr-2026/figures/qualitative_comparison_hue70167b8aaf56e0966ff3e25d321b857_1038093_057fa53ae35268b3b76f04fb8b9d91a9.webp 760w,
/chen-dconvexity-cvpr-2026/figures/qualitative_comparison_hue70167b8aaf56e0966ff3e25d321b857_1038093_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/chen-dconvexity-cvpr-2026/figures/qualitative_comparison_hue70167b8aaf56e0966ff3e25d321b857_1038093_a3f1b01383f1a541f0e216d0964d6f45.webp"
loading="lazy"
style="width: 100%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 3: &lt;/span>&lt;strong>Qualitative segmentation comparison.&lt;/strong> Rows: cardiac MRI (ACDC), iris (CASIA), and retinal optic-disc/cup (REFUGE &amp;amp; RIM-ONE-r3). Columns: (a) input, (b) ground truth, (c)–(h) six baselines, (i) &lt;strong>Proposed (D-Convexity)&lt;/strong>. Color code: ▢ white = true positive, ■ black = true negative, &lt;span style="color:#d62728;">■&lt;/span> red = false positive, &lt;span style="color:#2ca02c;">■&lt;/span> green = false negative, &lt;span style="color:#0a66c2;">▢&lt;/span> blue = predicted boundary. Baselines tend to produce fragmented holes (green) and spurious lobes (red); D-Convexity yields &lt;strong>clean, simply-connected, convex&lt;/strong> regions that tightly track the ground-truth boundary.
&lt;/figcaption>&lt;/figure>
&lt;h3 id="quantitative">Quantitative results&lt;/h3>
&lt;style>
.dconv-results-wrap { overflow-x: auto; margin: 1.25rem 0; }
table.dconv-results {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
font-family: 'Noto Sans', sans-serif;
background: #fff;
}
table.dconv-results th, table.dconv-results td {
padding: 8px 10px;
text-align: center;
border-bottom: 1px solid #e6e6e6;
}
table.dconv-results thead tr.group th {
background: #f5f7fa;
font-weight: 700;
border-bottom: 1px solid #d6d9df;
}
table.dconv-results thead tr.metric th {
background: #fafbfd;
font-weight: 600;
color: #555;
border-bottom: 2px solid #cfd3da;
}
table.dconv-results td.method, table.dconv-results th.method {
text-align: left;
font-weight: 500;
white-space: nowrap;
}
table.dconv-results tr.proposed {
background: #eaf3ff;
font-weight: 700;
}
table.dconv-results tr.proposed td { border-bottom: 1px solid #c9def5; }
table.dconv-results td.best { color: #0a66c2; font-weight: 700; }
table.dconv-results td .sep { color: #aaa; }
table.dconv-results caption {
caption-side: top;
text-align: left;
padding: 0.25rem 0 0.75rem 0;
font-size: 0.95rem;
color: #444;
}
&lt;/style>
&lt;div class="dconv-results-wrap">
&lt;table class="dconv-results">
&lt;caption>&lt;strong>Table 1.&lt;/strong> Performance of baseline and shape-aware methods on the
ACDC, CASIA, REFUGE, and RIM-ONE-r3 datasets. Models trained on REFUGE are evaluated
&lt;em>directly&lt;/em> on RIM-ONE-r3 to assess cross-dataset generalization.
Best values per column are in &lt;span style="color:#0a66c2;font-weight:700;">blue&lt;/span>;
our method (&lt;em>Proposed&lt;/em>) is highlighted.&lt;/caption>
&lt;thead>
&lt;tr class="group">
&lt;th class="method" rowspan="2">Method&lt;/th>
&lt;th colspan="3">ACDC&lt;/th>
&lt;th colspan="3">CASIA&lt;/th>
&lt;th colspan="3">REFUGE&lt;/th>
&lt;th colspan="3">RIM-ONE-r3&lt;/th>
&lt;/tr>
&lt;tr class="metric">
&lt;th>Dice&amp;nbsp;↑&lt;/th>&lt;th>IoU&amp;nbsp;↑&lt;/th>&lt;th>HD&amp;nbsp;↓&lt;/th>
&lt;th>Dice&amp;nbsp;↑&lt;/th>&lt;th>IoU&amp;nbsp;↑&lt;/th>&lt;th>HD&amp;nbsp;↓&lt;/th>
&lt;th>Dice&amp;nbsp;↑&lt;/th>&lt;th>IoU&amp;nbsp;↑&lt;/th>&lt;th>HD&amp;nbsp;↓&lt;/th>
&lt;th>Dice&amp;nbsp;↑&lt;/th>&lt;th>IoU&amp;nbsp;↑&lt;/th>&lt;th>HD&amp;nbsp;↓&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td class="method">U-Net [28]&lt;/td>
&lt;td>89.52&lt;/td>&lt;td>81.02&lt;/td>&lt;td>28.04&lt;/td>
&lt;td>94.65&lt;/td>&lt;td>89.84&lt;/td>&lt;td>2.549&lt;/td>
&lt;td>84.66&lt;/td>&lt;td>73.71&lt;/td>&lt;td>11.07&lt;/td>
&lt;td>76.48&lt;/td>&lt;td>61.92&lt;/td>&lt;td>20.57&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="method">Swin-Unet [3]&lt;/td>
&lt;td>95.42&lt;/td>&lt;td>91.23&lt;/td>&lt;td>4.965&lt;/td>
&lt;td>94.76&lt;/td>&lt;td>90.05&lt;/td>&lt;td>2.399&lt;/td>
&lt;td>84.00&lt;/td>&lt;td>72.42&lt;/td>&lt;td>7.863&lt;/td>
&lt;td>81.00&lt;/td>&lt;td>68.07&lt;/td>&lt;td>15.32&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="method">DCAN [4]&lt;/td>
&lt;td>93.38&lt;/td>&lt;td>87.59&lt;/td>&lt;td>6.946&lt;/td>
&lt;td>94.90&lt;/td>&lt;td>90.29&lt;/td>&lt;td>2.413&lt;/td>
&lt;td>80.66&lt;/td>&lt;td>67.59&lt;/td>&lt;td>9.379&lt;/td>
&lt;td>76.23&lt;/td>&lt;td>61.59&lt;/td>&lt;td>16.53&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="method">DMTN [31]&lt;/td>
&lt;td>92.60&lt;/td>&lt;td>86.22&lt;/td>&lt;td>8.500&lt;/td>
&lt;td>94.92&lt;/td>&lt;td>90.34&lt;/td>&lt;td>2.337&lt;/td>
&lt;td>82.36&lt;/td>&lt;td>70.01&lt;/td>&lt;td>9.337&lt;/td>
&lt;td>78.39&lt;/td>&lt;td>64.46&lt;/td>&lt;td>16.80&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="method">ConvMCD [25]&lt;/td>
&lt;td>93.44&lt;/td>&lt;td>87.68&lt;/td>&lt;td>15.53&lt;/td>
&lt;td>95.03&lt;/td>&lt;td>90.54&lt;/td>&lt;td>2.323&lt;/td>
&lt;td>78.38&lt;/td>&lt;td>64.45&lt;/td>&lt;td>12.51&lt;/td>
&lt;td>76.71&lt;/td>&lt;td>62.22&lt;/td>&lt;td>18.18&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="method">Active Boundary [35]&lt;/td>
&lt;td>90.93&lt;/td>&lt;td>81.38&lt;/td>&lt;td>24.71&lt;/td>
&lt;td>94.49&lt;/td>&lt;td>89.55&lt;/td>&lt;td>2.656&lt;/td>
&lt;td>84.82&lt;/td>&lt;td>73.63&lt;/td>&lt;td>10.59&lt;/td>
&lt;td>75.37&lt;/td>&lt;td>60.48&lt;/td>&lt;td>20.64&lt;/td>
&lt;/tr>
&lt;tr class="proposed">
&lt;td class="method">Proposed (D-Convexity)&lt;/td>
&lt;td class="best">95.46&lt;/td>&lt;td class="best">91.31&lt;/td>&lt;td class="best">4.702&lt;/td>
&lt;td>94.71&lt;/td>&lt;td>89.94&lt;/td>&lt;td class="best">2.288&lt;/td>
&lt;td class="best">88.61&lt;/td>&lt;td class="best">79.54&lt;/td>&lt;td class="best">5.859&lt;/td>
&lt;td class="best">83.09&lt;/td>&lt;td class="best">71.08&lt;/td>&lt;td class="best">12.59&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>Takeaways.&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Best overall on 3 of 4 datasets.&lt;/strong> D-Convexity is the top performer on
ACDC, REFUGE, and RIM-ONE-r3 across all three metrics, and is best on
Hausdorff Distance on CASIA. Dice/IoU on CASIA are essentially saturated
for all methods (within 0.3% of each other).&lt;/li>
&lt;li>&lt;strong>Largest gains on hard, shape-driven tasks.&lt;/strong> On REFUGE, D-Convexity
improves Dice from 84.82 → &lt;strong>88.61&lt;/strong> ( +3.79) and reduces HD from 7.863 →
&lt;strong>5.859&lt;/strong> ( −2.0) versus the strongest baseline, with similar gains on the
ACDC cardiac task.&lt;/li>
&lt;li>&lt;strong>Strong out-of-distribution generalization.&lt;/strong> When the REFUGE-trained
model is applied &lt;em>directly&lt;/em> to RIM-ONE-r3 (different acquisition device
and population), D-Convexity still wins by &lt;strong>+2.1 Dice&lt;/strong> and &lt;strong>−2.7 HD&lt;/strong>
over Swin-Unet — evidence that the convex shape prior acts as a robust,
task-agnostic regularizer rather than overfitting to a particular dataset.&lt;/li>
&lt;li>&lt;strong>Drop-in improvement.&lt;/strong> All gains are obtained with the same backbone
segmentation network as the baselines, with CGPM as a plug-in module — no
architectural changes are required.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="key-ideas">Key Contributions&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Quasi-concavity as a unified convex prior.&lt;/strong> We formalize convexity of &lt;em>all&lt;/em>
super-level sets as quasi-concavity of the network output $u$, yielding a
threshold-free, differentiable, image-domain constraint.&lt;/li>
&lt;li>&lt;strong>Multi-order characterizations.&lt;/strong> Zero-, first-, and second-order conditions for
$u\in C^0,C^1,C^2$, corresponding to different mask smoothness regimes.&lt;/li>
&lt;li>&lt;strong>Compact convolutional losses.&lt;/strong> The first- and second-order conditions reduce to
tiny fixed-kernel convolutions, allowing dense evaluation across the image at
$\mathcal{O}(|\Omega|)$ cost.&lt;/li>
&lt;li>&lt;strong>Convex Gradient Projection Module (CGPM).&lt;/strong> A plug-and-play unrolled-optimization
module that strictly enforces convexity at inference time.&lt;/li>
&lt;li>&lt;strong>Theoretical unification.&lt;/strong> Discrete 1–0–1 priors, half-disk convolution priors, and
curvature / signed-distance Laplacian priors are all recovered as special cases or
necessary weakenings of our framework.&lt;/li>
&lt;li>&lt;strong>Empirical gains.&lt;/strong> Consistent convexity and shape-regularity improvements across
multiple medical-imaging datasets (retinal fundus, cardiac MRI, iris, etc.),
outperforming task-specific networks and prior shape-aware methods.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="quickstart">Quick Start&lt;/h2>
&lt;p>The reference implementation is available on GitHub:
&lt;a href="https://github.com/ShengzheC/D-Convexity" target="_blank" rel="noopener">&lt;strong>ShengzheC/D-Convexity&lt;/strong>&lt;/a>.&lt;/p>
&lt;p>For intuition on the convexification algorithm and the zero-order dynamics, start with
the notebook:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">Convexification_Algorithm.ipynb
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The CGPM segmentation framework lives in &lt;code>CGPM.py&lt;/code>, and the first- and second-order
losses in &lt;code>loss.py&lt;/code>.&lt;/p>
&lt;hr>
&lt;h2 id="resources">Resources&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Paper (arXiv):&lt;/strong> &lt;a href="https://arxiv.org/abs/2605.19210v1" target="_blank" rel="noopener">arXiv:2605.19210&lt;/a>&lt;/li>
&lt;li>&lt;strong>Code:&lt;/strong> &lt;a href="https://github.com/ShengzheC/D-Convexity" target="_blank" rel="noopener">github.com/ShengzheC/D-Convexity&lt;/a>&lt;/li>
&lt;li>&lt;strong>CVPR 2026 virtual poster:&lt;/strong> &lt;a href="https://cvpr.thecvf.com/virtual/2026/poster/39174" target="_blank" rel="noopener">cvpr.thecvf.com/virtual/2026/poster/39174&lt;/a>&lt;/li>
&lt;li>&lt;strong>Venue:&lt;/strong> CVPR 2026 (Highlight, top 3%)&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="bibtex">BibTeX&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bibtex" data-lang="bibtex">&lt;span class="line">&lt;span class="cl">&lt;span class="nc">@inproceedings&lt;/span>&lt;span class="p">{&lt;/span>&lt;span class="nl">chen2026dconvexity&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">title&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{D-Convexity: A Unified Differentiable Convex Shape Prior via Quasi-Concavity for Data-driven Image Segmentation}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">author&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Chen, Shengzhe and Yan, Hao}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">booktitle&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">year&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{2026}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">note&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Accepted as Highlight (top 3\%)}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">eprint&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{2605.19210}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">archivePrefix&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{arXiv}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">primaryClass&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{cs.CV}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">url&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{https://arxiv.org/abs/2605.19210v1}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Path-Coupled Bellman Flows for Distributional Reinforcement Learning</title><link>https://hyan46.github.io/xu-path-coupled-icml-2026/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/xu-path-coupled-icml-2026/</guid><description>&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>&lt;strong>Path-Coupled Bellman Flows (PCBF)&lt;/strong> is a continuous-time distributional reinforcement
learning method that learns return distributions with &lt;strong>flow matching&lt;/strong> using
&lt;strong>source-consistent Bellman-coupled paths&lt;/strong>: the current path starts from the required base
prior at $t{=}0$, reaches the Bellman target at $t{=}1$, and maintains a pathwise affine
relation to the successor flow at intermediate times. PCBF couples current and successor
return flows through &lt;strong>shared base noise&lt;/strong> and uses a &lt;strong>$\lambda$-parameterized control
variate&lt;/strong> that trades controlled bias for variance reduction in critic training.&lt;/p>
&lt;p>Accepted at &lt;strong>&lt;a href="https://icml.cc" target="_blank" rel="noopener">ICML 2026&lt;/a>&lt;/strong> as a &lt;strong>regular-track presentation&lt;/strong>.&lt;/p>
&lt;figure id="figure-figure-1-path-coupled-bellman-geometry-each-panel-shows-a-single-current-blue-and-successor-orange-return-flow-a-uncoupled-independent-source-noise--flows-are-unrelated-except-in-distribution-b-source-inconsistent-the-successor-starts-from-rgamma-x_0-violating-the-base-prior-at-t0-c-pcbf-shared-noise-drives-both-flows-preserving-the-base-prior-at-t0-and-the-bellman-endpoint-at-t1">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Path-coupled Bellman geometry: uncoupled flows use independent noise; source-inconsistent flows violate the base prior at t=0; PCBF uses shared noise to preserve both the Gaussian source and the Bellman endpoint." srcset="
/xu-path-coupled-icml-2026/figures/comparison_hud14d972c15fc2473c8ae6fc483bd09b9_239790_67af11229e2c97b2751b66d1160f6599.webp 400w,
/xu-path-coupled-icml-2026/figures/comparison_hud14d972c15fc2473c8ae6fc483bd09b9_239790_dafef5a62ceff156ea1c4a126825fd14.webp 760w,
/xu-path-coupled-icml-2026/figures/comparison_hud14d972c15fc2473c8ae6fc483bd09b9_239790_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/comparison_hud14d972c15fc2473c8ae6fc483bd09b9_239790_67af11229e2c97b2751b66d1160f6599.webp"
loading="lazy"
style="width: 100%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 1: &lt;/span>&lt;strong>Path-coupled Bellman geometry.&lt;/strong> Each panel shows a single current (blue) and successor (orange) return flow. &lt;strong>(a)&lt;/strong> Uncoupled: independent source noise — flows are unrelated except in distribution. &lt;strong>(b)&lt;/strong> Source-inconsistent: the successor starts from $R+gamma X_0$, violating the base prior at $t{=}0$. &lt;strong>(c)&lt;/strong> &lt;strong>PCBF:&lt;/strong> shared noise drives both flows, preserving the base prior at $t{=}0$ and the Bellman endpoint at $t{=}1$.
&lt;/figcaption>&lt;/figure>
&lt;hr>
&lt;h2 id="animation">Animated Demo&lt;/h2>
&lt;p>The animation below visualizes learned return transport on the &lt;strong>Discrete Monte Carlo&lt;/strong>
toy environment: particles flow from a Gaussian source at $t{=}0$ to the learned return
distribution at $t{=}1$ along PCBF Bellman-coupled trajectories.&lt;/p>
&lt;figure id="figure-learned-pcbf-return-transport-on-the-discrete-monte-carlo-environment-individual-particles-colored-trajectories-are-transported-from-the-base-noise-distribution-at-t0-to-state-dependent-return-outcomes-at-t1">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="max-width: 980px; width: 100%; ">&lt;img alt="Demonstration of PCBF learned return transport on the Discrete MC environment"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/demo.gif"
loading="lazy"
style="width: 100%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
Learned PCBF return transport on the Discrete Monte Carlo environment. Individual particles (colored trajectories) are transported from the base noise distribution at $t{=}0$ to state-dependent return outcomes at $t{=}1$.
&lt;/figcaption>&lt;/figure>
&lt;hr>
&lt;h2 id="motivation">Motivation&lt;/h2>
&lt;p>Distributional reinforcement learning (DRL) models the full distribution of returns rather
than only their expectation, enabling richer uncertainty representations and often better
empirical performance. Most practical DRL algorithms, however, rely on &lt;strong>finite-dimensional
approximations&lt;/strong> — categorical projections or quantile assignments — that introduce bias
when the Bellman update does not align with fixed support points.&lt;/p>
&lt;p>Reframing DRL as &lt;strong>continuous probability transport&lt;/strong> makes flow matching a natural
framework: the distributional Bellman equation defines an affine transport relationship,
and a neural velocity field can transport samples from a simple Gaussian prior to the
return law without heuristic projections.&lt;/p>
&lt;p>Directly enforcing an uncorrected pointwise Bellman map inside flow composition fails in
two critical ways:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Source boundary mismatch.&lt;/strong> Flow matching requires generation to start from a fixed
simple prior (e.g., $\mathcal{N}(0,1)$), but an uncorrected Bellman update
$Z_t = R + \gamma Z'_t$ starts from $R + \gamma X_0 \neq X_0$.&lt;/li>
&lt;li>&lt;strong>High-variance bootstrapping.&lt;/strong> When current and successor noises are sampled
independently, intermediate trajectories are not pathwise aligned; Bellman consistency
can only be enforced at the endpoint, yielding unstable per-sample targets.&lt;/li>
&lt;/ul>
&lt;p>PCBF resolves both issues through &lt;strong>source-consistent Bellman path correction&lt;/strong> and
&lt;strong>shared-noise path coupling&lt;/strong>, cleanly separating geometric flow requirements from
Bellman bootstrapping variance.&lt;/p>
&lt;hr>
&lt;h2 id="method">Method: Path-Coupled Bellman Flows&lt;/h2>
&lt;h3 id="shared-noise-paths">Shared-noise Bellman paths&lt;/h3>
&lt;p>Given shared base noise $X_0 \sim \mathcal{N}(0,1)$ and a successor return sample
$X' = \psi_{\theta^-}^{1}(X_0 \mid s', a')$ from the target flow map, PCBF defines
time-synchronized linear interpolation paths:&lt;/p>
$$
Z^{s'}_t = (1-t)X_0 + t X'
\qquad\text{(successor path)},
$$
$$
Z^{s}_t = (1-t)X_0 + t\bigl(R + \gamma X'\bigr)
\qquad\text{(current path)}.
$$
&lt;p>An equivalent form that reveals the Bellman geometry is:&lt;/p>
$$
Z^s_t = t R + \gamma Z^{s'}_t + (1-t)(1-\gamma)X_0.
$$
&lt;p>The residual anchor $(1-t)(1-\gamma)X_0$ guarantees exact alignment at $t{=}0$ regardless
of $\gamma$, while $Z^s_1 = R + \gamma X'$ satisfies the distributional Bellman boundary
at $t{=}1$. Differentiating yields the unbiased BCFM target
$\dot Z^s_t = R + \gamma X' - X_0$.&lt;/p>
&lt;h3 id="lambda-target">Lambda-parameterized control variates&lt;/h3>
&lt;p>To reduce variance from the noisy successor sample $X'$, PCBF forms the training target
$u_t^\lambda$ from two pieces:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Sample Bellman velocity (baseline):&lt;/strong> $Y = R + \gamma X' - X_0$. This is unbiased but
can have high variance because it depends directly on the bootstrapped successor return
$X'$.&lt;/li>
&lt;li>&lt;strong>Control-variate correction:&lt;/strong> $\lambda \cdot \bigl( v_{\theta^-}(t, Z^{s'}_t \mid s', a') - (X' - X_0) \bigr)$,
where $v_{\theta^-}$ is the lagged target velocity field along the successor path
$Z^{s'}_t$.&lt;/li>
&lt;/ul>
&lt;p>Putting them together,&lt;/p>
&lt;p>$u_t^\lambda = Y + \lambda \bigl( v_{\theta^-}(t, Z^{s'}_t \mid s', a') - (X' - X_0) \bigr)$.&lt;/p>
&lt;p>Setting $\lambda = 0$ recovers the unbiased sample Bellman target. Values $\lambda > 0$
introduce a variance-reducing correction using successor-flow velocity predictions. With
shared-noise coupling, the induced bias stays small: in a linear–Gaussian model, shared
noise ($\rho = 1$) gives bias on the order of $(1-\gamma)(1-t)$, which vanishes when
$\gamma \approx 1$ and at the flow endpoints $t \in \{0, 1\}$.&lt;/p>
&lt;h3 id="policy-extraction">Policy extraction for offline RL&lt;/h3>
&lt;p>At deployment, a behavior-cloned proposal policy samples $K{=}16$ candidate actions; each
is scored by the mean terminal return under the learned flow
$\hat Q_\theta(s,a) = \frac{1}{M}\sum_m \psi_\theta^{1}(X_{0,m}\mid s,a)$, and the
highest-scoring action is executed.&lt;/p>
&lt;hr>
&lt;h2 id="toy-environments">Toy Environments: Distributional Fidelity&lt;/h2>
&lt;p>We validate PCBF on three analytically tractable environments with known return laws:
&lt;strong>Solitaire Dice&lt;/strong> (heavy-tailed discrete returns), &lt;strong>Bernoulli MRP&lt;/strong> (uniform return on
$[0,2]$), and &lt;strong>Discrete Monte Carlo Chain&lt;/strong> (multimodal finite-horizon returns).&lt;/p>
&lt;figure id="figure-figure-2-learned-pcbf-maps-on-toy-environments-solitaire-top-left-bernoulli-top-right-discrete-mc-bottom-pcbf-recovers-heavy-tailed-uniform-and-multimodal-return-structures-and-closely-matches-ground-truth-histograms">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Learned PCBF maps on Solitaire, Bernoulli, and Discrete MC toy environments" srcset="
/xu-path-coupled-icml-2026/figures/physics_combined_hufca0a029fbcaa665ca59a9f8c7acda01_1272620_097b50046d8c7f8176e55e305adb21b2.webp 400w,
/xu-path-coupled-icml-2026/figures/physics_combined_hufca0a029fbcaa665ca59a9f8c7acda01_1272620_853ad70ad0e59d0c8b0d1a8e726e0b9c.webp 760w,
/xu-path-coupled-icml-2026/figures/physics_combined_hufca0a029fbcaa665ca59a9f8c7acda01_1272620_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/physics_combined_hufca0a029fbcaa665ca59a9f8c7acda01_1272620_097b50046d8c7f8176e55e305adb21b2.webp"
loading="lazy"
style="width: 90%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 2: &lt;/span>&lt;strong>Learned PCBF maps on toy environments.&lt;/strong> Solitaire (top left), Bernoulli (top right), Discrete MC (bottom). PCBF recovers heavy-tailed, uniform, and multimodal return structures and closely matches ground-truth histograms.
&lt;/figcaption>&lt;/figure>
&lt;figure id="figure-figure-3-distributional-accuracy-on-toy-environments-learned-return-cdfs-for-pcbf-and-value-flows-dcfm-in-0-05-1-versus-ground-truth-references-pcbf-consistently-tracks-the-reference-cdfs-value-flows-degrades-as-dcfm-increases-systematically-underestimating-return-variance">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="CDF comparison of PCBF vs Value Flows on toy environments" srcset="
/xu-path-coupled-icml-2026/figures/toy22_hu0dcfbadcbff05a3ab4013d9c2dd219a9_131428_123c4ba7a42f2001c8d2f13204355c1a.webp 400w,
/xu-path-coupled-icml-2026/figures/toy22_hu0dcfbadcbff05a3ab4013d9c2dd219a9_131428_ecb6f40bb862be0f6c885ae09ee3e7d0.webp 760w,
/xu-path-coupled-icml-2026/figures/toy22_hu0dcfbadcbff05a3ab4013d9c2dd219a9_131428_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/toy22_hu0dcfbadcbff05a3ab4013d9c2dd219a9_131428_123c4ba7a42f2001c8d2f13204355c1a.webp"
loading="lazy"
style="width: 90%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 3: &lt;/span>&lt;strong>Distributional accuracy on toy environments.&lt;/strong> Learned return CDFs for PCBF and Value Flows (dcfm $in {0, 0.5, 1}$) versus ground-truth references. PCBF consistently tracks the reference CDFs; Value Flows degrades as dcfm increases, systematically underestimating return variance.
&lt;/figcaption>&lt;/figure>
&lt;figure id="figure-figure-4-hyperparameter-sensitivity-pcbf-vs-value-flows-on-solitaire-and-discrete-mc-increasing-value-flows-dcfm-coefficient-degrades-wasserstein-error-while-pcbfs-lambda-target-remains-robust-across-a-wide-range-of-values">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Hyperparameter sensitivity of PCBF vs Value Flows on Solitaire and Discrete MC" srcset="
/xu-path-coupled-icml-2026/figures/two_ablation_hu1b966fd1ebe0e14665f7c6108986d77b_137262_5a027b03153b94dd54b96d6a35e57e56.webp 400w,
/xu-path-coupled-icml-2026/figures/two_ablation_hu1b966fd1ebe0e14665f7c6108986d77b_137262_efe33ea10aa36415e9e4a98d88243e49.webp 760w,
/xu-path-coupled-icml-2026/figures/two_ablation_hu1b966fd1ebe0e14665f7c6108986d77b_137262_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/two_ablation_hu1b966fd1ebe0e14665f7c6108986d77b_137262_5a027b03153b94dd54b96d6a35e57e56.webp"
loading="lazy"
style="width: 90%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 4: &lt;/span>&lt;strong>Hyperparameter sensitivity (PCBF vs. Value Flows).&lt;/strong> On Solitaire and Discrete MC, increasing Value Flows&amp;rsquo; dcfm coefficient degrades Wasserstein error, while PCBF&amp;rsquo;s $lambda$-target remains robust across a wide range of values.
&lt;/figcaption>&lt;/figure>
&lt;figure id="figure-figure-5-variance-reduction-via-lambda-parameterized-control-variates-larger-lambda-yields-smoother-bellman-velocity-regression-loss-trajectories-lower-within-run-standard-deviation-validating-the-control-variate-mechanism">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Variance reduction via lambda control variates during training" srcset="
/xu-path-coupled-icml-2026/figures/variance_reduction_hu1a747344d4fac88e0ddace86b41e5b7e_127284_55fa780575e8f5c6d50cd9fd502fc76f.webp 400w,
/xu-path-coupled-icml-2026/figures/variance_reduction_hu1a747344d4fac88e0ddace86b41e5b7e_127284_08d444d5a1287cc5044dd0a02c28aede.webp 760w,
/xu-path-coupled-icml-2026/figures/variance_reduction_hu1a747344d4fac88e0ddace86b41e5b7e_127284_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/variance_reduction_hu1a747344d4fac88e0ddace86b41e5b7e_127284_55fa780575e8f5c6d50cd9fd502fc76f.webp"
loading="lazy"
style="width: 80%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 5: &lt;/span>&lt;strong>Variance reduction via $lambda$-parameterized control variates.&lt;/strong> Larger $lambda$ yields smoother Bellman velocity regression loss trajectories (lower within-run standard deviation), validating the control-variate mechanism.
&lt;/figcaption>&lt;/figure>
&lt;hr>
&lt;h2 id="path-consistency">Pathwise Bellman Residual and Discretization&lt;/h2>
&lt;p>PCBF enforces the Bellman endpoint at $t{=}1$ by construction, but training uses a
finite-step Euler solver (10 NFE). Shared-noise coupling yields smaller &lt;strong>corrected
Bellman residuals&lt;/strong> $r_{\mathrm{corr}}(t,N)$ than independent-noise ablations across
solver budgets $N \in \{4,8,16,32\}$:&lt;/p>
&lt;figure id="figure-figure-6-corrected-bellman-residual-r_mathrmcorrtn-on-solitaire-dice-shared-noise-pcbf-blue-maintains-lower-residuals-than-independent-noise-coupling-orange-across-flow-times-and-euler-budgets">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="Corrected Bellman residual on Solitaire Dice for shared vs independent noise coupling" srcset="
/xu-path-coupled-icml-2026/figures/nfe_hua7d3c173ccc1cb1fc20db9d794571924_101634_5a9ef4c9f72e14fa5f15897607e3b55d.webp 400w,
/xu-path-coupled-icml-2026/figures/nfe_hua7d3c173ccc1cb1fc20db9d794571924_101634_6e9df35176ecf054e979ec0790f83267.webp 760w,
/xu-path-coupled-icml-2026/figures/nfe_hua7d3c173ccc1cb1fc20db9d794571924_101634_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/nfe_hua7d3c173ccc1cb1fc20db9d794571924_101634_5a9ef4c9f72e14fa5f15897607e3b55d.webp"
loading="lazy"
style="width: 80%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 6: &lt;/span>&lt;strong>Corrected Bellman residual&lt;/strong> $r_{mathrm{corr}}(t,N)$ on Solitaire Dice. Shared-noise PCBF (blue) maintains lower residuals than independent-noise coupling (orange) across flow times and Euler budgets.
&lt;/figcaption>&lt;/figure>
&lt;hr>
&lt;h2 id="offline-rl-benchmarks">Offline RL Benchmarks&lt;/h2>
&lt;p>We evaluate PCBF on &lt;strong>38 offline RL tasks&lt;/strong>: 30 OGBench single-task variants (four
state-based manipulation domains and two pixel-based domains) plus eight D4RL Adroit tasks.
Baselines include distributional methods (IQN, CODAC, Value Flows), flow-based scalar
critics (FloQ, FQL), and IQL.&lt;/p>
&lt;figure id="figure-figure-7-ogbench-tasks-state-based-cube-scene-and-puzzle-manipulation-environments-and-pixel-based-visual-variants-used-in-our-evaluation">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" style="width: 100%; ">&lt;img alt="OGBench task illustrations" srcset="
/xu-path-coupled-icml-2026/figures/ogbench_hub9bc7e2659a4678c92a9f8dd67bd8f62_503234_e186c92b9267115b0189a2b2e0111064.webp 400w,
/xu-path-coupled-icml-2026/figures/ogbench_hub9bc7e2659a4678c92a9f8dd67bd8f62_503234_502ececf3d83746f0ce32528258521fa.webp 760w,
/xu-path-coupled-icml-2026/figures/ogbench_hub9bc7e2659a4678c92a9f8dd67bd8f62_503234_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://hyan46.github.io/xu-path-coupled-icml-2026/figures/ogbench_hub9bc7e2659a4678c92a9f8dd67bd8f62_503234_e186c92b9267115b0189a2b2e0111064.webp"
loading="lazy"
style="width: 70%; height: auto; display: block;" />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;span class="figure-number">Figure 7: &lt;/span>&lt;strong>OGBench tasks.&lt;/strong> State-based cube, scene, and puzzle manipulation environments and pixel-based visual variants used in our evaluation.
&lt;/figcaption>&lt;/figure>
&lt;h3 id="quantitative">Aggregated results&lt;/h3>
&lt;style>
.pcbf-results-wrap { overflow-x: auto; margin: 1.25rem 0; }
table.pcbf-results {
width: 100%;
border-collapse: collapse;
font-size: 0.92rem;
font-family: 'Noto Sans', sans-serif;
background: #fff;
}
table.pcbf-results th, table.pcbf-results td {
padding: 8px 10px;
text-align: center;
border-bottom: 1px solid #e6e6e6;
}
table.pcbf-results thead tr.group th {
background: #f5f7fa;
font-weight: 700;
border-bottom: 1px solid #d6d9df;
}
table.pcbf-results td.domain, table.pcbf-results th.domain {
text-align: left;
font-weight: 500;
white-space: nowrap;
}
table.pcbf-results tr.proposed {
background: #eaf3ff;
font-weight: 700;
}
table.pcbf-results tr.proposed td { border-bottom: 1px solid #c9def5; }
table.pcbf-results td.best { color: #0a66c2; font-weight: 700; }
table.pcbf-results caption {
caption-side: top;
text-align: left;
padding: 0.25rem 0 0.75rem 0;
font-size: 0.95rem;
color: #444;
}
&lt;/style>
&lt;div class="pcbf-results-wrap">
&lt;table class="pcbf-results">
&lt;caption>&lt;strong>Table 1.&lt;/strong> Offline RL results on OGBench and D4RL Adroit.
Success rates (%) for OGBench domains (5 tasks each) and normalized scores for D4RL.
Results averaged over 8 seeds (4 for pixel tasks). Bold values are within 95% of the
best method on each domain; &lt;em>PCBF (Ours)&lt;/em> is highlighted.&lt;/caption>
&lt;thead>
&lt;tr class="group">
&lt;th class="domain">Domain&lt;/th>
&lt;th>IQN&lt;/th>
&lt;th>CODAC&lt;/th>
&lt;th>FloQ&lt;/th>
&lt;th>FQL&lt;/th>
&lt;th>IQL&lt;/th>
&lt;th>Value Flows&lt;/th>
&lt;th>PCBF (Ours)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td class="domain">cube-double-play (5 tasks)&lt;/td>
&lt;td>42 ± 8&lt;/td>&lt;td>61 ± 6&lt;/td>&lt;td>47 ± 14&lt;/td>&lt;td>29 ± 6&lt;/td>&lt;td>7 ± 1&lt;/td>&lt;td>69 ± 4&lt;/td>
&lt;td class="best">71 ± 5&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="domain">scene-play (5 tasks)&lt;/td>
&lt;td>40 ± 1&lt;/td>&lt;td>55 ± 1&lt;/td>&lt;td class="best">58 ± 4&lt;/td>&lt;td>56 ± 2&lt;/td>&lt;td>28 ± 3&lt;/td>&lt;td class="best">59 ± 4&lt;/td>
&lt;td>54 ± 4&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="domain">puzzle-4×4-play (5 tasks)&lt;/td>
&lt;td>27 ± 4&lt;/td>&lt;td>20 ± 18&lt;/td>&lt;td>28 ± 6&lt;/td>&lt;td>17 ± 5&lt;/td>&lt;td>7 ± 2&lt;/td>&lt;td>27 ± 4&lt;/td>
&lt;td class="best">30 ± 4&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="domain">cube-triple-play (5 tasks)&lt;/td>
&lt;td>6 ± 0&lt;/td>&lt;td>2 ± 1&lt;/td>&lt;td>8 ± 3&lt;/td>&lt;td>4 ± 2&lt;/td>&lt;td>1 ± 1&lt;/td>&lt;td class="best">14 ± 3&lt;/td>
&lt;td>4 ± 1&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="domain">D4RL adroit (8 tasks)&lt;/td>
&lt;td>66 ± 5&lt;/td>&lt;td>69 ± 0&lt;/td>&lt;td>70 ± 5&lt;/td>&lt;td class="best">71 ± 4&lt;/td>&lt;td>70&lt;/td>&lt;td>65 ± 2&lt;/td>
&lt;td class="best">69 ± 2&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="domain">visual-antmaze-teleport (5 tasks)&lt;/td>
&lt;td>4 ± 2&lt;/td>&lt;td>—&lt;/td>&lt;td>—&lt;/td>&lt;td>5 ± 2&lt;/td>&lt;td>6 ± 4&lt;/td>&lt;td>13 ± 4&lt;/td>
&lt;td class="best">14 ± 4&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="domain">visual-cube-double-play (5 tasks)&lt;/td>
&lt;td>1 ± 0&lt;/td>&lt;td>—&lt;/td>&lt;td>—&lt;/td>&lt;td>6 ± 1&lt;/td>&lt;td>11 ± 6&lt;/td> &lt;td class="best">13 ± 2&lt;/td>
&lt;td>3 ± 0&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>Takeaways.&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Selective but strong gains.&lt;/strong> PCBF achieves best or near-best aggregate performance on
&lt;strong>cube-double-play&lt;/strong>, &lt;strong>puzzle-4×4-play&lt;/strong>, &lt;strong>D4RL Adroit&lt;/strong>, and
&lt;strong>visual-antmaze-teleport&lt;/strong>, where critic-side return-law fidelity and variance-controlled
bootstrapping affect action ranking.&lt;/li>
&lt;li>&lt;strong>Best distributional fidelity on toys.&lt;/strong> On analytically tractable MRPs, PCBF closely
tracks ground-truth CDFs and remains robust to $\lambda$, while Value Flows degrades as
the DCFM consistency weight increases.&lt;/li>
&lt;li>&lt;strong>Honest limitations.&lt;/strong> On &lt;strong>cube-triple-play&lt;/strong> and &lt;strong>visual-cube-double-play&lt;/strong>, PCBF
underperforms Value Flows — long-horizon sparse-reward and pixel-based settings remain
challenging when policy extraction, visual encoders, or $\lambda$ selection become
bottlenecks.&lt;/li>
&lt;li>&lt;strong>Similar cost to Value Flows.&lt;/strong> PCBF uses ~60 GB GPU memory and ~2.5× wall-clock versus
scalar critics on OGBench (single A100, $10^6$ steps); training requires 10-step Euler
integration of the velocity field.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="key-ideas">Key Contributions&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Source-consistent Bellman-interpolated paths&lt;/strong> that resolve the $t{=}0$ boundary mismatch
of uncorrected pointwise Bellman paths while preserving the Bellman endpoint at $t{=}1$.&lt;/li>
&lt;li>&lt;strong>Shared-noise path coupling&lt;/strong> that aligns current and successor return flows pathwise,
inducing a geometric Bellman relation between velocity fields.&lt;/li>
&lt;li>&lt;strong>$\lambda$-parameterized control-variate target&lt;/strong> with a distribution-free $L_2$ bias
bound and a linear–Gaussian closed form explaining why shared-noise coupling shrinks
intrinsic bias.&lt;/li>
&lt;li>&lt;strong>Population velocity identification&lt;/strong>, shared-noise Bellman contraction, and Euler
integration sensitivity analysis supporting stable flow-based distributional critics.&lt;/li>
&lt;li>&lt;strong>Comprehensive evaluation&lt;/strong> on Solitaire Dice, Bernoulli, and Discrete MC toy MRPs plus
38 OGBench and D4RL offline RL tasks.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="quickstart">Quick Start&lt;/h2>
&lt;p>The reference implementation is available on GitHub:
&lt;a href="https://github.com/BoyangASU/path-coupled-bellman-flows" target="_blank" rel="noopener">&lt;strong>BoyangASU/path-coupled-bellman-flows&lt;/strong>&lt;/a>.&lt;/p>
&lt;p>PCBF is implemented in JAX, adapted from the FQL codebase. Key hyperparameters: 10 Euler
integration steps, batch size 256, learning rate $3\times10^{-4}$, and domain-tuned
$\lambda$ (see paper Tables for per-domain values). State-based tasks train for 1M
gradient steps; pixel-based tasks for 500K steps.&lt;/p>
&lt;hr>
&lt;h2 id="resources">Resources&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Paper (arXiv):&lt;/strong> &lt;a href="https://arxiv.org/abs/2605.08253" target="_blank" rel="noopener">arXiv:2605.08253&lt;/a>&lt;/li>
&lt;li>&lt;strong>Code:&lt;/strong> &lt;a href="https://github.com/BoyangASU/path-coupled-bellman-flows" target="_blank" rel="noopener">github.com/BoyangASU/path-coupled-bellman-flows&lt;/a>&lt;/li>
&lt;li>&lt;strong>Venue:&lt;/strong> ICML 2026 (regular track)&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="bibtex">BibTeX&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bibtex" data-lang="bibtex">&lt;span class="line">&lt;span class="cl">&lt;span class="nc">@inproceedings&lt;/span>&lt;span class="p">{&lt;/span>&lt;span class="nl">xu2026pathcoupled&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">title&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Path-Coupled Bellman Flows for Distributional Reinforcement Learning}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">author&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Xu, Boyang and Zou, Qing and Yang, Siqin and Yan, Hao}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">booktitle&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Proceedings of the International Conference on Machine Learning (ICML)}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">year&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{2026}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">note&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{Regular track}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">eprint&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{2605.08253}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">archivePrefix&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{arXiv}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">primaryClass&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{cs.LG}&lt;/span>&lt;span class="p">,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="na">url&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="s">{https://arxiv.org/abs/2605.08253}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Publication Home</title><link>https://hyan46.github.io/publication/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/</guid><description>&lt;p>Below is the full list of publications with Hao Yan as author or co-author, grouped by year (synced from &lt;a href="~/ASU%20Dropbox/Hao%20Yan/CVs/HaoYan.bib">HaoYan.bib&lt;/a>). For grants, awards, and service, see the curriculum vitae PDF alongside &lt;a href="http://www.public.asu.edu/~hyan46/" target="_blank" rel="noopener">my faculty page&lt;/a>.&lt;/p></description></item><item><title>LEAP-HI, Sustainable Hydrogen Transport Pipeline Network with Learning-enabled Autonomous Risk Assessment Systems (LARAS)</title><link>https://hyan46.github.io/project/leap-hi-laras/</link><pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/leap-hi-laras/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>Co-PI on LEAP-HI (09/2025&amp;ndash;08/2029): sustainable hydrogen transport pipelines with learning-enabled autonomous risk assessment (LARAS). Total award \$2M (my effort 20%). Team: Wenlong Zhang, Yiming Deng, Yongming Liu, Hanna Breetz.&lt;/p></description></item><item><title>Projects Home</title><link>https://hyan46.github.io/project/</link><pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/</guid><description/></item><item><title>A Single Image Is All You Need— Zero-Shot Anomaly Localization Without Training Data</title><link>https://hyan46.github.io/publication/moradi-single-image-zeroshot-arxiv-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/moradi-single-image-zeroshot-arxiv-2025/</guid><description/></item><item><title>Bayesian Optimization for Reactor Design Optimization</title><link>https://hyan46.github.io/publication/chen-bayesian-reactor-ans-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/chen-bayesian-reactor-ans-2025/</guid><description/></item><item><title>Diffusion-Based Surrogate Modeling and Multi-Fidelity Calibration</title><link>https://hyan46.github.io/publication/shi-diffusion-surrogate-tase-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/shi-diffusion-surrogate-tase-2025/</guid><description/></item><item><title>Hierarchical Multilabel Classification for Fine-Level Event Extraction from Aviation Accident Reports</title><link>https://hyan46.github.io/publication/zhao-hierarchical-ijds-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-hierarchical-ijds-2025/</guid><description/></item><item><title>Low-Rank Robust Subspace Tensor Clustering for Metro Passenger Flow Modeling</title><link>https://hyan46.github.io/publication/sergin-low-rank-tensor-ijds-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/sergin-low-rank-tensor-ijds-2025/</guid><description/></item><item><title>MOOSE ProbML: Parallelized probabilistic machine learning and uncertainty quantification for computational energy applications</title><link>https://hyan46.github.io/publication/dhulipala-moose-jocs-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/dhulipala-moose-jocs-2025/</guid><description/></item><item><title>Multi-modal Generative Modeling of Event Sequences and Time Series for Solar PV Systems</title><link>https://hyan46.github.io/publication/huang-multimodal-case-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/huang-multimodal-case-2025/</guid><description/></item><item><title>Oral-anatomical knowledge-informed semi-supervised learning for 3D dental CBCT segmentation and lesion detection</title><link>https://hyan46.github.io/publication/lee-oral-anatomical-cbct-tase-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/lee-oral-anatomical-cbct-tase-2025/</guid><description/></item><item><title>Partially observable Markov decision process framework for operating condition optimization using real-time degradation signals</title><link>https://hyan46.github.io/publication/xu-pomdp-degradation-jqt-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/xu-pomdp-degradation-jqt-2025/</guid><description/></item><item><title>Personalized tucker decomposition: Modeling commonality and peculiarity on tensor data</title><link>https://hyan46.github.io/publication/hu-personalized-tucker-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/hu-personalized-tucker-2025/</guid><description/></item><item><title>Probabilistic Kolmogorov-Arnold Networks via sparsified deep Gaussian processes with additive kernels</title><link>https://hyan46.github.io/publication/zou-probabilistic-kan-case-2025/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zou-probabilistic-kan-case-2025/</guid><description/></item><item><title>Image-based novel fault detection with deep learning classifiers using hierarchical labels</title><link>https://hyan46.github.io/publication/sergin-image-iise-2024/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/sergin-image-iise-2024/</guid><description/></item><item><title>Leveraging pretrained transformers for efficient segmentation and lesion detection in cone-beam computed tomography scans</title><link>https://hyan46.github.io/publication/chen-leveraging-transformers-cbct-joen-2024/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/chen-leveraging-transformers-cbct-joen-2024/</guid><description/></item><item><title>Power generation forecasting for solar plants based on Dynamic Bayesian networks by fusing multi-source information</title><link>https://hyan46.github.io/publication/zhang-power-rser-2024/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhang-power-rser-2024/</guid><description/></item><item><title>Sparse decomposition methods for spatio-temporal anomaly detection</title><link>https://hyan46.github.io/publication/yan-sparse-decomposition-springer-chapter-2024/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-sparse-decomposition-springer-chapter-2024/</guid><description/></item><item><title>Thompson sampling-based partially observable online change detection for exponential families</title><link>https://hyan46.github.io/publication/guo-thompson-ijds-2024/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/guo-thompson-ijds-2024/</guid><description/></item><item><title>Uncertainty-based active learning by bayesian U-Net for multi-label cone-beam CT segmentation</title><link>https://hyan46.github.io/publication/huang-uncertainty-bayesian-unet-joen-2024/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/huang-uncertainty-bayesian-unet-joen-2024/</guid><description/></item><item><title>DOE / Nuclear, Bayesian Optimization for Automatic Reactor Design Optimization</title><link>https://hyan46.github.io/project/bayesian-opt-reactor-design/</link><pubDate>Sun, 01 Oct 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/bayesian-opt-reactor-design/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>PI (10/2023&amp;ndash;09/2026): Bayesian optimization for automatic reactor design optimization. Total \$1M (my effort 40%). Team: Andi Wang.&lt;/p></description></item><item><title>NSF, Multi-Agent Adaptive Data Collection for Automated Post-Disaster Rapid Damage Assessment</title><link>https://hyan46.github.io/project/nsf-post-disaster-damage/</link><pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/nsf-post-disaster-damage/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>PI on collaborative NSF award (09/2023&amp;ndash;08/2026): multi-agent adaptive data collection for automated post-disaster rapid damage assessment. Total \$550K (my effort 30%). Team: Mostafa Reisi, Mohammad Illbeigi.&lt;/p></description></item><item><title>A Bayesian partially observable online change detection approach with Thompson sampling</title><link>https://hyan46.github.io/publication/guo-bayesian-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/guo-bayesian-2023/</guid><description/></item><item><title>Adaptive resources allocation CUSUM for binomial count data monitoring with application to COVID-19 hotspot detection</title><link>https://hyan46.github.io/publication/hu-adaptive-2022/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/hu-adaptive-2022/</guid><description/></item><item><title>ANTLER: Bayesian nonlinear tensor learning and modeler for unstructured, varying-size point cloud data</title><link>https://hyan46.github.io/publication/biehler-antler-tase-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/biehler-antler-tase-2023/</guid><description/></item><item><title>Graph-aware Tensor Topic Models for Individualized Passenger Travel Pattern Clustering</title><link>https://hyan46.github.io/publication/li-graph-tensor-iise-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-graph-tensor-iise-2023/</guid><description/></item><item><title>Posterior Regularized Bayesian Neural Network incorporating soft and hard knowledge constraints</title><link>https://hyan46.github.io/publication/huang-posterior-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/huang-posterior-2023/</guid><description/></item><item><title>Tensor dirichlet process multinomial mixture model with graphs for passenger trajectory clustering</title><link>https://hyan46.github.io/publication/li-tensor-dpmm-sigspatial-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-tensor-dpmm-sigspatial-2023/</guid><description/></item><item><title>DOT, "Knowledge-guided Automation for Integrity Management of Aging Pipelines (KAI-MAP) for Hydrogen Transport"</title><link>https://hyan46.github.io/project/dot-caap-2024/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/dot-caap-2024/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>Co-PI on DOT KAI-MAP (09/2022&amp;ndash;08/2025): knowledge-guided automation for integrity management of aging hydrogen pipelines for hydrogen transport. Total \$844,726 (my effort 30%). Team: Yongming Liu, Yiming Deng.&lt;/p></description></item><item><title>NIH R21, "Novel threat detection methodology to detect HIV outbreaks in Washington”</title><link>https://hyan46.github.io/project/nih-darts/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/nih-darts/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>NIH R21 (09/2022&amp;ndash;08/2024): statistical and machine learning methods for rapid detection of HIV transmission clusters and outbreaks using surveillance network data (team: Sarah Holte, Roxanne P. Kerani, Yajun Mei; Co-I).&lt;/p></description></item><item><title>NIH STTR Phase I, AIDen: An AI-empowered detection and diagnosis system for jaw lesions using CBCT</title><link>https://hyan46.github.io/project/nih-aiden/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/nih-aiden/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>Dental CBCT is a 3D imaging modality widely adopted to help dentists detect and diagnose jaw lesions. Due to
minimum information loss (compared to conventional 2D radiography) and low radiation exposure (compared to
conventional CT), it has become the “go-to” radiographic technique in various dental fields. Gaps: Accompanying
the clear benefits of dental CBCT is an overwhelming amount of 3D data presented to clinicians. Clinician-based
CBCT interpretation suffers from low inter-/intra-observer agreement and low accuracy. AI/Deep Learning (DL)
holds great promise to automate CBCT image analysis and provide objective, accurate detection and diagnosis
capabilities to support clinical decision. However, limited research has been done due to unique and significant
challenges: (1) Dental CBCT provides 3D images composed of a complicated mix of different oral
structures/contents, preventing the direct use of existing general-purse DL algorithms for image segmentation
and calling for new DL designs. (2) AI/DL is known to be data-hungry. It is very difficult to obtain a large number
of accurately-annotated CBCT images to train DL due to complex oral anatomy and inevitable human errors,
which calls for efficient strategies to reduce annotation effort for DL training. (3) Due to these challenges, the
current software systems used to assist clinicians in dental CBCT interpretation do not provide advanced AI-
based lesion detection and diagnosis capabilities, which makes this STTR project timely and important. We
recently developed a DL algorithm that integrates unique oral anatomy into the DL design, namely
“Anatomically-Constrained dense UNet (AC-UNet)”. In addition to improving accuracy, AC-UNet is also
annotation-efficient as it is not only trained using CBCT images but also constrained by anatomical domain
knowledge through novel mathematical encoding and posterior regularization-based optimization. Applied to a
preliminary dataset of CBCTs with periapical lesions indicative of Apical Periodontitis (AP), AC-UNet achieved
high accuracy in segmentation and lesion detection on CBCT images and outperformed state-of-the-art DL
algorithms. Our long-term goal is to develop the first-ever AI-based software system called “AIDen” to perform
automatic segmentation, lesion detection, and differential diagnosis based on dental CBCT for a variety of jaw
lesions/diseases with high accuracy, reliability, and reproducibility. AIDen will assist clinicians in providing
optimal treatment decision for each patient. Our Phase-I goal is to develop and test the feasibility of AIDen for
lesion detection and differential diagnosis focusing on AP, a highly-prevalent jaw lesion/disease. Three aims
are: (1) Optimize design: to develop an extension of AC-UNet to integrate a broader range of different types of
oral-anatomical knowledge into the DL design; (2) Optimize training: to develop an Active Learning strategy to
further improve annotation efficiency of AC-UNet training; (3) Clinical validation and preliminary assessment of
diagnosis capability for clinical decision support. All aims will lay groundwork for Phase-II when an end-to-end
AIDen system will be built and validated using multi-site datasets and address a variety of jaw lesions/diseases.The public health relevance of this project is to provide an Artificial Intelligence (AI)-based clinical decision
support system, AIDen, to facilitate dental CBCT-based automatic segmentation, lesion detection, and
differential diagnosis for a variety of jaw lesions/diseases with high accuracy, reliability, and reproducibility.
AIDen will assist clinicians to provide optimal treatment decision for each individual patient. Our technology can
be used by clinicians from a variety of dental fields such as endodontics, oral surgery, and oral medicine, and in
a variety of settings including private practices, hospitals/clinics, medical/dental schools, and research institutes.&lt;/p></description></item><item><title>A tensor voting-based surface anomaly classification approach by using 3D point cloud data</title><link>https://hyan46.github.io/publication/du-tensor-voting-jmse-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/du-tensor-voting-jmse-2022/</guid><description/></item><item><title>Adaptive partially observed sequential change detection and isolation</title><link>https://hyan46.github.io/publication/zhao-adaptive-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-adaptive-2022/</guid><description/></item><item><title>Attention-based Representation Learning for Time Series with Principal and Residual Space Monitoring</title><link>https://hyan46.github.io/publication/wang-attentionbased-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/wang-attentionbased-2022/</guid><description/></item><item><title>Bayesian spatio-temporal graph transformer network (b-star) for multi-aircraft trajectory prediction</title><link>https://hyan46.github.io/publication/pang-bayesian-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/pang-bayesian-2022/</guid><description/></item><item><title>Convolutional neural network-assisted adaptive sampling for sparse feature detection in image and video data</title><link>https://hyan46.github.io/publication/lahoti-cnn-adaptive-sampling-is-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/lahoti-cnn-adaptive-sampling-is-2022/</guid><description/></item><item><title>Deep spatio-temporal sparse decomposition for trend prediction and anomaly detection in cardiac electrical conduction</title><link>https://hyan46.github.io/publication/zhao-deep-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-deep-2022/</guid><description/></item><item><title>Event Extraction for aviation accident reports through attention-based multi-label classification</title><link>https://hyan46.github.io/publication/zhao-event-extraction-aiaa-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-event-extraction-aiaa-2022/</guid><description/></item><item><title>Individualized passenger travel pattern multi-clustering based on graph regularized tensor latent Dirichlet allocation</title><link>https://hyan46.github.io/publication/li-individualized-dmkd-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-individualized-dmkd-2022/</guid><description/></item><item><title>Multi-task learning with latent variation decomposition for multivariate responses in a manufacturing network</title><link>https://hyan46.github.io/publication/li-multi-task-latent-tase-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-multi-task-latent-tase-2022/</guid><description/></item><item><title>Profile decomposition based hybrid transfer learning for cold-start data anomaly detection</title><link>https://hyan46.github.io/publication/li-profile-2022/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-profile-2022/</guid><description/></item><item><title>Rapid detection of hot-spots via tensor decomposition with applications to crime rate data</title><link>https://hyan46.github.io/publication/zhao-rapid-2021/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-rapid-2021/</guid><description/></item><item><title>Artificial Intelligence for the Computer-Aided Detection of Periapical Lesions in Cone-Beam Computed Tomographic Images</title><link>https://hyan46.github.io/publication/setzer-artificial-2020/</link><pubDate>Tue, 12 Oct 2021 05:30:10 +0000</pubDate><guid>https://hyan46.github.io/publication/setzer-artificial-2020/</guid><description/></item><item><title>Combining Anatomical Constraints and Deep Learning for 3-D CBCT Dental Image Multi-Label Segmentation</title><link>https://hyan46.github.io/publication/huang-combining-2021/</link><pubDate>Mon, 19 Apr 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/huang-combining-2021/</guid><description/></item><item><title>Adaptive Change Point Monitoring for High-Dimensional Data</title><link>https://hyan46.github.io/publication/wu-adaptive-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/wu-adaptive-2021/</guid><description/></item><item><title>Data-driven trajectory prediction with weather uncertainties: A Bayesian deep learning approach</title><link>https://hyan46.github.io/publication/pang-data-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/pang-data-2021/</guid><description/></item><item><title>Deep Multistage Multi-Task Learning for Quality Prediction and Diagnostics of Multistage Manufacturing Systems</title><link>https://hyan46.github.io/publication/haoyan-deep-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/haoyan-deep-2021/</guid><description/></item><item><title>Edge Computing Accelerated Defect Classification Based on Deep Convolutional Neural Network With Application in Rolling Image Inspection</title><link>https://hyan46.github.io/publication/huang-edge-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/huang-edge-2021/</guid><description/></item><item><title>Hierarchical Tree-Based Sequential Event Prediction with Application in the Aviation Accident Report</title><link>https://hyan46.github.io/publication/zhao-hierarchical-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-hierarchical-2021/</guid><description/></item><item><title>Image Decomposition-Based Sparse Extreme Pixel-Level Feature Detection Model with Application to Medical Images</title><link>https://hyan46.github.io/publication/lahoti-image-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/lahoti-image-2021/</guid><description/></item><item><title>Real-Time Detection of Clustered Events in Video-Imaging Data with Applications to Additive Manufacturing</title><link>https://hyan46.github.io/publication/yan-realtime-2021/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-realtime-2021/</guid><description/></item><item><title>Toward a Better Monitoring Statistic for Profile Monitoring via Variational Autoencoders</title><link>https://hyan46.github.io/publication/sergin-2021-toward/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/sergin-2021-toward/</guid><description/></item><item><title>Tensor Completion for Weakly-Dependent Data on Graph for Metro Passenger Flow Prediction</title><link>https://hyan46.github.io/publication/li-tensor-2020/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-tensor-2020/</guid><description/></item><item><title>AKM2D: An Adaptive Framework for Online Sensing and Anomaly Quantification</title><link>https://hyan46.github.io/publication/yan-akm-2-d-2020/</link><pubDate>Tue, 01 Sep 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-akm-2-d-2020/</guid><description/></item><item><title>DOE SETO, Photovoltaic Plant Predictive Maintenance Optimization under Uncertainties Using Probabilistic Information Fusion</title><link>https://hyan46.github.io/project/ai-solar/</link><pubDate>Wed, 01 Jul 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/ai-solar/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>This project uses artificial intelligence and machine learning methods to develop algorithms that will optimize operation and maintenance of photovoltaic (PV) power plants by detecting and classifying anomalies, predicting failures, and scheduling maintenance activities. Predictive maintenance is important to maintain the long-term financial performance of solar PV plants and reduce downtime. Real-time monitoring data such as power output, temperature, and weather information can be used to identify the common fault class patterns using a hierarchical generative model and probabilistic information fusion framework in the sensor level and system level. This project will use the power plant operated at Arizona State University and Arizona Public Service as the case study to demonstrate the proposed technology for predictive maintenance.&lt;/p></description></item><item><title>Multi-Sensor Prognostics Modeling for Applications with Highly Incomplete Signals</title><link>https://hyan46.github.io/publication/fang-multi-sensor-2020/</link><pubDate>Wed, 01 Jul 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/fang-multi-sensor-2020/</guid><description/></item><item><title>NSF CMMI OE, Hybridizing Data and Model Driven Approaches for Proactive Production Control</title><link>https://hyan46.github.io/project/prognostics-control/</link><pubDate>Thu, 19 Mar 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/prognostics-control/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>This project will contribute to the national prosperity by investigating a framework for factory-level production control using real-time equipment-level sensing data. Rapid advances in sensor technology, computer-controlled processes, high-performance computing, and internet-of-things (IoT) have the potential to improve the productivity of U.S. manufacturing significantly. However, current production systems remain predominately retrospective and responsive to adverse events because real-time analysis has not been sufficiently integrated in proactive decision support. This award investigates an approach based on hybridizing data-driven statistical methods and with product flow models to address the key challenges in real-time sensing, performance prediction, and proactive control of production systems. The knowledge developed from this research will enhance the understanding of the fundamental principles governing manufacturing systems operations from both theoretical and practical perspectives. The research is integrated with an education plan to enhance education and outreach activities in the minority and underrepresented groups.&lt;/p>
&lt;p>This project supports fundamental research to advance the state-of-the-art in prognostics, data fusion, and real-time production controls at both process and system levels in production environments. The research will investigate a new data-driven approach that combines Bayesian generative models, tensor data analytics, and data-fusion for prognostics to determine a process-level health condition index based on heterogeneous sensing data at different sampling rates. Process-specific health condition information will be integrated with system-level stochastic models for production performance prediction by synthesizing the input from sensor measurements and the output of process-level prediction. Finally, a data-driven sequential decision-making problem will be formulated to derive adaptive control actions that optimize the performance at both system and process levels in real-time. The developed methodology will be tested and validated using data from a small-scale university lab and collaborating industry partners, as well as open data sets published by the National Institute of Standards and Technology.&lt;/p></description></item><item><title>Procter &amp; Gamble Company, Modeling Multi-Stage Manufacturing Processes and Related Problems</title><link>https://hyan46.github.io/project/ai-manufacturing/</link><pubDate>Thu, 19 Mar 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/ai-manufacturing/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>This project uses artificial intelligence and machine learning methods to develop algorithms for anomaly detection and quality prediciton in the manufacturing systems considering the heterogeneous data types in manufacturing systems (e.g., images, signals).&lt;/p></description></item><item><title>A multiport power conversion system for the more electric aircraft</title><link>https://hyan46.github.io/publication/gu-multiport-electrification-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/gu-multiport-electrification-2020/</guid><description/></item><item><title>Anatomically-Constrained Deep Learning for Automating Dental CBCT Segmentation and Lesion Detection</title><link>https://hyan46.github.io/publication/zheng-anatomicallyconstrained-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zheng-anatomicallyconstrained-2020/</guid><description/></item><item><title>Comments on— On Active Learning Methods for Manifold Data</title><link>https://hyan46.github.io/publication/reisigahrooei-comments-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/reisigahrooei-comments-2020/</guid><description/></item><item><title>Dynamic Multivariate Functional Data Modeling via Sparse Subspace Learning</title><link>https://hyan46.github.io/publication/zhang-dynamic-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhang-dynamic-2020/</guid><description/></item><item><title>Long-short term spatiotemporal tensor prediction for passenger flow profile</title><link>https://hyan46.github.io/publication/li-long-short-spatiotemporal-ral-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-long-short-spatiotemporal-ral-2020/</guid><description/></item><item><title>Multiple Tensor-on-Tensor Regression: An Approach for Modeling Processes With Heterogeneous Sources of Data</title><link>https://hyan46.github.io/publication/gahrooei-multiple-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/gahrooei-multiple-2020/</guid><description/></item><item><title>Partially observable online change detection via smooth-sparse decomposition</title><link>https://hyan46.github.io/publication/guo-partially-observable-arxiv-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/guo-partially-observable-arxiv-2020/</guid><description/></item><item><title>Performance Evaluation of Production Systems Using Real-Time Machine Degradation Signals</title><link>https://hyan46.github.io/publication/kang-performance-2020/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/kang-performance-2020/</guid><description/></item><item><title>Simultaneous material microstructure classification and discovery via hidden Markov modeling of acoustic emission signals</title><link>https://hyan46.github.io/publication/zhao-simultaneous-2021/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-simultaneous-2021/</guid><description/></item><item><title>Spatio-Temporal Anomaly Detection, Diagnostics, and Prediction of the Air-Traffic Trajectory Deviation Using the Convective Weather</title><link>https://hyan46.github.io/publication/zhao-spatiotemporal-2019/</link><pubDate>Sun, 01 Sep 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-spatiotemporal-2019/</guid><description/></item><item><title>Image-Based Process Monitoring via Adversarial Autoencoder with Applications to Rolling Defect Detection</title><link>https://hyan46.github.io/publication/yan-imagebased-2019/</link><pubDate>Thu, 01 Aug 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-imagebased-2019/</guid><description/></item><item><title>Physics-Based Deep Spatio-Temporal Metamodeling for Cardiac Electrical Conduction Simulation</title><link>https://hyan46.github.io/publication/yan-physicsbased-2019/</link><pubDate>Thu, 01 Aug 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-physicsbased-2019/</guid><description/></item><item><title>Structured Point Cloud Data Analysis Via Regularized Tensor Regression for Process Modeling and Optimization</title><link>https://hyan46.github.io/publication/yan-structured-2019/</link><pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-structured-2019/</guid><description>&lt;p>&amp;lt;/user_query&amp;gt;&lt;/p></description></item><item><title>NASA ULI, Information Fusion for Real-Time National Air Transportation System Prognostics under Uncertainty</title><link>https://hyan46.github.io/project/aviation-text/</link><pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/aviation-text/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>This is a NASA ULI project titled &amp;ldquo;Information Fusion for Real-Time National Air Transportation System Prognostics under Uncertainty&amp;rdquo; is funded by NASA. I serve as a Co-PI on the project to analyze the accident report data. &lt;a href="https://uli.arc.nasa.gov/projects/1/" target="_blank" rel="noopener">Here&lt;/a> is the website for this ULI project.&lt;/p></description></item><item><title>Rapid Detection of Hot-Spot by Tensor Decomposition with Application to Weekly Gonorrhea Data</title><link>https://hyan46.github.io/publication/zhao-rapid-2019/</link><pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-rapid-2019/</guid><description/></item><item><title>Semi-supervised constrained hidden Markov model using multiple sensors for remaining useful life prediction and optimal predictive maintenance— For remaining useful life prediction and optimal predictive maintenance</title><link>https://hyan46.github.io/publication/zhao-semi-supervised-hmm-phm-2019/</link><pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhao-semi-supervised-hmm-phm-2019/</guid><description/></item><item><title>NSF DMS ATD: Collaborative Research: Adaptive and Rapid Spatial- Temporal Threat Detection over Networks</title><link>https://hyan46.github.io/project/hotspot-detection/</link><pubDate>Tue, 07 Aug 2018 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/project/hotspot-detection/</guid><description>&lt;h2 id="overall-information">Overall Information&lt;/h2>
&lt;p>This project aims to develop innovative machine learning and statistical algorithms for detecting, preventing, and responding to threats over networks. Two concrete applications are monitoring the threat of multi-antibiotic-resistant (MDR) gonorrhea from a network of clinics across the United States and monitoring HIV transmission in clusters of patients. The research has impact in many other practical applications, including biosurveillance, engineering, homeland security, finance, and public health, where large-scale spatial-temporal data streams are collected with the aim of rapid detection and prevention of threats. The research aims to develop crucial scalable algorithms and methods to effectively and efficiently monitor, analyze, and optimize responses in these situations. In addition, the project will integrate research and education by infusing the research findings into the curriculum and by involving Ph.D. students in research.&lt;/p>
&lt;p>This project aims to develop innovative algorithms for rapid threat detection by combining spatial-temporal models, ordinary differential equation (ODE) models with change-point detection, and multi-armed bandit and ensemble methods when monitoring large-scale spatial-temporal data over networks. In particular, efficient scalable algorithms are developed in three interrelated research tasks, including (1) rapid detection of threats by combining a &amp;ldquo;background + anomaly + noise&amp;rdquo; decomposition framework with sequential change-point detection; (2) predictive analytics of threats by applying multi-armed bandit algorithms and adaptive sampling in the changing environments to assess increasing risks at the population level; and (3) prescriptive analytics of threats by developing nested ensemble models based on calibrated ODE and data-driven spatial-temporal models so as to better assess the effects of prevention/intervention actions. Results of the project are expected to significantly advance the state of the art in spatial-temporal models, online learning, streaming data analysis, and large-scale inference. :Software:Funded:NSF: :Software:Funded:NSF:&lt;/p></description></item><item><title>Multiple profiles sensor-based monitoring and anomaly detection</title><link>https://hyan46.github.io/publication/zhang-multiple-2018/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhang-multiple-2018/</guid><description/></item><item><title>Real-time monitoring of high-dimensional functional data streams via spatio-temporal smooth sparse decomposition</title><link>https://hyan46.github.io/publication/yan-real-time-2018/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-real-time-2018/</guid><description/></item><item><title>Real-time production performance analysis using machine degradation signals— A two-machine case</title><link>https://hyan46.github.io/publication/kang-realtime-2018/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/kang-realtime-2018/</guid><description/></item><item><title>Weakly correlated profile monitoring based on sparse multi-channel functional principal component analysis</title><link>https://hyan46.github.io/publication/zhang-weakly-2018/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/zhang-weakly-2018/</guid><description/></item><item><title>A wavelet-based penalized mixed-effects decomposition for multichannel profile detection of in-line Raman spectroscopy</title><link>https://hyan46.github.io/publication/yue-wavelet-based-2018/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yue-wavelet-based-2018/</guid><description/></item><item><title>Anomaly detection in images with smooth background via smooth-sparse decomposition</title><link>https://hyan46.github.io/publication/yan-anomaly-2017/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-anomaly-2017/</guid><description/></item><item><title>Generalized Wavelet Shrinkage of Inline Raman Spectroscopy for Quality Monitoring of Continuous Manufacturing of Carbon Nanotube Buckypaper</title><link>https://hyan46.github.io/publication/yue-generalized-2017/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yue-generalized-2017/</guid><description/></item><item><title>High dimensional data analysis for anomaly detection and quality improvement</title><link>https://hyan46.github.io/publication/yan-high-2017/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-high-2017/</guid><description/></item><item><title>Point Cloud Data Analysis for Process Modeling and Optimization</title><link>https://hyan46.github.io/publication/pacella-point-cloud-informs-2017/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/pacella-point-cloud-informs-2017/</guid><description/></item><item><title>Fast wavenumber measurement for accurate and automatic location and quantification of defect in composite</title><link>https://hyan46.github.io/publication/mesnil-fast-2016/</link><pubDate>Fri, 01 Jan 2016 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/mesnil-fast-2016/</guid><description/></item><item><title>Multiple Sensor Data Fusion for Degradation Modeling and Prognostics Under Multiple Operational Conditions</title><link>https://hyan46.github.io/publication/yan-multiple-2016/</link><pubDate>Fri, 01 Jan 2016 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-multiple-2016/</guid><description/></item><item><title>Guided wavefield reconstruction from sparse measurements using compressed sensing</title><link>https://hyan46.github.io/publication/mesnil-guided-wavefield-2015/</link><pubDate>Thu, 01 Jan 2015 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/mesnil-guided-wavefield-2015/</guid><description/></item><item><title>Frequency Domain Instantaneous Wavenumber Estimation for Damage Quantification in Layered Plate Structures</title><link>https://hyan46.github.io/publication/mesnil-frequency-2014/</link><pubDate>Wed, 01 Jan 2014 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/mesnil-frequency-2014/</guid><description/></item><item><title>Image-based process monitoring using low-rank tensor decomposition</title><link>https://hyan46.github.io/publication/yan-imagebased-2015/</link><pubDate>Wed, 01 Jan 2014 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/yan-imagebased-2015/</guid><description/></item><item><title>A globally attractive cycle driven by sequential bifurcations containing ghost effects in a 3-node yeast cell cycle model</title><link>https://hyan46.github.io/publication/li-globally-attractive-cycle-arxiv-2013/</link><pubDate>Tue, 01 Jan 2013 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/publication/li-globally-attractive-cycle-arxiv-2013/</guid><description/></item><item><title>News</title><link>https://hyan46.github.io/newslist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/newslist/</guid><description>&lt;ul>
&lt;li>&lt;strong>May 2026&lt;/strong>, our paper &lt;strong>Path-Coupled Bellman Flows for Distributional Reinforcement Learning&lt;/strong> was accepted to &lt;strong>International Conference on Machine Learning (ICML)&lt;/strong> 2026 as a &lt;strong>regular&lt;/strong> presentation (authors: Boyang Xu, Qing Zou, Siqin Yang, Hao Yan). Flow matching with path coupling for distributional RL; improves stability on offline benchmarks including OGBench and D4RL.&lt;/li>
&lt;li>&lt;strong>Feb 2026&lt;/strong>, our paper &lt;strong>D-Convexity: A Unified Differentiable Convex Shape Prior via Quasi-Concavity for Data-driven Image Segmentation&lt;/strong> (with Shengzhe Chen) was accepted to &lt;strong>IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)&lt;/strong> as a &lt;strong>Highlight&lt;/strong> (approximately top 3% of accepted papers). Paper: &lt;a href="https://arxiv.org/abs/2605.19210" target="_blank" rel="noopener">arXiv&lt;/a> · &lt;a href="https://cvpr.thecvf.com/virtual/2026/poster/39174" target="_blank" rel="noopener">CVPR virtual poster&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Apr 2026&lt;/strong>, Jiayu Huang was selected as &lt;strong>Outstanding Graduating IE PhD Student&lt;/strong> for the 2025&amp;ndash;2026 academic year (Industrial Engineering, Arizona State University).&lt;/li>
&lt;li>&lt;strong>Jul 2025&lt;/strong>, Jiayu Huang defended her dissertation &lt;strong>Knowledge-Infused Bayesian Learning for High-Dimensional Spatiotemporal Data Analytics&lt;/strong>. Her IEEE CASE 2025 paper &lt;strong>Multi-modal Generative Modeling of Event Sequences and Time Series for Solar PV Systems&lt;/strong> received the &lt;strong>IEEE CASE Best Conference Paper Award&lt;/strong> (winner among ~430 submissions).&lt;/li>
&lt;li>&lt;strong>2025&lt;/strong>, ICQSR Best Paper Competition &lt;strong>Finalist&lt;/strong> for &lt;strong>Exact Multistage Bayesian Optimization&lt;/strong> (with Siqin Yang, Kangan Chen, Andi Wang).&lt;/li>
&lt;li>&lt;strong>Aug 2025&lt;/strong>, IISE QCRE Best Track Paper Competition &lt;strong>Finalist&lt;/strong> for &lt;strong>Graph-aware Tensor Topic Models for Individualized Passenger Travel Pattern Clustering&lt;/strong>.&lt;/li>
&lt;li>&lt;strong>Aug 2024&lt;/strong>, promoted to &lt;strong>Associate Professor&lt;/strong>, School of Computing and Augmented Intelligence, Arizona State University.&lt;/li>
&lt;li>&lt;strong>Jul 2024&lt;/strong>, Jiuyun Hu graduated (now Leaptran Inc.); thesis on Tucker decomposition with graph structure and commonality/peculiarity. Earlier honors include INFORMS QSR Best Refereed Paper finalist (2023) and IISE QCRE Best Student Paper finalist (2022).&lt;/li>
&lt;li>&lt;strong>Sep 2025&amp;ndash;Aug 2029&lt;/strong>, LEAP-HI: &lt;strong>Sustainable Hydrogen Transport Pipeline Network with Learning-enabled Autonomous Risk Assessment Systems (LARAS)&lt;/strong> funded (Co-PI; total \$2M; my effort 20%). Team: Wenlong Zhang, Yiming Deng, Yongming Liu, Hanna Breetz.&lt;/li>
&lt;li>&lt;strong>Sep 2023&amp;ndash;Aug 2026&lt;/strong>, NSF &lt;strong>Multi-Agent Adaptive Data Collection for Automated Post-Disaster Rapid Damage Assessment&lt;/strong> funded (PI; total \$550K; my effort 30%). Team: Mostafa Reisi, Mohammad Illbeigi.&lt;/li>
&lt;li>&lt;strong>Oct 2023&amp;ndash;Sep 2026&lt;/strong>, &lt;strong>Bayesian Optimization for Automatic Reactor Design Optimization&lt;/strong> funded (PI; total \$1M; my effort 40%). Team: Andi Wang.&lt;/li>
&lt;li>&lt;strong>2025&lt;/strong>, began serving as &lt;strong>Associate Editor&lt;/strong>, &lt;strong>Technometrics&lt;/strong>; serving as &lt;strong>Chair&lt;/strong>, INFORMS Quality, Statistics and Reliability (QSR) Section (Chair Elect 2024; Council 2022&amp;ndash;2024).&lt;/li>
&lt;li>&lt;strong>May 2023&lt;/strong>, our paper &amp;ldquo;Interpretation and visualization of distance covariance with additive decomposition of correlations formula&amp;rdquo; has been selected as the best paper award in IISE DAIS Track. Congratulations to my collaborator Andi Wang.&lt;/li>
&lt;li>&lt;strong>Feb 2023&lt;/strong>, our short course &amp;ldquo;AI for Air Traffic Safety Enhancement&amp;rdquo; is open in &lt;a href="https://www.aiaa.org/events-learning/courses-workshops/detail/ai-for-air-traffic-safety-enhancement-online-short-course" target="_blank" rel="noopener">AIAA&lt;/a>. Congratulations to the all NASA ULI Members.&lt;/li>
&lt;li>&lt;strong>Sep 2022&lt;/strong>, our Project &amp;ldquo;Novel threat detection methodology to detect HIV outbreaks in Washington&amp;rdquo; has received funding from National Institutes of Health.&lt;/li>
&lt;li>&lt;strong>Sep 2022&lt;/strong>, our Project &amp;ldquo;AIDen: An AI-empowered detection and diagnosis system for jaw lesions using CBCT&amp;rdquo; has received funding from National Institutes of Health.&lt;/li>
&lt;li>&lt;strong>Jul 2022&lt;/strong>, my Ph.D. student Xinyu Zhao has successfully defended his dissertation &amp;ldquo;Hierarchical Sequential Event Prediction and Translation from Aviation Accident Report Data”, He is currently working in Zillow. Congratulations to Xinyu.&lt;/li>
&lt;li>&lt;strong>May 2022&lt;/strong>, I attended IISE Annual Meeting and received the “IISE DATA ANALYTICS AND INFORMATION SYSTEMS (DAIS) DIVISION TEACHING AWARD”, 2022. See the announcement in &lt;a href="https://www.iise.org/Details.aspx?id=52582" target="_blank" rel="noopener">News&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Sep 2021&lt;/strong>, our project received one grant from Department of Transportation with proposal title “Knowledge-guided Automation for Integrity Management of Aging Pipelines (KAI-MAP) for Hydrogen Transport&amp;rdquo;.&lt;/li>
&lt;li>&lt;strong>Sep 2021&lt;/strong>, our paper &amp;ldquo;Low-rank and Sparse Tensor Decomposition with RidgeRegularized Subspace Clustering for Metro Passenger Flow Modeling&amp;rdquo; has been selected as the &lt;em>best paper finalist&lt;/em> in the theoretical track for the 16th INFORMS Hybrid Workshop on Data Mining and Decision Analytics on Saturday, October 23, 2021.&lt;/li>
&lt;li>&lt;strong>Sep 2021&lt;/strong>, our paper &amp;ldquo;Tensor Topic Models with Graphs and Their Applications on Individualized Travel Patterns&amp;rdquo; has been selected as the &lt;em>best paper finalist&lt;/em> in the applied track for the 16th INFORMS Hybrid Workshop on Data Mining and Decision Analytics on Saturday, October 23, 2021.&lt;/li>
&lt;li>&lt;strong>Aug 2021&lt;/strong>, my Ph.D. student Nuretin Dorukhan Sergin has successfully defend his dissertation and congratulation to Dorukhan.&lt;/li>
&lt;li>&lt;strong>July 2021&lt;/strong>, our project &amp;ldquo;Photovoltaic Plant Predictive Maintenance Optimization under Uncertainties Using Probabilistic Information Fusion&amp;rdquo; is funded by &lt;a href="https://www.energy.gov/eere/solar/solar-energy-technologies-office" target="_blank" rel="noopener">Solar Energy Technologies Office | Department of Energy&lt;/a> to artificial intelligence techniques in solar industries, Amount: 750K + 380K Cost share. Role: PI, See &lt;a href="https://www.energy.gov/eere/solar/seto-2020-artificial-intelligence-applications-solar-energy" target="_blank" rel="noopener">Award Annoucement&lt;/a> and &lt;a href="https://cleantechnica.com/2020/11/24/us-funding-for-solar-systems-integration-ai-applications-in-solar-energy/" target="_blank" rel="noopener">News&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Nov 2020&lt;/strong>, INFORMS QSR Best Paper Competition, 2020 for our paper &amp;ldquo;Adaptive Partially-Observed Sequential Change Point Detection with Multiple Failure Modes​&amp;rdquo;. See the &lt;a href="https://connect.informs.org/qsr/awards" target="_blank" rel="noopener">Awards - Quality, Statistics &amp;amp; Reliability&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Nov 2020&lt;/strong>, INFORMS Data Mining Best Paper Competition Finalist, 2020 for our paper &amp;ldquo;​Thompson Sampling based Partially Observable Online Change Detection via Bayesian Spike-Slab Composite Decomposition&amp;rdquo;, See &lt;a href="https://connect.informs.org/communities/community-home/digestviewer/viewthread?MessageKey=113f917a-dc69-44ff-8ee9-e23456183780&amp;amp;CommunityKey=1d5653fa-85c8-46b3-8176-869b140e5e3c&amp;amp;tab=digestviewer" target="_blank" rel="noopener">Finalists Announcement&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Aug 2020&lt;/strong>, IEEE CASE Best Conference Paper Award 2020 for our paper &amp;ldquo;Long-Short Term Spatiotemporal Tensor Prediction for Passenger Flow Profile&amp;rdquo;. See the &lt;a href="https://www.ieee-ras.org/awards-recognition/conference-awards/69-awards-recognition/society-awards/79-ieee-case-spansion-best-conference-paper-award" target="_blank" rel="noopener">IEEE CASE Best Conference Paper Award Annoucement&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Feb 2020&lt;/strong>, Co-PI for NASA ULI &amp;ldquo;Information Fusion for Real-Time National Air Transportation System Prognostics under Uncertainty&amp;rdquo;; air-traffic risk quantification using sequence-of-event data. See &lt;a href="https://uli.arc.nasa.gov/projects/1" target="_blank" rel="noopener">NASA ULI project page&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Apr 2020&lt;/strong>, our project &lt;strong>Hybridizing Data and Model Driven Approaches for Proactive Production Control&lt;/strong> was funded by NSF (Co-PI; total \$400,747; my effort 30%). Team: Feng Ju.&lt;/li>
&lt;li>&lt;strong>Dec 2019&lt;/strong>, Our paper “Weakly correlated profile monitoring based on sparse multi-channel functional principal component analysis“ has been selected as the &lt;strong>The Best Paper in the 2019 IISE Transactions Focus Issue on Quality and Reliability Engineering&lt;/strong>.&lt;/li>
&lt;li>&lt;strong>Nov 2019&lt;/strong>, Our paper &amp;ldquo;Tensor Completion for Weakly-dependent Data on Graph for Metro Passenger Flow Prediction&amp;rdquo; has been accepted by, Thirty-Fourth AAAI Conference on Artificial Intelligence. Congratulation to Ziyue and Dorukhan&lt;/li>
&lt;li>&lt;strong>Jun 2019&lt;/strong>, Thank you for P&amp;amp;G for providing funding for us.&lt;/li>
&lt;li>&lt;strong>Jul 2019&lt;/strong>, our project &lt;strong>Modeling Multi-Stage Manufacturing Processes and Related Problems&lt;/strong> was funded by Procter &amp;amp; Gamble (PI; amount \$25,000; my effort 100%).&lt;/li>
&lt;li>&lt;strong>May 2019&lt;/strong>, Our paper “Multiple Sensor-Based Monitoring and Anomaly Detection” has won the ASQ Brumbaugh Award, which gives to “the paper making the largest single contribution to the development of industrial application of quality control.” The chosen paper is selected from among publications in the seven journals published by ASQ in a given year. The winner announcement is given in &lt;a href="https://asq.org/about-asq/asq-awards/2019-recipients" target="_blank" rel="noopener">2019 Medal and Award recipients&lt;/a>&lt;/li>
&lt;li>&lt;strong>Sep 2018&lt;/strong>, Our projects &amp;ldquo;ATD: Collaborative Research: Adaptive and Rapid Spatial-Temporal Threat Detection over Networks&amp;rdquo; has funded by NSF. Role: PI, provide spatio-temporal learning algorithm. &lt;a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1830363&amp;amp;HistoricalAwards=false" target="_blank" rel="noopener">Link&lt;/a>&lt;/li>
&lt;li>&lt;strong>Apr 2018&lt;/strong>, our paper “Generalized Wavelet Shrinkage of Inline Raman Spectroscopy for Quality Monitoring of Continuous Manufacturing of Carbon Nanotube Buckypaper” won IEEE Transactions on Automation Science and Engineering Best Paper Award , with Xiaowei Yue, Jin Gyu Park, Zhiyong Liang, and Jianjun Shi, Congratulations to Xiaowei Yue&lt;/li>
&lt;li>&lt;strong>Oct 2017&lt;/strong>, our paper &amp;ldquo;Dynamic Multivariate Functional Data Modeling via Sparse Subspace Learning&amp;rdquo; won the INFORMS Data Mining Best Paper Competition, with Chen Zhang and Jianjun Shi, Congratulations to Chen Zhang&lt;/li>
&lt;/ul></description></item><item><title>Teaching</title><link>https://hyan46.github.io/teaching/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyan46.github.io/teaching/</guid><description>&lt;ul>
&lt;li>IEE 640: Probability and Stochastic Processes (Fall 2023)&lt;/li>
&lt;li>IEE 577/CSE 598/IEE 598: Data Science for System Decision Analytics (Spring 2018, 2020&amp;ndash;2023, 2026)&lt;/li>
&lt;li>IEE 605: Foundation of Information Systems (Spring 2019, 2021, 2025)&lt;/li>
&lt;li>IEE 474: Quality Control (Fall 2019&amp;ndash;2021)&lt;/li>
&lt;li>IEE 572: Design and Analysis of Engineering Experiment (Fall 2017, 2018)&lt;/li>
&lt;/ul></description></item></channel></rss>