ZDDWLIG commited on
Commit
8ea8172
·
verified ·
1 Parent(s): 4920c53

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -14
README.md CHANGED
@@ -38,23 +38,13 @@ Metrics are computed on the held-out test shots in the normalized domain. If a b
38
 
39
  ## Model Architectures
40
 
41
- - **Attention UNet** (`atten_unet`) — U-Net with additive attention gates on skip connections (Oktay et al., 2018, MIDL). Base channels: 32, depth: 4.
42
- - **Attention UNet-Plus** (`atten_unet_plus`) — Wider Attention UNet variant. Base channels: 64, depth: 4.
43
- - **DnCNN** (`dncnn`) — Flat 17-layer Conv-BN-ReLU stack with residual learning (Zhang et al., 2017, IEEE TIP). Base channels: 64.
44
- - **ResUNet** (`res_unet`) — U-Net with residual blocks replacing plain double-conv layers (He et al., 2016; Zhang et al., 2018). Base channels: 32, depth: 4.
45
- - **ResUNet-Plus** (`res_unet_plus`) — Wider ResUNet variant. Base channels: 64, depth: 4.
46
- - **UNet** (`unet`) — Classic encoder-decoder with skip connections (Ronneberger et al., 2015). Base channels: 32, depth: 4.
47
- - **UNet-Plus** (`unet_plus`) — Wider UNet variant. Base channels: 64, depth: 4.
48
 
49
  ## Uploaded Checkpoints
50
 
51
- - Attention UNet: 3 checkpoints
52
- - Attention UNet-Plus: 3 checkpoints
53
- - DnCNN: 3 checkpoints
54
- - ResUNet: 3 checkpoints
55
- - ResUNet-Plus: 3 checkpoints
56
- - UNet: 3 checkpoints
57
- - UNet-Plus: 3 checkpoints
58
 
59
  ### Preprocessing
60
 
 
38
 
39
  ## Model Architectures
40
 
41
+ - **DNNDAT** (`dnndat`) — DNNDAT-style convolutional encoder-decoder for marine multiple suppression (Wang et al., 2022). U-Net-like encoder-decoder with 28 convolutional layers and dropout.
42
+ - **SAGAN** (`sagan`) — Self-attention GAN generator for seismic surface-related multiple suppression (Tao et al., 2022). U-Net generator with a bottleneck self-attention block.
 
 
 
 
 
43
 
44
  ## Uploaded Checkpoints
45
 
46
+ - DNNDAT: 4 checkpoints
47
+ - SAGAN: 3 checkpoints
 
 
 
 
 
48
 
49
  ### Preprocessing
50