EDBT 2026 Demo / reviewers in the wild / expert
Zhizhen Xu
dblp:289/8646
· DBLP profile ↗
5ranked-venue papers in the field
1as first author
5since 2021 · last 2024
—ORCID · none
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 5 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | StreamRec: A Recommendation Inference System with CUDA Stream Acceleration
Yuean Niu, Zhizhen Xu, Yushu Sun |
DASFAA (7) | 2 |
| 2023 | Accelerating Recommendation Inference via GPU Streams
Yuean Niu, Zhizhen Xu, Jiaqiang Wang |
DASFAA (1) | 2 |
| 2022 | ReMac: A Matrix Computation System with Redundancy EliminationabstractDistributed matrix computation solutions support query interfaces of linear algebra expressions, which often contain redundancy, i.e., common and loop-constant subexpressions. However, existing solutions fail to find all redundant subexpressions. Moreover, eliminating the found redundancy leads to new execution order of operators, which may have side effect. To exploit the benefits of redundancy elimination, we propose a new system called ReMac , which performs automatic and adaptive elimination. In particular, automatic elimination adopts a block-wise search that exploits the properties of matrix computation for speed-up. Adaptive elimination employs a cost model and a dynamic programming-based method to generate efficient plans with redundancy elimination. In this demonstration, attendees will have an opportunity to experience the effect that automatic and adaptive elimination have on distributed matrix computation. Zihao Chen 0002, Zhizhen Xu, Baokun Han, Chen Xu 0001, Weining Qian, Aoying Zhou |
Proc. VLDB Endow. | 2 |
| 2021 | Loupe: A Visualization Tool for High-Level Execution Plans in SystemDS
Zhizhen Xu, Zihao Chen 0002, Chen Xu 0001 |
DASFAA (3) | 1 |
| 2021 | HyMAC: A Hybrid Matrix Computation SystemabstractDistributed matrix computation is common in large-scale data processing and machine learning applications. Iterative-convergent algorithms involving matrix computation share a common property: parameters converge non-uniformly. This property can be exploited to avoid redundant computation via incremental evaluation . Unfortunately, existing systems that support distributed matrix computation, like SystemML, do not employ incremental evaluation. Moreover, incremental evaluation does not always outperform classical matrix computation, which we refer to as a full evaluation . To leverage the benefit of increments, we propose a new system called HyMAC , which performs hybrid plans to balance the trade-off between full and incremental evaluation at each iteration. In this demonstration, attendees will have an opportunity to experience the effect that full, incremental, and hybrid plans have on iterative algorithms. Zihao Chen 0002, Zhizhen Xu, Chen Xu 0001, Juan Soto 0001, Volker Markl, Weining Qian, Aoying Zhou |
Proc. VLDB Endow. | 2 |