Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AlignMixup: Improving Representations By Interpolating Aligned Features

About

Mixup is a powerful data augmentation method that interpolates between two or more examples in the input or feature space and between the corresponding target labels. Many recent mixup methods focus on cutting and pasting two or more objects into one image, which is more about efficient processing than interpolation. However, how to best interpolate images is not well defined. In this sense, mixup has been connected to autoencoders, because often autoencoders "interpolate well", for instance generating an image that continuously deforms into another. In this work, we revisit mixup from the interpolation perspective and introduce AlignMix, where we geometrically align two images in the feature space. The correspondences allow us to interpolate between two sets of features, while keeping the locations of one set. Interestingly, this gives rise to a situation where mixup retains mostly the geometry or pose of one image and the texture of the other, connecting it to style transfer. More than that, we show that an autoencoder can still improve representation learning under mixup, without the classifier ever seeing decoded images. AlignMix outperforms state-of-the-art mixup methods on five different benchmarks.

Shashanka Venkataramanan, Ewa Kijak, Laurent Amsaleg, Yannis Avrithis• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy81.71
3518
Image ClassificationImageNet (val)
Accuracy78
300
Image ClassificationTiny ImageNet (test)--
265
Image ClassificationCIFAR-10 (test)
Test Error Rate52.13
151
Image ClassificationCIFAR-100 standard (test)--
133
CalibrationCIFAR-100 (test)
ECE5.06
99
Image ClassificationCIFAR-100 (test)
Test Error90.4
65
Image ClassificationImageNet
Top-1 Error18.83
55
Image ClassificationCIFAR-10 standard (test)
Top-1 Error2.83
22
Image ClassificationCIFAR-100 (test)
Top-1 Error55.05
22
Showing 10 of 18 rows

Other info

Code

Follow for update