paper-with-me

Papers

Deep Hyperspherical Learning

2017-11-08 · NeurIPS 2017 12 · Weiyang Liu, Yan-Ming Zhang, Xingguo Li, Zhiding Yu, Bo Dai, Tuo Zhao, Le Song

Convolution as inner product has been the founding basis of convolutional neural networks (CNNs) and the key to end-to-end visual representation learning. Benefiting from deeper architectures, recent CNNs have demonstrated increasingly strong representation abilities. Despite such improvement, the increased depth and larger parameter space have also led to challenges in properly training a network. In light of such challenges, we propose hyperspherical convolution (SphereConv), a novel learning framework that gives angular representations on hyperspheres. We introduce SphereNet, deep hyperspherical convolution networks that are distinct from conventional inner product based convolutional networks. In particular, SphereNet adopts SphereConv as its basic convolution operator and is supervised by generalized angular softmax loss - a natural loss formulation under SphereConv. We show that SphereNet can effectively encode discriminative representation and alleviate training difficulty, leading to easier optimization, faster convergence and comparable (even better) classification accuracy over convolutional counterparts. We also provide some theoretical insights for the advantages of learning on hyperspheres. In addition, we introduce the learnable SphereConv, i.e., a natural improvement over prefixed SphereConv, and SphereNorm, i.e., hyperspherical learning as a normalization method. Experiments have verified our conclusions.

📄 PDF Abstract BibTeX arXiv:1711.03189

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 제목 키워드 기반

Hyperspherical Variational Auto-Encoders

2018-04-03 · Tim R. Davidson, Luca Falorsi, Nicola De Cao, Thomas Kipf 외

The Variational Auto-Encoder (VAE) is one of the most used unsupervised machine learning models. But although the default choice of a Gaussian distribution for both the prior and posterior represents a mathematically con…

Link Prediction

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…

Hyperspherical Query Likelihood Models with Word Embeddings

2017-11-01 · IJCNLP 2017 11 · Ryo Masumura, Taichi Asami, Hirokazu Masataki, Kugatsu Sadamitsu 외

This paper presents an initial study on hyperspherical query likelihood models (QLMs) for information retrieval (IR). Our motivation is to naturally utilize pre-trained word embeddings for probabilistic IR. To this end, …

Information RetrievalLanguage ModelingLanguage ModellingRetrieval+2

Harmonizing Geometry and Uncertainty: Diffusion with Hyperspheres

2025-06-12 · Muskan Dosi, Chiranjeev Chiranjeev, Kartik Thakral, Mayank Vatsa 외

Do contemporary diffusion models preserve the class geometry of hyperspherical data? Standard diffusion models rely on isotropic Gaussian noise in the forward process, inherently favoring Euclidean spaces. However, many …

Increasing Expressivity of a Hyperspherical VAE

2019-10-07 · Tim R. Davidson, Jakub M. Tomczak, Efstratios Gavves

Learning suitable latent representations for observed, high-dimensional data is an important research topic underlying many recent advances in machine learning. While traditionally the Gaussian normal distribution has be…