Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
点
点头人工智能课程-v6.0-影像
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
靓靓
点头人工智能课程-v6.0-影像
Commits
c985ebe7
Commit
c985ebe7
authored
Aug 04, 2025
by
前钰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
33993069
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
readme.md
4-模型改进/4.3-特征增强(下)/readme.md
+57
-0
No files found.
4-模型改进/4.3-特征增强(下)/readme.md
0 → 100644
View file @
c985ebe7
# 特征增强(下)代码及相关介绍
# 特征增强(下)代码及相关介绍
本项目分享的是
\*\*
特征增强(下)
\*\*
部分的代码与资料,聚焦于注意力机制的扩展创新形式,包括多尺度建模、空间动态感知、频域特征融合等结构。适用于在中间特征阶段进一步提升模型表达能力。
---
## 文件获取
**文件见Conv文件夹**
---
## 内容简介
本部分内容主要围绕
\*\*
“注意力机制的扩展创新”
\*\*
展开,融合多尺度、位置可变性、频域分析等思路,拓展传统注意力模块的表达范围。适用于多种视觉任务(分类、检测、分割等)。
分享模块包括:
### 1. 多尺度上下文融合模块
*
**ASPP(Atrous Spatial Pyramid Pooling)**
*
并行空洞卷积提取多尺度上下文信息;
*
保持分辨率的同时扩大感受野
### 2. 空间感知增强模块
*
**可变形卷积(Deformable Conv)**
*
引入可学习的偏移,赋予卷积核空间动态感知能力
### 3. 轻量化特征增强模块
*
**深度可分离卷积(Depthwise Separable Conv)**
*
分离通道与空间卷积,降低计算量;
*
可与注意力机制结合使用,提升效率与表现。
### 4. 频域增强模块
*
**小波变换卷积(Wavelet Conv)**
*
利用小波分解提取不同频率信息;
*
引导模型关注细粒度边缘、纹理等高频特征。
---
## 💡 应用建议
本资料适合以下场景使用:
*
在主干网络中插入增强模块,提升中间特征表达能力;
*
对比注意力机制不同扩展方式的效果;
*
实验多尺度 / 频域 / 动态位置等思路下的增强方法;
*
探索轻量化与性能提升之间的平衡。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment