LGCVFeb 13, 2024

Adaptive Hierarchical Certification for Segmentation using Randomized Smoothing

arXiv:2402.08400v24 citationsh-index: 137Has CodeICML
AI Analysis

This work addresses the need for more practical and informative certification in safety-critical domains like autonomous driving, though it is incremental as it builds on existing randomized smoothing techniques.

The paper tackles the problem of high abstain rates in certified segmentation by introducing an adaptive hierarchical certification method that relaxes certification to coarser levels for unstable pixels, achieving a higher Certified Information Gain (CIG) and lower abstain rate compared to state-of-the-art methods on datasets like Cityscapes and COCO-Stuff.

Certification for machine learning is proving that no adversarial sample can evade a model within a range under certain conditions, a necessity for safety-critical domains. Common certification methods for segmentation use a flat set of fine-grained classes, leading to high abstain rates due to model uncertainty across many classes. We propose a novel, more practical setting, which certifies pixels within a multi-level hierarchy, and adaptively relaxes the certification to a coarser level for unstable components classic methods would abstain from, effectively lowering the abstain rate whilst providing more certified semantically meaningful information. We mathematically formulate the problem setup, introduce an adaptive hierarchical certification algorithm and prove the correctness of its guarantees. Since certified accuracy does not take the loss of information into account for coarser classes, we introduce the Certified Information Gain ($\mathrm{CIG}$) metric, which is proportional to the class granularity level. Our extensive experiments on the datasets Cityscapes, PASCAL-Context, ACDC and COCO-Stuff demonstrate that our adaptive algorithm achieves a higher $\mathrm{CIG}$ and lower abstain rate compared to the current state-of-the-art certification method. Our code can be found here: https://github.com/AlaaAnani/adaptive-certify.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes