no image
[Diffusion] SceneDiffuser, Diffusion-based Generation, Optimization, and Planning in 3D Scenes
Project page : https://scenediffuser.github.io/ SceneDiffuser Siyuan Huang1✶✉️ Zan Wang1,2✶ Puhao Li1,3 Baoxiong Jia1 Tengyu Liu1 Yixin Zhu4 Wei Liang2✉️ Song-Chun Zhu1,3,4 ✶ indicates equal contribution ✉️ indicates corresponding authors 1National Key Labor scenediffuser.github.io Video : https://scenediffuser.github.io/assets/illustration-720.mp4 Paper : Diffusion-based Generation, Optimizatio..
2023.01.19
no image
[Paper Review] Self-Constrained Inference Optimization on Structural Groups for Human Pose Estimation
Paper : https://arxiv.org/abs/2207.02425 Self-Constrained Inference Optimization on Structural Groups for Human Pose Estimation We observe that human poses exhibit strong group-wise structural correlation and spatial coupling between keypoints due to the biological constraints of different body parts. This group-wise structural correlation can be explored to improve the accuracy an arxiv.org 이번에..
2022.12.15
no image
[Paper Review] Rethinking Keypoint Representations, Modeling Keypoints and Poses as Objects for Multi-Person Human Pose Estimation
Paper : https://arxiv.org/abs/2111.08557 Rethinking Keypoint Representations: Modeling Keypoints and Poses as Objects for Multi-Person Human Pose Estimation In keypoint estimation tasks such as human pose estimation, heatmap-based regression is the dominant approach despite possessing notable drawbacks: heatmaps intrinsically suffer from quantization error and require excessive computation to ge..
2022.12.01
no image
[Paper Review] Pose for Everything, Towards Category-Agnostic Pose Estimation
Paper : https://arxiv.org/pdf/2207.10387.pdf GitHub : https://github.com/luminxu/Pose-for-Everything GitHub - luminxu/Pose-for-Everything: The official repo for ECCV'22 paper: Pose for Everything: Towards Category-Agnostic Pose E The official repo for ECCV'22 paper: Pose for Everything: Towards Category-Agnostic Pose Estimation - GitHub - luminxu/Pose-for-Everything: The official repo for ECCV'2..
2022.12.01
no image
[Paper Review] PoseDet, Fast Multi-Person Pose Estimation Using Pose Embedding
Paper : https://arxiv.org/pdf/2107.10466.pdf GitHub : https://github.com/IIGROUP/PoseDet GitHub - IIGROUP/PoseDet: [FG 2021] Code for PoseDet: Fast Multi-Person Pose Estimation Using Pose Embedding [FG 2021] Code for PoseDet: Fast Multi-Person Pose Estimation Using Pose Embedding - GitHub - IIGROUP/PoseDet: [FG 2021] Code for PoseDet: Fast Multi-Person Pose Estimation Using Pose Embedding github..
2022.12.01
no image
[Paper Review] HuMMan, Multi-Modal 4D Human Dataset for Versatile Sensing and Modeling
Paper : https://arxiv.org/pdf/2204.13686.pdf Project page : https://caizhongang.github.io/projects/HuMMan/ HuMMan HuMMan: Multi-Modal 4D Human Dataset for Versatile Sensing and Modeling Zhongang Cai* Daxuan Ren* Ailing Zeng* Zhengyu Lin* Tao Yu* Wenjia Wang* Xiangyu Fan Yang Gao Yifan Yu Liang Pan Fangzhou Hong Mingyuan Zhang Chen Change Loy Lei Yang^ Ziwei Liu^ Shang caizhongang.github.io 오늘 살펴..
2022.11.07
no image
[Paper Review] AdaptivePose++: A Powerful Single-Stage Network for Multi-Person Pose Regression
기존 AdaptivePose 관련 글 https://eehoeskrap.tistory.com/664 [Paper Review] AdaptivePose : Human Parts as Adaptive Points Paper : https://arxiv.org/pdf/2112.13635.pdf 이번에 리뷰할 논문은 AAAI 2022에서 소개된 "AdaptivePose : Human Parts as Adaptive Points" 라는 논문입니다. multi-person pose estimation 방법은 보통 bottom up 이나 top down 방식으 eehoeskrap.tistory.com Paper : https://arxiv.org/pdf/2210.04014v1.pdf AdaptivePose에 이어 A..
2022.10.18
no image
[Paper Review] AdaptivePose : Human Parts as Adaptive Points
Paper : https://arxiv.org/pdf/2112.13635.pdf Github : https://github.com/buptxyb666/AdaptivePose GitHub - buptxyb666/AdaptivePose: This is an official implementation of our AAAI2022 paper“AdaptivePose: Human Parts as Adapti This is an official implementation of our AAAI2022 paper“AdaptivePose: Human Parts as Adaptive Points” - GitHub - buptxyb666/AdaptivePose: This is an official implementation ..
2022.10.18
no image
[Paper Review] Explicit Occlusion Reasoning for Multi-person 3D Human Pose Estimation
Paper : https://arxiv.org/abs/2208.00090 Explicit Occlusion Reasoning for Multi-person 3D Human Pose Estimation Occlusion poses a great threat to monocular multi-person 3D human pose estimation due to large variability in terms of the shape, appearance, and position of occluders. While existing methods try to handle occlusion with pose priors/constraints, data augme arxiv.org GitHub : https://gi..
2022.10.18
no image
[Paper Review] Uncertainty-Aware Adaptation for Self-Supervised 3D Human Pose Estimation
Paper : https://openaccess.thecvf.com/content/CVPR2022/papers/Kundu_Uncertainty-Aware_Adaptation_for_Self-Supervised_3D_Human_Pose_Estimation_CVPR_2022_paper.pdf 본 논문의 main contribution은 아래와 같습니다. multi-representation pose network를 사용하는 MRP-Net을 제안하였으며, pose-uncertainty는 두 가지 다양한 설계(model-free, model-based)를 기반으로 하는 2개의 output head를 통한 pose prediction간의 불일치로 정량화됩니다. 제안된 포즈와 joint uncertainty의 효율..
2022.10.13
no image
[Paper Review] Occlusion-Aware Networks for 3D Human Pose Estimation in Video
Paper : https://openaccess.thecvf.com/content_ICCV_2019/papers/Cheng_Occlusion-Aware_Networks_for_3D_Human_Pose_Estimation_in_Video_ICCV_2019_paper.pdf 본 논문에서는 3D Human Pose Estimation에서 Occlusion 문제를 해결하기 위하여 occlusion aware deep learning framework 제안합니다. 이를 위해 keypoint의 2D confidence heatmap과 optical flow의 consistency constraint를 사용하여 occluded keypoint의 unreliable estimation을 filtering 합니다. oc..
2022.08.21
no image
[Paper Review] YOLOv7, Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
Paper : https://arxiv.org/pdf/2207.02696.pdf GitHub : https://github.com/WongKinYiu/yolov7 GitHub - WongKinYiu/yolov7: Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors - GitHub - WongKinYiu/yolov7: Implementation of paper - YOLOv7..
2022.07.18