๐ Pretraining¶
๐๏ธ ECCV2026 ยท 2 paper notes
๐ Same area in other venues: ๐ท CVPR2026 (5) ยท ๐ฌ ICLR2026 (79) ยท ๐ฌ ACL2026 (12) ยท ๐งช ICML2026 (27) ยท ๐ค AAAI2026 (9) ยท ๐ง NeurIPS2025 (51)
- 360Anything: Geometry-Free Lifting of Images and Videos to 360ยฐ
-
360Anything proposes a geometry-free diffusion Transformer framework that treats perspective inputs and panoramic targets uniformly as token sequences. By concatenating these sequences, the model autonomously learns the geometric correspondences between them without requiring any camera metadata. It lifts arbitrary-view images/videos into gravity-aligned, seamless 360ยฐ panoramas, completely outperforming prior state-of-the-art methods that rely on ground-truth camera parameters in both image and video tasks.
- GryphOne: Symbol-Aware Masked Diffusion for Structural Refinement in Offline Handwritten Mathematical Expression Recognition
-
GryphOne redefines handwritten mathematical expression recognition (HMER) from autoregressive sequence generation to an iterative symbol refinement process via discrete masked diffusion. It maintains syntactic consistency under local editing using Symbol-Aware Tokenization (SAT) and enhances refinement stability through Random-Mask Mutual Learning (RMML). This approach comprehensively outperforms re-implemented autoregressive baselines and commercial HMER systems on MathWriting, achieving a 5.51% CER and a 59.9% ExpRate.