scispace - formally typeset
Z

Zhuoran Ji

Researcher at Tongji University

Publications -  4
Citations -  96

Zhuoran Ji is an academic researcher from Tongji University. The author has contributed to research in topics: Computer science & k-nearest neighbors algorithm. The author has an hindex of 1, co-authored 1 publications receiving 65 citations.

Papers
More filters
Journal ArticleDOI

Macro-level safety analysis of pedestrian crashes in Shanghai, China

TL;DR: Model results indicated that the geometric centroid-distance-order spatial weight feature, which was introduced in macro-level safety analysis for the first time, outperformed all the other spatial weight features and can help transportation planners and managers understand the characteristics of pedestrian crashes and improve pedestrian safety.
Proceedings ArticleDOI

Efficient exact K-nearest neighbor graph construction for billion-scale datasets using GPUs with tensor cores

Zhuoran Ji, +1 more
TL;DR: FlyKNNG is presented, a GPU KNNG construction algorithm for billion-scale datasets that deploys the distance matrix calculation to matrix multiplication units and adopts on-the-fly top-k selection to avoid transferring the exa-scale distance matrix to/from device memory.
Proceedings ArticleDOI

Compiler-Directed Incremental Checkpointing for Low Latency GPU Preemption

Zhuoran Ji, +1 more
TL;DR: TripleC is presented, a compiler-directed incremental checkpointing technique specially designed for GPU preemption that reduces the runtime overhead by 12.9 % on average compared with the state-of-the-art non-incremental checkpointing approach.
Proceedings ArticleDOI

Optimizing Aggregate Computation of Graph Neural Networks with on-GPU Interpreter-Style Programming

Zhuoran Ji, +1 more
TL;DR: In this article , the authors propose a semi-regular graph neural network (regGNN) to improve the performance of graph neural networks on GPUs. But their work is limited to graph-structured data.