Search papers, labs, and topics across Lattice.
This paper introduces an object detection method based on Distributed Convolutional Neural Networks (DisCNNs) that leverages the monotonic relationship between DisCNN output vector modules and the presence probabilities of positive features. Object detection is achieved by identifying and overlapping high-scoring patches across multiple scales to form a bounding box, effectively detecting objects by detecting their features at varying levels of abstraction. The method is trained using only object-centered image data with positive and negative class labels, enabling parallel processing for multiple positive classes and faster single-object detection due to the lightweight model architecture.
Lightweight DisCNNs offer a surprisingly efficient route to object detection by exploiting monotonic relationships between network outputs and feature presence.
Based on the Distributed Convolutional Neural Network(DisCNN), a straightforward object detection method is proposed. The modules of the output vector of a DisCNN with respect to a specific positive class are positively monotonic with the presence probabilities of the positive features. So, by identifying all high-scoring patches across all possible scales, the positive object can be detected by overlapping them to form a bounding box. The essential idea is that the object is detected by detecting its features on multiple scales, ranging from specific sub-features to abstract features composed of these sub-features. Training DisCNN requires only object-centered image data with positive and negative class labels. The detection process for multiple positive classes can be conducted in parallel to significantly accelerate it, and also faster for single-object detection because of its lightweight model architecture.