Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,7 @@ The model is built using PyTorch on an NVIDIA RTX A6000 GPU with a total memory
|
|
| 21 |
9. [Acknowledgement](#acknowledgment)
|
| 22 |
|
| 23 |
## Introduction
|
| 24 |
-
|
| 25 |
-
|
| 26 |
## Network
|
| 27 |
This diagram illustrates the overall architecture of MSRNet.
|
| 28 |

|
|
|
|
| 21 |
9. [Acknowledgement](#acknowledgment)
|
| 22 |
|
| 23 |
## Introduction
|
| 24 |
+
We introduce a Multi-Scale Recursive Network that utilizes a Pyramid Vision Transformer backbone to extract multi-scale features. This network employs Attention-Based Scale Integration Units for selective feature merging, and a recursive decoding strategy incorporating Multi-Granularity Fusion Units to refine features and enhance global context. Our approach leverages multi-scale learning and recursive optimization, achieving state-of-the-art performance on benchmark datasets for detecting small and multiple camouflaged objects.
|
|
|
|
| 25 |
## Network
|
| 26 |
This diagram illustrates the overall architecture of MSRNet.
|
| 27 |

|