摘要:
R2CNN 论文Rotational Region CNN for Orientation Robust Scene Text Detection与RRPN(Arbitrary Oriented Scene Text Detection via Rotation Proposals)均提出了检测出任 阅读全文
摘要:
Rotation Proposals 论文Arbitrary Oriented Scene Text Detection via Rotation Proposals 这篇论文提出了一个基于Faster R CNN的支持任意角度旋转的场景文字检测框架.在Fast R CNN的部分与论文Rotated 阅读全文
摘要:
参数正则化方法 Dropout 受人类繁衍后代时男女各一半基因进行组合产生下一代的启发,论文( "Dropout: A Simple Way to Prevent Neural Networks from Overfitting" )提出了Dropout。 Dropout是一种在深度学习环境中应用的 阅读全文
摘要:
Network In Network 论文 "Network In Network" (Min Lin, ICLR2014). 传统CNN使用的线性滤波器是一种广义线性模型(Generalized linear model,GLM)。所以用CNN进行特征提取时,其实就隐含地假设了特征是线性可分的,可 阅读全文
摘要:
Batch Normalization Ioffe 和 C. Szegedy 在2015年《Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift》论文中提出此方法来减缓 阅读全文