TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Context Enhancement Module

Context Enhancement Module

Computer VisionIntroduced 20008 papers
Source Paper

Description

Context Enhancement Module (CEM) is a feature extraction module used in object detection (specifically, ThunderNet) which aims to to enlarge the receptive field. The key idea of CEM is to aggregate multi-scale local context information and global context information to generate more discriminative features. In CEM, the feature maps from three scales are merged: C_4C\_{4}C_4, C_5C\_{5}C_5 and C_glbC\_{glb}C_glb. C_glbC\_{glb}C_glb is the global context feature vector by applying a global average pooling on C_5C\_{5}C_5. We then apply a 1 × 1 convolution on each feature map to squeeze the number of channels to α×p×p=245\alpha \times p \times p = 245α×p×p=245.

Afterwards, C_5C\_{5}C_5 is upsampled by 2× and C_glbC\_{glb}C_glb is broadcast so that the spatial dimensions of the three feature maps are equal. At last, the three generated feature maps are aggregated. By leveraging both local and global context, CEM effectively enlarges the receptive field and refines the representation ability of the thin feature map. Compared with prior FPN structures, CEM involves only two 1×1 convolutions and a fc layer.

Papers Using This Method

Hybrid Local-Global Context Learning for Neural Video Compression2024-11-30A Late-Stage Bitemporal Feature Fusion Network for Semantic Change Detection2024-06-15Real Time Egocentric Segmentation for Video-self Avatar in Mixed Reality2022-07-04CE-FPN: Enhancing Channel Information for Object Detection2021-03-19Egocentric Human Segmentation for Mixed Reality2020-05-25ThunderNet: Towards Real-Time Generic Object Detection on Mobile Devices2019-10-01AFP-Net: Realtime Anchor-Free Polyp Detection in Colonoscopy2019-09-05ThunderNet: Towards Real-time Generic Object Detection2019-03-28