Skip to content
tezvyn:

Computer Vision

Image/video models, diffusion, OCR, multimodal

145 bites

Test yourself: Top 30 intermediate Computer Vision interview questionsMultiple choice, with the correct answer and why it is correct on every question. Free, no sign-in.

Intermediate everything in Computer Vision, page 2

intermediate1 min read

Cross-attention in transformer VQA models

Text queries attend over image regions, learning alignment that grounds words to visual content.

intermediate1 min read

The data association problem in SLAM

Matching observations to landmarks, why wrong matches corrupt the map, robust techniques like RANSAC and descriptor matching.

intermediate1 min read

Core components of visual SLAM

Tracking estimates per-frame pose, mapping builds and refines the 3D map, loop closure detects revisits and corrects drift.

intermediate1 min read

Adapting a 2D CNN for video action recognition

Run the 2D CNN per frame, pool features over time, optionally add two-stream or 3D conv.

intermediate1 min read

Deploying segmentation on edge devices

Pick efficient architectures, apply INT8 quantization, distill from a large teacher.

intermediate1 min read

Improving small object detection

Raise input resolution and tile, use feature pyramids for high-res features, tune anchors and copy-paste augmentation.

intermediate1 min read

What is Bundle Adjustment and why is it tractable?

Jointly refine 3D points and camera poses by minimizing reprojection error, expensive due to many coupled parameters; sparsity of the Jacobian and the Schur complement make it tractable.

intermediate1 min read

Why learn detection and description jointly like SuperPoint?

A shared backbone jointly optimizes detection and description for matching, sharing computation and learning data-driven robustness instead of hand-crafted heuristics.

intermediate1 min read

Feature detector vs feature descriptor.

A detector finds where interesting points are, a descriptor encodes the local appearance around each so points can be matched.

intermediate1 min read

How is an HDR radiance map constructed from exposures?

Recover the inverse camera response function from corresponding pixels, linearize each exposure to radiance, then merge with confidence weights into a floating-point radiance map.

intermediate1 min read

CPU vs GPU vs Edge TPU for inference.

CPU is flexible but slow, GPU offers massive parallelism at high power, Edge TPU gives efficient low-power int8 inference but is constrained; choose by latency, power, cost, and model fit.

intermediate1 min read

How do you train and evaluate on imbalanced defect data?

Resampling, class weighting, focal loss, and anomaly framing for training; evaluate with precision, recall, PR-AUC, and F-beta, not accuracy.

intermediate1 min read

How do you speed up a slow detection model?

Quantization, pruning, distillation, lighter backbones, and resolution or batching tweaks, each trading some accuracy or effort for speed.

intermediate1 min read

Compare Gray World and White Patch white balance.

Gray World assumes average scene color is gray, White Patch assumes the brightest pixel is white, both fail on dominant colors or clipping; learning predicts illuminant from data.

intermediate1 min read

How does smartphone Portrait Mode produce bokeh?

Estimate per-pixel depth via dual-pixel or stereo or learning, segment the subject, then apply depth-dependent blur.

intermediate2 min read

Prototypical Networks for few-shot classification

An encoder embeds support examples, each class prototype is the mean embedding of its support examples, and a query is classified by nearest prototype using a distance like Euclidean via softmax.

intermediate2 min read

Contrastive self-supervised learning with SimCLR

Two augmentations of one image form a positive pair, other images in the batch are negatives; an encoder plus projection head and the NT-Xent loss pull positives together and push negatives apart.

intermediate2 min read

Camera intrinsics, extrinsics, and the essential matrix

Intrinsics map camera coords to pixels, extrinsics are camera pose in the world; the essential matrix relates normalized points across two views, encoding relative rotation and translation up to scale…

intermediate2 min read

Unpaired image translation with CycleGAN

CycleGAN uses two generators and two discriminators with a cycle-consistency loss that forces translating to the other domain and back to reconstruct the input, removing the need for paired data.

intermediate2 min read

How text prompts guide Stable Diffusion

A frozen text encoder turns the prompt into token embeddings, which feed the U-Net via cross-attention at each denoising step so the prompt steers generation; classifier-free guidance amplifies the…

We are hiring for this. Every open role lists the topics its interview covers, so you can prepare for the real thing rather than guessing.

See open roles