Protecting Object Detection Models from Model Extraction Attack via Feature Space Coverage
Abstract
Established sampling protocols for 3D point cloud learning, such as Farthest Point Sampling (FPS) and Fixed Sample Size (FSS), have long been relied upon. However, real-world data often suffer from corruptions, such as sensor noise, which violates the benign data assumption in current protocols. As a result, these protocols are highly vulnerable to noise, posing significant safety risks in critical applications like autonomous driving. To address these issues, we propose an enhanced point cloud sampling protocol, PointSP, designed to improve robustness against point cloud corruptions. PointSP incorporates key point reweighting to mitigate outlier sensitivity and ensure the selection of representative points. It also introduces a local-global balanced downsampling strategy, which allows for scalable and adaptive sampling while maintaining geometric consistency. Additionally, a lightweight tangent plane interpolation method is used to preserve local geometry while enhancing the density of the point cloud. Unlike learning-based approaches that require additional model training, PointSP is architecture-agnostic, requiring no extra learning or modification to the network. This enables seamless integration into existing pipelines. Extensive experiments on synthetic and real-world corrupted datasets show that PointSP significantly improves the robustness and accuracy of point cloud classification, outperforming state-of-the-art methods across multiple benchmarks.
Cite
Text
Li et al. "Protecting Object Detection Models from Model Extraction Attack via Feature Space Coverage." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/48Markdown
[Li et al. "Protecting Object Detection Models from Model Extraction Attack via Feature Space Coverage." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/li2024ijcai-protecting/) doi:10.24963/ijcai.2024/48BibTeX
@inproceedings{li2024ijcai-protecting,
title = {{Protecting Object Detection Models from Model Extraction Attack via Feature Space Coverage}},
author = {Li, Zeyu and Pu, Yuwen and Zhang, Xuhong and Li, Yu and Li, Jinbao and Ji, Shouling},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {431-439},
doi = {10.24963/ijcai.2024/48},
url = {https://mlanthology.org/ijcai/2024/li2024ijcai-protecting/}
}