<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>depth discontinuities &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/depth-discontinuities/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 26 Sep 2026 00:59:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>depth discontinuities &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>FuseDepth Combines Frozen AI Visual Priors to Unlock True Metric Depth From a Single Photo</title>
		<link>https://scienmag.com/fusedepth-combines-frozen-ai-visual-priors-to-unlock-true-metric-depth-from-a-single-photo/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 26 Sep 2026 00:59:19 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-based scene understanding]]></category>
		<category><![CDATA[combining relative and absolute depth models]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[computer vision depth sensing]]></category>
		<category><![CDATA[Depth Anything V2]]></category>
		<category><![CDATA[depth discontinuities]]></category>
		<category><![CDATA[domain generalization in depth estimation]]></category>
		<category><![CDATA[foundation models]]></category>
		<category><![CDATA[fusion of foundation models]]></category>
		<category><![CDATA[image matting]]></category>
		<category><![CDATA[improved depth boundary accuracy]]></category>
		<category><![CDATA[LoRa]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[metric depth]]></category>
		<category><![CDATA[metric depth from single images]]></category>
		<category><![CDATA[monocular depth estimation]]></category>
		<category><![CDATA[off-the-shelf AI models]]></category>
		<category><![CDATA[open-access depth estimation frameworks]]></category>
		<category><![CDATA[prior fusion]]></category>
		<category><![CDATA[scene scale calibration]]></category>
		<category><![CDATA[surface normals]]></category>
		<category><![CDATA[zero-shot depth prediction]]></category>
		<category><![CDATA[zero-shot learning]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=215787</guid>

					<description><![CDATA[A new framework called FuseDepth fuses frozen detection, matting and surface-normal models with an adapted Depth Anything backbone to achieve sharper, truly metric depth estimation on unseen scenes without any test-time calibration.]]></description>
										<content:encoded><![CDATA[<p>Estimating how far away every pixel in a photograph truly lies, in meters rather than merely in relative order, has long been one of computer vision&#8217;s most stubborn challenges. A new open-access study published in Machine Learning with Applications introduces FuseDepth, a framework that pushes zero-shot monocular depth estimation closer to practical deployment by fusing several frozen, off-the-shelf AI models into a single pipeline. Rather than training yet another giant network, the approach borrows the strengths of existing foundation models and composes them in a structured way, achieving sharper boundaries and more reliable absolute scale on scenes the system has never seen.</p>
<p>The central problem the paper identifies is a coupled failure mode. Relative-depth models such as Depth Anything v2 and Marigold produce visually convincing depth maps that generalize well across domains, but their outputs are not metrically calibrated, so converting them to true distances typically requires per-image scale and shift fitting against ground-truth data, which is unavailable in real deployments. Conversely, metric-aware systems such as ZoeDepth, Metric3Dv2, DepthPro, ZeroDepth and UniDepth anchor absolute scale better, yet can blur object boundaries and produce locally inconsistent geometry when the scene distribution shifts. FuseDepth attacks both weaknesses simultaneously instead of trading one for the other.</p>
<p>The architecture works in two stages. In the first, a frozen Depth Anything v2 backbone is adapted with lightweight low-rank adapters, known as LoRA modules, and paired with a boundary-regularized local metric-scale field. Instead of applying a single global affine calibration, a small convolutional head predicts spatially varying scale and shift values, biased toward low-frequency variation and piecewise smoothness. Crucially, the regularization is relaxed near estimated occlusion boundaries, allowing metric scale to change legitimately where objects end, while penalizing arbitrary pixelwise calibration everywhere else. No per-image or per-dataset scale fitting occurs at inference.</p>
<p>The second stage injects explicit high-fidelity visual priors. A pretrained YOLOv8 detector proposes object regions, and each proposal is refined with BiRefNet, an image-matting model that recovers far sharper alpha boundaries than conventional segmentation masks. The gradients of these alpha mattes are aggregated into a scene-wide contour map, and overlapping or adjacent surface hypotheses are linked into a deterministic surface-interaction graph. From this graph, the method derives a soft jump set marking locations where depth may legitimately discontinuously change and where smoothness assumptions should be suspended.</p>
<p>A complementary geometric prior comes from Omnidata, a frozen monocular surface-normal estimator. Surface normals describe the local orientation of planes and curved surfaces, information that is orthogonal to boundary evidence. FuseDepth enforces a projective compatibility between predicted depth gradients and the normal field, computed under the camera&#8217;s intrinsic matrix, but this constraint is deliberately suppressed wherever the graph-derived jump set indicates an occlusion boundary. The result is a piecewise regularization strategy: smoothness and normal consistency hold within surfaces, while boundary-preserving correction takes over at discontinuities.</p>
<p>A compact residual network of roughly 0.2 million parameters then refines the coarse metric depth. Rather than simply concatenating inputs, the refiner emits three residual proposals per pixel, one each for contour, normal and coarse-depth corrections, together with softmax-normalized arbitration weights that mix them locally. These learned gates allow the model to favor the contour branch near detected boundaries and lean on normals or the coarse depth in smooth or uncertain regions. The trainable components are learned only through the final depth losses, without any explicit reliability labels.</p>
<p>Evaluation follows a deliberately strict protocol. FuseDepth is trained on roughly 50,000 images from NYUv2, ScanNet and KITTI, and tested zero-shot on three unseen benchmarks spanning panoramic HDR scenes with LiDAR depth, long-range driving footage and diverse indoor and outdoor RGB-D imagery. Relative-depth baselines receive only one affine mapping fitted once on the training mixture and then frozen. Across all targets, FuseDepth posts the lowest errors, reaching an absolute relative error of 0.105 on SYNS, 0.171 on DDAD and 0.182 and 0.276 on the indoor and outdoor DIODE splits, while also recording the lowest per-image log-scale bias, a direct measure of absolute-scale stability.</p>
<p>Mechanism-isolation experiments support the design choices. Removing the contour prior, the normal prior, or the graph structure each degrades accuracy, and replacing the learned gate with plain concatenation or fixed equal weighting is consistently worse. Deliberately corrupted external priors, such as alpha masks taken from the wrong image or normals from a different scene, cause only graceful degradation because the gate shifts its mass away from the corrupted branch. Statistical analysis shows the improvements over the strongest baseline, UniDepth, are significant at the 95 percent level on SYNS and DIODE, while the DDAD advantage is small but reproduced across three independent training seeds and all geographic subsets.</p>
<p>The authors are candid about limitations. The pipeline depends on the quality and cost of its external priors, runs at 15.4 frames per second with 7.4 gigabytes of peak GPU memory, and cannot fully certify that the frozen upstream models never saw the evaluation datasets during their own pretraining. Low-quality contour priors naturally occur on roughly 6 to 12 percent of target images. Even so, the study demonstrates that thoughtfully composing existing foundation models can beat monolithic systems on strict metric transfer, suggesting a future where visual AI advances by orchestrating specialized experts rather than simply scaling up single networks.</p>
<p><strong>Subject of Research:</strong> Zero-shot metric monocular depth estimation via fusion of frozen foundation visual priors</p>
<p><strong>Article Title:</strong> FuseDepth: Zero-shot metric depth with semantic–geometric fusion of foundation visual priors</p>
<p><strong>Article References:</strong> Javidnia, H. (2026). FuseDepth: Zero-shot metric depth with semantic–geometric fusion of foundation visual priors. <em>Machine Learning with Applications, 26</em>, Article 101010. <a href="https://doi.org/10.1016/j.mlwa.2026.101010" rel="noopener noreferrer">https://doi.org/10.1016/j.mlwa.2026.101010</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.mlwa.2026.101010" rel="noopener noreferrer">10.1016/j.mlwa.2026.101010</a></p>
<p><strong>Keywords:</strong> monocular depth estimation, zero-shot learning, metric depth, computer vision, foundation models, Depth Anything v2, image matting, surface normals, LoRA, machine learning, depth discontinuities, prior fusion</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">215787</post-id>	</item>
	</channel>
</rss>
