中文
相关论文

相关论文: Content-Augmented Feature Pyramid Network with Lig…

200 篇论文

Feature pyramid network (FPN) has been an effective framework to extract multi-scale features in object detection. However, current FPN-based methods mostly suffer from the intrinsic flaw of channel reduction, which brings about the loss of…

计算机视觉与模式识别 · 计算机科学 2021-03-22 Yihao Luo , Xiang Cao , Juntao Zhang , Xiang Cao , Jingjuan Guo , Haibo Shen , Tianjiang Wang , Qi Feng

Feature pyramids are widely exploited in many detectors to solve the scale variation problem for object detection. In this paper, we first investigate the Feature Pyramid Network (FPN) architectures and briefly categorize them into three…

计算机视觉与模式识别 · 计算机科学 2019-12-23 Tingting Liang , Yongtao Wang , Qijie Zhao , huan zhang , Zhi Tang , Haibin Ling

Feature pyramids are a basic component in recognition systems for detecting objects at different scales. But recent deep learning object detectors have avoided pyramid representations, in part because they are compute and memory intensive.…

计算机视觉与模式识别 · 计算机科学 2017-04-21 Tsung-Yi Lin , Piotr Dollár , Ross Girshick , Kaiming He , Bharath Hariharan , Serge Belongie

For object detection, how to address the contradictory requirement between feature map resolution and receptive field on high-resolution inputs still remains an open question. In this paper, to tackle this issue, we build a novel…

计算机视觉与模式识别 · 计算机科学 2020-05-26 Junxu Cao , Qi Chen , Jun Guo , Ruichao Shi

Remote sensing target detection aims to identify and locate critical targets within remote sensing images, finding extensive applications in agriculture and urban planning. Feature pyramid networks (FPNs) are commonly used to extract…

计算机视觉与模式识别 · 计算机科学 2024-04-03 Hanqian Li , Ruinan Zhang , Ye Pan , Junchi Ren , Fei Shen

Feature pyramid network (FPN) based models, which fuse the semantics and salient details in a progressive manner, have been proven highly effective in salient object detection. However, it is observed that these models often generate…

计算机视觉与模式识别 · 计算机科学 2021-05-12 Zun Li , Congyan Lang , Junhao Liew , Qibin Hou , Yidong Li , Jiashi Feng

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semantics throughout. However,…

计算机视觉与模式识别 · 计算机科学 2021-05-10 Miao Hu , Yali Li , Lu Fang , Shengjin Wang

FPN (Feature Pyramid Network) has become a basic component of most SoTA one stage object detectors. Many previous studies have repeatedly proved that FPN can caputre better multi-scale feature maps to more precisely describe objects if they…

计算机视觉与模式识别 · 计算机科学 2022-03-07 Yu-Ming Zhang , Jun-Wei Hsieh , Chun-Chieh Lee , Kuo-Chin Fan

Small object detection remains an unsolved challenge because it is hard to extract information of small objects with only a few pixels. While scale-level corresponding detection in feature pyramid network alleviates this problem, we find…

计算机视觉与模式识别 · 计算机科学 2020-04-10 Chunfang Deng , Mengmeng Wang , Liang Liu , Yong Liu

The introduction of Feature Pyramid Network (FPN) has significantly improved object detection performance. However, substantial challenges remain in detecting tiny objects, as their features occupy only a very small proportion of the…

计算机视觉与模式识别 · 计算机科学 2025-03-21 Zican Shi , Jing Hu , Jie Ren , Hengkang Ye , Xuyang Yuan , Yan Ouyang , Jia He , Bo Ji , Junyu Guo

Feature pyramid network (FPN) is a critical component in modern object detection frameworks. The performance gain in most of the existing FPN variants is mainly attributed to the increase of computational burden. An attempt to enhance the…

计算机视觉与模式识别 · 计算机科学 2021-07-06 Mingjian Zhu , Kai Han , Changbin Yu , Yunhe Wang

Cross-layer feature pyramid networks (CFPNs) have achieved notable progress in multi-scale feature fusion and boundary detail preservation for salient object detection. However, traditional CFPNs still suffer from two core limitations: (1)…

计算机视觉与模式识别 · 计算机科学 2025-04-03 Jin Lian , Zhongyu Wan , Ming Gao , JunFeng Chen

Recent advancements in deep neural networks have made remarkable leap-forwards in dense image prediction. However, the issue of feature alignment remains as neglected by most existing approaches for simplicity. Direct pixel addition between…

计算机视觉与模式识别 · 计算机科学 2021-08-18 Shihua Huang , Zhichao Lu , Ran Cheng , Cheng He

Feature pyramids have been proven powerful in image understanding tasks that require multi-scale features. State-of-the-art methods for multi-scale feature learning focus on performing feature interactions across space and scales using…

计算机视觉与模式识别 · 计算机科学 2022-01-12 Gangming Zhao , Weifeng Ge , Yizhou Yu

Learning multi-scale representations is the common strategy to tackle object scale variation in dense prediction tasks. Although existing feature pyramid networks have greatly advanced visual recognition, inherent design defects inhibit…

计算机视觉与模式识别 · 计算机科学 2026-05-18 Meng'en Qin , Yu Song , Quanling Zhao , Xiaodong Yang , Yingtao Che , Xiaohui Yang

In this paper, we present an implicit feature pyramid network (i-FPN) for object detection. Existing FPNs stack several cross-scale blocks to obtain large receptive field. We propose to use an implicit function, recently introduced in deep…

计算机视觉与模式识别 · 计算机科学 2020-12-29 Tiancai Wang , Xiangyu Zhang , Jian Sun

Current state-of-the-art detectors typically exploit feature pyramid to detect objects at different scales. Among them, FPN is one of the representative works that build a feature pyramid by multi-scale features summation. However, the…

计算机视觉与模式识别 · 计算机科学 2019-12-12 Chaoxu Guo , Bin Fan , Qian Zhang , Shiming Xiang , Chunhong Pan

The visual feature pyramid has proven its effectiveness and efficiency in target detection tasks. Yet, current methodologies tend to overly emphasize inter-layer feature interaction, neglecting the crucial aspect of intra-layer feature…

计算机视觉与模式识别 · 计算机科学 2024-01-03 Weilin Xiao , Ming Xu , Yonggui Lin

Feature Pyramid Network (FPN) has been an essential module for object detection models to consider various scales of an object. However, average precision (AP) on small objects is relatively lower than AP on medium and large objects. The…

计算机视觉与模式识别 · 计算机科学 2022-08-26 Hye-Jin Park , Young-Ju Choi , Young-Woon Lee , Byung-Gyu Kim

Feature pyramid networks (FPN) are widely exploited for multi-scale feature fusion in existing advanced object detection frameworks. Numerous previous works have developed various structures for bidirectional feature fusion, all of which…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Zhuofan Zong , Qianggang Cao , Biao Leng
‹ 上一页 1 2 3 10 下一页 ›