paper-with-me

홈 › Papers

Beyond Skip Connections: Top-Down Modulation for Object Detection

2016-12-20 · Abhinav Shrivastava, Rahul Sukthankar, Jitendra Malik, Abhinav Gupta

In recent years, we have seen tremendous progress in the field of object detection. Most of the recent improvements have been achieved by targeting deeper feedforward networks. However, many hard object categories such as bottle, remote, etc. require representation of fine details and not just coarse, semantic representations. But most of these fine details are lost in the early convolutional layers. What we need is a way to incorporate finer details from lower layers into the detection architecture. Skip connections have been proposed to combine high-level and low-level features, but we argue that selecting the right features from low-level requires top-down contextual information. Inspired by the human visual pathway, in this paper we propose top-down modulations as a way to incorporate fine details into the detection framework. Our approach supplements the standard bottom-up, feedforward ConvNet with a top-down modulation (TDM) network, connected using lateral connections. These connections are responsible for the modulation of lower layer filters, and the top-down network handles the selection and integration of contextual information and low-level features. The proposed TDM architecture provides a significant boost on the COCO testdev benchmark, achieving 28.6 AP for VGG16, 35.2 AP for ResNet101, and 37.3 for InceptionResNetv2 network, without any bells and whistles (e.g., multi-scale, iterative box refinement, etc.).

📄 PDF Abstract BibTeX arXiv:1612.06851

Code (1)

MTCloudVision/mxnet-dssd mxnet

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Iterative Graph Filtering Network for 3D Human Pose Estimation

2023-07-29 · Zaedul Islam, A. Ben Hamza

Graph convolutional networks (GCNs) have proven to be an effective approach for 3D human pose estimation. By naturally modeling the skeleton structure of the human body as a graph, GCNs are able to capture the spatial re…

3D Human Pose EstimationPose Estimation

The Importance of Skip Connections in Biomedical Image Segmentation

2016-08-14 · Michal Drozdzal, Eugene Vorontsov, Gabriel Chartrand, Samuel Kadoury 외

In this paper, we study the influence of both long and short skip connections on Fully Convolutional Networks (FCN) for biomedical image segmentation. In standard FCNs, only long skip connections are used to skip feature…

Image SegmentationSemantic Segmentation

Rethinking Skip Connections in Spiking Neural Networks with Time-To-First-Spike Coding

2023-12-01 · Youngeun Kim, Adar Kahana, Ruokai Yin, Yuhang Li 외

Time-To-First-Spike (TTFS) coding in Spiking Neural Networks (SNNs) offers significant advantages in terms of energy efficiency, closely mimicking the behavior of biological neurons. In this work, we delve into the role …

Learning to Refine Object Segments

2016-03-29 · Pedro O. Pinheiro, Tsung-Yi Lin, Ronan Collobert, Piotr Dollàr

Object segmentation requires both object-level information and low-level pixel data. This presents a challenge for feedforward networks: lower layers in convolutional nets capture rich spatial information, while upper la…

ObjectSemantic Segmentation

Skip Connections Eliminate Singularities

2017-01-31 · ICLR 2018 1 · A. Emin Orhan, Xaq Pitkow

Skip connections made the training of very deep networks possible and have become an indispensable component in a variety of neural architectures. A completely satisfactory explanation for their success remains elusive. …