paper-with-me

Papers

Content-Aware Convolutional Neural Networks

2021-06-30 · Yong Guo, Yaofo Chen, Mingkui Tan, Kui Jia, Jian Chen, Jingdong Wang

Convolutional Neural Networks (CNNs) have achieved great success due to the powerful feature learning ability of convolution layers. Specifically, the standard convolution traverses the input images/features using a sliding window scheme to extract features. However, not all the windows contribute equally to the prediction results of CNNs. In practice, the convolutional operation on some of the windows (e.g., smooth windows that contain very similar pixels) can be very redundant and may introduce noises into the computation. Such redundancy may not only deteriorate the performance but also incur the unnecessary computational cost. Thus, it is important to reduce the computational redundancy of convolution to improve the performance. To this end, we propose a Content-aware Convolution (CAC) that automatically detects the smooth windows and applies a 1x1 convolutional kernel to replace the original large kernel. In this sense, we are able to effectively avoid the redundant computation on similar pixels. By replacing the standard convolution in CNNs with our CAC, the resultant models yield significantly better performance and lower computational cost than the baseline models with the standard convolution. More critically, we are able to dynamically allocate suitable computation resources according to the data smoothness of different images, making it possible for content-aware computation. Extensive experiments on various computer vision tasks demonstrate the superiority of our method over existing methods.

📄 PDF Abstract BibTeX arXiv:2106.15797

Code (1)

guoyongcs/CAC 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Weakly- and Self-Supervised Learning for Content-Aware Deep Image Retargeting

2017-08-09 · ICCV 2017 10 · Donghyeon Cho, Jinsun Park, Tae-Hyun Oh, Yu-Wing Tai 외

This paper proposes a weakly- and self-supervised deep convolutional neural network (WSSDCNN) for content-aware image retargeting. Our network takes a source image and a target aspect ratio, and then directly outputs a r…

Image RetargetingSelf-Supervised Learning

Measurement of exceptional motion in VR video contents for VR sickness assessment using deep convolutional autoencoder

2018-04-11 · Hak Gu Kim, Wissam J. Baddar, Heoun-taek Lim, Hyunwook Jeong 외

This paper proposes a new objective metric of exceptional motion in VR video contents for VR sickness assessment. In VR environment, VR sickness can be caused by several factors which are mismatched motion, field of view…

CARAFE: Content-Aware ReAssembly of FEatures

2019-05-06 · ICCV 2019 10 · Jiaqi Wang, Kai Chen, Rui Xu, Ziwei Liu 외

Feature upsampling is a key operation in a number of modern convolutional network architectures, e.g. feature pyramids. Its design is critical for dense prediction tasks such as object detection and semantic/instance seg…

Feature UpsamplingInstance Segmentationobject-detectionObject Detection+1

MHSCNet: A Multimodal Hierarchical Shot-aware Convolutional Network for Video Summarization

2022-04-18 · Wujiang Xu, Runzhong Wang, Xiaobo Guo, Shaoshuai Li 외

Video summarization intends to produce a concise video summary by effectively capturing and combining the most informative parts of the whole content. Existing approaches for video summarization regard the task as a fram…

Video Summarization

DeepFloat: Resource-Efficient Dynamic Management of Vehicular Floating Content

2019-06-11 · Gaetano Manzo, Sebastian Otalora, Marco Ajmone Marsan, Torsten Braun 외

Opportunistic communications are expected to playa crucial role in enabling context-aware vehicular services. A widely investigated opportunistic communication paradigm for storing a piece of content probabilistically in…

Management