paper-with-me

Papers

Scale-Aware Trident Networks for Object Detection

2019-01-07 · ICCV 2019 10 · Yanghao Li, Yuntao Chen, Naiyan Wang, Zhao-Xiang Zhang

Scale variation is one of the key challenges in object detection. In this work, we first present a controlled experiment to investigate the effect of receptive fields for scale variation in object detection. Based on the findings from the exploration experiments, we propose a novel Trident Network (TridentNet) aiming to generate scale-specific feature maps with a uniform representational power. We construct a parallel multi-branch architecture in which each branch shares the same transformation parameters but with different receptive fields. Then, we adopt a scale-aware training scheme to specialize each branch by sampling object instances of proper scales for training. As a bonus, a fast approximation version of TridentNet could achieve significant improvements without any additional parameters and computational cost compared with the vanilla detector. On the COCO dataset, our TridentNet with ResNet-101 backbone achieves state-of-the-art single-model results of 48.4 mAP. Codes are available at https://git.io/fj5vR.

📄 PDF Abstract BibTeX arXiv:1901.01892

Code (4)

chengzhengxin/groupsoftmax-simpledet mxnet
facebookresearch/detectron2/tree/master/projects/TridentNet/ pytorch
open-mmlab/mmdetection pytorch
tusimple/simpledet mxnet

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dilated Convolution 설명 없음
Step Decay 설명 없음
Batch Normalization 설명 없음
Random Horizontal Flip RandomHorizontalFlip is a type of image data augmentation which horizontally flips a given image with a given probability. Image Credit: [Apache…

Similar Papers 제목 키워드 기반

TRIDENT: Tri-Modal Molecular Representation Learning with Taxonomic Annotations and Local Correspondence

2025-06-26 · Feng Jiang, Mangal Prakash, Hehuan Ma, Jianyuan Deng 외

Molecular property prediction aims to learn representations that map chemical structures to functional properties. While multimodal learning has emerged as a powerful paradigm to learn molecular representations, prior wo…

Molecular Property Predictionmolecular representationProperty PredictionRepresentation Learning

Trident Pyramid Networks: The importance of processing at the feature pyramid level for better object detection

2021-10-08 · Cédric Picron, Tinne Tuytelaars

Feature pyramids have become ubiquitous in multi-scale computer vision tasks such as object detection. Given their importance, a computer vision network can be divided into three parts: a backbone (generating a feature p…

Objectobject-detectionObject Detection

Visual Tracking by TridentAlign and Context Embedding

2020-07-14 · Janghoon Choi, Junseok Kwon, Kyoung Mu Lee

Recent advances in Siamese network-based visual tracking methods have enabled high performance on numerous tracking benchmarks. However, extensive scale variations of the target object and distractor objects with similar…

Region ProposalVisual Tracking

End-to-End Trainable Trident Person Search Network Using Adaptive Gradient Propagation

2021-01-01 · ICCV 2021 10 · Byeong-Ju Han, Kuhyeun Ko, Jae-Young Sim

Person search suffers from the conflicting objectives of commonness and uniqueness between the person detection and re-identification tasks that make the end-to-end training of person search networks difficult. In th…

ClassificationHuman DetectionPerson Search

Trident: Improving Malware Detection with LLMs and Behavioral Features

2026-04-30 · Rebecca Saul, Jingzhi Jiang, Elliott Chia, David Wagner arxiv

Traditionally, machine learning methods for PE malware detection have relied on static features like byte histograms, string information, and PE header contents. One barrier to incorporating dynamic analysis features has…

Malware DetectionActive Learning