paper-with-me

Papers

SGDM: Static-Guided Dynamic Module Make Stronger Visual Models

2024-03-27 · Wenjie Xing, Zhenchao Cui, Jing Qi

The spatial attention mechanism has been widely used to improve object detection performance. However, its operation is currently limited to static convolutions lacking content-adaptive features. This paper innovatively approaches from the perspective of dynamic convolution. We propose Razor Dynamic Convolution (RDConv) to address thetwo flaws in dynamic weight convolution, making it hard to implement in spatial mechanism: 1) it is computation-heavy; 2) when generating weights, spatial information is disregarded. Firstly, by using Razor Operation to generate certain features, we vastly reduce the parameters of the entire dynamic convolution operation. Secondly, we added a spatial branch inside RDConv to generate convolutional kernel parameters with richer spatial information. Embedding dynamic convolution will also bring the problem of sensitivity to high-frequency noise. We propose the Static-Guided Dynamic Module (SGDM) to address this limitation. By using SGDM, we utilize a set of asymmetric static convolution kernel parameters to guide the construction of dynamic convolution. We introduce the mechanism of shared weights in static convolution to solve the problem of dynamic convolution being sensitive to high-frequency noise. Extensive experiments illustrate that multiple different object detection backbones equipped with SGDM achieve a highly competitive boost in performance(e.g., +4% mAP with YOLOv5n on VOC and +1.7% mAP with YOLOv8n on COCO) with negligible parameter increase(i.e., +0.33M on YOLOv5n and +0.19M on YOLOv8n).

📄 PDF Abstract BibTeX arXiv:2403.18282

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

sGDML: Constructing Accurate and Data Efficient Molecular Force Fields Using Machine Learning

2019-07-01 · Computer Physics Communications 2019 7 · Chmiela, S., Sauceda, H. E. 외

We present an optimized implementation of the recently proposed symmetric gradient domain machine learning (sGDML) model. The sGDML model is able to faithfully reproduce global potential energy surfaces (PES) for molecul…

Atomic ForcesBIG-bench Machine Learning

Structure-Guided Diffusion Model for EEG-Based Visual Cognition Reconstruction

2026-04-24 · Yongxiang Lian, Yueyang Cang, Pingge Hu, Yuchen He 외 arxiv

Objective: Decoding visual information from electroencephalography (EEG) is an important problem in neuroscience and brain-computer interface (BCI) research. Existing methods are largely restricted to natural images and …

Contrastive LearningImage Generation

Resonance in Weight Space: Covariate Shift Can Drive Divergence of SGD with Momentum

2022-03-22 · ICLR 2022 4 · Kirby Banman, Liam Peet-Pare, Nidhi Hegde, Alona Fyshe 외

Most convergence guarantees for stochastic gradient descent with momentum (SGDm) rely on iid sampling. Yet, SGDm is often used outside this regime, in settings with temporally correlated input samples such as continual l…

Continual Learning

Acceleration of stochastic gradient descent with momentum by averaging: finite-sample rates and asymptotic normality

2023-05-28 · Kejie Tang, Weidong Liu, Yichen Zhang, Xi Chen

Stochastic gradient descent with momentum (SGDM) has been widely used in many machine learning and statistical applications. Despite the observed empirical benefits of SGDM over traditional SGD, the theoretical understan…

Uncertainty Quantification

Accelerating SGDM via Learning Rate and Batch Size Schedules: A Lyapunov-Based Analysis

2025-08-05 · Yuichi Kondo, Hideaki Iiduka arxiv

We analyze the convergence behavior of stochastic gradient descent with momentum (SGDM) under dynamic learning-rate and batch-size schedules by introducing a novel and simpler Lyapunov function. We extend the existing th…