This one took me a minute to even organize in my head.
Frame the answer around a structured evaluation plan that starts with defining the target population and success criteria, then systematically assesses metric transferability, detects distribution shift, and leverages both datasets. Emphasize a risk-aware go/no-go decision that acknowledges limited evidence and proposes a phased rollout with monitoring.
Pro tip: Propose a 'shadow mode' deployment in the new city where the system runs but doesn't control the vehicle, allowing safe collection of real-world performance data and edge cases before full commitment. This demonstrates practical risk management and a test-and-learn mindset.
Specify the operational design domain (ODD) for the new city, including geography, weather, traffic density, and scenario types. Establish clear, measurable success criteria (e.g., disengagement rate, precision/recall on critical objects) that align with business goals and safety requirements.
Evaluate whether existing metrics (e.g., precision, recall, calibration error) remain valid in the new city. Check model calibration on the small target sample and compare to source; if miscalibrated, consider re-calibration or domain adaptation.
Use statistical tests (e.g., KS test, MMD) and visualizations to compare feature distributions between source and target. Identify which scenarios are underrepresented or missing, and prioritize them for data collection.
Leverage the large source dataset for training and the small target sample for validation and fine-tuning. Employ techniques like importance weighting, domain adaptation, or transfer learning to bridge the gap, and use cross-validation to estimate performance uncertainty.
Synthesize evidence from steps 1-4 to decide whether to proceed, with a focus on risk. If evidence is insufficient, propose a phased rollout with extensive monitoring and a clear fallback plan, and define triggers for re-evaluation.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.