paper-with-me

Papers

Dual Complementary Dynamic Convolution for Image Recognition

2022-11-11 · Longbin Yan, Yunxiao Qin, Shumin Liu, Jie Chen

As a powerful engine, vanilla convolution has promoted huge breakthroughs in various computer tasks. However, it often suffers from sample and content agnostic problems, which limits the representation capacities of the convolutional neural networks (CNNs). In this paper, we for the first time model the scene features as a combination of the local spatial-adaptive parts owned by the individual and the global shift-invariant parts shared to all individuals, and then propose a novel two-branch dual complementary dynamic convolution (DCDC) operator to flexibly deal with these two types of features. The DCDC operator overcomes the limitations of vanilla convolution and most existing dynamic convolutions who capture only spatial-adaptive features, and thus markedly boosts the representation capacities of CNNs. Experiments show that the DCDC operator based ResNets (DCDC-ResNets) significantly outperform vanilla ResNets and most state-of-the-art dynamic convolutional networks on image classification, as well as downstream tasks including object detection, instance and panoptic segmentation tasks, while with lower FLOPs and parameters.

📄 PDF Abstract BibTeX arXiv:2211.06163

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classificationobject-detectionObject DetectionPanoptic Segmentation

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 제목 키워드 기반

NeuroPath: Brain-Inspired Dual-Pathway Graph Convolutional Networks for Skeleton-Based Action Recognition

2026-08-18 · Kanglei Zhou, Ruizhi Cai, Hubert P. H. Shum, Frederick W. B. Li 외 arxiv

Skeleton-based action recognition aims to recognize human actions from sequences of human joint coordinates. Most existing Spatial-Temporal Graph Convolutional Networks (STGCNs) have achieved promising results by modelin…

Action Recognition

Temporal Residual Networks for Dynamic Scene Recognition

2017-07-01 · CVPR 2017 7 · Christoph Feichtenhofer, Axel Pinz, Richard P. Wildes

This paper combines three contributions to establish a new state-of-the-art in dynamic scene recognition. First, we present a novel ConvNet architecture based on temporal residual units that is fully convolutional in spa…

Action RecognitionScene RecognitionTemporal Action Localization

DualNet: Learn Complementary Features for Image Recognition

2017-10-01 · ICCV 2017 10 · Saihui Hou, Xu Liu, Zilei Wang

In this work we propose a novel framework named DualNet aiming at learning more accurate representation for image recognition. Here two parallel neural networks are coordinated to learn complementary features and thus a …

Skeleton-based sign language recognition using a dual-stream spatio-temporal dynamic graph convolutional network

2025-09-10 · Liangjin Liu, Haoyang Zheng, Zhengzhong Zhu, Pei Zhou arxiv

Isolated Sign Language Recognition (ISLR) is challenged by gestures that are morphologically similar yet semantically distinct, a problem rooted in the complex interplay between hand shape and motion trajectory. Existing…

Sign Language Recognition

Accelerating Deep Neural Networks with Spatial Bottleneck Modules

2018-09-07 · Junran Peng, Lingxi Xie, Zhao-Xiang Zhang, Tieniu Tan 외

This paper presents an efficient module named spatial bottleneck for accelerating the convolutional layers in deep neural networks. The core idea is to decompose convolution into two stages, which first reduce the spatia…