paper-with-me

홈 › Papers

RestoreDet: Degradation Equivariant Representation for Object Detection in Low Resolution Images

2022-01-07 · Ziteng Cui, Yingying Zhu, Lin Gu, Guo-Jun Qi, Xiaoxiao Li, Peng Gao, Zenghui Zhang, Tatsuya Harada

Image restoration algorithms such as super resolution (SR) are indispensable pre-processing modules for object detection in degraded images. However, most of these algorithms assume the degradation is fixed and known a priori. When the real degradation is unknown or differs from assumption, both the pre-processing module and the consequent high-level task such as object detection would fail. Here, we propose a novel framework, RestoreDet, to detect objects in degraded low resolution images. RestoreDet utilizes the downsampling degradation as a kind of transformation for self-supervised signals to explore the equivariant representation against various resolutions and other degradation conditions. Specifically, we learn this intrinsic visual structure by encoding and decoding the degradation transformation from a pair of original and randomly degraded images. The framework could further take the advantage of advanced SR architectures with an arbitrary resolution restoring decoder to reconstruct the original correspondence from the degraded input image. Both the representation learning and object detection are optimized jointly in an end-to-end training fashion. RestoreDet is a generic framework that could be implemented on any mainstream object detection architectures. The extensive experiment shows that our framework based on CenterNet has achieved superior performance compared with existing methods when facing variant degradation situations. Our code would be released soon.

📄 PDF Abstract BibTeX arXiv:2201.02314

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage RestorationObjectobject-detectionObject DetectionRepresentation LearningSuper-Resolution

Methods 이 논문이 사용한 방법론

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…
Batch Normalization 설명 없음
Center Pooling Center Pooling is a pooling technique for object detection that aims to capture richer and more recognizable visual patterns. The geometric centers of objects do not…
Cascade Corner Pooling Cascade Corner Pooling is a pooling layer for object detection that builds upon the corner pooling operation. Corners are…
DLA 설명 없음
CenterNet CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named [cascade corner…

Similar Papers 제목 키워드 기반

Exploring Resolution and Degradation Clues as Self-supervised Signal for Low Quality Object Detection

2022-08-05 · Ziteng Cui, Yingying Zhu, Lin Gu, Guo-Jun Qi 외

Image restoration algorithms such as super resolution (SR) are indispensable pre-processing modules for object detection in low quality images. Most of these algorithms assume the degradation is fixed and known a priori.…

DecoderImage RestorationObjectobject-detection+3

Transformation-Equivariant 3D Object Detection for Autonomous Driving

2022-11-22 · Hai Wu, Chenglu Wen, Wei Li, Xin Li 외

3D object detection received increasing attention in autonomous driving recently. Objects in 3D scenes are distributed with diverse orientations. Ordinary detectors do not explicitly model the variations of rotation and …

3D Object DetectionAutonomous DrivingData AugmentationObject+2

Equivariant Spatio-Temporal Self-Supervision for LiDAR Object Detection

2024-04-17 · Deepti Hegde, Suhas Lohit, Kuan-Chuan Peng, Michael J. Jones 외

Popular representation learning methods encourage feature invariance under transformations applied at the input. However, in 3D perception tasks like object localization and segmentation, outputs are naturally equivarian…

3D Object DetectionObjectobject-detectionObject Detection+2

Group Equivariant BEV for 3D Object Detection

2023-04-26 · Hongwei Liu, Jian Yang, Jianfeng Zhang, Dongheng Shao 외

Recently, 3D object detection has attracted significant attention and achieved continuous improvement in real road scenarios. The environmental information is collected from a single sensor or multi-sensor fusion to dete…

3D Object DetectionObjectobject-detectionObject Detection+1

Geometric Deep Learning and Equivariant Neural Networks

2021-05-28 · Jan E. Gerken, Jimmy Aronsson, Oscar Carlsson, Hampus Linander 외

We survey the mathematical foundations of geometric deep learning, focusing on group equivariant and gauge equivariant neural networks. We develop gauge equivariant convolutional neural networks on arbitrary manifolds $\…

Deep Learningobject-detectionObject DetectionSemantic Segmentation