paper-with-me

홈 › Papers

Seesaw-Net: Convolution Neural Network With Uneven Group Convolution

2019-05-09 · Jintao Zhang

In this paper, we are interested in boosting the representation capability of convolution neural networks which utilizing the inverted residual structure. Based on the success of Inverted Residual structure[Sandler et al. 2018] and Interleaved Low-Rank Group Convolutions[Sun et al. 2018], we rethink this two pattern of neural network structure, rather than NAS(Neural architecture search) method[Zoph and Le 2017; Pham et al. 2018; Liu et al. 2018b], we introduce uneven point-wise group convolution, which provide a novel search space for designing basic blocks to obtain better trade-off between representation capability and computational cost. Meanwhile, we propose two novel information flow patterns that will enable cross-group information flow for multiple group convolution layers with and without any channel permute/shuffle operation. Dense experiments on image classification task show that our proposed model, named Seesaw-Net, achieves state-of-the-art(SOTA) performance with limited computation and memory cost. Our code will be open-source and available together with pre-trained models.

📄 PDF Abstract BibTeX arXiv:1905.03672

Code (3)

MindSpore-scientific/code-5/tree/main/SeesawLoss-master mindspore
cvtower/SeesawNet-pytorch-reimplement pytorch
cvtower/SeesawNet_pytorch pytorch

Tasks

image-classificationImage ClassificationNeural Architecture Search

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

Uneven illumination surface defects inspection based on convolutional neural network

2019-05-16 · Hao Wu, Yulong Liu, Wenbin Gao, Xiangrong Xu

Surface defect inspection based on machine vision is often affected by uneven illumination. In order to improve the inspection rate of surface defects inspection under uneven illumination condition, this paper proposes a…

SeesawFaceNets: sparse and robust face verification model for mobile platform

2019-08-24 · arXiv 2019 8 · Jintao Zhang

Deep Convolutional Neural Network (DCNNs) come to be the most widely used solution for most computer vision related tasks, and one of the most important application scenes is face verification. Due to its high-accuracy p…

Face RecognitionFace VerificationLightweight Face Recognition

Interleaved Group Convolutions

2017-10-01 · ICCV 2017 10 · Ting Zhang, Guo-Jun Qi, Bin Xiao, Jingdong Wang

In this paper, we present a simple and modularized neural network architecture, named interleaved group convolutional neural networks (IGCNets). The main point lies in a novel building block, a pair of two successive int…

Object Detection With Location-Aware Deformable Convolution and Backward Attention Filtering

2019-06-01 · CVPR 2019 6 · Chen Zhang, Joohee Kim

Multi-class and multi-scale object detection for autonomous driving is challenging because of the high variation in object scales and the cluttered background in complex street scenes. Context information and high-resolu…

Autonomous DrivingObjectobject-detectionObject Detection

Interleaved Group Convolutions for Deep Neural Networks

2017-07-10 · Ting Zhang, Guo-Jun Qi, Bin Xiao, Jingdong Wang

In this paper, we present a simple and modularized neural network architecture, named interleaved group convolutional neural networks (IGCNets). The main point lies in a novel building block, a pair of two successive int…