paper-with-me

Papers

Improving Discriminative Visual Representation Learning via Automatic Mixup

2021-09-29 · Siyuan Li, Zicheng Liu, Di wu, Stan Z. Li

Mixup, a convex interpolation technique for data augmentation, has achieved great success in deep neural networks. However, the community usually confines it to supervised scenarios or applies it as a predefined augmentation strategy in various fields, grossly underestimating its capacity for modeling relationships between two classes or instances. In this paper, we decompose mixup into two sub-tasks of mixup generation and classification and formulate it for discriminative representations as class- and instance-level mixup. We first analyze and summarize the properties of instance-level mixup as local smoothness and global discrimination. Then, we improve mixup generation with these properties from two aspects: we enhance modeling non-linear mixup relationships between two samples and discuss learning objectives for mixup generation. Eventually, we propose a general mixup training method called AMix to improve discriminative representations on various scenarios. Extensive experiments on supervised and self-supervised scenarios show that AMix consistently outperforms leading methods by a large margin.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationRepresentation Learning

Methods 이 논문이 사용한 방법론

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:…

Similar Papers 제목 키워드 기반

Boosting Discriminative Visual Representation Learning with Scenario-Agnostic Mixup

2021-11-30 · Siyuan Li, Zicheng Liu, Zedong Wang, Di wu 외

Mixup is a well-known data-dependent augmentation technique for DNNs, consisting of two sub-tasks: mixup generation and classification. However, the recent dominant online training method confines mixup to supervised lea…

Data AugmentationImage ClassificationRepresentation LearningSelf-Supervised Learning

Harnessing Hard Mixed Samples with Decoupled Regularizer

2022-03-21 · NeurIPS 2023 11 · Zicheng Liu, Siyuan Li, Ge Wang, Cheng Tan 외

Mixup is an efficient data augmentation approach that improves the generalization of neural networks by smoothing the decision boundary with mixed data. Recently, dynamic mixup methods have improved previous static polic…

Data Augmentation

Modality-Adaptive Mixup and Invariant Decomposition for RGB-Infrared Person Re-Identification

2022-03-03 · Zhipeng Huang, Jiawei Liu, Liang Li, Kecheng Zheng 외

RGB-infrared person re-identification is an emerging cross-modality re-identification task, which is very challenging due to significant modality discrepancy between RGB and infrared images. In this work, we propose a no…

Deep Reinforcement LearningPerson Re-Identification

Mixup for Node and Graph Classification

2021-06-01 · Yiwei Wang, Wei Wang, Yuxuan Liang, Yujun Cai 외

Mixup is an advanced data augmentation method for training neural network based image classifiers, which interpolates both features and labels of a pair of images to produce synthetic samples. However, devising the Mixup…

ClassificationData AugmentationGraph ClassificationGraph Learning+1

OpenMixup: Open Mixup Toolbox and Benchmark for Visual Representation Learning

2022-09-11 · Siyuan Li, Zedong Wang, Zicheng Liu, Juanxi Tian 외

Mixup augmentation has emerged as a widely used technique for improving the generalization ability of deep neural networks (DNNs). However, the lack of standardized implementations and benchmarks has impeded recent progr…

BenchmarkingClassificationImage ClassificationRepresentation Learning+2