Pith. sign in

REVIEW 3 major objections 4 minor 12 references

CoNav-UAV: Cooperative Dual-Altitude Aerial Navigation via Stackelberg Learning

T0 review · 3 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read CoNav-UAV models dual-altitude drone cooperation as a leader-follower Stackelberg game and reports search success up to 30.8 points above single- and dual-agent baselines.

desk verdict A genuinely new Stackelberg formulation for dual-altitude UAV cooperation with credible ablations, but the headline 'consistently outperforms' rests on far too few test targets to be statistically grounded. read the letter →

arxiv 2608.01802 v1 pith:4QH6GZTI submitted 2026-08-03 cs.AI cs.RO

classification cs.AIcs.RO
keywords vision-and-languagenavigationunmannedaerialvehiclesStackelberggamemulti-agentcooperationimitationlearningDAggerin-contextvision-language-actionmodel
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Target-oriented aerial navigation asks a drone to find an object from only a short text description of its appearance and surroundings, a task that demands both wide exploration and close-up, collision-free approach. CoNav-UAV argues these two demands cannot be reconciled in a single agent and instead splits them between two drones: a high-altitude leader that grounds candidate targets on bird's-eye imagery and dispatches coordinates, and a low-altitude follower that navigates to each dispatched target from a first-person view. The paper's central claim is that modeling this split as a general-sum Stackelberg game, in which the leader commits first and the follower best-responds, and optimizing it with alternating role-matched updates yields a system that consistently outperforms single- and dual-agent baselines, with success-rate gains of up to 30.8 points on the learning scene and 9.0 points under cross-scene transfer while using roughly three times less adaptation data. If true, cooperative dual-altitude search becomes a practical, onboard-only alternative to single-drone systems that rely on privileged information or human assistance.

What carries the argument

The central object is the dual-altitude Stackelberg navigation game, in which the leader's dispatch decisions define the follower's task and the follower's navigability defines the leader's payoff, so that the pair's target is a Stackelberg equilibrium: a leader commitment that is optimal in anticipation of the follower's best response. The mechanism that carries the argument is Iterative Stackelberg Learning, an alternating scheme with two role-matched optimizers. The leader, a frozen vision-language model, is updated without gradients: after each episode a reflector distills the rollout into a structured guideline, stored in an episodic memory whose $Q$-values are updated by an exponential moving average and retrieved by a composite similarity-and-utility score. The follower, a language-free vision-language-action model, is updated by DAgger-style distillation: a compact PPO expert trained in a point-cloud geometric twin generates collision-free waypoint sequences, which are replayed in the photorealistic simulator to render synchronized first-person images, and the follower is fine-tuned on those observation-action pairs. The alternation is deliberate, keeping the training distribution matched to deployment as the leader adapts to the follower's capability and the follower realigns with the leader's evolving dispatch behavior.

What would settle it

Deploy the distilled follower in the full AirSim simulator and compare its collision rate and minimum navigation error with the expert's performance in the point-cloud twin; if the follower's collision rate is substantially higher in the photorealistic world, the twin is not a faithful proxy for the best response. Alternatively, retrain the follower under an equally strong but different teacher, such as a sampling-based planner, and check whether the reported success margins survive; if they disappear, the specific expert rather than the Stackelberg alternation is the load-bearing component.

Watch

Extended reading notes

Core claim

The paper's central discovery, stated on its own terms, is that dual-altitude UAV cooperation for target-oriented vision-and-language navigation can be cast as a game in which the high-altitude UAV leads by committing to target dispatches and the low-altitude UAV follows by navigating to the dispatched coordinates, with the leader's reward tied to scene-level coverage and grounding precision and the follower's to efficient, collision-free arrival. It then claims that Iterative Stackelberg Learning, which alternates a gradient-free, memory-based in-context update for the frozen-VLM leader with DAgger-style expert distillation for the follower, drives the pair toward a Stackelberg equilibrium and delivers the reported results: success rates up to 40.6% on the easy tier of the learning scene, margins of up to 30.8 points over the strongest baseline in a tier, and the highest success rate in five of the six cross-scene tier combinations at a fraction of the baselines' adaptation cost. The paper also reports that the leader's learned guidelines transfer across scenes and across vision-language backbones, and that the two updates contribute complementary gains, including a transient regression when the leader's dispatch behavior moves ahead of the follower's current capability.

Load-bearing premise

The load-bearing premise is that the compact PPO expert trained in the simplified point-cloud copy of the scene teaches the follower behaviors that still work in the full photorealistic simulator, including collision avoidance; if that proxy is not a faithful best response, the DAgger distillation and the reported gains rest on a weak teacher.

Editorial extensions

If this is right

  • Cooperation can be trained with onboard visual and linguistic inputs alone: no ground-truth target coordinates, depth maps, or point clouds are needed at deployment.
  • Adapting to a new scene is cheap because the follower is language-free: roughly 2,000 coordinate-conditioned trajectories suffice, 2.6-3.7 times fewer than baselines that require new language annotations on the target scene.
  • The leader's memory-based guidelines encode scene-generic exploration and dispatch strategies that transfer across scenes and across vision-language backbones, so no per-scene leader retraining is needed.
  • A leader-only update can temporarily lower system performance until the follower catches up, implying that the reported gains come from the alternation itself rather than from either agent updated alone.
  • The same formulation extends to multiple followers, since the leader's dispatch queue generalizes as long as each follower best-responds to its dispatched target.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A decisive test of where the gains come from: if the leader's learned guidelines change materially when the follower's expert is replaced by a stronger or optimal teacher, then the game-theoretic alternation is amplifying follower quality rather than contributing independent reasoning value.
  • The round-based alternation with one DAgger epoch per round is a design choice; overlapped or more frequent follower updates might smooth the transient regression the paper observes, a testable modification of the algorithm.
  • The finding that weaker vision-language backbones saturate after the first guideline injection suggests the in-context ceiling is the backbone's spatial grounding; fine-tuning the leader for aerial grounding, which the authors list as future work, would reveal whether memory quality or model capability is the binding constraint.
  • Because the point-cloud twin is needed only for data generation, a single high-altitude survey pass could in principle build the twin and bootstrap follower training in a new scene, turning the leader's exploration into an enabler of its own teammate's training; the paper notes this direction but does not demonstrate it.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes CoNav-UAV, a dual-altitude UAV navigation system that models leader-follower cooperation as a general-sum Stackelberg game. A frozen-VLM leader performs BEV grounding and target dispatch using memory-augmented in-context learning, while a VLA follower executes coordinate-conditioned point-goal navigation trained by DAgger-style distillation from a PPO expert trained in a point-cloud geometric twin. Iterative Stackelberg Learning alternates these leader and follower updates. The system is evaluated in AirSim on three AerialVLN scenes (airsim16 as the learning scene, airsim23/26 for cross-scene transfer), reporting OSR improvements of up to 30.8 points on the learning scene and 9.0 points under transfer, with 2.6-3.7x less adaptation data than the baselines. The paper also releases code, data, and a benchmark annotation pipeline.

Significance. If the reported results are robust, the contribution is substantial: it is the first game-theoretic formulation of dual-altitude aerial navigation, it removes privileged information from the deployed system, and it provides a concrete alternating-optimization scheme matched to heterogeneous agent capabilities. The empirical protocol is also a strength: the authors compare against single- and dual-agent baselines, include held-out scenes, release code/data, and report ablations of memory transfer and components. However, the significance hinges almost entirely on the quantitative claim of consistent outperformance, and the evidence for that claim is currently not statistically grounded. The core contribution is therefore plausible but not yet demonstrated at the level the abstract claims.

major comments (3)
  1. [Section 5.1, Table 1, Appendix J (Table A7)] The central empirical claim of consistent outperformance is not supported by the reported statistics. Per-tier test sets are very small: Table A7 lists only 45 test targets for airsim16, 29 for airsim23, and 32 for airsim26, split into three difficulty tiers, implying roughly 10-15 targets per cell. A 30.8pp OSR gap on airsim16 Hard (37.2% vs. 6.4%) corresponds to about 5 successful targets versus 1, so a handful of episode outcomes can flip the gap. Results are averaged over 3 seeded runs with no confidence intervals, no significance tests, and no per-seed or per-episode results; it is also not stated whether the three seeds use the same test episodes. The paper should report per-seed/per-episode numbers, confidence intervals or significance tests, and should qualify claims like consistently outperforms accordingly.
  2. [Section 4.3 and Appendix D.2 (Eq. 2)] The method assumes that the PPO expert trained in the point-cloud geometric twin is a valid approximation of the follower's Stackelberg best response, but no evidence for this optimality gap is provided. The appendix describes the expert's architecture and training but reports no expert success rate, no comparison against classical planners or an oracle in the geometric twin, and no analysis of how close the expert is to optimal. Since the follower update is entirely a distillation of this expert, the headline claim of driving toward a Stackelberg equilibrium depends on this assumption. The paper should validate the expert's quality in the geometric twin and show that the DAgger-trained VLA actually approaches the expert's performance after distillation.
  3. [Sections 4.1 and 4.4] The paper claims that Iterative Stackelberg Learning drives both agents toward a Stackelberg equilibrium, but no convergence argument or equilibrium-quality measure is provided. General-sum Stackelberg games can cycle under alternating best-response dynamics, and here the updates are heuristic: the leader's memory update is not an optimizer over the follower's response, and the follower's DAgger distillation is not a verified best response. The empirical Stackelberg rounds in Figure 2 show improvement in system OSR, but that does not demonstrate convergence to an equilibrium. I recommend either adding a formal convergence guarantee for the alternating scheme or explicitly reframing the contribution as an approximate, heuristic co-adaptation procedure rather than equilibrium computation.
minor comments (4)
  1. [Abstract and Section 5.2] The abstract's consistently outperforms is stronger than Table 1 supports: in the airsim26 Hard tier, CoNav (Qwen3-VL-8B) achieves 10.1% OSR versus AerialVLA's 15.9%, and in airsim23 Hard the GPT-5.4-mini variant with memory (6.9%) is below its own no-memory variant (12.7%). The claims should be qualified to the strongest configuration or to five of six cross-scene tier combinations as stated in the body.
  2. [Table 2 and Table A5] Table 2 reports that transferred memory improves OSR in all eight paired settings (scene-level averages), but Table A5 shows a per-tier regression for GPT-5.4-mini on airsim23 Hard (-5.8pp) and several near-zero gains. The scene-level averages hide meaningful per-tier variation; the text should acknowledge this and show per-tier results in the main body or footnote.
  3. [Figure 2 and Tables A1-A3] The iteration notation (iter0, iter0.5, iter1, iter1.5, iter2) is used without a formal definition in the main text. Please state clearly which components are updated at each half-step and that each integer iteration corresponds to one DAgger follower update while half-integers are leader memory updates.
  4. [Section 5.2] The claim of 2.6-3.7x less adaptation data compares trajectory counts, but the baselines' target-scene fine-tuning data includes language-annotated instruction-conditioned trajectories while CoNav-UAV's follower consumes only language-free coordinate trajectories; the comparison would be clearer if the data types and the role of the transferred leader memory were restated in the same sentence.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the headline results are external benchmark comparisons, and the self-cited MemRL component is not load-bearing.

full rationale

The paper's central claim is empirical: CoNav-UAV consistently outperforms single- and dual-agent baselines in Table 1 on OSR/NE/SPL, measured against CMA, Seq2Seq, OpenFly, AerialVLA, and AeroDuo on a held-out test split of airsim16 and on held-out scenes airsim23/26 under a fixed protocol (Sec. 5.1, Appendix H). The metrics are defined independently of the method's parameters, and no reported metric is constructed from the leader's Q-values or the follower's distillation loss. The only self-citation with overlapping authors is the MemRL episodic-memory mechanism (Zhang et al. 2026) used for the leader update; however, the update is fully specified in Eqs. (7)-(9), its contribution is ablated against no-memory controls in Table 2, and the reported gains over baselines do not rest on the cited convergence claim. The Stackelberg definitions (Def. 3.1-3.2) frame the algorithm rather than entail the results: no equation in the paper derives the reported OSR from the game definition or from fitted parameters. Adaptation-cost comparisons use different target-scene trajectory counts rather than a fitted quantity renamed as prediction. Appendix K limitations (frozen-backbone ceiling, point-cloud twin for follower supervision) are scope and robustness caveats, not circular reductions. The small per-tier test counts and absent confidence intervals are a statistical-support concern, not circularity. No specific reduction of a prediction to its inputs by construction was found.

Assumptions & free parameters 5 free parameters · 7 assumptions · 0 invented entities

No new physical entities, forces, or conserved quantities are postulated; the memory bank, target queue, and Stackelberg framing are algorithmic constructs. The central claim rests mainly on simulation-fidelity assumptions about the geometric twin, the expert as a best-response proxy, and the reliability of auto-generated guidelines.

free parameters (5)
  • Leader reward penalties alpha_q for false-positive, collision, wasted grounding, and oscillation = not stated
    Weights in Eq. 5 are chosen by hand and directly shape what the leader memory optimizes; no values or sensitivity analysis are given.
  • Follower reward coefficients beta_p, beta_c and collision threshold delta = not stated
    Weights in Eq. 6 determine the PPO expert's behavior; no sensitivity analysis is shown.
  • Leader motion step sizes delta_xy and delta_z = 150 m / 50 m
    These fixed design choices in Appendix F control exploration coverage and are not swept.
  • Retrieval hyperparameters k1, k2, lambda, rho, epsilon = 5, 3, 0.5, 0.65, 0.1
    Appendix F sets these by hand for value-aware retrieval; no ablation on lambda or k is reported.
  • Memory utility initialization Q0 and learning rate eta = Q0 = 0.5/-0.2; eta not stated
    Section 4.2 equation 8 defines the memory Q-value update; values are chosen by hand and not justified by data.
assumptions (7)
  • domain assumption The point-cloud geometric twin preserves collision geometry well enough for the PPO expert's behavior to transfer to the full AirSim simulator.
    Appendix D.2 constructs the expert's training environment from voxelized point clouds; the main result assumes this proxy is faithful.
  • ad hoc to paper The PPO expert is a valid approximation of the follower's Stackelberg best response for every leader dispatch.
    Section 4.3 states that the expert 'directly approximates' the best response without proving optimality, and the VLA follower is distilled from this expert rather than trained against the leader.
  • domain assumption A frozen VLM can improve dispatch behavior through natural-language guidelines retrieved from memory.
    Section 4.2 assumes in-context adaptation changes leader behavior; Appendix E shows this depends strongly on backbone and that weak VLMs saturate.
  • domain assumption The VLM reflector's automatically generated guidelines are reliable and reusable across episodes and scenes.
    Guidelines are produced by the reflector in Eq. 7 without human verification; cross-scene memory transfer results are used as indirect evidence.
  • domain assumption Annotated benchmark targets and instructions are correct and the two-thirds/one-third split prevents leakage.
    Appendix D.1 uses two-stage annotation and verification, but no inter-annotator agreement or accuracy statistics are reported.
  • domain assumption The three AirSim scenes are representative of urban aerial navigation difficulty.
    Experiments are confined to airsim16, airsim23, and airsim26 from the AerialVLN benchmark; generalization beyond them is untested.
  • standard math The exponential-moving-average Q-value update converges to the expected leader reward under stationary conditions.
    This convergence statement is borrowed from MemRL (Zhang et al. 2026); its stationarity conditions are not verified in this paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of CoNav-UAV: Cooperative Dual-Altitude Aerial Navigation via Stackelberg Learning." pith.science (2026). https://pith.science/paper/4QH6GZTI

@misc{pith2026260801802,
  author       = {Pith},
  title        = {Pith review of: CoNav-UAV: Cooperative Dual-Altitude Aerial Navigation via Stackelberg Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4QH6GZTI}},
  note         = {Machine review of arXiv:2608.01802}
}
read the original abstract

Target-oriented vision-and-language navigation (VLN) on aerial platforms is attracting growing attention for missions such as disaster rescue, infrastructure inspection, and security patrol. In this task, an unmanned aerial vehicle (UAV) needs to locate targets given only a concise description of their appearance and surroundings. This requires global exploration and grounding as well as collision-free close-range approach, two interleaved processes difficult to reconcile within a single agent. Most existing methods transfer the ground VLN paradigm to a low-altitude UAV and compensate for its inefficient exploration with external assistance. A recent attempt deploys two UAVs at complementary altitudes yet still relies on privileged information and trains its two agents independently, precluding any mutual adaptation essential for cooperation. Here we propose CoNav-UAV, which explicitly models the task as a Stackelberg game between a high-altitude leader and a low-altitude follower, with the system operating on onboard visual and linguistic inputs alone. To solve this game, we introduce Iterative Stackelberg Learning. The leader's high-level vision-language reasoning is refined via memory-based in-context learning, while the follower's precise motion control is updated via DAgger-style expert distillation. The alternation drives both agents toward a Stackelberg equilibrium. CoNav-UAV consistently outperforms single- and dual-agent baselines across three high-fidelity urban scenes from the AerialVLN benchmark. Success rate improves by up to 30.8 points on the learning scene, and 9.0 points under cross-scene transfer while using about 3x less adaptation data. Further analyses validate the complementary gains of the leader and follower updates and reveal robust gains yet distinct learning dynamics across VLM backbones.

Figures

Figures reproduced from arXiv: 2608.01802 by the authors.

Figure 1
Figure 1. Overview of CoNav-UAV. (a) Inference-time cooperation: the leader performs BEV grounding and maintains a target queue; the follower navigates to dispatched targets via FPV control. (b) Iterative Stackelberg Learning: the leader update evolves the memory bank via multimodal reflection and Q-value learning per episode; the follower update fine-tunes the VLA via DAgger distillation from a PPO expert per round. 3.1 Prel… view at source ↗
Figure 2
Figure 2. Performance across Stackelberg rounds, averaged [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

12 extracted references · 6 canonical work pages

  1. [1]

    Best inbold; second-best underlined. Easy Medium Hard Method OSR↑NE↓SPL↑OSR↑NE↓SPL↑OSR↑NE↓SPL↑ CMA(ZS)6.5 56.8 .053 8.7 154.1 .087 4.3 228.6 .043 CMA(FT)30.4 48.9 .272 13.0 116.5 .112 7.2 177.0 .064 Seq2Seq(ZS)21.0 55.6 .203 0 155.7 0 1.4 225.6 .014 Seq2Seq(FT)11.6 54.6 .103 8.5 135.4 .073 2.2 192.8 .013 OpenFly(ZS)5.8 64.3 .053 0 166.4 0 0 262.2 0 OpenFl...

  2. [6]

    InInternational Conference on Ma- chine Learning (ICML)

    Oracles and Fol- lowers: Stackelberg Equilibria in Deep Multi-Agent Rein- forcement Learning. InInternational Conference on Ma- chine Learning (ICML). Goktas,D.;andGreenwald,A.2021. Convex-ConcaveMin- MaxStackelbergGames. InAdvancesinNeuralInformation Processing Systems (NeurIPS). Kim, M. J.; Pertsch, K.; Karamcheti, S.; Xiao, T.; Balakr- ishna, A.; Nair,...

  3. [7]

    InConference on Robot Learning (CoRL)

    OpenVLA: An Open-Source Vision- Language-Action Model. InConference on Robot Learning (CoRL). Krantz,J.;Wijmans,E.;Majumdar,A.;Batra,D.;andLee,S. 2020.BeyondtheNav-Graph:Vision-and-LanguageNaviga- tion in Continuous Environments. InEuropean Conference on Computer Vision (ECCV). Lee, J.; Miyanishi, T.; Kurita, S.; Sakamoto, K.; Azuma, D.; Matsuo, Y.; and Inoue, N

  4. [10]

    Wu, R.; Zhang, Y.; Chen, J.; Huang, L.; Zhang, S.; Zhou, X.; Wang, L.; and Liu, S

    Towards Realis- ticUAVVision-LanguageNavigation:Platform,Benchmark, and Methodology.arXiv preprint arXiv:2410.07087. Wu, R.; Zhang, Y.; Chen, J.; Huang, L.; Zhang, S.; Zhou, X.; Wang, L.; and Liu, S

  5. [11]

    InACMInter- national Conference on Multimedia (MM)

    AeroDuo: Aerial Duo for UAV-basedVisionandLanguageNavigation. InACMInter- national Conference on Multimedia (MM). Xu,H.;Hu,Y.;Gao,C.;Zhu,Z.;Zhao,Y.;andYin,Q.2026a. GeoNav: Empowering MLLMs with Dual-Scale Geospatial Reasoning for Language-Goal Aerial Navigation.Pattern Recognition, 177: 113365. Xu,P.;Deng,Z.;Deng,J.;Gu,Z.;andWan,S.2026b. Aeri- alVLA: A Vi...

  6. [2019]

    In ConferenceonEmpiricalMethodsinNaturalLanguagePro- cessing (EMNLP)

    LXMERT: Learning Cross- Modality Encoder Representations from Transformers. In ConferenceonEmpiricalMethodsinNaturalLanguagePro- cessing (EMNLP). vonStackelberg,H.2011.MarketStructureandEquilibrium. Springer. Wang, X.; Yang, D.; Wang, Z.; Kwan, H.; Chen, J.; Wu, W.; Li, H.; Liao, Y.; and Liu, S

  7. [2020]

    InIEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)

    REVERIE: Remote Em- bodiedVisualReferringExpressioninRealIndoorEnviron- ments. InIEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Ross,S.;Gordon,G.J.;andBagnell,D.2011.AReductionof Imitation Learning and Structured Prediction to No-Regret Online Learning. InInternational Conference on Artificial Intelligence and Statistics (AISTATS)....

  8. [2021]

    Actions Speak What You Want: Provably Sample-Efficient Reinforcement Learning of the Quantal Stackelberg Equilibrium from Strategic Feedbacks

    History Aware Multimodal Transformer for Vision-and- Language Navigation. InAdvances in Neural Information Processing Systems (NeurIPS). Chen,S.;Wang,M.;andYang,Z.2023. ActionsSpeakWhat YouWant:ProvablySample-EfficientReinforcementLearn- ing of the Quantal Stackelberg Equilibrium from Strategic Feedbacks.arXiv preprint arXiv:2307.14085. Fan,Y.;Chen,W.;Jia...

Show all 12 references
  1. [2023]

    ImplicitLearn- ing Dynamics in Stackelberg Games: Equilibria Characteri- zation, Convergence Analysis, and Empirical Study

    Fiez,T.;Chasnov,B.;andRatliff,L.J.2020. ImplicitLearn- ing Dynamics in Stackelberg Games: Equilibria Characteri- zation, Convergence Analysis, and Empirical Study. InIn- ternational Conference on Machine Learning (ICML). Gao, Y.; Wang, Z.; Jing, L.; Wang, D.; Li, X.; and Zhao,...

  2. [2024]

    arXiv preprint arXiv:2411.09644

    Neural Operators Can Play Dynamic Stackelberg Games. arXiv preprint arXiv:2411.09644. An, D.; Wang, H.; Wang, W.; Wang, Z.; Huang, Y.; He, K.; and Wang, L

  3. [2025]

    Cai, H.; Rao, Y.; Huang, L.; Zhong, Z.; Dong, J.; Tan, J.; Nai, C.; Hou, J.; Lu, W.; and Zhong, R

    Qwen2.5-VL Technical Report.arXiv preprint arXiv:2502.13923. Cai, H.; Rao, Y.; Huang, L.; Zhong, Z.; Dong, J.; Tan, J.; Nai, C.; Hou, J.; Lu, W.; and Zhong, R

  4. [2026]

    Chen, S.; Guhur, P.-L.; Schmid, C.; and Laptev, I

    Air- Nav: A Large-Scale UAV Vision-and-Language Navigation DatasetwithNaturalandDiverseInstructions.arXivpreprint arXiv:2601.03707. Chen, S.; Guhur, P.-L.; Schmid, C.; and Laptev, I

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.