paper-with-me

Papers

Aggregation With Feature Detection

2021-01-01 · ICCV 2021 10 · Shuyang Sun, Xiaoyu Yue, Xiaojuan Qi, Wanli Ouyang, Victor Adrian Prisacariu, Philip H.S. Torr

Aggregating features from different depths of a network is widely adopted to improve the network capability. Lots of modern architectures are equipped with skip connections, which actually makes the feature aggregation happen in all these networks. Since different features tell different semantic meanings, there are inconsistencies and incompatibilities to be solved. However, existing works naively blend deep features via element-wise summation or concatenation with a convolution behind. Better feature aggregation method beyond summation or concatenation is rarely explored. In this paper, given two layers of features to be aggregated together, we first detect and identify where and what needs to be updated in one layer, then replace the feature at the identified location with the information of the other layer. This process, which we call DEtect-rePLAce (DEPLA), enables us to avoid inconsistent patterns while keeping useful information in the merged outputs. Experimental results demonstrate our method largely boosts multiple baselines e.g. ResNet, FishNet and FPN on three major vision tasks including ImageNet classification, MS COCO object detection and instance segmentation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Average Pooling 설명 없음
Residual Connection 설명 없음
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Kaiming Initialization 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Feature Aggregation in Joint Sound Classification and Localization Neural Networks

2023-10-29 · Brendan Healy, Patrick McNamee, Zahra Nili Ahmadabadi

This study addresses the application of deep learning techniques in joint sound signal classification and localization networks. Current state-of-the-art sound source localization deep learning networks lack feature aggr…

regressionSound ClassificationSound Event Localization and DetectionSound Source Localization

Improving Network Anomaly Detection via Choquet-Integral-Based Feature Aggregation

2026-07-16 · Abreu Quevedo, Roger Immich, Giancarlo Lucca, Graçaliz Dimuro 외 arxiv

This work investigates a generalized Choquet-integral-based feature aggregation framework to improve anomaly detection in high-dimensional network traffic data. The approach combines adaptive weighting with incremental f…

Intrusion DetectionAnomaly Detection

FLARE: Feature-based Lightweight Aggregation for Robust Evaluation of IoT Intrusion Detection

2025-04-21 · Bradley Boswell, Seth Barrett, Swarnamugi Rajaganapathy, Gokila Dorai

The proliferation of Internet of Things (IoT) devices has expanded the attack surface, necessitating efficient intrusion detection systems (IDSs) for network protection. This paper presents FLARE, a feature-based lightwe…

Feature EngineeringIntrusion Detection

Flow-Guided Feature Aggregation for Video Object Detection

2017-03-29 · ICCV 2017 10 · Xizhou Zhu, Yujie Wang, Jifeng Dai, Lu Yuan 외

Extending state-of-the-art object detectors from image to video is challenging. The accuracy of detection suffers from degenerated object appearances in videos, e.g., motion blur, video defocus, rare poses, etc. Existing…

Objectobject-detectionObject DetectionVideo Object Detection+1

DFA: Dynamic Feature Aggregation for Efficient Video Object Detection

2022-10-02 · Yiming Cui

Video object detection is a fundamental yet challenging task in computer vision. One practical solution is to take advantage of temporal information from the video and apply feature aggregation to enhance the object feat…

Objectobject-detectionObject DetectionVideo Object Detection