paper-with-me

홈 › Papers

Radius Adaptive Convolutional Neural Network

2019-11-25 · Meisam Rakhshanfar

Convolutional neural network (CNN) is widely used in computer vision applications. In the networks that deal with images, CNNs are the most time-consuming layer of the networks. Usually, the solution to address the computation cost is to decrease the number of trainable parameters. This solution usually comes with the cost of dropping the accuracy. Another problem with this technique is that usually the cost of memory access is not taken into account which results in insignificant speedup gain. The number of operations and memory access in a standard convolution layer is independent of the input content, which makes it limited for certain accelerations. We propose a simple modification to a standard convolution to bridge this gap. We propose an adaptive convolution that adopts different kernel sizes (or radii) based on the content. The network can learn and select the proper radius based on the input content in a soft decision manner. Our proposed radius-adaptive convolutional neural network (RACNN) has a similar number of weights to a standard one, yet, results show it can reach higher speeds. The code has been made available at: https://github.com/meisamrf/racnn.

📄 PDF Abstract BibTeX arXiv:1911.11079

Code (1)

meisamrf/racnn 공식 구현 tf

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

(Weighted) Adaptive Radius Near Neighbor Search: Evaluation for WiFi Fingerprint-based Positioning

2026-04-17 · Khang Le, Joaquín Torres-Sospedra, Philipp Müller arxiv

Fixed Radius Near Neighbor (FRNN) search is an alternative to the widely used k Nearest Neighbors (kNN) search. Unlike kNN, FRNN determines a label or an estimate for a test sample based on all training samples within a …

LightSAM: Parameter-Agnostic Sharpness-Aware Minimization

2025-05-30 · Yifei Cheng, Li Shen, Hao Sun, Nan Yin 외

Sharpness-Aware Minimization (SAM) optimizer enhances the generalization ability of the machine learning model by exploring the flat minima landscape through weight perturbations. Despite its empirical success, SAM intro…

Sensitivity

Distance-Aware Muon: Adaptive Step Scaling for Normalized Optimization

2026-05-18 · Yury Demidovich, Abhishek Chakraborty, Grigory Malinovsky, Angelia Nedić 외 arxiv

Muon and related normalized optimizers decouple the choice of update direction from the choice of step scale, but their practical performance remains sensitive to the scale of the normalized step. We study adaptive scali…

Image Classification

A Deep Structured Model with Radius-Margin Bound for 3D Human Activity Recognition

2015-12-05 · Liang Lin, Keze Wang, WangMeng Zuo, Meng Wang 외

Understanding human activity is very challenging even with the recently developed 3D/depth sensors. To solve this problem, this work investigates a novel deep structured model, which adaptively decomposes an activity ins…

Activity RecognitionHuman Activity Recognition

BubbleOKAN: A Physics-Informed Interpretable Neural Operator for High-Frequency Bubble Dynamics

2025-08-05 · Yunhao Zhang, Sidharth S. Menon, Lin Cheng, Aswin Gnanaskandan 외 arxiv

In this work, we employ physics-informed neural operators to map pressure profiles from an input function space to the corresponding bubble radius responses. Our approach employs a two-step DeepONet architecture. To addr…