paper-with-me

홈 › Papers

NWPU-MOC: A Benchmark for Fine-grained Multi-category Object Counting in Aerial Images

2024-01-19 · Junyu Gao, Liangliang Zhao, Xuelong Li

Object counting is a hot topic in computer vision, which aims to estimate the number of objects in a given image. However, most methods only count objects of a single category for an image, which cannot be applied to scenes that need to count objects with multiple categories simultaneously, especially in aerial scenes. To this end, this paper introduces a Multi-category Object Counting (MOC) task to estimate the numbers of different objects (cars, buildings, ships, etc.) in an aerial image. Considering the absence of a dataset for this task, a large-scale Dataset (NWPU-MOC) is collected, consisting of 3,416 scenes with a resolution of 1024 $\times$ 1024 pixels, and well-annotated using 14 fine-grained object categories. Besides, each scene contains RGB and Near Infrared (NIR) images, of which the NIR spectrum can provide richer characterization information compared with only the RGB spectrum. Based on NWPU-MOC, the paper presents a multi-spectrum, multi-category object counting framework, which employs a dual-attention module to fuse the features of RGB and NIR and subsequently regress multi-channel density maps corresponding to each object category. In addition, to modeling the dependency between different channels in the density map with each object category, a spatial contrast loss is designed as a penalty for overlapping predictions at the same spatial position. Experimental results demonstrate that the proposed method achieves state-of-the-art performance compared with some mainstream counting algorithms. The dataset, code and models are publicly available at https://github.com/lyongo/NWPU-MOC.

📄 PDF Abstract BibTeX arXiv:2401.10530

Code (1)

lyongo/nwpu-moc 공식 구현 pytorch

Tasks

ObjectObject Counting

Similar Papers 제목 키워드 기반

New Benchmark Dataset and Fine-Grained Cross-Modal Fusion Framework for Vietnamese Multimodal Aspect-Category Sentiment Analysis

2024-05-01 · Quy Hoang Nguyen, Minh-Van Truong Nguyen, Kiet Van Nguyen

The emergence of multimodal data on social media platforms presents new opportunities to better understand user sentiments toward a given aspect. However, existing multimodal datasets for Aspect-Category Sentiment Analys…

Aspect Category Sentiment AnalysisMultimodal Sentiment AnalysisSentiment AnalysisVietnamese Datasets+3

A Generic Method for Fine-grained Category Discovery in Natural Language Texts

2024-06-18 · Chang Tian, Matthew B. Blaschko, Wenpeng Yin, Mingzhe Xing 외

Fine-grained category discovery using only coarse-grained supervision is a cost-effective yet challenging task. Previous training methods focus on aligning query samples with positive samples and distancing them from neg…

Contrastive Learning

Region based Ensemble Learning Network for Fine-grained Classification

2019-02-09 · Weikuang Li, Tian Wang, Chuanyun Wang, Guangcun Shan 외

As an important research topic in computer vision, fine-grained classification which aims to recognition subordinate-level categories has attracted significant attention. We propose a novel region based ensemble learning…

ClassificationEnsemble LearningGeneral ClassificationScene Recognition

Towards Fine-Grained Recognition with Large Visual Language Models: Benchmark and Optimization Strategies

2025-12-11 · Cong Pang, Hongtao Yu, Zixuan Chen, Lewei Lu 외 arxiv

Large Vision Language Models (LVLMs) have made remarkable progress, enabling sophisticated vision-language interaction and dialogue applications. However, existing benchmarks primarily focus on reasoning tasks, often neg…

VadCLIP: Adapting Vision-Language Models for Weakly Supervised Video Anomaly Detection

2023-08-22 · Peng Wu, Xuerong Zhou, Guansong Pang, Lingru Zhou 외

The recent contrastive language-image pre-training (CLIP) model has shown great success in a wide range of image-level tasks, revealing remarkable ability for learning powerful visual representations with rich semantics.…

Anomaly DetectionBinary ClassificationVideo Anomaly DetectionWeakly-supervised Video Anomaly Detection