中文
相关论文

相关论文: Progressive Hard-case Mining across Pyramid Levels…

200 篇论文

Scale variation is one of the most challenging problems in face detection. Modern face detectors employ feature pyramids to deal with scale variation. However, it might break the feature consistency across different scales of faces. In this…

计算机视觉与模式识别 · 计算机科学 2021-05-24 Leilei Cao , Yao Xiao , Lin Xu

The Feature Pyramid Network (FPN) presents a remarkable approach to alleviate the scale variance in object representation by performing instance-level assignments. Nevertheless, this strategy ignores the distinct characteristics of…

计算机视觉与模式识别 · 计算机科学 2020-12-08 Lin Song , Yanwei Li , Zhengkai Jiang , Zeming Li , Hongbin Sun , Jian Sun , Nanning Zheng

Recently, anchor-free detection methods have been through great progress. The major two families, anchor-point detection and key-point detection, are at opposite edges of the speed-accuracy trade-off, with anchor-point detectors having the…

计算机视觉与模式识别 · 计算机科学 2020-07-08 Chenchen Zhu , Fangyi Chen , Zhiqiang Shen , Marios Savvides

Model efficiency has become increasingly important in computer vision. In this paper, we systematically study neural network architecture design choices for object detection and propose several key optimizations to improve efficiency.…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Mingxing Tan , Ruoming Pang , Quoc V. Le

Due to the effective multi-scale feature fusion capabilities of the Path Aggregation FPN (PAFPN), it has become a widely adopted component in YOLO-based detectors. However, PAFPN struggles to integrate high-level semantic cues with…

计算机视觉与模式识别 · 计算机科学 2025-02-27 Zhiqiang Yang , Qiu Guan , Zhongwen Yu , Xinli Xu , Haixia Long , Sheng Lian , Haigen Hu , Ying Tang

Feature pyramid architecture has been broadly adopted in object detection and segmentation to deal with multi-scale problem. However, in this paper we show that the capacity of the architecture has not been fully explored due to the…

计算机视觉与模式识别 · 计算机科学 2019-12-17 Fan Yang , Cheng Lu , Yandong Guo , Longin Jan Latecki , Haibin Ling

In frame-based vision, object detection faces substantial performance degradation under challenging conditions due to the limited sensing capability of conventional cameras. Event cameras output sparse and asynchronous events, providing a…

计算机视觉与模式识别 · 计算机科学 2024-11-01 Hu Cao , Zehua Zhang , Yan Xia , Xinyi Li , Jiahao Xia , Guang Chen , Alois Knoll

Current object detectors typically have a feature pyramid (FP) module for multi-level feature fusion (MFF) which aims to mitigate the gap between features from different levels and form a comprehensive object representation to achieve…

计算机视觉与模式识别 · 计算机科学 2023-08-29 Zhe Chen , Jing Zhang , Yufei Xu , Dacheng Tao

Digital fringe projection (DFP) enables micrometer-level 3D reconstruction, yet extending it to large-scale mapping remains challenging because six-degree-of-freedom pose estimation often cannot match the reconstruction's precision.…

计算机视觉与模式识别 · 计算机科学 2026-03-13 Sehoon Tak , Keunhee Cho , Sangpil Kim , Jae-Sang Hyun

Pyramidal networks are standard methods for multi-scale object detection. Current researches on feature pyramid networks usually adopt layer connections to collect features from certain levels of the feature hierarchy, and do not consider…

计算机视觉与模式识别 · 计算机科学 2022-06-17 Junliang Chen , Weizeng Lu , Linlin Shen

Detecting objects across varying scales is still a challenge in computer vision, particularly in agricultural applications like Rice Leaf Disease (RLD) detection, where objects exhibit significant scale variations (SV). Conventional object…

计算机视觉与模式识别 · 计算机科学 2025-01-24 Yunusa Haruna , Shiyin Qin , Abdulrahman Hamman Adama Chukkol , Isah Bello , Adamu Lawan

Deep neural networks trained with backpropagation have achieved outstanding performance in vision tasks but remain biologically implausible, computationally demanding, and difficult to interpret. The Forward-Forward (FF) algorithm offers a…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Jie-En Yao , Hong-En Chen , C. -C. Jay Kuo

Autonomous aerial harvesting is a highly complex problem because it requires numerous interdisciplinary algorithms to be executed on mini low-powered computing devices. Object detection is one such algorithm that is compute-hungry. In this…

计算机视觉与模式识别 · 计算机科学 2024-03-04 Ashish Kumar , Laxmidhar Behera

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

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 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

Most of object detection algorithms can be categorized into two classes: two-stage detectors and one-stage detectors. Recently, many efforts have been devoted to one-stage detectors for the simple yet effective architecture. Different from…

计算机视觉与模式识别 · 计算机科学 2020-04-14 Qi Qian , Lei Chen , Hao Li , Rong Jin

The 2D object detection in clean images has been a well studied topic, but its vulnerability against adversarial attack is still worrying. Existing work has improved robustness of object detectors by adversarial training, at the same time,…

计算机视觉与模式识别 · 计算机科学 2021-08-27 Weipeng Xu , Hongcheng Huang , Shaoyou Pan

The Forward-Forward (FF) algorithm presents a compelling, bio-inspired alternative to backpropagation. However, while efficient in training, it has a computationally prohibitive inference process that requires a separate forward pass for…

机器学习 · 计算机科学 2026-05-04 Shalini Sarode , Brian Moser , Joachim Folz , Federico Raue , Tobias Nauen , Stanislav Frolov , Andreas Dengel

Current state-of-the-art object detection algorithms still suffer the problem of imbalanced distribution of training data over object classes and background. Recent work introduced a new loss function called focal loss to mitigate this…

计算机视觉与模式识别 · 计算机科学 2019-04-22 Michael Weber , Michael Fürst , J. Marius Zöllner