Valid NCA-GENM Dumps shared by ExamDiscuss.com for Helping Passing NCA-GENM Exam! ExamDiscuss.com now offer the newest NCA-GENM exam dumps, the ExamDiscuss.com NCA-GENM exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com NCA-GENM dumps with Test Engine here:
You are building a multimodal model that combines text and image data to generate captions. The text encoder is a pre-trained BERT model, and the image encoder is a ResNet-50. You observe that the generated captions are heavily biased towards descriptions based on the text input, and the image information is not well represented. Which of the following techniques could you apply to improve the contribution of the image modality?
Correct Answer: C
Applying a modality-specific loss weight allows you to explicitly control the importance of each modality during training. By increasing the weight of the image loss, you encourage the model to pay more attention to the image information and generate captions that are more representative of the visual content. Increasing BERT's learning rate could worsen the imbalance. PCA is a data reduction technique not a balancing technique, freezing the weights on resnet 50, will not allow the network to learn about the relationship, batch size is to do with training speed not modality balance.