paper-with-me

Papers

OP-Align: Object-level and Part-level Alignment for Self-supervised Category-level Articulated Object Pose Estimation

2024-08-29 · Yuchen Che, Ryo Furukawa, Asako Kanezaki

Category-level articulated object pose estimation focuses on the pose estimation of unknown articulated objects within known categories. Despite its significance, this task remains challenging due to the varying shapes and poses of objects, expensive dataset annotation costs, and complex real-world environments. In this paper, we propose a novel self-supervised approach that leverages a single-frame point cloud to solve this task. Our model consistently generates reconstruction with a canonical pose and joint state for the entire input object, and it estimates object-level poses that reduce overall pose variance and part-level poses that align each part of the input with its corresponding part of the reconstruction. Experimental results demonstrate that our approach significantly outperforms previous self-supervised methods and is comparable to the state-of-the-art supervised methods. To assess the performance of our model in real-world scenarios, we also introduce a new real-world articulated object benchmark dataset.

📄 PDF Abstract BibTeX arXiv:2408.16547

Code (1)

yc-che/op-align 공식 구현 pytorch

Tasks

ObjectPose Estimation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Universal Domain Adaptive Object Detection via Dual Probabilistic Alignment

2024-12-16 · Yuanfan Zheng, Jinlin Wu, Wuyang Li, Zhen Chen

Domain Adaptive Object Detection (DAOD) transfers knowledge from a labeled source domain to an unannotated target domain under closed-set assumption. Universal DAOD (UniDAOD) extends DAOD to handle open-set, partial-set,…

Domain Adaptationobject-detectionObject Detection

H2FA R-CNN: Holistic and Hierarchical Feature Alignment for Cross-Domain Weakly Supervised Object Detection

2022-01-01 · CVPR 2022 1 · Yunqiu Xu, Yifan Sun, Zongxin Yang, Jiaxu Miao 외

Cross-domain weakly supervised object detection (CDWSOD) aims to adapt the detection model to a novel target domain with easily acquired image-level annotations. How to align the source and target domains is critical…

Domain Adaptationobject-detectionObject DetectionWeakly Supervised Object Detection

EdaDet: Open-Vocabulary Object Detection Using Early Dense Alignment

2023-09-03 · ICCV 2023 1 · Cheng Shi, Sibei Yang

Vision-language models such as CLIP have boosted the performance of open-vocabulary object detection, where the detector is trained on base categories but required to detect novel categories. Existing methods leverage CL…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+2

Unsupervised Object-Based Transition Models for 3D Partially Observable Environments

2021-03-08 · NeurIPS 2021 12 · Antonia Creswell, Rishabh Kabra, Chris Burgess, Murray Shanahan

We present a slot-wise, object-based transition model that decomposes a scene into objects, aligns them (with respect to a slot-wise object memory) to maintain a consistent order across time, and predicts how those objec…

Object

Every Pixel Matters: Center-aware Feature Alignment for Domain Adaptive Object Detector

2020-08-19 · ECCV 2020 8 · Cheng-Chun Hsu, Yi-Hsuan Tsai, Yen-Yu Lin, Ming-Hsuan Yang

A domain adaptive object detector aims to adapt itself to unseen domains that may contain variations of object appearance, viewpoints or backgrounds. Most existing methods adopt feature alignment either on the image leve…

Domain Adaptation