Recent advancements in transformer-based deep learning have significantly improved the accuracy and efficiency of single-image 3D reconstruction. The transformer-based feed-forward architecture for single-image 3D reconstruction, system integrates DINOv1 vision transformers, triplane repre-sentations and Neural Radiance Fields (NeRF) principles to generate textured 3D meshes from single RGB images. Key contributions include efficient triplane decoding, robust pre-processing with background removal (rembg) and edge de-tection, and a Gradio-based web interface enabling real-time deployment on consumer GPUs (6GB VRAM). Preliminary deployment experiments suggest that Image2Mesh is capable of near-real-time inference on high-performance GPUs while demonstrating a favorable speed–accuracy trade-off compared to traditional photogrammetry-based workflows. Image2Mesh provides a practical foundation for AR/VR, gaming, and content creation applications.
Shravan Shetty, Akash Nayak, Anagha Ankolekar et al.· 2026 International Conferenc...· 0 citations
Deep neural networks often encounter non-convex optimization challenges during training due to the presence of local minima, saddle points, and complex loss surfaces. Existing optimization algorithms such as Adam and Stochastic Gradient Descent (SGD) offer complementary advantages—Adam provides faster convergence, while SGD tends to achieve better generalization. However, neither optimizer alone effectively balances both properties in non-convex settings. To address this limitation, this paper proposes a phase-switch hybrid optimization strategy that combines the strengths of Adam and SGD. The proposed method employs Adam during the initial phase of training to enable rapid convergence and efficient exploration of the loss landscape, and then switches to momentum-based SGD in the later phase to improve generalization and ensure stable convergence. The effectiveness of the proposed approach is evaluated on three benchmark dataset the M4 time-series forecasting data set, under different learning rate settings. Experimental results demonstrate that the proposed method achieves performance that is superior or comparable to existing optimizers in terms of accuracy and loss minimization. These results indicate that the proposed hybrid optimization strategy provides a simple and effective solution for handling non-convex optimization problems
Deep neural networks often encounter non-convex optimization challenges during training due to the presence of local minima, saddle points, and complex loss surfaces. Existing optimization algorithms such as Adam and Stochastic Gradient Descent (SGD) offer complementary advantages—Adam provides faster convergence, while SGD tends to achieve better generalization. However, neither optimizer alone effectively balances both properties in non-convex settings. To address this limitation, this paper proposes a phase-switch hybrid optimization strategy that combines the strengths of Adam and SGD. The proposed method employs Adam during the initial phase of training to enable rapid convergence and efficient exploration of the loss landscape, and then switches to momentum-based SGD in the later phase to improve generalization and ensure stable convergence. The effectiveness of the proposed approach is evaluated on one benchmark dataset, MNIST dataset, under different learning rate settings. Experimental results demonstrate that the proposed method achieves performance that is superior or comparable to existing optimizers in terms of accuracy and loss minimization. These results indicate that the proposed hybrid optimization strategy provides a simple and effective solution for handling non-convex optimization problems in deep learning.