Skip to content

Author

Young Hoon Suh

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Jul 2026

LASA: Latency-Aware Safety Arbitration for Vision-Language-Action Autonomous Driving

Deploying Vision-Language-Action (VLA) models in real-time autonomous driving faces two barriers: the difficulty of safety assurance for black-box end-to-end outputs, and inference tail latency far exceeding the 20 ms control deadline at 50 Hz, which causes stale decisions to produce dangerous actions. The 50 Hz Fast Reflex layer performs lane detection via INT8-quantized YOLOv8-seg and drives the vehicle using a spline-based path planner. The 1-2 Hz Slow Brain (Qwen3-VL-8B-Instruct, LoRA fine-tuned) runs asynchronously and provides semantic decisions to assist driving in long-tail edge cases. The VLA emits only a Bounded Intermediate Representation comprising a lateral offset, speed scale, validity window, confidence score, and an observation frame timestamp. LASA (Latency-Aware Safety Arbitration) arbitrates this representation at 50 Hz, evaluating staleness against the observation timestamp rather than the IR arrival time, together with asymmetric confidence gating and slew-rate limiting. We validate LASA through a decision-level gate ablation and timing measurements on a physical 1/5-scale platform. Per-gate ablation on a synthetic event stream shows that observation-time arbitration contracts the published command envelope under lane ambiguity - lateral-command RMS drops from 23.2 to 5.4 px and mean speed scale from 0.68 to 0.39 -yielding a markedly smoother and more conservative trajectory than an ungated VLA. On hardware, the off-path distractor false-positive stop rate is 0%, and the 50 Hz reflex loop sustains a sub-millisecond serial-write P99 (0.77 ms) with zero clockmonotonicity violations across the pipeline.

Y. Suh, H. Park, H. Park et al. · 0 citations
Conference Jul 2026

LiDAR-Supervised Monocular Depth Estimation via Cross-Modal Supervision

Accurate depth perception is a cornerstone of autonomous driving, yet LiDAR sensors—the primary source of metric depth—remain costly and operationally complex. In this paper, we propose a cross-modal supervision framework that uses sparse LiDAR depth maps solely during training, enabling camera-only dense depth inference at test time. A ConvNeXt-base encoder with an FPN neck and a lightweight depth decoding head is trained with a log-scale L1 loss, gradient consistency term applied exclusively at valid LiDAR pixels (~0.7% pixel density), and an image-guided edge-aware smoothness loss operating on all pixels, alongside a two-phase backbone freeze-then-unfreeze strategy to stabilize early convergence. Evaluated on a large-scale Korean highway dataset of 64,840 frames, our model achieves AbsRel of 0.0675, RMSE of 3.907 m, and $\delta \lt 1.25$ accuracy of 0.943, demonstrating that ultra-sparse LiDAR supervision is sufficient to train competitive monocular depth estimators.

H. Park, Young Hoon Suh, Sun-Kug Jung et al. · 0 citations