projects

INT-NN INT-NN Jun 2025 - Jun 2024

A pure-C nerual network library using only integer arithmetic, designed for embedded systems and low-power devices. Adopted DFA and Quantized Activation to avoid overflow/underflow.

paper

TextHydra TextHydra Nov 2024 - Dec 2024

Developed a multi-head transformer-based model to detect and localize forgery in document images. Reached an F1 score of 94.27 through optimizations, which was among the top 3 of the leaderboard.

paper

XV6 Sep 2024 - Dec 2024

Extended xv6 os kernel on several aspects, including environment variable support, priority-based scheduling and private kernel pagetable, etc.

RookieDB RookieDB May 2023 - Jul 2023

A bare-bones database implementation plus support for B+ tree indices, efficient join algorithms, query optimization, multigranularity locking to support concurrent execution of transactions, and database recovery.