paper-with-me

홈 › Papers

Convolutional Neural Networks with Alternately Updated Clique

2018-02-28 · CVPR 2018 6 · Yibo Yang, Zhisheng Zhong, Tiancheng Shen, Zhouchen Lin

Improving information flow in deep networks helps to ease the training difficulties and utilize parameters more efficiently. Here we propose a new convolutional neural network architecture with alternately updated clique (CliqueNet). In contrast to prior networks, there are both forward and backward connections between any two layers in the same block. The layers are constructed as a loop and are updated alternately. The CliqueNet has some unique properties. For each layer, it is both the input and output of any other layer in the same block, so that the information flow among layers is maximized. During propagation, the newly updated layers are concatenated to re-update previously updated layer, and parameters are reused for multiple times. This recurrent feedback structure is able to bring higher level visual information back to refine low-level filters and achieve spatial attention. We analyze the features generated at different stages and observe that using refined features leads to a better result. We adopt a multi-scale feature strategy that effectively avoids the progressive growth of parameters. Experiments on image recognition datasets including CIFAR-10, CIFAR-100, SVHN and ImageNet show that our proposed models achieve the state-of-the-art performance with fewer parameters.

📄 PDF Abstract BibTeX arXiv:1802.10419

Code (3)

iboing/CliqueNet 공식 구현 tf
lishuliang/Emotion-Recognition tf
yaowenlong/clique pytorch

Similar Papers 제목 키워드 기반

Learning convolutional neural network to maximize Pos@Top performance measure

2016-09-27 · Yanyan Geng, Ru-Ze Liang, Weizhi Li, Jingbin Wang 외

In the machine learning problems, the performance measure is used to evaluate the machine learning models. Recently, the number positive data points ranked at the top positions (Pos@Top) has been a popular performance me…

BIG-bench Machine LearningPOS

Modulated binary cliquenet

2019-02-27 · Jinpeng Xia, Jiasong Wu, Youyong Kong, Pinzheng Zhang 외

Although Convolutional Neural Networks (CNNs) achieve effectiveness in various computer vision tasks, the significant requirement of storage of such networks hinders the deployment on computationally limited devices. In …

Chordal-GCN: Exploiting sparsity in training large-scale graph convolutional networks

2019-09-25 · Xin Jiang*, Kewei Cheng*, Song Jiang*, Yizhou Sun

Despite the impressive success of graph convolutional networks (GCNs) on numerous applications, training on large-scale sparse networks remains challenging. Current algorithms require large memory space for storing GCN o…

Node Classification

Joint Sub-bands Learning with Clique Structures for Wavelet Domain Super-Resolution

2018-09-12 · NeurIPS 2018 12 · Zhisheng Zhong, Tiancheng Shen, Yibo Yang, Zhouchen Lin 외

Convolutional neural networks (CNNs) have recently achieved great success in single-image super-resolution (SISR). However, these methods tend to produce over-smoothed outputs and miss some textural details. To solve the…

Image Super-ResolutionSuper-Resolution

Semi-Supervised Brain Lesion Segmentation with an Adapted Mean Teacher Model

2019-03-04 · Wenhui Cui, Yanlin Liu, Yuxing Li, Menghao Guo 외

Automated brain lesion segmentation provides valuable information for the analysis and intervention of patients. In particular, methods based on convolutional neural networks (CNNs) have achieved state-of-the-art segment…

image-classificationImage ClassificationIschemic Stroke Lesion SegmentationLesion Segmentation+1