paper-with-me

홈 › Papers

iNeMo: Incremental Neural Mesh Models for Robust Class-Incremental Learning

2024-07-12 · Tom Fischer, Yaoyao Liu, Artur Jesslen, Noor Ahmed, Prakhar Kaushik, Angtian Wang, Alan Yuille, Adam Kortylewski, Eddy Ilg

Different from human nature, it is still common practice today for vision tasks to train deep learning models only initially and on fixed datasets. A variety of approaches have recently addressed handling continual data streams. However, extending these methods to manage out-of-distribution (OOD) scenarios has not effectively been investigated. On the other hand, it has recently been shown that non-continual neural mesh models exhibit strong performance in generalizing to such OOD scenarios. To leverage this decisive property in a continual learning setting, we propose incremental neural mesh models that can be extended with new meshes over time. In addition, we present a latent space initialization strategy that enables us to allocate feature space for future unseen classes in advance and a positional regularization term that forces the features of the different classes to consistently stay in respective latent space regions. We demonstrate the effectiveness of our method through extensive experiments on the Pascal3D and ObjectNet3D datasets and show that our approach outperforms the baselines for classification by $2-6\%$ in the in-domain and by $6-50\%$ in the OOD setting. Our work also presents the first incremental learning approach for pose estimation. Our code and model can be found at https://github.com/Fischer-Tom/iNeMo.

📄 PDF Abstract BibTeX arXiv:2407.09271

Code (1)

fischer-tom/inemo 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental LearningPose Estimation

Similar Papers 제목 키워드 기반

ReFu: Recursive Fusion for Exemplar-Free 3D Class-Incremental Learning

2024-09-18 · Yi Yang, Lei Zhong, Huiping Zhuang

We introduce a novel Recursive Fusion model, dubbed ReFu, designed to integrate point clouds and meshes for exemplar-free 3D Class-Incremental Learning, where the model learns new 3D classes while retaining knowledge of …

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+1

Incremental Semantics-Aided Meshing from LiDAR-Inertial Odometry and RGB Direct Label Transfer

2026-04-10 · Muhammad Affan, Ville Lehtola, George Vosselman arxiv

Geometric high-fidelity mesh reconstruction from LiDAR-inertial scans remains challenging in large, complex indoor environments -- such as cultural buildings -- where point cloud sparsity, geometric drift, and fixed fusi…

Incremental Online Scene Reconstruction by 3D Gaussian Triangulation

2026-07-12 · Yanjin Zhu, Shaofan Liu, Jianke Zhu arxiv

Incremental scene reconstruction is essential for real-world applications. Although 3D Gaussian Splatting shows strong potential, most existing approaches require offline conversion of the optimized Gaussians into an int…

PlanarMesh: Building Compact 3D Meshes from LiDAR using Incremental Adaptive Resolution Reconstruction

2025-10-15 · Jiahao Wang, Nived Chebrolu, Yifu Tao, Lintong Zhang 외 arxiv

Building an online 3D LiDAR mapping system that produces a detailed surface reconstruction while remaining computationally efficient is a challenging task. In this paper, we present PlanarMesh, a novel incremental, mesh-…

HVOFusion: Incremental Mesh Reconstruction Using Hybrid Voxel Octree

2024-04-27 · Shaofan Liu, Junbo Chen, Jianke Zhu

Incremental scene reconstruction is essential to the navigation in robotics. Most of the conventional methods typically make use of either TSDF (truncated signed distance functions) volume or neural networks to implicitl…