InterviewStack.io LogoInterviewStack.io

Computer Vision Questions

Modeling and pipelines for image and video data. Covers image classification, detection and segmentation, image preprocessing and augmentation, and end-to-end vision model pipelines. Focuses on the fundamentals of applying learning to visual inputs and the practical constraints of vision systems.

HardTechnical
51 practiced

You have a small VQA dataset and want to adapt a CLIP-like image-text pretrained model for improved question answering. Propose architectural changes (e.g., fusion layers, adapters), discuss whether to fine-tune full model or use PEFT, and outline data augmentation or synthetic data generation strategies to improve cross-modal alignment.

MediumTechnical
57 practiced

You are training a pretrained CNN on an imbalanced dataset with very few examples for minority classes. Describe strategies you would use during fine-tuning: sampling methods, loss functions (e.g., focal loss, class-weighting), augmentation, metric selection, and calibration strategies to ensure reliable performance on minority classes.

MediumTechnical
89 practiced

Describe Feature Pyramid Networks (FPN) and how multi-scale feature aggregation helps detect objects of varying sizes. Explain how FPN interfaces with detection heads and why lateral connections and top-down pathways are effective.

EasyTechnical
56 practiced

In Python using PyTorch and torchvision, write code to load a pretrained ResNet-50 model, freeze all convolutional layers' weights, replace the final fully connected layer with a new classifier for num_classes, and confirm only the new classifier parameters require gradients. Include necessary imports and clearly show how you would list trainable parameters.

HardTechnical
62 practiced

Design an end-to-end synthetic data generation pipeline to supplement limited labeled instance segmentation data for a robotics application. Include asset creation, procedural placement, lighting variation, domain randomization, label generation for masks/instance-ids, and methods to verify the synthetic-to-real transferability.

Unlock Full Question Bank

Get access to all Computer Vision interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.