Scholarship

Publications

Conference papers, journal articles, workshop talks, and works in preparation. Covers Rust systems software, clinical AI, adaptive learning, and applied research on AI code generation.

10 results

2026

conference

SafePulse: A Memory-Safe Rust Architecture for Real-Time ECG Monitoring with Lightweight LLM Enrichment

Suyu Jiang, et al.

2026 International Conference on Artificial Intelligence for Health and Education (ICAIHE)

A memory-safe Rust architecture for deterministic real-time ECG monitoring, with optional LLM enrichment isolated from the safety-critical alert path. The design separates each device into an individual SessionActor to bound shared mutable state, and integrates LLM interpretation asynchronously without compromising alert latency.

Role: Lead Author · Status: To appear · ICAIHE 2026

RustECG monitoringActor modelLLM enrichmentMemory safety

2026

journal

Evaluating AI Code Generation on Novel Frameworks Beyond Pretraining Data

Suyu Jiang, et al.

Expert Systems With Applications

A study evaluating large language models on code generation tasks targeting novel frameworks whose APIs lie outside common pretraining corpora — measuring how well current models generalize to recently released and niche software ecosystems.

Role: Lead Author · Status: Submitted

LLMCode generationEvaluationSoftware engineering

2026

conference
Award · Best Paper on Smart Education Systems

High Performance Adaptive Learning & Testing System with Safe Dynamic Plugin System

Haozhe Ruan, Sihui Li, Jingwen Guo, Yiyi Wang, Suyu Jiang, Aquil Mirza Mohammed

2026 12th International Conference on Communication and Signal Processing (ICCSP) · Smart Education Systems

Conference paper on a high-performance adaptive learning and testing system with a safe dynamic plugin architecture. The work emphasizes extensibility, runtime safety, and Rust-oriented implementation choices including generic programming and metaprogramming.

Role: Co-Author · Status: Published

DOI: 10.1109/ICCSP68173.2026.11539256

RustGeneric programmingMeta programmingLearning systems

2025

journal

SAM-YOLO: An Improved Small Object Detection Model for Vehicle Detection

Suyu Jiang, et al.

The European Journal on Artificial Intelligence

SAM-YOLO improves small object detection for vehicle imagery by combining SAM-style segmentation cues with a YOLO detection backbone, addressing the tradeoff between detection recall on small objects and inference cost.

Role: Author · Status: Published

DOI: 10.1177/30504554251319452

Object detectionYOLOSAMVehicle detectionComputer vision

2026

workshop

International Workshop on Advanced AI Systems for Clinical Practice — Hotaru for Connected Healthcare

Suyu Jiang

AASCP 2026 · under ICAIHE 2026 (icaihe.org)

Speaker session introducing Hotaru, a novel multi-protocol networking framework designed for simultaneous operation over HTTP, MQTT, and other protocols within a single application. Participants explore how Hotaru simplifies connected healthcare systems — medical devices, data aggregation pipelines, and clinical dashboards communicating across heterogeneous networks.

Role: Speaker · Status: Scheduled · ICAIHE 2026, Waseda University, Tokyo

Link: https://aascp.fds.rs

HotaruMulti-protocolConnected healthcareMQTT

2026

patent

A Web Application Development Method and System for Unified Multi-Protocol Processing

一种多协议统一处理的 Web 应用开发方法及系统

Suyu Jiang

China National Intellectual Property Administration (CNIPA)

Invention patent application covering a Web application development method and system for unified processing across multiple network protocols. Describes the architectural approach behind the Hotaru framework — co-locating endpoint definitions, multi-protocol routing, and decoupled handler/state layers within a single application surface.

Role: Inventor · Status: Published by CNIPA · Mar 2026

Applicant: Field of Dreams to Reality Limited

Application No.: 202511692952.9

PatentMulti-protocolWeb frameworkHotaruUnified processing

2026

patent

A General-Purpose Network Service Framework System and Method with Unified Access Points and Decoupled Transport Layers

统一访问点与传输解耦的通用网络服务框架系统及方法

Suyu Jiang

China National Intellectual Property Administration (CNIPA)

Invention patent application covering a general-purpose network service framework with unified access points and decoupled transport layers. The design separates application-level service contracts from underlying transport protocols, enabling a single service definition to be exposed across heterogeneous transport mechanisms without re-implementation.

Role: Inventor · Status: Accepted by CNIPA · May 2026

Applicant: Field of Dreams to Reality Limited

Application No.: 202610713030.X

PatentNetwork service frameworkUnified access pointTransport decoupling

2026

in prep

Operating System in Rust

Suyu Jiang

In preparation

Work in preparation on an operating system written in Rust, exploring memory-safety guarantees, async kernel design, and trait-based extensibility at the OS layer.

Role: Author · Status: To be submitted

RustOperating systemsKernelMemory safety

2026

in prep

Trait-Based High-Performance Rust Web Framework

Suyu Jiang

In preparation · target IEEE CSE 2026

Companion paper to the Hotaru framework, formalizing the trait-based architecture, the macro-driven endpoint DSL, and the multi-protocol routing model. Includes benchmark methodology and comparison to established Rust web frameworks.

Role: Author · Status: To be submitted

RustWeb frameworkTraitsMacrosMulti-protocol