The Importance of Anti-Aliasing in Tiny Object Detection
- URL: http://arxiv.org/abs/2310.14221v1
- Date: Sun, 22 Oct 2023 08:02:01 GMT
- Title: The Importance of Anti-Aliasing in Tiny Object Detection
- Authors: Jinlai Ning and Michael Spratling
- Abstract summary: This paper applies an existing approach WaveCNet for anti-aliasing to tiny object detection.
We modify the original WaveCNet to apply Wavelet Pooling layers, effectively suppressing aliasing.
We also propose a bottom-heavy version of the backbone, which further improves the performance of tiny object detection.
- Score: 0.0
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Tiny object detection has gained considerable attention in the research
community owing to the frequent occurrence of tiny objects in numerous critical
real-world scenarios. However, convolutional neural networks (CNNs) used as the
backbone for object detection architectures typically neglect Nyquist's
sampling theorem during down-sampling operations, resulting in aliasing and
degraded performance. This is likely to be a particular issue for tiny objects
that occupy very few pixels and therefore have high spatial frequency features.
This paper applied an existing approach WaveCNet for anti-aliasing to tiny
object detection. WaveCNet addresses aliasing by replacing standard
down-sampling processes in CNNs with Wavelet Pooling (WaveletPool) layers,
effectively suppressing aliasing. We modify the original WaveCNet to apply
WaveletPool in a consistent way in both pathways of the residual blocks in
ResNets. Additionally, we also propose a bottom-heavy version of the backbone,
which further improves the performance of tiny object detection while also
reducing the required number of parameters by almost half. Experimental results
on the TinyPerson, WiderFace, and DOTA datasets demonstrate the importance of
anti-aliasing in tiny object detection and the effectiveness of the proposed
method which achieves new state-of-the-art results on all three datasets. Codes
and experiment results are released at
https://github.com/freshn/Anti-aliasing-Tiny-Object-Detection.git.
Related papers
- ESOD: Efficient Small Object Detection on High-Resolution Images [36.80623357577051]
Small objects are usually sparsely distributed and locally clustered.
Massive feature extraction computations are wasted on the non-target background area of images.
We propose to reuse the detector's backbone to conduct feature-level object-seeking and patch-slicing.
arXiv Detail & Related papers (2024-07-23T12:21:23Z) - Visible and Clear: Finding Tiny Objects in Difference Map [50.54061010335082]
We introduce a self-reconstruction mechanism in the detection model, and discover the strong correlation between it and the tiny objects.
Specifically, we impose a reconstruction head in-between the neck of a detector, constructing a difference map of the reconstructed image and the input, which shows high sensitivity to tiny objects.
We further develop a Difference Map Guided Feature Enhancement (DGFE) module to make the tiny feature representation more clear.
arXiv Detail & Related papers (2024-05-18T12:22:26Z) - Improving the Detection of Small Oriented Objects in Aerial Images [0.0]
We propose a method to accurately detect small oriented objects in aerial images by enhancing the classification and regression tasks of the oriented object detection model.
We designed the Attention-Points Network consisting of two losses: Guided-Attention Loss (GALoss) and Box-Points Loss (BPLoss)
Experimental results show the effectiveness of our Attention-Points Network on a standard oriented aerial dataset with small object instances.
arXiv Detail & Related papers (2024-01-12T11:00:07Z) - Rethinking Voxelization and Classification for 3D Object Detection [68.8204255655161]
The main challenge in 3D object detection from LiDAR point clouds is achieving real-time performance without affecting the reliability of the network.
We present a solution to improve network inference speed and precision at the same time by implementing a fast dynamic voxelizer.
In addition, we propose a lightweight detection sub-head model for classifying predicted objects and filter out false detected objects.
arXiv Detail & Related papers (2023-01-10T16:22:04Z) - SALISA: Saliency-based Input Sampling for Efficient Video Object
Detection [58.22508131162269]
We propose SALISA, a novel non-uniform SALiency-based Input SAmpling technique for video object detection.
We show that SALISA significantly improves the detection of small objects.
arXiv Detail & Related papers (2022-04-05T17:59:51Z) - High-resolution Iterative Feedback Network for Camouflaged Object
Detection [128.893782016078]
Spotting camouflaged objects that are visually assimilated into the background is tricky for object detection algorithms.
We aim to extract the high-resolution texture details to avoid the detail degradation that causes blurred vision in edges and boundaries.
We introduce a novel HitNet to refine the low-resolution representations by high-resolution features in an iterative feedback manner.
arXiv Detail & Related papers (2022-03-22T11:20:21Z) - Multi-patch Feature Pyramid Network for Weakly Supervised Object
Detection in Optical Remote Sensing Images [39.25541709228373]
We propose a new architecture for object detection with a multiple patch feature pyramid network (MPFP-Net)
MPFP-Net is different from the current models that during training only pursue the most discriminative patches.
We introduce an effective method to regularize the residual values and make the fusion transition layers strictly norm-preserving.
arXiv Detail & Related papers (2021-08-18T09:25:39Z) - You Better Look Twice: a new perspective for designing accurate
detectors with reduced computations [56.34005280792013]
BLT-net is a new low-computation two-stage object detection architecture.
It reduces computations by separating objects from background using a very lite first-stage.
Resulting image proposals are then processed in the second-stage by a highly accurate model.
arXiv Detail & Related papers (2021-07-21T12:39:51Z) - TricubeNet: 2D Kernel-Based Object Representation for Weakly-Occluded
Oriented Object Detection [24.44389034373491]
We present a new approach for oriented object detection, an anchor-free one-stage detector.
This approach, named TricubeNet, represents each object as a 2D Tricube kernel and extracts bounding boxes using appearance-based post-processing.
arXiv Detail & Related papers (2021-04-23T06:50:28Z) - Underwater object detection using Invert Multi-Class Adaboost with deep
learning [37.14538666012363]
We propose a novel neural network architecture, namely Sample-WeIghted hyPEr Network (SWIPENet), for small object detection.
We show that the proposed SWIPENet+IMA framework achieves better performance in detection accuracy against several state-of-the-art object detection approaches.
arXiv Detail & Related papers (2020-05-23T15:30:38Z) - NETNet: Neighbor Erasing and Transferring Network for Better Single Shot
Object Detection [170.30694322460045]
We propose a new Neighbor Erasing and Transferring (NET) mechanism to reconfigure the pyramid features and explore scale-aware features.
A single-shot network called NETNet is constructed for scale-aware object detection.
arXiv Detail & Related papers (2020-01-18T15:21:29Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.