paper-with-me

Papers

Hyperspherical Consistency Regularization

2022-06-02 · CVPR 2022 1 · Cheng Tan, Zhangyang Gao, Lirong Wu, Siyuan Li, Stan Z. Li

Recent advances in contrastive learning have enlightened diverse applications across various semi-supervised fields. Jointly training supervised learning and unsupervised learning with a shared feature encoder becomes a common scheme. Though it benefits from taking advantage of both feature-dependent information from self-supervised learning and label-dependent information from supervised learning, this scheme remains suffering from bias of the classifier. In this work, we systematically explore the relationship between self-supervised learning and supervised learning, and study how self-supervised learning helps robust data-efficient deep learning. We propose hyperspherical consistency regularization (HCR), a simple yet effective plug-and-play method, to regularize the classifier using feature-dependent information and thus avoid bias from labels. Specifically, HCR first projects logits from the classifier and feature projections from the projection head on the respective hypersphere, then it enforces data points on hyperspheres to have similar structures by minimizing binary cross entropy of pairwise distances' similarity metrics. Extensive experiments on semi-supervised and weakly-supervised learning demonstrate the effectiveness of our method, by showing superior performance with HCR.

📄 PDF Abstract BibTeX arXiv:2206.00845

Code (5)

chengtan9907/Hyperspherical-Consistency-Regularization 공식 구현 pytorch
MindCode-4/code-12/tree/main/hyperspherical-consistency-regularization mindspore
MindCode-4/code-7/tree/main/hyperspherical-consistency-regularization mindspore
MindSpore-scientific-2/code-12/tree/main/hyperspherical-consistency-regularization mindspore
nanzhaogang/contrib/tree/master/application/hyperspherical-consistency-regularization mindspore

Tasks

Contrastive LearningSelf-Supervised LearningWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Learning with Hyperspherical Uniformity

2021-03-02 · Weiyang Liu, Rongmei Lin, Zhen Liu, Li Xiong 외

Due to the over-parameterization nature, neural networks are a powerful tool for nonlinear function approximation. In order to achieve good generalization on unseen data, a suitable inductive bias is of great importance …

Inductive BiasL2 Regularization

Regularizing Neural Networks via Minimizing Hyperspherical Energy

2019-06-12 · CVPR 2020 6 · Rongmei Lin, Weiyang Liu, Zhen Liu, Chen Feng 외

Inspired by the Thomson problem in physics where the distribution of multiple propelling electrons on a unit sphere can be modeled via minimizing some potential energy, hyperspherical energy minimization has demonstrated…

Eccentric Regularization: Minimizing Hyperspherical Energy without explicit projection

2021-04-23 · Xuefeng Li, Alan Blair

Several regularization methods have recently been introduced which force the latent activations of an autoencoder or deep neural network to conform to either a Gaussian or hyperspherical distribution, or to minimize the …

DiversityImage GenerationRepresentation Learning

Improving singing voice separation with the Wave-U-Net using Minimum Hyperspherical Energy

2019-10-22 · Joaquin Perez-Lapillo, Oleksandr Galkin, Tillman Weyde

In recent years, deep learning has surpassed traditional approaches to the problem of singing voice separation. The Wave-U-Net is a recent deep network architecture that operates directly on the time domain. The standard…

Data Augmentationimage-classificationImage Classification

Learning towards Minimum Hyperspherical Energy

2018-05-23 · NeurIPS 2018 12 · Weiyang Liu, Rongmei Lin, Zhen Liu, Lixin Liu 외

Neural networks are a powerful class of nonlinear functions that can be trained end-to-end on various applications. While the over-parametrization nature in many neural networks renders the ability to fit complex functio…