paper-with-me

홈 › Papers

WATT-EffNet: A Lightweight and Accurate Model for Classifying Aerial Disaster Images

2023-04-21 · Gao Yu Lee, Tanmoy Dam, Md Meftahul Ferdaus, Daniel Puiu Poenar, Vu N. Duong

Incorporating deep learning (DL) classification models into unmanned aerial vehicles (UAVs) can significantly augment search-and-rescue operations and disaster management efforts. In such critical situations, the UAV's ability to promptly comprehend the crisis and optimally utilize its limited power and processing resources to narrow down search areas is crucial. Therefore, developing an efficient and lightweight method for scene classification is of utmost importance. However, current approaches tend to prioritize accuracy on benchmark datasets at the expense of computational efficiency. To address this shortcoming, we introduce the Wider ATTENTION EfficientNet (WATT-EffNet), a novel method that achieves higher accuracy with a more lightweight architecture compared to the baseline EfficientNet. The WATT-EffNet leverages width-wise incremental feature modules and attention mechanisms over width-wise features to ensure the network structure remains lightweight. We evaluate our method on a UAV-based aerial disaster image classification dataset and demonstrate that it outperforms the baseline by up to 15 times in terms of classification accuracy and 38.3% in terms of computing efficiency as measured by Floating Point Operations per second (FLOPs). Additionally, we conduct an ablation study to investigate the effect of varying the width of WATT-EffNet on accuracy and computational efficiency. Our code is available at \url{https://github.com/TanmDL/WATT-EffNet}.

📄 PDF Abstract BibTeX arXiv:2304.10811

Code (1)

tanmdl/watt-effnet 공식 구현 tf

Tasks

ClassificationComputational Efficiencyimage-classificationImage ClassificationManagementScene Classification

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
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 …
Batch Normalization 설명 없음
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…
Inverted Residual Block 설명 없음
Sigmoid Activation 설명 없음
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…

Similar Papers 제목 키워드 기반

Joint-Embedding Predictive Architecture for Solar PV Panel Fault Classification

2026-07-10 · Seyyedhamid Azimidokht, Mehdi Monemi, Abdelhak Kharbouch, Farid Hamzehaghdam 외 arxiv

The rapid expansion of solar photovoltaic (PV) systems has increased the need for reliable and scalable fault classification, as manual inspection is impractical at scale. Thermal infrared (IR) imaging provides a non-con…

Representation Learning

User lung cancer classification using efficientnet from ct scan images

2023-09-03 · journal 2023 9 · Rehan Raza a, B, Fatima Zulfiqar c, D 외

Lung cancer (LC) remains a leading cause of death worldwide. Early diagnosis is critical to protect innocent human lives. Computed tomography (CT) scans are one of the primary imaging modalities for lung cancer diagn…

Cancer ClassificationComputed Tomography (CT)Data AugmentationLung Cancer Diagnosis+1

A Hybrid Transfer Learning Assisted Decision Support System for Accurate Prediction of Alzheimer Disease

2023-10-13 · Mahin Khan Mahadi, Abdullah Abdullah, Jamal Uddin, Asif Newaz

Alzheimer's disease (AD) is the most common long-term illness in elderly people. In recent years, deep learning has become popular in the area of medical imaging and has had a lot of success there. It has become the most…

Transfer Learning

Performance Evaluation of Deep Learning and Transformer Models Using Multimodal Data for Breast Cancer Classification

2024-10-14 · Sadam Hussain, Mansoor Ali, Usman Naseem, Beatriz Alejandra Bosques Palomo 외

Rising breast cancer (BC) occurrence and mortality are major global concerns for women. Deep learning (DL) has demonstrated superior diagnostic performance in BC classification compared to human expert readers. However, …

Cancer ClassificationDiagnostic

WattsOnAI: Measuring, Analyzing, and Visualizing Energy and Carbon Footprint of AI Workloads

2025-06-25 · Hongzhen Huang, Kunming Zhang, Hanlong Liao, Kui Wu 외

The rapid advancement of AI, particularly large language models (LLMs), has raised significant concerns about the energy use and carbon emissions associated with model training and inference. However, existing tools for …

Benchmarking