You know how cruise control works on a highway — you set a speed, the system corrects for hills and wind. Now imagine cruise control that has to work while someone intermittently covers your speedometer. That's the core problem this paper solves for drone vision systems. Image-Based Visual Servoing (IBVS) tells a UAV how to move by watching how features shift in its camera frame, but the controller has two ugly failure modes: it can lose stability near the target when control inputs saturate, and it can crash entirely when aggressive maneuvers cause the camera to temporarily lose the visual features it's tracking. The committed claim: a terminal-constraint model predictive control (TC-MPC) framework for IBVS, paired with a Kalman filter for moment prediction, that maintains closed-loop stability under input/state constraints AND preserves control continuity during short-term visual feature dropout. This is not a first-of-kind result — MPC for visual servoing exists, and Kalman filters for feature prediction exist — but the integration of both into a single framework with formal recursive feasibility guarantees, validated on real UAV hardware, is the contribution. The architecture sits squarely in the optimization-based control family. TC-MPC is a variant of nonlinear MPC where you bolt on terminal-state constraints and a terminal cost to the optimization horizon. This is a well-understood trick from the MPC stability literature (Mayne et al., 2000 is the canonical reference), but applying it to IBVS error dynamics rather than state-space dynamics is the structural choice here. The Kalman filter runs in parallel, estimating image-moment evolution during dropout windows so the MPC has something to optimize against even when measurements vanish. The compute property this leans on: real-time solvability of the MPC optimization on UAV-grade hardware, which constrains the prediction horizon and model complexity. On the ladder, we need to be honest about what the abstract tells us. The paper claims "real-time UAV visual servoing experiments," which is stronger than simulation-only, but the abstract names no specific baseline controller, no quantitative performance numbers, and no named benchmark scenario. Conventional IBVS controllers (Chaumette's classic 2006 framework, Corke's work) are the implicit baseline, and the claim is qualitative: stability where they lose it, continuity where they fail. Without numbers, we can't say this BEATS anything — we can say it addresses known failure modes with a principled architecture. Integrity gets a real boost from hardware experiments. Real-time UAV experiments are not simulation — they include unmodeled aerodynamic disturbances, sensor noise, processing latency, and communication delays that simulation papers dodge. But the abstract doesn't specify how many trials, what scenarios, what success/failure metrics, or whether the experiments were pre-designed or iteratively tuned. The gap between "we ran it on a drone" and "we ran a rigorous experimental protocol" is real. The milestone question for IBVS-MPC is about operational envelope: at what speed, what angular rate, what feature-dropout duration does this framework maintain stability? The paper doesn't give us those numbers from the abstract alone. The field needs a benchmark like "stable servoing at 3 m/s with 500ms feature dropout on a standard target" — a number drone practitioners could hold the community to. The obvious next experiment not run: outdoor operation with natural features, wind disturbance, and longer-duration occlusion. My read is (a) — outdoor UAV experiments are expensive and logistically hard, and the authors likely validated indoors first with the intent to extend later. This is solid systems-integration work. It takes two well-understood components (terminal-constraint MPC and Kalman filtering), identifies a real operational gap in IBVS, and combines them with formal guarantees validated on hardware. It's not opening new theoretical territory, but it's the kind of work that moves drone autonomy from lab demos to deployable systems.