TL;DR
This paper introduces a novel DenseNet-based regression model that replaces convolutional layers with fully connected layers, demonstrating superior performance in environmental data prediction tasks.
Contribution
The paper proposes a DenseNet regression architecture tailored for regression tasks, replacing convolutional layers with fully connected layers and validating its effectiveness through extensive simulations.
Findings
Optimal depth of 19 layers identified
Model performs best with input dimensions under 200
High correlation (0.91) in humidity prediction
Abstract
Densely connected convolutional networks (DenseNet) behave well in image processing. However, for regression tasks, convolutional DenseNet may lose essential information from independent input features. To tackle this issue, we propose a novel DenseNet regression model where convolution and pooling layers are replaced by fully connected layers and the original concatenation shortcuts are maintained to reuse the feature. To investigate the effects of depth and input dimension of proposed model, careful validations are performed by extensive numerical simulation. The results give an optimal depth (19) and recommend a limited input dimension (under 200). Furthermore, compared with the baseline models including support vector regression, decision tree regression, and residual regression, our proposed model with the optimal depth performs best. Ultimately, DenseNet regression is applied to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Batch Normalization · Softmax · Kaiming Initialization · Dense Block · 1x1 Convolution · Dropout · Global Average Pooling · Dense Connections
