paper-with-me

Papers

ShuffleMix: Improving Representations via Channel-Wise Shuffle of Interpolated Hidden States

2023-05-30 · KangJun Liu, Ke Chen, Lihua Guo, YaoWei Wang, Kui Jia

Mixup style data augmentation algorithms have been widely adopted in various tasks as implicit network regularization on representation learning to improve model generalization, which can be achieved by a linear interpolation of labeled samples in input or feature space as well as target space. Inspired by good robustness of alternative dropout strategies against over-fitting on limited patterns of training samples, this paper introduces a novel concept of ShuffleMix -- Shuffle of Mixed hidden features, which can be interpreted as a kind of dropout operation in feature space. Specifically, our ShuffleMix method favors a simple linear shuffle of randomly selected feature channels for feature mixup in-between training samples to leverage semantic interpolated supervision signals, which can be extended to a generalized shuffle operation via additionally combining linear interpolations of intra-channel features. Compared to its direct competitor of feature augmentation -- the Manifold Mixup, the proposed ShuffleMix can gain superior generalization, owing to imposing more flexible and smooth constraints on generating samples and achieving regularization effects of channel-wise feature dropout. Experimental results on several public benchmarking datasets of single-label and multi-label visual classification tasks can confirm the effectiveness of our method on consistently improving representations over the state-of-the-art mixup augmentation.

📄 PDF Abstract BibTeX arXiv:2305.18684

Code (1)

AkonLau/ShuffleMix 공식 구현 pytorch

Tasks

BenchmarkingData AugmentationRepresentation Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Manifold Mixup Manifold Mixup is a regularization method that encourages neural networks to predict less confidently on interpolations of hidden representations. It leverages semantic…

Similar Papers 제목 키워드 기반

ShuffleMixer: An Efficient ConvNet for Image Super-Resolution

2022-05-30 · Long Sun, Jinshan Pan, Jinhui Tang

Lightweight and efficiency are critical drivers for the practical application of image super-resolution (SR) algorithms. We propose a simple and effective approach, ShuffleMixer, for lightweight image super-resolution th…

Image Super-ResolutionSuper-Resolution

Lite-HRNet: A Lightweight High-Resolution Network

2021-04-13 · CVPR 2021 1 · Changqian Yu, Bin Xiao, Changxin Gao, Lu Yuan 외

We present an efficient high-resolution network, Lite-HRNet, for human pose estimation. We start by simply applying the efficient shuffle block in ShuffleNet to HRNet (high-resolution network), yielding stronger performa…

Pose EstimationReal-Time Semantic SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

Multi-Person Pose Estimation with Enhanced Channel-wise and Spatial Information

2019-05-09 · CVPR 2019 6 · Kai Su, Dongdong Yu, Zhenqi Xu, Xin Geng 외

Multi-person pose estimation is an important but challenging problem in computer vision. Although current approaches have achieved significant progress by fusing the multi-scale feature maps, they pay little attention to…

Multi-Person Pose EstimationPose Estimation

Dynamic Shuffle: An Efficient Channel Mixture Method

2023-10-04 · Kaijun Gong, Zhuowen Yin, Yushu Li, Kailing Guo 외

The redundancy of Convolutional neural networks not only depends on weights but also depends on inputs. Shuffling is an efficient operation for mixing channel information but the shuffle order is usually pre-defined. To …

Binarizationimage-classificationImage Classification

AugShuffleNet: Communicate More, Compute Less

2022-03-13 · Longqing Ye

As a remarkable compact model, ShuffleNetV2 offers a good example to design efficient ConvNets but its limit is rarely noticed. In this paper, we rethink the design pattern of ShuffleNetV2 and find that the channel-wise …