SearcharxivSearch

arXiv subjects

Guanlin Zhu

Publications and source records attributed to Guanlin Zhu.

3 recordsLinked to original sources

A Thread-Register Decoupled GPU Execution Model for Efficient Tensor Computation

Modern GPUs increasingly integrate Tensor Cores into the execution pipeline. Although aggregate tensor throughput continues to grow, aided by an operand supply that has evolved from register-based in Ampere to redundancy-free, memory-based in Hopper and Blackwell, efficiently orchestrating the complete tensor compute pipeline for the modern AI workloads remains challenging. We identify the fundamental bottlenecks as fixed parallelism and coarse-grained scheduling, both of which are exposed by modern AI workloads that interleave diverse non-GEMM operations with GEMM. To orchestrate tensor computation efficiently, we propose FIBER, a new architecture that extends the GPU SIMT (single instruction, multiple thread) model. Its basic execution instance, the \emph{fiber}, is decoupled from private register ownership, carrying only minimal control state while accessing an SM's registers through a shared view. This enables dynamic parallelism scaling, fine-grained register-level dataflow scheduling, and offers a redundancy-free alternative for matrix operand supply. We extend the ISA, microarchitecture, and compiler to realize shared-register addressing, conflict-free operand delivery, and fiber-based program mapping. Under a typical mixed-precision LLM serving scenario, FIBER achieves a 2.25x end-to-end speedup on Ampere (1.15x for the original FP16 computation), with 1.8x and 2.09x on Hopper and Blackwell respectively, and kernel-level gains up to 2.49x.

cs.AR

Passive Acoustic Monitoring of Underwater Well Leakages with Machine Learning: A Review

Abandoned oil and gas wells pose significant environmental risks due to the potential leakage of hydrocarbons, brine and chemical pollutants. Detecting such leaks remains extremely challenging due to the weak acoustic emission and high ambient noise in the deep sea. This paper reviews the application of passive sonar systems combined with artificial intelligence (AI) in underwater oil and gas leak detection. The advantages and limitations of traditional monitoring methods, including fibre optic, capacitive and pH sensors, are compared with those of passive sonar systems. Advanced AI methods that enhance signal discrimination, noise suppression and data interpretation capabilities are explored for leak detection. Emerging solutions such as embedded AI analogue-to-digital converters (ADCs), deep learning-based denoising networks and semantically aware underwater optical communication (UOC) frameworks are also discussed to overcome issues such as low signal-to-noise ratio (SNR) and transmission instability. Furthermore, a hybrid approach combining non-negative matrix factorisation (NMF), convolutional neural networks (CNN) and temporal models (GRU, TCN) is proposed to improve the classification and quantification accuracy of leak events. Despite challenges such as data scarcity and environmental change, AI-assisted passive sonar has shown great potential in real-time, energy-efficient and non-invasive underwater monitoring, contributing to sustainable environmental protection and maritime safety management.

physics.app-ph

A Metabolic-Imaging Integrated Model for Prognostic Prediction in Colorectal Liver Metastases

Prognostic evaluation in patients with colorectal liver metastases (CRLM) remains challenging due to suboptimal accuracy of conventional clinical models. This study developed and validated a robust machine learning model for predicting postoperative recurrence risk. Preliminary ensemble models achieved exceptionally high performance (AUC $>$ 0.98) but incorporated postoperative features, introducing data leakage risks. To enhance clinical applicability, we restricted input variables to preoperative baseline clinical parameters and radiomic features from contrast-enhanced CT imaging, specifically targeting recurrence prediction at 3, 6, and 12 months postoperatively. The 3-month recurrence prediction model demonstrated optimal performance with an AUC of 0.723 in cross-validation. Decision curve analysis revealed that across threshold probabilities of 0.55-0.95, the model consistently provided greater net benefit than "treat-all" or "treat-none" strategies, supporting its utility in postoperative surveillance and therapeutic decision-making. This study successfully developed a robust predictive model for early CRLM recurrence with confirmed clinical utility. Importantly, it highlights the critical risk of data leakage in clinical prognostic modeling and proposes a rigorous framework to mitigate this issue, enhancing model reliability and translational value in real-world settings.

eess.IV