paper-with-me

홈 › Papers

RMT-PPAD: Real-time Multi-task Learning for Panoptic Perception in Autonomous Driving

2025-08-02 · Jiayuan Wang, Q. M. Jonathan Wu, Katsuya Suto, Ning Zhang arxiv

Autonomous driving systems rely on panoptic driving perception that requires both precision and real-time performance. In this work, we propose RMT-PPAD, a real-time, transformer-based multi-task model that jointly performs object detection, drivable area segmentation, and lane line segmentation. We introduce a lightweight module, a gate control with an adapter to adaptively fuse shared and task-specific features, effectively alleviating negative transfer between tasks. Additionally, we design an adaptive segmentation decoder to learn the weights over multi-scale features automatically during the training stage. This avoids the manual design of task-specific structures for different segmentation tasks. We also identify and resolve the inconsistency between training and testing labels in lane line segmentation. This allows fairer evaluation. Experiments on the BDD100K dataset demonstrate that RMT-PPAD achieves state-of-the-art results with mAP50 of 84.9% and Recall of 95.4% for object detection, mIoU of 92.6% for drivable area segmentation, and IoU of 56.8% and accuracy of 84.7% for lane line segmentation. The inference speed reaches 32.6 FPS. Moreover, we introduce real-world scenarios to evaluate RMT-PPAD performance in practice. The results show that RMT-PPAD consistently delivers stable performance. The source codes and pre-trained models are released at https://github.com/JiayuanWang-JW/RMT-PPAD.

📄 PDF Abstract BibTeX arXiv:2508.06529

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningAutonomous DrivingObject Detection

Similar Papers 제목 키워드 기반

A Poisson Process AutoDecoder for X-ray Sources

2025-02-03 · Yanke Song, Victoria Ashley Villar, Juan Rafael Martinez-Galarza, Steven Dillmann

X-ray observing facilities, such as the Chandra X-ray Observatory and the eROSITA, have detected millions of astronomical sources associated with high-energy phenomena. The arrival of photons as a function of time follow…

Anomaly DetectionDecoder

Multiplicative weights, equalizers, and P=PPAD

2016-09-28 · Ioannis Avramopoulos

We show that, by using multiplicative weights in a game-theoretic thought experiment (and an important convexity result on the composition of multiplicative weights with the relative entropy function), a symmetric bimatr…

The Complexity of Gradient Descent: CLS = PPAD $\cap$ PLS

2020-11-03 · John Fearnley, Paul W. Goldberg, Alexandros Hollender, Rahul Savani

We study search problems that can be solved by performing Gradient Descent on a bounded convex polytopal domain and show that this class is equal to the intersection of two well-known classes: PPAD and PLS. As our main u…

Multimodal LLM-Guided Semantic Correction in Text-to-Image Diffusion

2025-05-26 · Zheqi Lv, JunHao Chen, Qi Tian, Keting Yin 외

Diffusion models have become the mainstream architecture for text-to-image generation, achieving remarkable progress in visual quality and prompt controllability. However, current inference pipelines generally lack inter…

DenoisingImage GenerationLarge Language ModelMultimodal Large Language Model+2

Repeated Padding for Sequential Recommendation

2024-03-11 · Yizhou Dang, YuTing Liu, Enneng Yang, Guibing Guo 외

Sequential recommendation aims to provide users with personalized suggestions based on their historical interactions. When training sequential models, padding is a widely adopted technique for two main reasons: 1) The va…

Common Sense ReasoningData AugmentationSequential Recommendation