paper-with-me

홈 › Papers

SCAResNet: A ResNet Variant Optimized for Tiny Object Detection in Transmission and Distribution Towers

2024-04-05 · Weile Li, Muqing Shi, Zhonghua Hong

Traditional deep learning-based object detection networks often resize images during the data preprocessing stage to achieve a uniform size and scale in the feature map. Resizing is done to facilitate model propagation and fully connected classification. However, resizing inevitably leads to object deformation and loss of valuable information in the images. This drawback becomes particularly pronounced for tiny objects like distribution towers with linear shapes and few pixels. To address this issue, we propose abandoning the resizing operation. Instead, we introduce Positional-Encoding Multi-head Criss-Cross Attention. This allows the model to capture contextual information and learn from multiple representation subspaces, effectively enriching the semantics of distribution towers. Additionally, we enhance Spatial Pyramid Pooling by reshaping three pooled feature maps into a new unified one while also reducing the computational burden. This approach allows images of different sizes and scales to generate feature maps with uniform dimensions and can be employed in feature map propagation. Our SCAResNet incorporates these aforementioned improvements into the backbone network ResNet. We evaluated our SCAResNet using the Electric Transmission and Distribution Infrastructure Imagery dataset from Duke University. Without any additional tricks, we employed various object detection models with Gaussian Receptive Field based Label Assignment as the baseline. When incorporating the SCAResNet into the baseline model, we achieved a 2.1% improvement in mAPs. This demonstrates the advantages of our SCAResNet in detecting transmission and distribution towers and its value in tiny object detection. The source code is available at https://github.com/LisavilaLee/SCAResNet_mmdet.

📄 PDF Abstract BibTeX arXiv:2404.04179

Code (1)

lisavilalee/scaresnet_mmdet 공식 구현 pytorch

Tasks

2D Object Detection2D Tiny Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
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…
Kaiming Initialization 설명 없음
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…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Electric Electric is an energy-based cloze model for representation learning over text. Like BERT, it is a conditional generative model of tokens given their contexts. However,…
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

STResNet & STYOLO : A New Family of Compact Classification and Object Detection Models for MCUs

2026-01-08 · Sudhakar Sah, Ravish Kumar arxiv

Recent advancements in lightweight neural networks have significantly improved the efficiency of deploying deep learning models on edge hardware. However, most existing architectures still trade accuracy for latency, whi…

Image ClassificationObject Detection

Development, Optimization, and Deployment of Thermal Forward Vision Systems for Advance Vehicular Applications on Edge Devices

2023-01-18 · Muhammad Ali Farooq, Waseem Shariff, Faisal Khan, Peter Corcoran

In this research work, we have proposed a thermal tiny-YOLO multi-class object detection (TTYMOD) system as a smart forward sensing system that should remain effective in all weather and harsh environmental conditions us…

Model Optimizationobject-detectionObject DetectionQuantization+1

Pre-defined Sparsity for Low-Complexity Convolutional Neural Networks

2020-01-29 · Souvik Kundu, Mahdi Nazemi, Massoud Pedram, Keith M. Chugg 외

The high energy cost of processing deep convolutional neural networks impedes their ubiquitous deployment in energy-constrained platforms such as embedded systems and IoT devices. This work introduces convolutional layer…

A Pre-defined Sparse Kernel Based Convolution for Deep CNNs

2019-10-02 · Souvik Kundu, Saurav Prakash, Haleh Akrami, Peter A. Beerel 외

The high demand for computational and storage resources severely impede the deployment of deep convolutional neural networks (CNNs) in limited-resource devices. Recent CNN architectures have proposed reduced complexity v…

Benchmarking CNN and Transformer-Based Object Detectors for UAV Solar Panel Inspection

2025-09-02 · Ashen Rodrigo, Isuru Munasinghe, Pubudu Sanjeewani, Asanka Perera arxiv

Timely and accurate detection of defects and contaminants in solar panels is critical for maintaining the efficiency and reliability of photovoltaic (PV) systems. While recent studies have applied deep learning to PV ins…