paper-with-me

홈 › Papers

Cascade Network with Guided Loss and Hybrid Attention for Finding Good Correspondences

2021-01-31 · Zhi Chen, Fan Yang, Wenbing Tao

Finding good correspondences is a critical prerequisite in many feature based tasks. Given a putative correspondence set of an image pair, we propose a neural network which finds correct correspondences by a binary-class classifier and estimates relative pose through classified correspondences. First, we analyze that due to the imbalance in the number of correct and wrong correspondences, the loss function has a great impact on the classification results. Thus, we propose a new Guided Loss that can directly use evaluation criterion (Fn-measure) as guidance to dynamically adjust the objective function during training. We theoretically prove that the perfect negative correlation between the Guided Loss and Fn-measure, so that the network is always trained towards the direction of increasing Fn-measure to maximize it. We then propose a hybrid attention block to extract feature, which integrates the Bayesian attentive context normalization (BACN) and channel-wise attention (CA). BACN can mine the prior information to better exploit global context and CA can capture complex channel context to enhance the channel awareness of the network. Finally, based on our Guided Loss and hybrid attention block, a cascade network is designed to gradually optimize the result for more superior performance. Experiments have shown that our network achieves the state-of-the-art performance on benchmark datasets. Our code will be available in https://github.com/wenbingtao/GLHA.

📄 PDF Abstract BibTeX arXiv:2102.00411

Code (1)

wenbingtao/GLHA 공식 구현 tf

Similar Papers 제목 키워드 기반

Cascade Network with Guided Loss and Hybrid Attention for Two-view Geometry

2020-07-11 · Zhi Chen, Fan Yang, Wenbing Tao

In this paper, we are committed to designing a high-performance network for two-view geometry. We first propose a Guided Loss and theoretically establish the direct negative correlation between the loss and Fn-measure by…

A^2-FPN: Attention Aggregation based Feature Pyramid Network for Instance Segmentation

2021-05-07 · Miao Hu, YaLi Li, Lu Fang, Shengjin Wang

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semantics t…

Instance SegmentationSemantic Segmentation

A2-FPN: Attention Aggregation Based Feature Pyramid Network for Instance Segmentation

2021-06-19 · CVPR 2021 1 · Miao Hu, YaLi Li, Lu Fang, Shengjin Wang

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semanti…

Instance SegmentationSemantic Segmentation

EHSOD: CAM-Guided End-to-end Hybrid-Supervised Object Detection with Cascade Refinement

2020-02-18 · Linpu Fang, Hang Xu, Zhili Liu, Sarah Parisot 외

Object detectors trained on fully-annotated data currently yield state of the art performance but require expensive manual annotations. On the other hand, weakly-supervised detectors have much lower performance and canno…

Objectobject-detectionObject Detection

Cascade Attention Guided Residue Learning GAN for Cross-Modal Translation

2019-07-03 · Bin Duan, Wei Wang, Hao Tang, Hugo Latapie 외

Since we were babies, we intuitively develop the ability to correlate the input from different cognitive sensors such as vision, audio, and text. However, in machine learning, this cross-modal learning is a nontrivial ta…

BIG-bench Machine LearningTranslation