paper-with-me

Elastic Dense Block

2000년 도입 · 논문 2편에서 사용

Elastic Dense Block is a skip connection block that modifies the Dense Block with downsamplings and upsamplings in parallel branches at each layer to let the network learn from a data scaling policy in which inputs are processed at different resolutions in each layer. It is called "elastic" because each layer in the network is flexible in terms of choosing the best scale by a soft policy.

출처: ELASTIC: Improving CNNs with Dynamic Scaling Policies

소개 논문: ELASTIC: Improving CNNs with Dynamic Scaling Policies

Image Model Blocks · Computer VisionSkip Connection Blocks · General