paper-with-me

홈 › Papers

SPARCNN: SPAtially Related Convolutional Neural Networks

2017-08-24 · JT Turner, Kalyan Moy Gupta, David Aha

The ability to accurately detect and classify objects at varying pixel sizes in cluttered scenes is crucial to many Navy applications. However, detection performance of existing state-of the-art approaches such as convolutional neural networks (CNNs) degrade and suffer when applied to such cluttered and multi-object detection tasks. We conjecture that spatial relationships between objects in an image could be exploited to significantly improve detection accuracy, an approach that had not yet been considered by any existing techniques (to the best of our knowledge) at the time the research was conducted. We introduce a detection and classification technique called Spatially Related Detection with Convolutional Neural Networks (SPARCNN) that learns and exploits a probabilistic representation of inter-object spatial configurations within images from training sets for more effective region proposals to use with state-of-the-art CNNs. Our empirical evaluation of SPARCNN on the VOC 2007 dataset shows that it increases classification accuracy by 8% when compared to a region proposal technique that does not exploit spatial relations. More importantly, we obtained a higher performance boost of 18.8% when task difficulty in the test set is increased by including highly obscured objects and increased image clutter.

📄 PDF Abstract BibTeX arXiv:1708.07522

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationobject-detectionObject DetectionRegion Proposal

Similar Papers 제목 키워드 기반

Learning Backtrackless Aligned-Spatial Graph Convolutional Networks for Graph Classification

2019-04-06 · Lu Bail, Lixin Cui, Yuhang Jiao, Luca Rossi 외

In this paper, we develop a novel Backtrackless Aligned-Spatial Graph Convolutional Network (BASGCN) model to learn effective features for graph classification. Our idea is to transform arbitrary-sized graphs into fixed-…

General ClassificationGraph Classification

On Dropping Clusters to Regularize Graph Convolutional Neural Networks

2020-08-01 · ECCV 2020 8 · Xikun Zhang, Chang Xu, DaCheng Tao

Dropout has been widely adopted to regularize graph convolutional networks (GCNs) by randomly zeroing entries of the node feature vectors and obtains promising performance on various tasks. However, the information of in…

Action RecognitionSkeleton Based Action Recognition

Transcriptome-supervised classification of tissue morphology using deep learning

2023-12-07 · Axel Andersson, Gabriele Partel, Leslie Solorzano, Carolina Wählby

Deep learning has proven to successfully learn variations in tissue and cell morphology. Training of such models typically relies on expensive manual annotations. Here we conjecture that spatially resolved gene expressio…

Deep Learning

Generic Multimodal Spatially Graph Network for Spatially Embedded Network Representation Learning

2025-02-01 · Xudong Fan, Jürgen Hackl

Spatially embedded networks (SENs) represent a special type of complex graph, whose topologies are constrained by the networks' embedded spatial environments. The graph representation of such networks is thereby influenc…

Representation Learning

DropCluster: A structured dropout for convolutional networks

2020-02-07 · Liyan Chen, Philip Gautier, Sergul Aydore

Dropout as a regularizer in deep neural networks has been less effective in convolutional layers than in fully connected layers. This is due to the fact that dropout drops features randomly. When features are spatially c…