paper-with-me

Papers

Scale-Invariant Object Detection by Adaptive Convolution with Unified Global-Local Context

2024-09-17 · Amrita Singh, Snehasis Mukherjee

Dense features are important for detecting minute objects in images. Unfortunately, despite the remarkable efficacy of the CNN models in multi-scale object detection, CNN models often fail to detect smaller objects in images due to the loss of dense features during the pooling process. Atrous convolution addresses this issue by applying sparse kernels. However, sparse kernels often can lose the multi-scale detection efficacy of the CNN model. In this paper, we propose an object detection model using a Switchable (adaptive) Atrous Convolutional Network (SAC-Net) based on the efficientDet model. A fixed atrous rate limits the performance of the CNN models in the convolutional layers. To overcome this limitation, we introduce a switchable mechanism that allows for dynamically adjusting the atrous rate during the forward pass. The proposed SAC-Net encapsulates the benefits of both low-level and high-level features to achieve improved performance on multi-scale object detection tasks, without losing the dense features. Further, we apply a depth-wise switchable atrous rate to the proposed network, to improve the scale-invariant features. Finally, we apply global context on the proposed model. Our extensive experiments on benchmark datasets demonstrate that the proposed SAC-Net outperforms the state-of-the-art models by a significant margin in terms of accuracy.

📄 PDF Abstract BibTeX arXiv:2410.05274

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Batch Normalization 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
BiFPN A BiFPN, or Weighted Bi-directional Feature Pyramid Network, is a type of feature pyramid network which allows easy and fast multi-scale feature fusion. It incorporates…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
EfficientDet EfficientDet is a type of object detection model, which utilizes several optimization and backbone tweaks, such as the use of a…

Similar Papers 제목 키워드 기반

Domain-Specific Suppression for Adaptive Object Detection

2021-05-08 · CVPR 2021 1 · Yu Wang, Rui Zhang, Shuo Zhang, Miao Li 외

Domain adaptation methods face performance degradation in object detection, as the complexity of tasks require more about the transferability of the model. We propose a new perspective on how CNN models gain the transfer…

Domain AdaptationObjectobject-detectionObject Detection

Robust Visual Tracking via Hierarchical Convolutional Features

2017-07-12 · Chao Ma, Jia-Bin Huang, Xiaokang Yang, Ming-Hsuan Yang

In this paper, we propose to exploit the rich hierarchical features of deep convolutional neural networks to improve the accuracy and robustness of visual tracking. Deep neural networks trained on object recognition data…

Object RecognitionVisual Tracking

Multi-Granularity Alignment Domain Adaptation for Object Detection

2022-03-31 · CVPR 2022 1 · Wenzhang Zhou, Dawei Du, Libo Zhang, Tiejian Luo 외

Domain adaptive object detection is challenging due to distinctive data distribution between source domain and target domain. In this paper, we propose a unified multi-granularity alignment based object detection framewo…

Domain AdaptationObjectobject-detectionObject Detection

Domain Adaptive Object Detection for Space Applications with Real-Time Constraints

2025-09-22 · Samet Hicsonmez, Abd El Rahman Shabayek, Arunkumar Rathinam, Djamila Aouada arxiv

Object detection is essential in space applications targeting Space Domain Awareness and also applications involving relative navigation scenarios. Current deep learning models for Object Detection in space applications …

Domain AdaptationObject Detection

APGNet: Adaptive Prior-Guided for Underwater Camouflaged Object Detection

2025-10-14 · Xinxin Huang, Han Sun, Junmin Cai, Ningzhong Liu 외 arxiv

Detecting camouflaged objects in underwater environments is crucial for marine ecological research and resource exploration. However, existing methods face two key challenges: underwater image degradation, including low …

Image EnhancementData AugmentationObject Detection