paper-with-me

Papers

You Only Look One-level Feature

2021-03-17 · CVPR 2021 1 · Qiang Chen, Yingming Wang, Tong Yang, Xiangyu Zhang, Jian Cheng, Jian Sun

This paper revisits feature pyramids networks (FPN) for one-stage detectors and points out that the success of FPN is due to its divide-and-conquer solution to the optimization problem in object detection rather than multi-scale feature fusion. From the perspective of optimization, we introduce an alternative way to address the problem instead of adopting the complex feature pyramids - {\em utilizing only one-level feature for detection}. Based on the simple and efficient solution, we present You Only Look One-level Feature (YOLOF). In our method, two key components, Dilated Encoder and Uniform Matching, are proposed and bring considerable improvements. Extensive experiments on the COCO benchmark prove the effectiveness of the proposed model. Our YOLOF achieves comparable results with its feature pyramids counterpart RetinaNet while being $2.5\times$ faster. Without transformer layers, YOLOF can match the performance of DETR in a single-level feature manner with $7\times$ less training epochs. With an image size of $608\times608$, YOLOF achieves 44.3 mAP running at 60 fps on 2080Ti, which is $13\%$ faster than YOLOv4. Code is available at \url{https://github.com/megvii-model/YOLOF}.

📄 PDF Abstract BibTeX arXiv:2103.09460

Code (6)

megvii-model/YOLOF 공식 구현 pytorch
PaddlePaddle/PaddleDetection paddle
PaddlePaddle/PaddleYOLO paddle
chensnathan/YOLOF pytorch
open-mmlab/mmdetection pytorch
thisisi3/Paddle-YOLOF paddle

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Grid Sensitive Grid Sensitive is a trick for object detection introduced by YOLOv4. When we decode the coordinate of the bounding box center $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Average Pooling 설명 없음
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Learning Distributional Token Representations from Visual Features

2018-07-01 · WS 2018 7 · Samuel Broscheit

In this study, we compare token representations constructed from visual features (i.e., pixels) with standard lookup-based embeddings. Our goal is to gain insight about the challenges of encoding a text representation fr…

Machine TranslationNMTPart-Of-Speech TaggingRepresentation Learning+3

Looking back to lower-level information in few-shot learning

2020-05-27 · Zhongjie Yu, Sebastian Raschka

Humans are capable of learning new concepts from small numbers of examples. In contrast, supervised deep learning models usually lack the ability to extract reliable predictive rules from limited data scenarios when atte…

Few-Shot LearningMeta-Learning

Dual-level Fuzzy Learning with Patch Guidance for Image Ordinal Regression

2025-05-09 · Chunlai Dong, Haochao Ying, Qibo Qiu, Jinhong Wang 외

Ordinal regression bridges regression and classification by assigning objects to ordered classes. While human experts rely on discriminative patch-level features for decisions, current approaches are limited by the avail…

regression

You Should Look at All Objects

2022-07-16 · Zhenchao Jin, Dongdong Yu, Luchuan Song, Zehuan Yuan 외

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…

All

Next-Depth Lookahead Tree

2025-09-18 · Jaeho Lee, Kangjin Kim, Gyeong Taek Lee arxiv

This paper proposes the Next-Depth Lookahead Tree (NDLT), a single-tree model designed to improve performance by evaluating node splits not only at the node being optimized but also by evaluating the quality of the next …