theFoxofSky/ddfnet
The official implementation of the CVPR2021 paper: Decoupled Dynamic Filter Networks
Decouples standard convolution into separate spatial and channel dynamic filters, enabling flexible filter combinations (multiplicative or additive) that unify existing weight-dynamic operations like CARAFE and depthwise filtering. Implemented as a modular CUDA operation in PyTorch that integrates with timm-based ResNet architectures, achievable by copying the ddf folder into existing projects. Pre-trained ImageNet models are provided, with the approach demonstrating competitive accuracy (79.1% top-1 on ResNet50) while maintaining parameter efficiency.
223 stars. No commits in the last 6 months.
Stars
223
Forks
31
Language
Python
License
MIT
Category
Last pushed
Apr 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/theFoxofSky/ddfnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shadow2496/VITON-HD
Official PyTorch implementation of "VITON-HD: High-Resolution Virtual Try-On via...
ChristophReich1996/Involution
PyTorch reimplementation of the paper "Involution: Inverting the Inherence of Convolution for...
maryam089/SDViT
Official repository for "Self-Distilled Vision Transformer for Domain Generalization" (ACCV-2022 ORAL)
thomasverelst/dynconv
Code for Dynamic Convolutions: Exploiting Spatial Sparsity for Faster Inference (CVPR2020)
NikosEfth/freedom
Official PyTorch implementation of the WACV 2025 Oral paper "Composed Image Retrieval for...