paper-with-me

Papers

Depth-Aware Concealed Crop Detection in Dense Agricultural Scenes

2024-01-01 · CVPR 2024 1 · Liqiong Wang, Jinyu Yang, yanfu Zhang, Fangyi Wang, Feng Zheng

Concealed Object Detection (COD) aims to identify objects visually embedded in their background. Existing COD datasets and methods predominantly focus on animals or humans ignoring the agricultural domain which often contains numerous small and concealed crops with severe occlusions. In this paper we introduce Concealed Crop Detection (CCD) which extends classic COD to agricultural domains. Experimental study shows that unimodal data provides insufficient information for CCD. To address this gap we first collect a large-scale RGB-D dataset ACOD-12K containing high-resolution crop images and depth maps. Then we propose a foundational framework named Recurrent Iterative Segmentation Network (RISNet). To tackle the challenge of dense objects we employ multi-scale receptive fields to capture objects of varying sizes thus enhancing the detection performance for dense objects. By fusing depth features our method can acquire spatial information about concealed objects to mitigate disturbances caused by intricate backgrounds and occlusions. Furthermore our model adopts a multi-stage iterative approach using predictions from each stage as gate attention to reinforce position information thereby improving the detection accuracy for small objects. Extensive experimental results demonstrate that our RISNet achieves new state-of-the-art performance on both newly proposed CCD and classic COD tasks. All resources will be available at https://github.com/Kki2Eve/RISNet.

📄 PDF Abstract BibTeX

Code (1)

kki2eve/risnet 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

VCP-DCN: Beyond Visual Concealed Property via Depth Collaborative Network for Camouflaged Object Detection

2026-07-30 · Songsong Duan, Xi Yang, Nannan Wang arxiv

Camouflaged Object Detection (COD) aims to identify and segment camouflaged objects in complex environments, which are often concealed because their color and texture are similar to the background. Several existing COD m…

Contrastive LearningObject Detection

AI-Enabled sensor fusion of time of flight imaging and mmwave for concealed metal detection

2024-08-01 · Chaitanya Kaul, Kevin J. Mitchell, Khaled Kassem, Athanasios Tragakis 외

In the field of detection and ranging, multiple complementary sensing modalities may be used to enrich the information obtained from a dynamic scene. One application of this sensor fusion is in public security and survei…

Sensor Fusion

SurANet: Surrounding-Aware Network for Concealed Object Detection via Highly-Efficient Interactive Contrastive Learning Strategy

2024-10-09 · Yuhan Kang, Qingpeng Li, Leyuan Fang, Jian Zhao 외

Concealed object detection (COD) in cluttered scenes is significant for various image processing applications. However, due to that concealed objects are always similar to their background, it is extremely hard to distin…

Contrastive Learningobject-detectionObject Detection

Improving Equivariance in State-of-the-Art Supervised Depth and Normal Predictors

2023-09-28 · ICCV 2023 1 · Yuanyi Zhong, Anand Bhattad, Yu-Xiong Wang, David Forsyth

Dense depth and surface normal predictors should possess the equivariant property to cropping-and-resizing -- cropping the input image should result in cropping the same output image. However, we find that state-of-the-a…

Data Augmentation

Dense Global Context Aware RCNN for Object Detection

2021-01-01 · Wenchao Zhang, Haoyu Xie, Mai Zhu, Chong Fu

RoIPool/RoIAlign is an indispensable process for the typical two-stage object detection algorithm, it is used to rescale the object proposal cropped from the feature pyramid to generate a fixed size feature map. However,…

Objectobject-detectionObject Detection