paper-with-me

Papers

Joint Learning of Pose Regression and Denoising Diffusion with Score Scaling Sampling for Category-level 6D Pose Estimation

2025-10-05 · Seunghyun Lee, Tae-Kyun Kim arxiv

Latest diffusion models have shown promising results in category-level 6D object pose estimation by modeling the conditional pose distribution with depth image input. The existing methods, however, suffer from slow convergence during training, learning its encoder with the diffusion denoising network in end-to-end fashion, and require an additional network that evaluates sampled pose hypotheses to filter out low-quality pose candidates. In this paper, we propose a novel pipeline that tackles these limitations by two key components. First, the proposed method pretrains the encoder with the direct pose regression head, and jointly learns the networks via the regression head and the denoising diffusion head, significantly accelerating training convergence while achieving higher accuracy. Second, sampling guidance via time-dependent score scaling is proposed s.t. the exploration-exploitation trade-off is effectively taken, eliminating the need for the additional evaluation network. The sampling guidance maintains multi-modal characteristics of symmetric objects at early denoising steps while ensuring high-quality pose generation at final steps. Extensive experiments on multiple benchmarks including REAL275, HouseCat6D, and ROPE, demonstrate that the proposed method, simple yet effective, achieves state-of-the-art accuracies even with single-pose inference, while being more efficient in both training and inference.

📄 PDF Abstract BibTeX arXiv:2510.04125

Code (0)

등록된 구현이 없습니다.

Tasks

6D Pose Estimation

Similar Papers 제목 키워드 기반

Target Score Matching

2024-02-13 · Valentin De Bortoli, Michael Hutchinson, Peter Wirnsberger, Arnaud Doucet

Denoising Score Matching estimates the score of a noised version of a target distribution by minimizing a regression loss and is widely used to train the popular class of Denoising Diffusion Models. A well known limitati…

Denoisingregression

Score-Based Generative Modeling with Critically-Damped Langevin Diffusion

2021-12-14 · ICLR 2022 4 · Tim Dockhorn, Arash Vahdat, Karsten Kreis

Score-based generative models (SGMs) have demonstrated remarkable synthesis quality. SGMs rely on a diffusion process that gradually perturbs the data towards a tractable distribution, while the generative model learns t…

Image Generation

Behavioral Score Diffusion: Model-Free Trajectory Planning via Kernel-Based Score Estimation from Data

2026-04-01 · Shihao Li, Jiachen Li, Jiamin Xu, Dongmei Chen arxiv

Diffusion-based trajectory optimization has emerged as a powerful planning paradigm, but existing methods require either learned score networks trained on large datasets or analytical dynamics models for score computatio…

Trajectory Planning

UNIT-DDPM: UNpaired Image Translation with Denoising Diffusion Probabilistic Models

2021-04-12 · Hiroshi Sasaki, Chris G. Willcocks, Toby P. Breckon

We propose a novel unpaired image-to-image translation method that uses denoising diffusion probabilistic models without requiring adversarial training. Our method, UNpaired Image Translation with Denoising Diffusion Pro…

DenoisingImage-to-Image TranslationTranslation

Prefix-Adaptive Block Diffusion for Efficient Document Recognition

2026-05-16 · Mingxu Chai, Ziyu Shen, Chenyu Liu, Kaidi Zhang 외 arxiv

Block Diffusion Models (BDMs) support parallel generation, flexible-length output, and KV caching, making them promising for efficient document parsing. However, existing BDMs bind denoising and cache commitment to fixed…