paper-with-me

Papers

AutoShuffleNet: Learning Permutation Matrices via an Exact Lipschitz Continuous Penalty in Deep Convolutional Neural Networks

2019-01-24 · Jiancheng Lyu, Shuai Zhang, Yingyong Qi, Jack Xin

ShuffleNet is a state-of-the-art light weight convolutional neural network architecture. Its basic operations include group, channel-wise convolution and channel shuffling. However, channel shuffling is manually designed empirically. Mathematically, shuffling is a multiplication by a permutation matrix. In this paper, we propose to automate channel shuffling by learning permutation matrices in network training. We introduce an exact Lipschitz continuous non-convex penalty so that it can be incorporated in the stochastic gradient descent to approximate permutation at high precision. Exact permutations are obtained by simple rounding at the end of training and are used in inference. The resulting network, referred to as AutoShuffleNet, achieved improved classification accuracies on CIFAR-10 and ImageNet data sets. In addition, we found experimentally that the standard convex relaxation of permutation matrices into stochastic matrices leads to poor performance. We prove theoretically the exactness (error bounds) in recovering permutation matrices when our penalty function is zero (very small). We present examples of permutation optimization through graph matching and two-layer neural network models where the loss functions are calculated in closed analytical form. In the examples, convex relaxation failed to capture permutations whereas our penalty succeeded.

📄 PDF Abstract BibTeX arXiv:1901.08624

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Matching

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

Restricted Block Permutation for Two-Sample Testing

2025-11-29 · Jungwoo Ho arxiv

We study a structured permutation scheme for two-sample testing that restricts permutations to single cross-swaps between block-selected representatives. Our analysis yields three main results. First, we provide an exact…

Two-sample testing

Uniform Convergence of Deep Neural Networks with Lipschitz Continuous Activation Functions and Variable Widths

2023-06-02 · Yuesheng Xu, Haizhang Zhang

We consider deep neural networks with a Lipschitz continuous activation function and with weight matrices of variable widths. We establish a uniform convergence analysis framework in which sufficient conditions on weight…

Quantitative Bounds for Sorting-Based Permutation-Invariant Embeddings

2025-10-25 · Nadav Dym, Matthias Wellershoff, Efstratios Tsoukanis, Daniel Levy 외 arxiv

We study permutation-invariant embeddings of $d$-dimensional point sets, which are defined by sorting $D$ independent one-dimensional projections of the input. Such embeddings arise in graph deep learning where outputs s…

Lipschitz Continuity Retained Binary Neural Network

2022-07-13 · Yuzhang Shang, Dan Xu, Bin Duan, Ziliang Zong 외

Relying on the premise that the performance of a binary neural network can be largely restored with eliminated quantization error between full-precision weight vectors and their corresponding binary vectors, existing wor…

BinarizationQuantization

Optimal robust exact first-order differentiators with Lipschitz continuous output

2024-04-08 · Rodrigo Aldana-Lopez, Richard Seeber, Hernan Haimovich, David Gomez-Gutierrez

The signal differentiation problem involves the development of algorithms that allow to recover a signal's derivatives from noisy measurements. This paper develops a first-order differentiator with the following combinat…