vix.ing · top · new · best · stats · spec

MIST: Multiple Instance Spatial Transformer Network

2018/11/26 by Baptiste Angles, Angles, Baptiste, Yuhe Jin +7
Computer Science · Engineering · #Advanced Computational Techniques and Applications #Astronomical Observations and Instrumentation #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Robotics and Sensor-Based Localization

paper · pdf · doi:10.48550/arxiv.1811.10725

openalex publication_date 2018/11/26 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We propose a deep network that can be trained to tackle image reconstruction and classification problems that involve detection of multiple object instances, without any supervision regarding their whereabouts. The network learns to extract the most significant top-K patches, and feeds these patches to a task-specific network -- e.g., auto-encoder or classifier -- to solve a domain specific problem. The challenge in training such a network is the non-differentiable top-K selection process. To address this issue, we lift the training optimization problem by treating the result of top-K selection as a slack variable, resulting in a simple, yet effective, multi-stage training. Our method is able to learn to detect recurrent structures in the training dataset by learning to reconstruct images. It can also learn to localize structures when only knowledge on the occurrence of the object is provided, and in doing so it outperforms the state-of-the-art.

Related