Building Resilience to Out-of-Distribution Visual Data via Input Optimization and Model Finetuning
Christopher J. Holder, Majid Khonji, Jorge Dias, Muhammad Shafique

TL;DR
This paper introduces an Input Optimization Network that preprocesses images to improve out-of-distribution data resilience in semantic segmentation, outperforming traditional finetuning and adversarial methods, especially in edge cases.
Contribution
The work presents a novel input optimization approach that enhances model robustness to out-of-distribution data and combines it with finetuning for superior performance.
Findings
Input optimization achieves comparable performance to finetuning.
Combined input optimization and finetuning outperform individual methods.
Joint training of input optimization and target model yields significant gains.
Abstract
A major challenge in machine learning is resilience to out-of-distribution data, that is data that exists outside of the distribution of a model's training data. Training is often performed using limited, carefully curated datasets and so when a model is deployed there is often a significant distribution shift as edge cases and anomalies not included in the training data are encountered. To address this, we propose the Input Optimisation Network, an image preprocessing model that learns to optimise input data for a specific target vision model. In this work we investigate several out-of-distribution scenarios in the context of semantic segmentation for autonomous vehicles, comparing an Input Optimisation based solution to existing approaches of finetuning the target model with augmented training data and an adversarially trained preprocessing model. We demonstrate that our approach can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
