paper-with-me

홈 › Papers

Object-IR: Leveraging Object Consistency and Mesh Deformation for Self-Supervised Image Retargeting

2025-10-31 · Tianli Liao, Ran Wang, Siqing Zhang, Lei Li, Guangen Liu, Chenyang Zhao, Heling Cao, Peng Li arxiv

Eliminating geometric distortion in semantically important regions remains an intractable challenge in image retargeting. This paper presents Object-IR, a self-supervised architecture that reformulates image retargeting as a learning-based mesh warping optimization problem, where the mesh deformation is guided by object appearance consistency and geometric-preserving constraints. Given an input image and a target aspect ratio, we initialize a uniform rigid mesh at the output resolution and use a convolutional neural network to predict the motion of each mesh grid and obtain the deformed mesh. The retargeted result is generated by warping the input image according to the rigid mesh in the input image and the deformed mesh in the output resolution. To mitigate geometric distortion, we design a comprehensive objective function incorporating a) object-consistent loss to ensure that the important semantic objects retain their appearance, b) geometric-preserving loss to constrain simple scale transform of the important meshes, and c) boundary loss to enforce a clean rectangular output. Notably, our self-supervised paradigm eliminates the need for manually annotated retargeting datasets by deriving supervision directly from the input's geometric and semantic properties. Extensive evaluations on the RetargetMe benchmark demonstrate that our Object-IR achieves state-of-the-art performance, outperforming existing methods in quantitative metrics and subjective visual quality assessments. The framework efficiently processes arbitrary input resolutions (average inference time: 0.009s for 1024x683 resolution) while maintaining real-time performance on consumer-grade GPUs. The source code will soon be available at https://github.com/tlliao/Object-IR.

📄 PDF Abstract BibTeX arXiv:2510.27236

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Shape Deformation Priors

2022-10-11 · Jiapeng Tang, Lev Markhasin, Bi Wang, Justus Thies 외

We present Neural Shape Deformation Priors, a novel method for shape manipulation that predicts mesh deformations of non-rigid objects from user-provided handle movements. State-of-the-art methods cast this problem as an…

Photometric Mesh Optimization for Video-Aligned 3D Object Reconstruction

2019-03-20 · CVPR 2019 6 · Chen-Hsuan Lin, Oliver Wang, Bryan C. Russell, Eli Shechtman 외

In this paper, we address the problem of 3D object mesh reconstruction from RGB videos. Our approach combines the best of multi-view geometric and data-driven methods for 3D reconstruction by optimizing object meshes for…

3D Object Reconstruction3D ReconstructionObjectObject Reconstruction+1

Preconditioned Deformation Grids

2025-09-22 · Julian Kaltheuner, Alexander Oebel, Hannah Droege, Patrick Stotko 외 arxiv

Dynamic surface reconstruction of objects from point cloud sequences is a challenging field in computer graphics. Existing approaches either require multiple regularization terms or extensive training data which, however…

Point Clouds

DEMEA: Deep Mesh Autoencoders for Non-Rigidly Deforming Objects

2019-05-24 · ECCV 2020 8 · Edgar Tretschk, Ayush Tewari, Michael Zollhöfer, Vladislav Golyanik 외

Mesh autoencoders are commonly used for dimensionality reduction, sampling and mesh modeling. We propose a general-purpose DEep MEsh Autoencoder (DEMEA) which adds a novel embedded deformation layer to a graph-convolutio…

3D ReconstructionDimensionality Reduction

Improving Multi-View Reconstruction via Texture-Guided Gaussian-Mesh Joint Optimization

2025-11-06 · Zhejia Cai, Puhua Jiang, Shiwei Mao, Hongkun Cao 외 arxiv

Reconstructing real-world objects from multi-view images is essential for applications in 3D editing, AR/VR, and digital content creation. Existing methods typically prioritize either geometric accuracy (Multi-View Stere…

Novel View Synthesis3D Reconstruction