Skip to content

Commit f73a389

Browse files
authored
Add Architecture details
1 parent c896022 commit f73a389

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,21 @@ This repository shows the TensorFlow Lite and TensorRT model conversion and infe
88
</p>
99

1010
Model training code and pre-trained weights are provided by Soumik through [this repository](https://github.com/soumik12345/MIRNet/).
11+
12+
## A bit about the architecture
13+
14+
The **MIRNet** presents a novel architecture with the collective goals of maintaining high-resolution representations through the entire network, and
15+
receiving strong contextual information from the low-resolution representations.
16+
17+
The core of this approach is a multi-scale residual block containing the following key elements:
18+
- parallel multi-resolution convolution streams for extracting multi-scale features
19+
- information exchange across the multi-resolution streams
20+
- spatial and channel attention mechanisms for capturing contextual information
21+
- attention based multi-scale feature aggregation.
22+
23+
![](https://i.imgur.com/VOzfG9a.png)
24+
<p align="center">
25+
<small>Framework of MIRNet</small>
26+
</p>
27+
28+
The figure above shows the framework of the proposed network MIRNet that learns enriched feature representations for image restoration and enhancement.

0 commit comments

Comments
 (0)