SOTAVerified

ISSAFE: Improving Semantic Segmentation in Accidents by Fusing Event-based Data

2020-08-20Code Available1· sign in to hype

Jiaming Zhang, Kailun Yang, Rainer Stiefelhagen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Ensuring the safety of all traffic participants is a prerequisite for bringing intelligent vehicles closer to practical applications. The assistance system should not only achieve high accuracy under normal conditions, but obtain robust perception against extreme situations. However, traffic accidents that involve object collisions, deformations, overturns, etc., yet unseen in most training sets, will largely harm the performance of existing semantic segmentation models. To tackle this issue, we present a rarely addressed task regarding semantic segmentation in accidental scenarios, along with an accident dataset DADA-seg. It contains 313 various accident sequences with 40 frames each, of which the time windows are located before and during a traffic accident. Every 11th frame is manually annotated for benchmarking the segmentation performance. Furthermore, we propose a novel event-based multi-modal segmentation architecture ISSAFE. Our experiments indicate that event-based data can provide complementary information to stabilize semantic segmentation under adverse conditions by preserving fine-grain motion of fast-moving foreground (crash objects) in accidents. Our approach achieves +8.2% mIoU performance gain on the proposed evaluation set, exceeding more than 10 state-of-the-art segmentation methods. The proposed ISSAFE architecture is demonstrated to be consistently effective for models learned on multiple source databases including Cityscapes, KITTI-360, BDD and ApolloScape.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DADA-segISSAFEmIoU29.97Unverified
DensePASSSwiftNet (Merge3)mIoU32.04Unverified
EventScapeISSAFEmIoU43.61Unverified
KITTI-360ISSAFE (ResNet50)mIoU56.64Unverified
KITTI-360ISSAFE (ResNet18)mIoU53.95Unverified

Reproductions