Skip to content

Author

Shizhen Zhao

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Aug 2026

From Surface to Depth: Diagnosing Ocean Vertical Velocity with 3D Frequency Operator

Ocean vertical velocity plays a crucial role in influencing heat exchange, water mass movement, and biogeochemical processes between the surface and deep waters. Due to the difficulty in directly measuring subsurface vertical velocity w, a promising approach is to diagnose w from high-resolution surface observations, like horizontal surface velocity and sea surface height anomaly, via remote sensing. However, both existing traditional dynamic methods and classic machine learning algorithms struggle to provide accurate estimates due to their inability to capture the multi-scale spatiotemporal structures and intense vertical fluctuations. To address these challenges, combined with theoretical ocean dynamics, we propose TriSEFormer, a novel approach that leverages frequency-embedded attention mechanism from a tri-dimensional (3D) frequency perspective. Specifically, TriSEFormer comprises cascaded TriSE blocks, each consisting of a neural dynamics cell following a refinement attention module. The 3D spectral transformation within the neural dynamics cell decomposes the attention-enhanced surface embedding into different spectral components, improving the understanding of multi-scale turbulent structures. Meanwhile, we propose depth-encoded vertical weights to selectively modulate both real and imaginary parts, enhancing the vertical representation compared to dynamic estimation. Extensive experiments on one ideal simulation and three regional ocean datasets demonstrate that TriSEFormer outperforms all baselines, achieving up to a 9.9% improvement, particularly enhancing deep-ocean w diagnosis from 300 m to 2100 m in the Indian Ocean. Code is available at https://github.com/JessiQi25/TriSEFormer.

Haonan Qi, Bin Lu, Yimian Hu et al. · 0 citations
Conference Jul 2026

STON: Scaling Torus-Based AI Training Clusters via Optical Circuit Switches

Torus networks are deployed in production AI training clusters for their path diversity and low latency, but 2D Torus scales poorly: electrical packet switches compromise latency, and high-dimensional Torus introduces excessive routing complexity. We present STON (Scalable TOrus Network), a hierarchical architecture that treats a 2D Torus as a supernode and interconnects supernodes with a reconfigurable Optical Circuit Switch (OCS) for AlltoAll-dominated large-scale training networks. STON comprises three coordinated modules: (1) fragmentaware task placement, which minimizes inter-supernode traffic by reducing job fragmentation; (2) non-disruptive logical topology mapping, governed by two principles that prevent OCS reconfiguration from disrupting running tasks or partitioning multisupernode jobs; and (3) compute-phase traffic forwarding, which ensures reachability when direct OCS circuits are unavailable. STON reduces average FCT by 42.2%-61.1% across synthetic workloads and by 52.6% on a one-day Kalos production trace (under an AlltoAll traffic model for all jobs), with 95th-percentile tail latency reduced by up to 74.5%, versus a static direct-connect baseline using the same OCS hardware.

Qinwei Yang, Peirui Cao, Ruyi Zhang et al. · 0 citations