-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from PRIS-CV/YangYuqi317-patch-2
Add files via upload
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# API-Net | ||
|
||
[API-Net](https://arxiv.org/abs/2002.10191) | ||
|
||
## Introduction | ||
|
||
In order to effectively identify contrastive clues among highly-confused categories, the writers propose a simple but effective Attentive Pairwise Interaction Network (API-Net), which can progressively recognize a pair of fine-grained images by interaction. They aim at learning a mutual vector first to capture semantic differences in the input pair, and then comparing this mutual vector with individual vectors to highlight their semantic differences respectively. Besides, they also introduce a score-ranking regularization to promote the priorities of these features. For more details, please refer to the [paper](https://arxiv.org/abs/2002.10191). | ||
|
||
## Framework | ||
<div align=center> | ||
<img src="https://github.com/YangYuqi317/PRIS-CV_FGVCLib/blob/main/docs/en/configs/framework/API-Net%20Framework.png?raw=true"/> | ||
</div> | ||
|