paper-with-me

Papers

An Aggregated Multicolumn Dilated Convolution Network for Perspective-Free Counting

2018-04-20 · Diptodip Deb, Jonathan Ventura

We propose the use of dilated filters to construct an aggregation module in a multicolumn convolutional neural network for perspective-free counting. Counting is a common problem in computer vision (e.g. traffic on the street or pedestrians in a crowd). Modern approaches to the counting problem involve the production of a density map via regression whose integral is equal to the number of objects in the image. However, objects in the image can occur at different scales (e.g. due to perspective effects) which can make it difficult for a learning agent to learn the proper density map. While the use of multiple columns to extract multiscale information from images has been shown before, our approach aggregates the multiscale information gathered by the multicolumn convolutional neural network to improve performance. Our experiments show that our proposed network outperforms the state-of-the-art on many benchmark datasets, and also that using our aggregation module in combination with a higher number of columns is beneficial for multiscale counting.

📄 PDF Abstract BibTeX arXiv:1804.07821

Code (2)

diptodip/counting 공식 구현 tf
vikparuchuri/marker pytorch

Similar Papers 제목 키워드 기반

Conditioned Time-Dilated Convolutions for Sound Event Detection

2020-07-10 · Konstantinos Drossos, Stylianos I. Mimilakis, Tuomas Virtanen

Sound event detection (SED) is the task of identifying sound events along with their onset and offset times. A recent, convolutional neural networks based SED method, proposed the usage of depthwise separable (DWS) and t…

Event DetectionLanguage ModellingSound Event Detection

Multicolumn Networks for Face Recognition

2018-07-24 · Weidi Xie, Andrew Zisserman

The objective of this work is set-based face recognition, i.e. to decide if two sets of images of a face are of the same person or not. Conventionally, the set-wise feature descriptor is computed as an average of the des…

Face IdentificationFace RecognitionFace VerificationGeneral Classification

Adaptive Fractional Dilated Convolution Network for Image Aesthetics Assessment

2020-04-06 · CVPR 2020 6 · Qiuyu Chen, Wei zhang, Ning Zhou, Peng Lei 외

To leverage deep learning for image aesthetics assessment, one critical but unsolved issue is how to seamlessly incorporate the information of image aspect ratios to learn more robust models. In this paper, an adaptive f…

CASSOD-Net: Cascaded and Separable Structures of Dilated Convolution for Embedded Vision Systems and Applications

2021-04-29 · Tse-Wei Chen, Deyu Wang, Wei Tao, Dongchao Wen 외

The field of view (FOV) of convolutional neural networks is highly related to the accuracy of inference. Dilated convolutions are known as an effective solution to the problems which require large FOVs. However, for gene…

Face DetectionImage SegmentationSemantic Segmentation

A 2D dilated residual U-Net for multi-organ segmentation in thoracic CT

2019-05-19 · Sulaiman Vesal, Nishant Ravikumar, Andreas Maier

Automatic segmentation of organs-at-risk (OAR) in computed tomography (CT) is an essential part of planning effective treatment strategies to combat lung and esophageal cancer. Accurate segmentation of organs surrounding…

Computed Tomography (CT)Image SegmentationMedical Image SegmentationOrgan Segmentation+3