Pith. sign in

REVIEW 4 major objections 5 minor 49 references

DUViN: Diffusion-Based Underwater Visual Navigation via Knowledge-Transferred Depth Features

T0 review · 4 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read A diffusion navigation policy trained on in-air data transfers to real underwater robots after swapping only the depth encoder.

desk verdict A useful encoder-transfer idea for underwater navigation with one solid real-vehicle result, but the full 4-DoF goal-reaching claim is only validated in simulation using the same physics family that trained the transferred encoder. read the letter →

arxiv 2509.02983 v1 pith:YSBHFK3B submitted 2025-09-03 cs.RO cs.CV

classification cs.ROcs.CV
keywords underwaternavigationdiffusionpolicydepthfeaturetransfersim-to-realmonocularestimationobstacleavoidancealtitudecontrolautonomousvehicle
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

DUViN aims to show that an underwater vehicle can learn to navigate end-to-end—avoiding obstacles, reaching goals, and holding altitude—without any underwater navigation dataset. The training pipeline first imitates an MPC expert in an in-air simulator, using abstract depth features from a large pretrained in-air depth model rather than raw RGB. Then, instead of retraining the policy, it adapts only the depth feature encoder to underwater imagery through a physics-informed self-supervised depth estimation task, and plugs that encoder back into the frozen policy. The paper's evidence is a set of simulations across three turbidity levels and real tank experiments on a BlueROV2, where the encoder-adapted policy reaches 93% success versus 40% for the unadapted encoder. If this holds, underwater navigation can piggyback on abundant in-air simulation and pretrained depth models, sidestepping the scarcity of underwater datasets.

What carries the argument

The load-bearing mechanism is the encoder swap: a DepthAnything V2 encoder whose features condition the diffusion navigation policy is fine-tuned on underwater depth estimation under a frozen decoder, using an underwater image formation model to provide physics-based supervision (the PUDE transfer). A feature-normalization step, inspired by adaptive instance normalization, rescales compressed features using the initial frame's statistics to counter per-episode scale variation and turbidity-induced domain shift. The frozen diffusion policy—a 1D CNN denoising model conditioned by a transformer over the observation sequence—then generates smooth 4-DoF velocity commands that the AUV's low-level

What would settle it

Run the same encoder-adapted policy on a second underwater vehicle with different mass, buoyancy, or thruster response, or in an open-water site with currents, and compare success and collision rates against the BlueROV2 tank results. If performance collapses while depth estimates stay accurate, the encoder-only transfer claim is false; equally, if swapping the physics-adapted encoder for a generically fine-tuned encoder gives the same success, the 'knowledge-transferred depth features' explanation is not supported.

Watch

Extended reading notes

Core claim

The central claim is that the in-air-to-underwater domain gap in an end-to-end vision navigation stack is carried almost entirely by the depth feature encoder, so adapting that single module is enough to make a frozen diffusion policy work underwater. The paper first trains a diffusion-based policy that maps a short sequence of compressed depth features plus goal direction and distance into 4-DoF velocity commands, with the initial image serving as an altitude reference. It then retrains the encoder on real underwater images with a physics-informed, self-supervised depth objective (PUDE) while freezing the depth decoder; a controlled comparison shows that encoder-frozen training gives almost

Load-bearing premise

The whole transfer rests on the assumption that the visual encoder is the only part of the pipeline that needs to change: the frozen diffusion policy, trained on in-air MPC expert data with an in-air dynamics model, will keep working underwater once its input features are adapted.

Editorial extensions

If this is right

  • Underwater navigation policies can be trained without collecting underwater navigation data: in-air simulation plus a self-supervised encoder adaptation may be sufficient.
  • The recipe is modular: any pretrained in-air depth encoder is a candidate, so advances in in-air depth models can flow into underwater navigation by repeating the Phase 2 adaptation.
  • The reference-image altitude conditioning gives a purely visual way to hold altitude and reject vertical disturbances, reducing reliance on acoustic altimeters.
  • The large performance gap between an RGB-conditioned baseline (0% underwater) and depth-feature DUViN suggests that representation choice, not policy architecture, dominates transfer under turbidity.
  • Real-vehicle validation on a BlueROV2 shows the approach can be deployed on low-cost ROV hardware with onboard monocular vision.
  • DUViN's 100% simulated success across water types indicates the method degrades gracefully rather than failing outright as visibility drops.

Reading between the lines

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

  • The encoder-only transfer result suggests the same adapted representation may benefit other underwater vision tasks that consume depth features, such as visual SLAM front-ends or manipulation, since the adaptation is task-agnostic.
  • The single-vehicle, small-tank validation leaves open whether dynamics mismatch—rather than visual domain shift—will dominate in open water with currents; a direct test is deploying the same encoder swap on a different ROV without any dynamics adaptation.
  • A testable extension is to predict navigation success from depth-estimation quality: if collision-free rate tracks depth error or feature-difference maps across water types, then depth accuracy is the bottleneck and future data collection should target turbid scenes.
  • Because inference runs at 2 Hz with asynchronous reuse of action sequences, the policy's effective agility is capped; closing that loop through faster inference or predictive action execution is likely needed for dynamic obstacle avoidance.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 5 minor

Summary. The paper proposes DUViN, an imitation-learned diffusion policy for underwater visual navigation. In Phase 1, the policy is trained in an in-air Unity simulator on MPC-generated 4-DoF velocity commands, using compressed intermediate features from DepthAnything V2 rather than raw RGB. In Phase 2, only the depth encoder is adapted to the underwater domain by retraining it on a physics-informed underwater depth estimation task (PUDE) with a frozen decoder; the adapted encoder is then plugged into the frozen navigation policy. Evaluation is conducted in simulated underwater environments with three Jerlov water types and in a real indoor tank with a BlueROV2, covering obstacle avoidance, altitude maintenance, and goal-awareness in separate experiments. The central reported results are 100% simulated goal-reaching success for DUViN and a 93% versus 40% real obstacle-avoidance success rate against the non-adapted encoder variant (DUViN-air).

Significance. The paper addresses a relevant and difficult problem: transferring an end-to-end vision-based navigation policy from in-air data to underwater deployment without large underwater navigation datasets. The proposed two-phase strategy is clear, and the decision to adapt only the encoder while freezing the decoder is well motivated by the experiments in Table I. The real-vehicle comparison between DUViN and DUViN-air is a useful ablation and shows a practically meaningful improvement under degraded visibility. The use of abstract depth features is a sensible way to reduce sensitivity to appearance shift. If the results generalize beyond the tested tank, the transfer recipe would be a practical contribution to underwater robotics. However, the evidence for the paper's headline claim of end-to-end 4-DoF goal-directed navigation is currently incomplete: the real experiments are component-level, and the only full goal-reaching results are simulated with an image-formation model closely related to the one used in the adaptation step.

major comments (4)
  1. [§VI-C] The real-world experiments do not exercise the claimed end-to-end 4-DoF goal-reaching behavior. The obstacle avoidance experiment (Table V) only drives the vehicle forward through three obstacles, with success defined as 'navigated through all obstacles without getting stuck,' not arrival at a designated destination. The altitude-maintenance experiment (§VI-C.3) explicitly activates only the altitude control module while the other degrees of freedom are manually controlled. The goal-awareness experiment (§VI-C.4) tests only heading choice around a single cylinder, using a virtual goal obtained by integrating gyro data, with the distance ratio fixed at 0.7. No real experiment combines goal-reaching, obstacle avoidance, and terrain-following in one 4-DoF mission. The headline claim is therefore supported only by simulation.
  2. [§VI-B, Eq. (20)] The simulated full-mission results may be confounded by distribution matching between adaptation and evaluation. The synthetic underwater test images are generated by Eq. (20), a physics-based attenuation/backscatter/PSF model from the authors' prior works, and the Phase 2 adaptation (Sec. V) is performed with PUDE, which also uses a physics-informed underwater image formation model of the same type. Consequently, the improved simulated margin of DUViN over DUViN-air may partly be an artifact of the encoder being adapted to the same generative family used at test time. The real 93%-vs-40% result is suggestive, but it is one vehicle in a 3 m indoor tank. I recommend adding either a real integrated goal-reaching mission or an evaluation with held-out image formation models / real underwater footage to support the generalization claim.
  3. [§VI-C.2, Table V] The key real-world comparison lacks statistical reporting. Each model is evaluated over only 15 runs, and Table V reports point estimates without confidence intervals or a significance test. Since success is binary, the 93%-vs-40% difference is promising, but the paper should report per-trial outcomes, a confidence interval (e.g., Wilson interval), and a test such as Fisher's exact test. Additionally, the success criterion does not measure goal arrival, so this table cannot by itself support the 'goal-reaching' language used in the abstract.
  4. [§VI-B.3, Eq. (18)] The altitude-maintenance evaluation is partly self-referential. The Z-axis supervision is generated by an MPC whose cost explicitly minimizes (z_m - z0)^2 (Eq. 18), and the DUViN-woA ablation simply removes this term from the training objective. The fact that DUViN-woA drifts is therefore expected and primarily confirms that the training objective was learned. In the real altitude experiments, the altitude module is isolated from the rest of the navigation policy, so this does not validate the policy's ability to maintain altitude while simultaneously navigating to a goal, avoiding obstacles, and controlling yaw. The paper should either add an integrated altitude-plus-navigation experiment or explicitly delimit the altitude claim to the isolated module.
minor comments (5)
  1. [§IV-A, Eq. (1)] The definition of O_t with indices {0, t-P+1, ..., t} is ambiguous when t < P: the text says o_1 is used for padding, but the set notation suggests o_0 and overlapping indices. Please define the padding convention explicitly.
  2. [Table I] The metric δ < 1.153 is unusual; standard depth evaluation typically uses δ < 1.25, 1.25^2, and 1.25^3. If 1.153 is intentional (perhaps from a specific benchmark), please cite or justify it; otherwise it is likely a typo.
  3. [§VI-B, Tables III-IV] Success rates and collision counts over 20 trials are reported without confidence intervals or trial-level variability, and the qualitative claim that DUViN is 'more robust' under increasing turbidity would be easier to assess with e.g. Wilson intervals.
  4. [§IV-A, Eq. (13)] The diffusion training loss writes E_{k, ε_k} but does not explicitly specify the distribution of k (presumably uniform over {1,...,K}) or the exact variance schedule. Please make these implementation details explicit for reproducibility.
  5. [Figs. 8 and 13] The label 'DUViN(a)' is confusing: it is used for the depth estimation result from the DUViN extractor, but it could be misread as a variant of DUViN. Please rename it, e.g., 'DA V2 (D.F.)' or 'DUViN depth', to avoid ambiguity.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the transfer claim is validated by an external prior method and by real-world experiments, and the altitude-maintenance test is a training-target sanity check rather than a derived prediction.

full rationale

The paper's derivation chain has no step in which an output quantity is definitionally equal to an input quantity. Phase 1 supervises a diffusion policy with MPC-generated velocities (Eqs. 16-19); Phase 2 re-trains the DepthAnything encoder with the PUDE objective from the authors' prior ECCV paper [35]; deployment swaps the encoder. The simulated evaluation uses Eq. (20), a physics-based underwater image-formation model cited to [46]-[47]. This creates a possible distribution-matching confound between the synthetic test renderer and PUDE's physics priors, but it is not a circular reduction: PUDE is an external, peer-reviewed method, the encoder is trained on real underwater images (SeaThru/SQUID), and the real-world tank experiments (Table V, Figs. 13-16) evaluate the same claim outside the simulator. The altitude-maintenance comparison (DUViN vs. DUViN-woA, Eq. 18) is a sanity check that a policy trained to imitate altitude-keeping expert labels has learned those labels; it does not present the training objective as a derived prediction. No fitted parameter is renamed as a prediction, and no uniqueness theorem or ansatz is imported solely through self-citation. Therefore no specific circular step can be quoted, and the score is 0.

Assumptions & free parameters 4 free parameters · 6 assumptions · 0 invented entities

The navigation claim rests on five domain assumptions (image formation, AUV dynamics, depth-feature robustness, encoder-centric shift, goal availability) plus standard pretrained building blocks. The most fragile is axiom 4: Table I shows encoder-only adaptation works for depth estimation, and the paper assumes the same holds for the frozen navigation policy. Hand-chosen constants lambda1, lambda2, kappa, and Vmax define the expert trajectories that are later evaluated, so the altitude-maintenance results partly measure the policy's fidelity to a self-defined target. No new physical entities are introduced; the 'transfer' is a fine-tuning procedure on existing networks.

free parameters (4)
  • lambda1 = 10
    Smoothness weight in the altitude-maintenance MPC (Eq. 18). Hand-chosen; it shapes the expert Z-axis behavior that is the training target and later the evaluated altitude-holding behavior.
  • lambda2 = 10
    Weight on tracking the terrain-following Z velocity in Eq. 18. Hand-chosen; balances altitude retention against terrain following in the expert data.
  • kappa = 0.99
    Discount factor in the diffusion training objective (Eq. 13), emphasizing near-term action accuracy. Hand-chosen.
  • Vmax = (0.6, 0.4, 0.2, 0.15) m/s and rad/s
    Hand-chosen per-DoF velocity constraints used in MPC expert generation and PD tracking; defines the operating envelope of the policy.
assumptions (6)
  • domain assumption The underwater image formation model (Eq. 20: attenuation, backscatter, forward scatter, marine snow) adequately represents real underwater degradation.
    Used to render the simulated test environments (Table II) and, in PUDE [35], to guide encoder fine-tuning. The sim advantage of the transferred encoder could be inflated by agreement with this same model family. Sec. VI-B1.
  • domain assumption The 6-DoF Fossen dynamics model (Eq. 22) with BlueROV2 Heavy parameters from [49] generates expert trajectories that transfer to the real vehicle.
    Expert data for Phase 1 is generated by MPC over this model (Sec. IV-B2); no dynamics randomization or real-world policy fine-tuning is performed. Sec. VI-B1.
  • domain assumption Depth features from a large-scale in-air pretrained model are a domain-shift-robust representation for navigation.
    Load-bearing design choice stated in Secs. III and IV-A1: DUViN uses intermediate depth features instead of raw RGB to generalize across water types.
  • domain assumption Underwater domain shift in the depth model is carried primarily by the encoder, so encoder-only adaptation suffices for the navigation policy.
    Established for depth estimation by the freeze-encoder/freeze-decoder comparison (Table I), then assumed to extend to the navigation policy without further training. Sec. V-A.
  • domain assumption Destination direction and distance are available to the vehicle (e.g., via USBL).
    The policy is goal-conditioned on sin/cos of direction and progress ratio (Eq. 2, Sec. IV-A3); the paper assumes this information is obtainable onboard.
  • standard math Pretrained DINOv2/DepthAnything V2 features and the DDPM diffusion framework behave as published.
    Building blocks taken from [30], [36], [40] without modification in Phase 1. Sec. IV-A.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DUViN: Diffusion-Based Underwater Visual Navigation via Knowledge-Transferred Depth Features." pith.science (2026). https://pith.science/paper/YSBHFK3B

@misc{pith2026250902983,
  author       = {Pith},
  title        = {Pith review of: DUViN: Diffusion-Based Underwater Visual Navigation via Knowledge-Transferred Depth Features},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YSBHFK3B}},
  note         = {Machine review of arXiv:2509.02983}
}
read the original abstract

Autonomous underwater navigation remains a challenging problem due to limited sensing capabilities and the difficulty of constructing accurate maps in underwater environments. In this paper, we propose a Diffusion-based Underwater Visual Navigation policy via knowledge-transferred depth features, named DUViN, which enables vision-based end-to-end 4-DoF motion control for underwater vehicles in unknown environments. DUViN guides the vehicle to avoid obstacles and maintain a safe and perception awareness altitude relative to the terrain without relying on pre-built maps. To address the difficulty of collecting large-scale underwater navigation datasets, we propose a method that ensures robust generalization under domain shifts from in-air to underwater environments by leveraging depth features and introducing a novel model transfer strategy. Specifically, our training framework consists of two phases: we first train the diffusion-based visual navigation policy on in-air datasets using a pre-trained depth feature extractor. Secondly, we retrain the extractor on an underwater depth estimation task and integrate the adapted extractor into the trained navigation policy from the first step. Experiments in both simulated and real-world underwater environments demonstrate the effectiveness and generalization of our approach. The experimental videos are available at https://www.youtube.com/playlist?list=PLqt2s-RyCf1gfXJgFzKjmwIqYhrP4I-7Y.

Figures

Figures reproduced from arXiv: 2509.02983 by the authors.

Figure 1
Figure 1. DUViN navigating an AUV in the real world. An AUV navigates underwater using DUViN, a diffusion model with transferred depth features for obstacle avoidance and altitude maintenance. The white and blue lights on the robot correspond to onboard illumination and system status indicators, respectively. The surrounding blue hue is caused by active lighting from the underwater motion tracking system. optical sensors like… view at source ↗
Figure 2
Figure 2. Overview of the DUViN framework: Phase 1 – The navigation policy is trained using a dataset collected from an in-air simulator using monocular depth features extracted by a frozen, pretrained DepthAnything encoder. These features are processed by the diffusion policy to generate smooth velocity commands. Phase 2 – To enable cross-domain adaptation, the encoder is trained on a self-supervised, physics-informed underw… view at source ↗
Figure 3
Figure 3. DUViN Model Structure: DUViN takes a sequence of observations as input, with the initial frame serving as an altitude reference. Depth features are extracted, compressed, and fused with destination information. A transformer encodes the fused representation, which is then passed to a diffusion model to generate 4-DoF velocity commands. maintenance during navigation. We denote the set of observa￾tion images at the cu… view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Qualitative depth estimation results of DepthAnything V2 (DA V2): The original model struggles to detect distant regions clearly. The physics-informed knowledge-transferred models, with decoder frozen (D. F.) and without any freezing (w/o F.), show improved performance…
Figure 5
Figure 5. Figure 5: Visual examples of the experimental environments. The simulation evaluation environments Pillars and Hills are shown. A. Implementation Details In our implementation, the observation time step P is set to 3, with each step having a 0.5s interval. The action time step Q…
Figure 6
Figure 6. Figure 6: Visual examples of water types. Visual examples of three evaluation underwater environments with different levels of turbidity. where Jc(x) denotes the pixel intensity of the clear scene at pixel location x for color channel c ∈ {R, G, B}, and z(x) is the distance from…
Figure 7
Figure 7. Figure 7: NoMaD failure cases under in-air and underwater conditions. Example observations across water types, high￾lighting the difficulty in degraded visibility. of-the-art visual navigation method, NoMaD [16], which is trained on RGB observations and directly extracts image f…
Figure 8
Figure 8. Figure 8: Feature-level comparison between DUViN and DUViN-air in two scenes (A and B). Depth estimation results based on the DUViN depth extractor show improved perfor￾mance in extremely turbid and dark underwater environments, resulting in more reliable feature extraction of F…
Figure 10
Figure 10. Figure 10: Effectiveness of goal-awareness. Given an input scene with multiple feasible paths, the goal direction d sig￾nificantly influences the policy’s decision-making, guiding the agent toward the intended direction. Additionally, the distance signal s affects the policy pre…
Figure 11
Figure 11. Figure 11: Asynchronous visual inference and control execu￾tion. Each At is generated after a delay and reused across multiple control cycles. Actions denote the actual control signals executed by the AUV [PITH_FULL_IMAGE:figures/full_fig_p014_11.png]
Figure 12
Figure 12. Figure 12: Experimental setup. Four Qualisys tracking cameras are installed in the water tank to capture the tracking markers attached to the AUV for accurate motion tracking. its goal. C. Real-world Experiments 1) Real-world Experiments Setup: We evaluate DUViN on a BlueROV2 He…
Figure 13
Figure 13. Figure 13: Feature-level analysis of DUViN-air failures. Failure scenes of DUViN-air are extracted for analysis. The inaccurate depth estimation produced by the in-air depth extractor leads to incorrect feature representations F c t for navigation. In contrast, DUViN correctly e…
Figure 14
Figure 14. Figure 14: Real-world navigation performance in cluttered environments using DUViN. DUViN enables the AUV to navigate through densely obstructed scenes under degraded underwater visual conditions, demonstrating robust obstacle avoidance [PITH_FULL_IMAGE:figures/full_fig_p015_14.png]
Figure 16
Figure 16. Figure 16: Effectiveness of Goal Awareness. A cylindrical obstacle (grey) with a radius of 0.1 m is placed at the center. The red cylinder represents the collision boundary, considering the 0.25 m radius of the ROV. The cones indicate the heading directions of the AUV, as measur…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

49 extracted references · 43 canonical work pages

  1. [18]

    Uivnav: Underwater information-driven vision- based navigation via imitation learning,

    X. Lin, N. Karapetyan, K. Joshi, T. Liu, N. Chopra, M. Yu, P. Tokekar, and Y . Aloimonos, “Uivnav: Underwater information-driven vision- based navigation via imitation learning,” in Proc. IEEE Int. Conf. Robot. Autom. (ICRA). IEEE, 2024, pp. 5250–5256

  2. [1]

    Advancements in the field of autonomous underwater vehicle,

    A. Sahoo, S. K. Dwivedy, and P. S. Robi, “Advancements in the field of autonomous underwater vehicle,” Ocean Eng., vol. 181, 2019

  3. [2]

    Sensor-driven online coverage planning for autonomous underwater vehicles,

    L. Paull, S. Saeedi, M. Seto, and H. Li, “Sensor-driven online coverage planning for autonomous underwater vehicles,” IEEE/ASME Transac- tions on Mechatronics , vol. 18, no. 6, pp. 1827–1838, 2012

  4. [3]

    Dynamic obstacle avoidance for unmanned underwater vehicles based on an improved velocity obstacle method,

    W. Zhang, S. Wei, Y . Teng, J. Zhang, X. Wang, and Z. Yan, “Dynamic obstacle avoidance for unmanned underwater vehicles based on an improved velocity obstacle method,” Sensors, vol. 17, no. 12, p. 2742, 2017

  5. [4]

    Autonomous underwater vehicle navigation: A review,

    B. Zhang, D. Ji, S. Liu, X. Zhu, and W. Xu, “Autonomous underwater vehicle navigation: A review,” Ocean Eng., vol. 273, p. 113861, 2023

  6. [5]

    Vision- based autonomous underwater swimming in dense coral for combined collision avoidance and target selection,

    T. Manderson, J. C. G. Higuera, R. Cheng, and G. Dudek, “Vision- based autonomous underwater swimming in dense coral for combined collision avoidance and target selection,” in Proc. IEEE/RSJ Int. Conf. Intell. Robots Syst. (IROS) . IEEE, 2018, pp. 1885–1891

  7. [6]

    Human diver-inspired visual navigation: Towards coverage path planning of shipwrecks,

    N. Karapetyan, J. V . Johnson, and I. Rekleitis, “Human diver-inspired visual navigation: Towards coverage path planning of shipwrecks,” Mar. Technol. Soc. J., vol. 55, no. 4, pp. 24–32, 2021

  8. [7]

    V oxblox: Incremental 3d euclidean signed distance fields for on-board mav planning,

    H. Oleynikova, Z. Taylor, M. Fehr, R. Siegwart, and J. Nieto, “V oxblox: Incremental 3d euclidean signed distance fields for on-board mav planning,” in Proc. IEEE/RSJ Int. Conf. Intell. Robots Syst. (IROS) . IEEE, 2017, pp. 1366–1373

Show all 49 references
  1. [8]

    Fiesta: Fast incremental euclidean distance fields for online motion planning of aerial robots,

    L. Han, F. Gao, B. Zhou, and S. Shen, “Fiesta: Fast incremental euclidean distance fields for online motion planning of aerial robots,” in Proc. IEEE/RSJ Int. Conf. Intell. Robots Syst. (IROS) . IEEE, 2019, pp. 4423–4430

  2. [9]

    Visual navigation in real-world indoor environments using end-to-end deep reinforcement learning,

    J. Kulh ´anek, E. Derner, and R. Babuˇska, “Visual navigation in real-world indoor environments using end-to-end deep reinforcement learning,” IEEE Robot. Autom. Lett. , vol. 6, no. 3, pp. 4345–4352, 2021

  3. [10]

    A reduction of imitation learning and structured prediction to no-regret online learning,

    S. Ross, G. Gordon, and D. Bagnell, “A reduction of imitation learning and structured prediction to no-regret online learning,” inProc. Int. Conf. Artif. Intell. Stat. (AISTATS) . JMLR, 2011, pp. 627–635

  4. [11]

    End- to-end learning for self-driving cars,

    M. Bojarski, D. Del Testa, D. Dworakowski, B. Firner, B. Flepp, P. Goyal, L. D. Jackel, M. Monfort, U. Muller, J. Zhang et al. , “End- to-end learning for self-driving cars,” arXiv, vol. 1604.07316, 2016

  5. [12]

    Soft actor-critic: Off- policy maximum entropy deep reinforcement learning with a stochastic actor,

    T. Haarnoja, A. Zhou, P. Abbeel, and S. Levine, “Soft actor-critic: Off- policy maximum entropy deep reinforcement learning with a stochastic actor,” in Proc. Int. Conf. Mach. Learn. (ICML) . PMLR, 2018, pp. 1861–1870

  6. [13]

    Continuous control with deep reinforcement learning,

    T. P. Lillicrap, J. J. Hunt, A. Pritzel, N. Heess, T. Erez, Y . Tassa, D. Silver, and D. Wierstra, “Continuous control with deep reinforcement learning,” arXiv, vol. 1509.02971, 2015

  7. [14]

    Rapid exploration for open-world navigation with latent goal models,

    D. Shah, B. Eysenbach, G. Kahn, N. Rhinehart, and S. Levine, “Rapid exploration for open-world navigation with latent goal models,” arXiv, vol. 2104.05859, 2021

  8. [15]

    Vint: A foundation model for visual navigation,

    D. Shah, A. Sridhar, N. Dashora, K. Stachowicz, K. Black, N. Hirose, and S. Levine, “Vint: A foundation model for visual navigation,” arXiv, vol. 2306.14846, 2023

  9. [16]

    Nomad: Goal masked diffusion policies for navigation and exploration,

    A. Sridhar, D. Shah, C. Glossop, and S. Levine, “Nomad: Goal masked diffusion policies for navigation and exploration,” in Proc. IEEE Int. Conf. Robot. Autom. (ICRA) . IEEE, 2024, pp. 63–70

  10. [17]

    Navigating to objects in the real world,

    T. Gervet, S. Chintala, D. Batra, J. Malik, and D. S. Chaplot, “Navigating to objects in the real world,” Sci. Robot. , vol. 8, no. 79, p. eadf6991, 2023

  11. [19]

    Aquavis: A perception-aware autonomous navigation framework for underwater vehicles,

    M. Xanthidis, M. Kalaitzakis, N. Karapetyan, J. Johnson, N. Vitzi- laios, J. M. O’Kane, and I. Rekleitis, “Aquavis: A perception-aware autonomous navigation framework for underwater vehicles,” in Proc. IEEE/RSJ Int. Conf. Intell. Robots Syst. (IROS). IEEE, 2021, pp. 5410– 5417

  12. [20]

    Hybrid dynamic moving obstacle avoidance using a stochastic reachable set- based potential field,

    N. Malone, H.-T. Chiang, K. Lesser, M. Oishi, and L. Tapia, “Hybrid dynamic moving obstacle avoidance using a stochastic reachable set- based potential field,” IEEE Trans. Robot., vol. 33, no. 5, pp. 1124–1138, 2017

  13. [21]

    Fapp: Fast and adaptive perception and planning for uavs in dynamic cluttered environments,

    M. Lu, X. Fan, H. Chen, and P. Lu, “Fapp: Fast and adaptive perception and planning for uavs in dynamic cluttered environments,” IEEE Trans. Robot., 2024

  14. [22]

    Self- supervised deep reinforcement learning with generalized computation graphs for robot navigation,

    G. Kahn, A. Villaflor, B. Ding, P. Abbeel, and S. Levine, “Self- supervised deep reinforcement learning with generalized computation graphs for robot navigation,” in Proc. IEEE Int. Conf. Robot. Autom. (ICRA). IEEE, 2018, pp. 5129–5136

  15. [23]

    Towards generalization in target-driven visual navigation by using deep reinforcement learning,

    A. Devo, G. Mezzetti, G. Costante, M. L. Fravolini, and P. Valigi, “Towards generalization in target-driven visual navigation by using deep reinforcement learning,” IEEE Trans. Robot. , vol. 36, no. 5, pp. 1546– 1561, 2020

  16. [24]

    Domain randomization for transferring deep neural networks from simulation to the real world,

    J. Tobin, R. Fong, A. Ray, J. Schneider, W. Zaremba, and P. Abbeel, “Domain randomization for transferring deep neural networks from simulation to the real world,” in Proc. IEEE/RSJ Int. Conf. Intell. Robots Syst. (IROS). IEEE, 2017, pp. 23–30

  17. [25]

    End- to-end driving via conditional imitation learning,

    F. Codevilla, M. M ¨uller, A. L´opez, V . Koltun, and A. Dosovitskiy, “End- to-end driving via conditional imitation learning,” in Proc. IEEE Int. Conf. Robot. Autom. (ICRA) . IEEE, 2018, pp. 4693–4700

  18. [26]

    Vision-based goal-conditioned policies for underwater navigation in the presence of obstacles,

    T. Manderson, J. C. G. Higuera, S. Wapnick, J.-F. Tremblay, F. Shkurti, D. Meger, and G. Dudek, “Vision-based goal-conditioned policies for underwater navigation in the presence of obstacles,” arXiv, vol. 2006.16235, 2020

  19. [27]

    Towards robust monocular depth estimation: Mixing datasets for zero-shot cross- dataset transfer,

    R. Ranftl, K. Lasinger, D. Hafner, K. Schindler, and V . Koltun, “Towards robust monocular depth estimation: Mixing datasets for zero-shot cross- dataset transfer,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 44, no. 3, pp. 1623–1637, 2020

  20. [28]

    Vision transformers for dense prediction,

    R. Ranftl, A. Bochkovskiy, and V . Koltun, “Vision transformers for dense prediction,” in Proc. IEEE/CVF Int. Conf. Comput. Vis. (ICCV) , 2021, pp. 12 179–12 188

  21. [29]

    Depth anything: Unleashing the power of large-scale unlabeled data,

    L. Yang, B. Kang, Z. Huang, X. Xu, J. Feng, and H. Zhao, “Depth anything: Unleashing the power of large-scale unlabeled data,” in Proc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit. (CVPR) , 2024, pp. 10 371–10 381

  22. [30]

    Depth anything v2,

    L. Yang, B. Kang, Z. Huang, Z. Zhao, X. Xu, J. Feng, and H. Zhao, “Depth anything v2,” Adv. Neural Inf. Process. Syst. (NeurIPS), vol. 37, pp. 21 875–21 911, 2024

  23. [31]

    Udepth: Fast monocular depth estimation for visually-guided underwater robots,

    B. Yu, J. Wu, and M. J. Islam, “Udepth: Fast monocular depth estimation for visually-guided underwater robots,” in 2023 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2023, pp. 3116–3123

  24. [32]

    Unsupervised single image underwater depth estimation,

    H. Gupta and K. Mitra, “Unsupervised single image underwater depth estimation,” in Proc. IEEE Int. Conf. Image Process. (ICIP) . IEEE, 2019, pp. 624–628. 18

  25. [33]

    Uw-gan: Single-image depth estimation and image enhancement for underwater images,

    P. Hambarde, S. Murala, and A. Dhall, “Uw-gan: Single-image depth estimation and image enhancement for underwater images,” IEEE Trans. Instrum. Meas., vol. 70, pp. 1–12, 2021

  26. [34]

    Self-supervised monocular depth underwater,

    S. Amitai, I. Klein, and T. Treibitz, “Self-supervised monocular depth underwater,” in 2023 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2023, pp. 1098–1104

  27. [35]

    Physics-informed knowledge transfer for underwater monocular depth estimation,

    J. Yang, M. Gong, and Y . Pu, “Physics-informed knowledge transfer for underwater monocular depth estimation,” in Proc. Eur. Conf. Comput. Vis. (ECCV). Springer, 2024, pp. 449–465

  28. [36]

    Dinov2: Learn- ing robust visual features without supervision,

    M. Oquab, T. Darcet, T. Moutakanni, H. V o, M. Szafraniec, V . Khalidov, P. Fernandez, D. Haziza, F. Massa, A. El-Nouby et al., “Dinov2: Learn- ing robust visual features without supervision,” arXiv, vol. 2304.07193, 2023

  29. [37]

    Arbitrary style transfer in real-time with adaptive instance normalization,

    X. Huang and S. Belongie, “Arbitrary style transfer in real-time with adaptive instance normalization,” in Proc. IEEE Int. Conf. Comput. Vis. (ICCV), 2017, pp. 1501–1510

  30. [38]

    Film: Visual reasoning with a general conditioning layer,

    E. Perez, F. Strub, H. De Vries, V . Dumoulin, and A. Courville, “Film: Visual reasoning with a general conditioning layer,” in Proc. AAAI Conf. Artif. Intell. (AAAI) , vol. 32, no. 1, 2018

  31. [39]

    Diffusion policy: Visuomotor policy learning via action diffusion,

    C. Chi, Z. Xu, S. Feng, E. Cousineau, Y . Du, B. Burchfiel, R. Tedrake, and S. Song, “Diffusion policy: Visuomotor policy learning via action diffusion,” Int. J. Robot. Res. (IJRR) , 2023

  32. [40]

    Denoising diffusion probabilistic models,

    J. Ho, A. Jain, and P. Abbeel, “Denoising diffusion probabilistic models,” Adv. Neural Inf. Process. Syst. (NeurIPS), vol. 33, pp. 6840–6851, 2020

  33. [41]

    T. I. Fossen, Handbook of Marine Craft Hydrodynamics and Motion Control. John Wiley & Sons, 2011

  34. [42]

    Sea-thru: A method for removing water from underwater images,

    D. Akkaynak and T. Treibitz, “Sea-thru: A method for removing water from underwater images,” inProc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit. (CVPR), 2019, pp. 1682–1691

  35. [43]

    Underwater single image color restoration using haze-lines and a new quantitative dataset,

    D. Berman, D. Levy, S. Avidan, and T. Treibitz, “Underwater single image color restoration using haze-lines and a new quantitative dataset,” IEEE Trans. Pattern Anal. Mach. Intell. , vol. 43, no. 8, pp. 2822–2837, 2020

  36. [44]

    Depth map prediction from a single image using a multi-scale deep network,

    D. Eigen, C. Puhrsch, and R. Fergus, “Depth map prediction from a single image using a multi-scale deep network,”Adv. Neural Inf. Process. Syst. (NeurIPS), vol. 27, 2014

  37. [45]

    An underwater image enhancement benchmark dataset and beyond,

    C. Li, C. Guo, W. Ren, R. Cong, J. Hou, S. Kwong, and D. Tao, “An underwater image enhancement benchmark dataset and beyond,” IEEE Trans. Image Process., vol. 29, pp. 4376–4389, 2019

  38. [46]

    Knowledge distillation for feature extraction in underwater vslam,

    J. Yang, M. Gong, G. Nair, J. H. Lee, J. Monty, and Y . Pu, “Knowledge distillation for feature extraction in underwater vslam,” in Proc. IEEE Int. Conf. Robot. Autom. (ICRA) . IEEE, 2023, pp. 5163–5169

  39. [47]

    Knowledge distillation for underwater feature extraction and matching via gan-synthesized images,

    J. Yang, M. Gong, and Y . Pu, “Knowledge distillation for underwater feature extraction and matching via gan-synthesized images,” arXiv, vol. 2504.08253, 2025

  40. [48]

    Jerlov, Optical Oceanography

    N. Jerlov, Optical Oceanography. Elsevier, 1968

  41. [49]

    An open-source benchmark simulator: Control of a bluerov2 underwater robot,

    M. von Benzon, F. F. Sørensen, E. Uth, J. Jouffroy, J. Liniger, and S. Ped- ersen, “An open-source benchmark simulator: Control of a bluerov2 underwater robot,” J. Mar. Sci. Eng. , vol. 10, no. 12, p. 1898, 2022

Pith tools

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