当前位置:网站首页>Pan details of deep learning
Pan details of deep learning
2022-07-03 05:06:00 【TT ya】
Introduction to deep learning, rookie , I hope it's like taking notes and recording what I've learned , Also hope to help the same entry-level people , I hope the big guys can help correct it ~ Tort made delete .
One 、 Put forward the reason
Speaking of PAN, Can always think of similar FPN. of FPN The introduction and analysis of Kangkang can be found in the previous articles of Kangkang blogger (PAN Recommendations and FPN Study together )
In depth learning FPN Detailed explanation _tt Ya's blog -CSDN Blog
FPN It is a feature pyramid from top to bottom , Pass down the high-level strong semantic features , Enhance the entire pyramid , But it only enhances the semantic information , But the location information is not transmitted ( Or because the upward path is too long , The transmission effect is not good ).PAN This is the point , stay FPN Add a bottom-up pyramid after , Yes FPN To supplement , Transfer the low-level positioning features , The pyramid formed in this way combines semantic information and positioning information ,“ double play, double kill ”
.
Two 、PAN structural analysis
PAN The structure diagram is shown in the figure below :

stay FPN Based on the characteristic pyramid formed from top to bottom , Come to the following wave of operations PAN La
(1) First copy the bottom layer of the feature pyramid (①), Become the bottom of the new feature pyramid .
(2) Take a down sampling operation at the bottom of the new feature pyramid , Then the penultimate layer of the original feature pyramid is a 3 * 3 Convolution , The stride is 2; Then make a horizontal connection with the bottom layer after down sampling , Add the two together . Last one more 3 * 3 Convolution to fuse their features .
(3) The operation of other layers of the new feature pyramid is similar to (2) Agreement .
You are welcome to criticize and correct in the comment area , Thank you. ~
边栏推荐
- 【批处理DOS-CMD命令-汇总和小结】-CMD窗口的设置与操作命令-关闭cmd窗口、退出cmd环境(exit、exit /b、goto :eof)
- 1115 counting nodes in a BST (30 points)
- [set theory] relationship properties (common relationship properties | relationship properties examples | relationship operation properties)
- Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
- Market status and development prospect prediction of global fermentation acid industry in 2022
- Flutter monitors volume to realize waveform visualization of audio
- [set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)
- 1114 family property (25 points)
- My first Smartphone
- [backtrader source code analysis 5] rewrite several time number conversion functions in utils with Python
猜你喜欢

leetcode452. Detonate the balloon with the minimum number of arrows

Promise
![[research materials] 2021 China's game industry brand report - Download attached](/img/b7/a377b0b7c742078e2feb28ebfbca62.jpg)
[research materials] 2021 China's game industry brand report - Download attached

How to connect the network: Chapter 2 (Part 1): a life cycle of TCP connection | CSDN creation punch in
![[batch dos-cmd command - summary and summary] - CMD window setting and operation command - close CMD window and exit CMD environment (exit, exit /b, goto: EOF)](/img/ce/d6f4fb30727e7436b6443537429ad4.png)
[batch dos-cmd command - summary and summary] - CMD window setting and operation command - close CMD window and exit CMD environment (exit, exit /b, goto: EOF)

cookie session jwt

Without 50W bride price, my girlfriend was forcibly dragged away. What should I do

Apache MPM model and ab stress test

JQ style, element operation, effect, filtering method and transformation, event object
![[XSS bypass - protection strategy] understand the protection strategy and better bypass](/img/72/d3e46a820796a48b458cd2d0a18f8f.png)
[XSS bypass - protection strategy] understand the protection strategy and better bypass
随机推荐
Sprintf formatter abnormal exit problem
50 practical applications of R language (36) - data visualization from basic to advanced
1114 family property (25 points)
Learn to use the idea breakpoint debugging tool
Market status and development prospect prediction of global neutral silicone sealant industry in 2022
Maximum continuous sub segment sum (dynamic programming, recursive, recursive)
Three representations of signed numbers: original code, inverse code and complement code
1107 social clusters (30 points)
[research materials] 2021 China's game industry brand report - Download attached
[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)
Market status and development prospect prediction of the global forward fluorescent microscope industry in 2022
1118 birds in forest (25 points)
cookie session jwt
Realize file download through the tag of < a > and customize the file name
Market status and development prospects of the global IOT active infrared sensor industry in 2022
动态规划——相关概念,(数塔问题)
What is UUID
The consumption of Internet of things users is only 76 cents, and the price has become the biggest obstacle to the promotion of 5g industrial interconnection
Preparation for school and professional cognition
1119 pre- and post order traversals (30 points)