PISA: A Distributed Platform for Cross-Simulator Autonomous Vehicle Testing at Scale
M.S. thesis, NYCU, 2026 · paper and code to be released upon publication碩士論文,陽明交大,2026|論文與程式碼將於發表後公開
Runs the same driving scenarios against different simulators (CARLA, esmini, MetaDrive) to test the planning and control stack of Autoware and other AV systems. I designed the scaling layer: a Rust task queue (Actix, SeaORM, PostgreSQL), a Go scheduler that submits work to SLURM, and a Python executor that orchestrates simulator and AV containers over gRPC.
讓同一組駕駛情境可以在不同模擬器(CARLA、esmini、MetaDrive)上執行,用來測試 Autoware 等自駕系統的 planning 與 control。擴展層是我設計的:Rust 任務佇列(Actix、SeaORM、PostgreSQL)、將工作送進 SLURM 的 Go 排程器,以及透過 gRPC 協調模擬器與自駕系統容器的 Python executor。
Rust · Go · Python · SLURM · Apptainer · Docker · gRPC · PostgreSQL
V2X-based Logical Scenario Understanding with Vision-Language Models
Cheng-Liang Chi, Zi-Hui Li, Yu-Hsiang Chen, Yi-Ting Chen · ICCV 2025 DriveX Workshop (extended abstract)
Built a 9K-scenario multi-view dataset by composing OpenSCENARIO templates and rendering each from ten viewpoints (ego, drone, infrastructure), then benchmarked Qwen2.5-VL and Cosmos-Reason1 on video-level scenario classification with chain-of-thought and in-context prompting.
組合 OpenSCENARIO 模板產生 9,000 個情境,並從自車、無人機、路側共十個視角算繪成多視角資料集;再以 chain-of-thought 與 in-context learning 評測 Qwen2.5-VL、Cosmos-Reason1 等模型的影片情境分類能力。