Register and share your invite link to earn from video plays and referrals.

cv usk
@cv_usk
AI / Software Research Notes AI Agent, LLMOps, MLOps, Software Architecture ๆŠ•็จฟใฏๅ€‹ไบบใฎๆ„่ฆ‹ใงใ™ใ€‚
Joined May 2026
258 Following    220 Followers
TL;DR FoundationStereo, the high-accuracy zero-shot stereo model, sped up by over 10x with almost no accuracy loss. It finally runs in real time. Title: Fast-FoundationStereo: Real-Time Zero-Shot Stereo Matching URL: Points ๐ŸŽฏ Problem: stereo had split into "accurate but heavy foundation models" vs "fast methods that sacrifice accuracy and generalization" ๐Ÿงฉ Divide-and-conquer: each of three bottlenecks accelerated separately (feature extraction, cost filtering, refinement) ๐Ÿ“š Feature extraction: distill hybrid monocular + stereo priors into a single efficient student ๐Ÿ” Cost filtering: blockwise NAS over 8 blocks cuts search from O(n^N) to O(n), with ILP minimizing error under a latency budget โœ‚๏ธ Refinement: structured pruning via ConvGRU recurrent dependency graphs and Taylor-expansion importance ๐Ÿ—‚ 1.4M in-the-wild stereo pairs auto pseudo-labeled with a normal-consistency check โšก Middlebury-Q: 4.51% BP-2 at 49ms (vs 2.64% at 496ms, 10.1x slower), down to 21ms with TensorRT A new SOTA among real-time stereo methods, well suited for robotics and AR deployment. #StereoMatching# #ComputerVision#
Show more