Regression Head for bi-GRU + Transformer Encoder for time series regre

I’m working on a deep learning model that involves a bidirectional GRU (bi-GRU) followed by an Encoder Transformer. My input time series has the shape (batch_size, seq_len, num_features), where num_features is 3. The bi-GRU processes this input, and its output is fed into the Encoder Transformer.

The challenge I’m facing is how to design a suitable regression head after the Encoder Transformer. This regression head should take the transformer’s output and generate a 2D vector of 4 values as predictions.

Specifically, I’m looking for guidance on the following:

Architecture: What would be an effective architecture for this regression head?
Implementation: How can I implement this regression head in a way that seamlessly integrates with my existing bi-GRU and Encoder Transformer components?

I have implemented the bi-GRU and Encoder Transformer components of my model. The bi-GRU successfully processes the input time series, and the Encoder Transformer further refines the representations.

I’ve tried two different approaches for the regression head:

Linear Layer: I added a simple linear layer with four output units to the output of the Encoder Transformer. The expectation was that this layer would learn to map the transformer’s high-level features to the four target values.

Multi-Layer Perceptron (MLP): I replaced the linear layer with a small MLP (e.g., two hidden layers with ReLU activation) to increase the complexity of the regression head and potentially improve its capacity to model non-linear relationships.

However, I’m unsure whether these approaches are appropriate or if there are better alternatives. I’m hoping to get feedback on the suitability of these regression heads and any potential improvements.

Those two implementations are my regression heads:

self.linear_relu_stack = nn.Sequential(
                nn.Linear(self.bidirectional * self.hidden_size, 256),
                nn.ReLU(),
                nn.Linear(256, 64),
                nn.ReLU(),
                nn.Linear(64, self.num_features)
            )

The second implementation is the following (which I don’t really understand):

self.head_nf = self.seq_len * d_model
        if custom_head is not None: 
            if isinstance(custom_head, nn.Module): self.head = custom_head
            else: self.head = custom_head(d_model, self.num_features, self.seq_len)
        else:
            self.head = self.create_head(self.head_nf, self.num_features, act=act, fc_dropout=fc_dropout, y_range=y_range)

def create_head(self, nf, num_features, act="gelu", fc_dropout=0., y_range=None):
        layers = [get_activation_fn(act), nn.Flatten()]
        if fc_dropout: layers += [nn.Dropout(fc_dropout)]
        layers += [nn.Linear(nf, num_features)]
        if y_range: layers += [nn.SigmoidRange(*y_range)]
        return nn.Sequential(*layers)

New contributor

Alexandre Benoit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật