paper-with-me

Papers

Compact Global Descriptor for Neural Networks

2019-07-23 · Xiangyu He, Ke Cheng, Qiang Chen, Qinghao Hu, Peisong Wang, Jian Cheng

Long-range dependencies modeling, widely used in capturing spatiotemporal correlation, has shown to be effective in CNN dominated computer vision tasks. Yet neither stacks of convolutional operations to enlarge receptive fields nor recent nonlocal modules is computationally efficient. In this paper, we present a generic family of lightweight global descriptors for modeling the interactions between positions across different dimensions (e.g., channels, frames). This descriptor enables subsequent convolutions to access the informative global features with negligible computational complexity and parameters. Benchmark experiments show that the proposed method can complete state-of-the-art long-range mechanisms with a significant reduction in extra computing cost. Code available at https://github.com/HolmesShuan/Compact-Global-Descriptor.

📄 PDF Abstract BibTeX arXiv:1907.09665

Code (1)

HolmesShuan/Compact-Global-Descriptor 공식 구현 pytorch

Tasks

Audio ClassificationDeep AttentionImage ClassificationObject Detection

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Average Pooling 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
FPN 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Fast and Efficient Scene Categorization for Autonomous Driving using VAEs

2022-10-26 · Saravanabalagi Ramachandran, Jonathan Horgan, Ganesh Sistu, John McDonald

Scene categorization is a useful precursor task that provides prior knowledge for many advanced computer vision tasks with a broad range of applications in content-based image indexing and retrieval systems. Despite the …

Autonomous Drivingobject-detectionObject DetectionRetrieval+2

Compact Hash Codes for Efficient Visual Descriptors Retrieval in Large Scale Databases

2016-05-10 · Simone Ercoli, Marco Bertini, Alberto del Bimbo

In this paper we present an efficient method for visual descriptors retrieval based on compact hash codes computed using a multiple k-means assignment. The method has been applied to the problem of approximate nearest ne…

Retrieval

Ground Texture Based Localization Using Compact Binary Descriptors

2020-02-25 · Jan Fabian Schmid, Stephan F. Simon, Rudolf Mester

Ground texture based localization is a promising approach to achieve high-accuracy positioning of vehicles. We present a self-contained method that can be used for global localization as well as for subsequent local loca…

Aggregating Deep Convolutional Features for Image Retrieval

2015-10-26 · Artem Babenko, Victor Lempitsky

Several recent works have shown that image descriptors produced by deep convolutional neural networks provide state-of-the-art performance for image classification and retrieval problems. It has also been shown that the …

image-classificationImage ClassificationImage RetrievalRetrieval

FlashVGGT: Efficient and Scalable Visual Geometry Transformers with Compressed Descriptor Attention

2025-12-01 · Zipeng Wang, Dan Xu arxiv

3D reconstruction from multi-view images is a core challenge in computer vision. Recently, feed-forward methods have emerged as efficient and robust alternatives to traditional per-scene optimization techniques. Among th…

3D Reconstruction