中文
相关论文

相关论文: Pyramid Point: A Multi-Level Focusing Network for …

200 篇论文

This work introduces pyramidal convolution (PyConv), which is capable of processing the input at multiple filter scales. PyConv contains a pyramid of kernels, where each level involves different types of filters with varying size and depth,…

计算机视觉与模式识别 · 计算机科学 2020-06-23 Ionut Cosmin Duta , Li Liu , Fan Zhu , Ling Shao

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 have become ubiquitous in multi-scale computer vision tasks such as object detection. Given their importance, a computer vision network can be divided into three parts: a backbone (generating a feature pyramid), a neck…

计算机视觉与模式识别 · 计算机科学 2022-10-31 Cédric Picron , Tinne Tuytelaars

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

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 has been an efficient method to extract features at different scales. Development over this method mainly focuses on aggregating contextual information at different levels while seldom touching the inter-level correlation in…

计算机视觉与模式识别 · 计算机科学 2020-05-08 Xinjiang Wang , Shilong Zhang , Zhuoran Yu , Litong Feng , Wayne Zhang

We present a Multi-Scale Pyramidal Pooling Network, featuring a novel pyramidal pooling layer at multiple scales and a novel encoding layer. Thanks to the former the network does not require all images of a given classification task to be…

计算机视觉与模式识别 · 计算机科学 2012-07-10 Jonathan Masci , Ueli Meier , Gabriel Fricout , Jürgen Schmidhuber

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

Convolutional neural network (CNN) has led to significant progress in object detection. In order to detect the objects in various sizes, the object detectors often exploit the hierarchy of the multi-scale feature maps called feature…

计算机视觉与模式识别 · 计算机科学 2020-01-22 Jin Hyeok Yoo , Dongsuk Kum , Jun Won Choi

State-of-the-art object detectors usually learn multi-scale representations to get better results by employing feature pyramids. However, the current designs for feature pyramids are still inefficient to integrate the semantic information…

计算机视觉与模式识别 · 计算机科学 2018-08-27 Tao Kong , Fuchun Sun , Wenbing Huang , Huaping Liu

Low level features like edges and textures play an important role in accurately localizing instances in neural networks. In this paper, we propose an architecture which improves feature pyramid networks commonly used instance segmentation…

计算机视觉与模式识别 · 计算机科学 2019-04-02 Yongqing Sun , Pranav Shenoy K P , Jun Shimamura , Atsushi Sagata

We propose a new network architecture, the Fractal Pyramid Networks (PFNs) for pixel-wise prediction tasks as an alternative to the widely used encoder-decoder structure. In the encoder-decoder structure, the input is processed by an…

计算机视觉与模式识别 · 计算机科学 2021-06-29 Zhiqiang Deng , Huimin Yu , Yangqi Long

Although current deep learning methods have achieved impressive results for semantic segmentation, they incur high computational costs and have a huge number of parameters. For real-time applications, inference speed and memory usage are…

计算机视觉与模式识别 · 计算机科学 2019-09-19 Mengyu Liu , Hujun Yin

Image pyramids are commonly used in modern computer vision tasks to obtain multi-scale features for precise understanding of images. However, image pyramids process multiple resolutions of images using the same large-scale model, which…

计算机视觉与模式识别 · 计算机科学 2024-10-29 Xizhou Zhu , Xue Yang , Zhaokai Wang , Hao Li , Wenhan Dou , Junqi Ge , Lewei Lu , Yu Qiao , Jifeng Dai

Deep convolutional neural networks (DCNNs) have achieved great success in monocular depth estimation (MDE). However, few existing works take the contributions for MDE of different levels feature maps into account, leading to inaccurate…

计算机视觉与模式识别 · 计算机科学 2024-03-05 Yifang Xu , Chenglei Peng , Ming Li , Yang Li , Sidan Du

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

A novel Face Pyramid Vision Transformer (FPVT) is proposed to learn a discriminative multi-scale facial representations for face recognition and verification. In FPVT, Face Spatial Reduction Attention (FSRA) and Dimensionality Reduction…

计算机视觉与模式识别 · 计算机科学 2026-02-24 Khawar Islam , Muhammad Zaigham Zaheer , Arif Mahmood

Recently, deep convolutional neural network methods have achieved an excellent performance in image superresolution (SR), but they can not be easily applied to embedded devices due to large memory cost. To solve this problem, we propose a…

图像与视频处理 · 电气工程与系统科学 2021-06-15 Huapeng Wu , Jie Gui , Jun Zhang , James T. Kwok , Zhihui Wei

Classifying the sub-categories of an object from the same super-category (e.g. bird species, car and aircraft models) in fine-grained visual classification (FGVC) highly relies on discriminative feature representation and accurate region…

计算机视觉与模式识别 · 计算机科学 2021-02-24 Yifeng Ding , Shaoguo Wen , Jiyang Xie , Dongliang Chang , Zhanyu Ma , Zhongwei Si , Haibin Ling

Feature pyramid network (FPN) is one of the key components for object detectors. However, there is a long-standing puzzle for researchers that the detection performance of large-scale objects are usually suppressed after introducing FPN. To…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Zhenchao Jin , Dongdong Yu , Luchuan Song , Zehuan Yuan , Lequan Yu
‹ 上一页 1 2 3 10 下一页 ›