paper-with-me

Papers

Speed Up Object Detection on Gigapixel-Level Images With Patch Arrangement

2022-01-01 · CVPR 2022 1 · Jiahao Fan, Huabin Liu, Wenjie Yang, John See, Aixin Zhang, Weiyao Lin

With the appearance of super high-resolution (e.g., gigapixel-level) images, performing efficient object detection on such images becomes an important issue. Most existing works for efficient object detection on high-resolution images focus on generating local patches where objects may exist, and then every patch is detected independently. However, when the image resolution reaches gigapixel-level, they will suffer from a huge time cost for detecting numerous patches. Different from them, we devise a novel patch arrangement framework for fast object detection on gigapixel-level images. Under this framework, a Patch Arrangement Network (PAN) is proposed to accelerate the detection by determining which patches could be packed together into a compact canvas. Specifically, PAN consists of (1) a Patch Filter Module (PFM) (2) a Patch Packing Module (PPM). PFM filters patch candidates by learning to select patches between two granularities. Subsequently, from the remaining patches, PPM determines how to pack these patches together into a smaller number of canvases. Meanwhile, it generates an ideal layout of patches on canvas. These canvases are fed to the detector to get final results. Experiments show that our method could improve the inference speed on gigapixel-level images by 5 times while maintaining great performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SaccadeDet: A Novel Dual-Stage Architecture for Rapid and Accurate Detection in Gigapixel Images

2024-07-25 · Wenxi Li, Ruxin Zhang, Haozhe Lin, Yuchen Guo 외

The advancement of deep learning in object detection has predominantly focused on megapixel images, leaving a critical gap in the efficient processing of gigapixel images. These super high-resolution images present uniqu…

object-detectionObject Detection

When Visual Grounding Meets Gigapixel-level Large-scale Scenes: Benchmark and Approach

2024-01-01 · CVPR 2024 1 · Tao Ma, Bing Bai, Haozhe Lin, Heyuan Wang 외

Visual grounding refers to the process of associating natural language expressions with corresponding regions within an image. Existing benchmarks for visual grounding primarily operate within small-scale scenes with…

Scene UnderstandingVisual Grounding

PANDA: A Gigapixel-level Human-centric Video Dataset

2020-03-10 · CVPR 2020 6 · Xueyang Wang, Xiya Zhang, Yinheng Zhu, Yuchen Guo 외

We present PANDA, the first gigaPixel-level humAN-centric viDeo dAtaset, for large-scale, long-term, and multi-object visual analysis. The videos in PANDA were captured by a gigapixel camera and cover real-world scenes w…

4kAttributeHuman Detection

Neural Image Compression for Gigapixel Histopathology Image Analysis

2018-11-07 · David Tellez, Geert Litjens, Jeroen van der Laak, Francesco Ciompi

We propose Neural Image Compression (NIC), a two-step method to build convolutional neural networks for gigapixel image analysis solely using weak image-level labels. First, gigapixel images are compressed using a neural…

Image CompressionMedical Diagnosis

Detecting Cancer Metastases on Gigapixel Pathology Images

2017-03-03 · Yun Liu, Krishna Gadepalli, Mohammad Norouzi, George E. Dahl 외

Each year, the treatment decisions for more than 230,000 breast cancer patients in the U.S. hinge on whether the cancer has metastasized away from the breast. Metastasis detection is currently performed by pathologists r…

Medical Object Detection