paper-with-me

Papers

Fast Dynamic Routing Based on Weighted Kernel Density Estimation

2018-05-28 · Suofei Zhang, Wei Zhao, Xiaofu Wu, Quan Zhou

Capsules as well as dynamic routing between them are most recently proposed structures for deep neural networks. A capsule groups data into vectors or matrices as poses rather than conventional scalars to represent specific properties of target instance. Besides of pose, a capsule should be attached with a probability (often denoted as activation) for its presence. The dynamic routing helps capsules achieve more generalization capacity with many fewer model parameters. However, the bottleneck that prevents widespread applications of capsule is the expense of computation during routing. To address this problem, we generalize existing routing methods within the framework of weighted kernel density estimation, and propose two fast routing methods with different optimization strategies. Our methods prompt the time efficiency of routing by nearly 40\% with negligible performance degradation. By stacking a hybrid of convolutional layers and capsule layers, we construct a network architecture to handle inputs at a resolution of $64\times{64}$ pixels. The proposed models achieve a parallel performance with other leading methods in multiple benchmarks.

📄 PDF Abstract BibTeX arXiv:1805.10807

Code (3)

andyweizhao/capsule tf
andyweizhao/capsule_text_classification tf
kevindeangeli/capsuleNetwork tf

Tasks

Density EstimationImage Classification

Similar Papers 제목 키워드 기반

Overcoming Saturation in Density Ratio Estimation by Iterated Regularization

2024-02-21 · Lukas Gruber, Markus Holzleitner, Johannes Lehner, Sepp Hochreiter 외

Estimating the ratio of two probability densities from finitely many samples, is a central task in machine learning and statistics. In this work, we show that a large class of kernel methods for density ratio estimation …

Density Ratio EstimationDomain AdaptationUnsupervised Domain Adaptation

A Doeblin-Anchored Contrastive Chart for Learning Markov Transition Kernels

2026-06-01 · Ao Xu arxiv

Learning a Markov transition model is not merely conditional density estimation: the learned object must be a valid transition kernel before it is iterated in downstream dynamics. This paper introduces a Doeblin-anchored…

Density Estimation

Sub-quadratic Algorithms for Kernel Matrices via Kernel Density Estimation

2022-12-01 · Ainesh Bakshi, Piotr Indyk, Praneeth Kacham, Sandeep Silwal 외

Kernel matrices, as well as weighted graphs represented by them, are ubiquitous objects in machine learning, statistics and other related fields. The main drawback of using kernel methods (learning and inference using ke…

Density Estimation

Dynamic Similarity Graph Construction with Kernel Density Estimation

2025-07-02 · Steinar Laenen, Peter Macgregor, He Sun arxiv

In the kernel density estimation (KDE) problem, we are given a set $X$ of data points in $\mathbb{R}^d$, a kernel function $k: \mathbb{R}^d \times \mathbb{R}^d \rightarrow \mathbb{R}$, and a query point $\mathbf{q} \in \…

Density Estimation

Fast Kernel Density Estimation with Density Matrices and Random Fourier Features

2022-08-02 · Joseph A. Gallego, Juan F. Osorio, Fabio A. González

Kernel density estimation (KDE) is one of the most widely used nonparametric density estimation methods. The fact that it is a memory-based method, i.e., it uses the entire training data set for prediction, makes it unsu…

Density Estimation