paper-with-me

Papers

Towards Reliable Evaluation and Fast Training of Robust Semantic Segmentation Models

2023-06-22 · Francesco Croce, Naman D Singh, Matthias Hein

Adversarial robustness has been studied extensively in image classification, especially for the $\ell_\infty$-threat model, but significantly less so for related tasks such as object detection and semantic segmentation, where attacks turn out to be a much harder optimization problem than for image classification. We propose several problem-specific novel attacks minimizing different metrics in accuracy and mIoU. The ensemble of our attacks, SEA, shows that existing attacks severely overestimate the robustness of semantic segmentation models. Surprisingly, existing attempts of adversarial training for semantic segmentation models turn out to be weak or even completely non-robust. We investigate why previous adaptations of adversarial training to semantic segmentation failed and show how recently proposed robust ImageNet backbones can be used to obtain adversarially robust semantic segmentation models with up to six times less training time for PASCAL-VOC and the more challenging ADE20k. The associated code and robust models are available at https://github.com/nmndeep/robust-segmentation

📄 PDF Abstract BibTeX arXiv:2306.12941

Code (2)

nmndeep/robust-segmentation 공식 구현 pytorch
szegedai/robust-segmentation-evaluation pytorch

Tasks

Adversarial Robustnessimage-classificationImage Classificationobject-detectionObject DetectionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

3DCFS: Fast and Robust Joint 3D Semantic-Instance Segmentation via Coupled Feature Selection

2020-03-01 · Liang Du, Jingang Tan, xiangyang xue, Lili Chen 외

We propose a novel fast and robust 3D point clouds segmentation framework via coupled feature selection, named 3DCFS, that jointly performs semantic and instance segmentation. Inspired by the human scene perception proce…

3D Semantic Instance Segmentationfeature selectionInstance SegmentationSegmentation+1

AUGCO: Augmentation Consistency-guided Self-training for Source-free Domain Adaptive Semantic Segmentation

2021-07-21 · Viraj Prabhu, Shivam Khare, Deeksha Kartik, Judy Hoffman

Most modern approaches for domain adaptive semantic segmentation rely on continued access to source data during adaptation, which may be infeasible due to computational or privacy constraints. We focus on source-free dom…

Domain AdaptationSegmentationSemantic SegmentationSource-Free Domain Adaptation

BEVal: A Cross-dataset Evaluation Study of BEV Segmentation Models for Autonomous Driving

2024-08-29 · Manuel Alejandro Diaz-Zapata, Wenqian Liu, Robin Baruffa, Christian Laugier

Current research in semantic bird's-eye view segmentation for autonomous driving focuses solely on optimizing neural network models using a single dataset, typically nuScenes. This practice leads to the development of hi…

Autonomous DrivingBEV SegmentationSegmentation

Deep Semantic Segmentation at the Edge for Autonomous Navigation in Vineyard Rows

2021-07-01 · Diego Aghi, Simone Cerrato, Vittorio Mazzia, Marcello Chiaberge

Precision agriculture is a fast-growing field that aims at introducing affordable and effective automation into agricultural processes. Nowadays, algorithmic solutions for navigation in vineyards require expensive sensor…

Autonomous NavigationSegmentationSemantic Segmentation

FMAS: Fast Multi-Objective SuperNet Architecture Search for Semantic Segmentation

2023-03-28 · Zhuoran Xiong, Marihan Amein, Olivier Therrien, Warren J. Gross 외

We present FMAS, a fast multi-objective neural architecture search framework for semantic segmentation. FMAS subsamples the structure and pre-trained parameters of DeepLabV3+, without fine-tuning, dramatically reducing t…

GPUNeural Architecture SearchSemantic Segmentation