Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiZZhang authored Apr 27, 2022
1 parent 50450dc commit 7c8e839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo is the official implementation of "*[ActiveMLP: An MLP-like Architectu

**ActiveMLP** is a general MLP-like visual backbone, which is applicable to image classification, object detection and semantic segmentation tasks. The core operator, Active Token Mixer (`ATM`), actively incorporates contextual information from other tokens in the global scope. It adaptively predicts where to capture useful contexts and learns how to fuse the captured contexts with the origianl information at channel levels.

The ActiveMLP variants achieves `79.7% ~ 83.8%` acc@top1 with model scaled from `15M ~ 76M` on ImageNet-1K. It also shows its superiority on downstream dense prediction tasks. `ActiveMLP-Large` achieves `51.1% mIoU` with UperNet on ADE20K semantic segmentation dataset.
The ActiveMLP variants achieve `79.7% ~ 83.8%` acc@top1 with models scaled from `15M ~ 76M` on ImageNet-1K. It also shows the superiority on downstream dense prediction tasks. `ActiveMLP-Large` achieves `51.1% mIoU` with UperNet on ADE20K semantic segmentation dataset.


![ActiveMLP](assets/teaser.png)
Expand All @@ -21,7 +21,7 @@ The ActiveMLP variants achieves `79.7% ~ 83.8%` acc@top1 with model scaled from

## Usage

The following is the guideline for ActiveMLP on image classification task, the usage on semantic segmentation can be found [here](segmentation/README.md).
The following guideline of ActiveMLP is for image classification, the guideline for semantic segmentation can be found [here](segmentation/README.md).

### Install

Expand Down

0 comments on commit 7c8e839

Please sign in to comment.