NVIDIA Generative AI Multimodal - NCA-GENM 模擬練習
You're developing a multimodal model that combines text and audio for sentiment analysis. The text component is performing well, but the audio component contributes very little to the overall accuracy. What's the MOST likely reason and how could you address it?
正解: B
解説: (PassTest メンバーにのみ表示されます)
You are training a deep convolutional generative adversarial network (DCGAN) for generating high-resolution images. After several epochs, you observe mode collapse the generator produces only a few similar images. Which of the following strategies would be most effective in mitigating mode collapse?
正解: E
解説: (PassTest メンバーにのみ表示されます)
Which of the following techniques is MOST suitable for aligning the feature spaces of text and images in a multimodal model?
正解: A
解説: (PassTest メンバーにのみ表示されます)
You are fine-tuning a pre-trained large language model (LLM) for a specific text generation task. During training, you observe that the model is overfitting to the training data and not generalizing well to unseen examples. Which of the following techniques could be MOST effective in mitigating overfitting in this scenario?
正解: B,D,E
解説: (PassTest メンバーにのみ表示されます)
You are experimenting with different multimodal transformer architectures for a video understanding task. You are using a large pre- trained model and fine-tuning it on your specific dataset. You observe that the model is overfitting and struggling to generalize to unseen videos. Which of the following techniques would be most effective in mitigating overfitting in this scenario? (Choose two)
正解: A,E
解説: (PassTest メンバーにのみ表示されます)
When deploying a Generative A1 model to a resource-constrained edge device (e.g., a mobile phone), what are the key considerations for model optimization and which techniques are most effective?
正解: A
解説: (PassTest メンバーにのみ表示されます)
You are developing a system that uses multimodal data (images, audio, and text) to detect fraudulent insurance claims. The image data represents damage to vehicles, the audio data captures conversations between the claimant and the insurance agent, and the text data includes the claim form details. What are the potential benefits of using multimodal data compared to relying on a single modality?
正解: A,E
解説: (PassTest メンバーにのみ表示されます)
You are building a system that generates image captions from images and vice vers a. Which evaluation metric(s) are MOST appropriate to assess the quality of the generated content? (Select all that apply)
正解: B,D,E
解説: (PassTest メンバーにのみ表示されます)
You are working on a multimodal emotion recognition system that analyzes video (visual and audio) and transcript (text) dat a. You want to fuse these modalities effectively. Which fusion technique is MOST likely to capture complex inter-modal relationships and improve performance, especially when the modalities have varying degrees of reliability?
正解: D
解説: (PassTest メンバーにのみ表示されます)
You are building a multimodal model for medical image diagnosis, using both radiology images (e.g., X-rays) and patient clinical notes.
The clinical notes are highly unstructured and contain significant medical jargon. What preprocessing steps would be MOST effective for improving the model's performance?
The clinical notes are highly unstructured and contain significant medical jargon. What preprocessing steps would be MOST effective for improving the model's performance?
正解: C
解説: (PassTest メンバーにのみ表示されます)
A multimodal A1 model is designed to translate sign language videos into text. The model performs well on videos with clear hand gestures and lighting conditions but struggles with videos recorded in low light or with partial hand occlusions. Which of the following strategies would be MOST effective in improving the model's robustness to these challenging conditions?
正解: E
解説: (PassTest メンバーにのみ表示されます)
Consider a multimodal emotion recognition system that uses both facial expressions (images) and speech (audio). You want to fuse the information from these two modalities at the decision level. Which of the following techniques would be MOST suitable for decision-level fusion?
正解: A
解説: (PassTest メンバーにのみ表示されます)
Consider the following Python code snippet using PyTorch. What does this code do in the context of data preprocessing for a Generative AI model?
正解: A
解説: (PassTest メンバーにのみ表示されます)
You are building a multimodal model that takes images and text descriptions as input to generate new images. You want to evaluate the impact of different image encoders (ResNet50, Efficient Net) on the generated image quality and relevance to the text prompt. Which evaluation metric(s) would be MOST appropriate for this task?
正解: E
解説: (PassTest メンバーにのみ表示されます)